Step 1
Step 2
Step 3
Step 4
Step 5
Credits
I hoped you enjoyed this tutorial :D
Spoiler (Click to Hide)
For this step you will need to find GuiChat And rename it in another class of your own for this tutorial i used GuiChatSpoof.
Step 2
Spoiler (Click to Hide)
Now you will need to make a new class called CheckKey and make it like..
But now we need to make it actually do something so go into guiingame (or your own custom class) and make some variables.
And then make that do something.
But now we need to make the cheakKey activate something..
Rename GuiChatSpoof to your own class.
But now we need to make it actually do something so go into guiingame (or your own custom class) and make some variables.
And then make that do something.
But now we need to make the cheakKey activate something..
Rename GuiChatSpoof to your own class.
Step 3
Spoiler (Click to Hide)
Now u can go into your copied version of GuiChat (I used GuiChatSpoof) And find:
Under that you can make some fake chat messages. I used:
Code:
String s = inputField.getText().trim();
Step 4
Spoiler (Click to Hide)
Then you can make some people send fake chat messages with the checkkey method you have created like these examples i have made.
Step 5
Spoiler (Click to Hide)
Now finally we need to create that instant so locate your self to PlayerControllerSP.java And locate:
Then change that to this:
Then change that to this:
Credits
Spoiler (Click to Hide)
Out of the 1000 checkKey threads i dont know who originally made it..
I hoped you enjoyed this tutorial :D
No comments:
Post a Comment