This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LDDestroier's profile picture

FakeChat -- Player chat spoofing via commands.tellraw

Started by LDDestroier, 30 December 2016 - 03:11 AM
LDDestroier #1
Posted 30 December 2016 - 04:11 AM
Okay, so server admins might not be the biggest fan, but…

FAKECHAT v1.0

PLAYER CHAT SPOOFER FOR COMMAND COMPUTERS!



pastebin get n3K9Nt3D fakechat
std ld fakechat fakechat

If for whatever reason, you want to spoof the chat messages of another player - or do whatever you'd do given this tool, then this tool is perfect for you!

Fakechat fakes chat.
Functions are added into this to convert a message with color codes such as "fo&ko&r&3bar" into a JSON message readable by commands.tellraw() (or maybe chatboxes, I've yet to test those)

If you've ever wanted to make it seem like another player is trying to propose marriage to another player, or worship Talos, then this is the perfect program for you.
Just be wary that both the messages and the comments/other messages are very colorful.

This is for command computers only. It will not work with command blocks. You can also install it on an advanced computer as a client, but it must connect to a fakechat-running command computer.

Try it out! Make a comment! Those are nice!
Edited on 28 January 2017 - 09:40 PM
Emma #2
Posted 30 December 2016 - 06:45 AM
–Off topic–
Gratz on 888 posts

–On topic–
Pretty neat, although would be difficult to get access to command computer if you're not already a server admin :P/>
Nevertheless, it's pretty cool.
Gorzoid #3
Posted 04 January 2017 - 02:32 PM
Pretty neat, although would be difficult to get access to command computer if you're not already a server admin
http://www.computercraft.info/forums2/index.php?/topic/26577-command-computers-should-have-their-own-reserved-id-range/
Posted this ages ago but still nothing has changed
Edited on 04 January 2017 - 01:33 PM
DakuTatsu #4
Posted 28 January 2017 - 02:18 AM
so i have some questions how do you use this program and when i run it it comes up with "fakechat:39: attempt to call nill"
Lyqyd #5
Posted 28 January 2017 - 03:20 AM
You're using a version of ComputerCraft that is far too old. The features that this program relies on are not available in such an ancient version.
Bomb Bloke #6
Posted 28 January 2017 - 11:44 AM
I suppose it's worth point out that you specifically need a version which offers Command Computers, which this script is intended to run on - despite the program description in the OP, it won't work with regular Command Blocks.
LDDestroier #7
Posted 28 January 2017 - 10:38 PM
I suppose it's worth point out that you specifically need a version which offers Command Computers, which this script is intended to run on - despite the program description in the OP, it won't work with regular Command Blocks.

Oh crap, you're right! Need to change that word to 'computers'! That totally slipped by me.