Need help?I need sum halp :3 - MPGH - MultiPlayer Game Hacking & Cheats
I need sum halp :3
Posts 1–8 of 8 · Page 1 of 1
I need sum halp :3
So i have been going back and forth on this client, I would LOVE to know how do you add chatMessages to the chat, the Function changed and I cannot find it D:, so yeah can some one help? Tell me the function?
What hack client
u didnt give enough detail of the problem and wrong forum.
we cant help you at all with that kinda detail
Originally Posted by xXDANTE12Xx
So i have been going back and forth on this client, I would LOVE to know how do you add chatMessages to the chat, the Function changed and I cannot find it D:, so yeah can some one help? Tell me the function?
Are you talking about a server plugin, or?
Holy shit guys, he said THIS client. How are you guys not following him? He's clearly talking about THIS client. For fuck's sake
You need to go to your local walmart and buy some paperclips there. Then you will need to drink three gallons of milk to feel a little sick.
If you made it to this point you can use a wonderfull tool called google to find the solution
NP i like to help
Pls delete... double post
Nobody in this section has ever made a client themselves. You're not going to get a reply from anyone (commonly) who knows what they're talking about.
Also, use these:
public static void addChatMessage(String s)
{
mc.thePlayer.addChatComponentMessage(new ChatComponentText(s));
}
public static void sendChatMessage(String s)
{
mc.thePlayer.sendQueue.addToSendQueue(new C01PacketChatMessage(s));
}