Originally posted by DannyBoiSmith
Wondering if any of you guys have a GameSendServerCommand for Black Ops Multiplayer?[/b]
MP OffSet: 0x009149E0
Zombie Offset: 0x00825268
Credits: SC58
Original Thread:
You must login or register to view this content.
If you wanna add it to your tool(C#),just add textBox and button, and these codes to the button:
byte[] GameSend = Encoding.ASCII.GetBytes(yourTextBox.Text);
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, (offset, mp or zombie), GameSend);
And when you wanna disable it, type
%s..%f %f %f....%i to the textbox.
Hope this helped.