You are viewing our Forum Archives. To view or take place in current topics click here.
MW2 XRPC TOOL HELP C#
Posted:
MW2 XRPC TOOL HELP C#Posted:
Status: Offline
Joined: May 01, 201410Year Member
Posts: 4
Reputation Power: 0
Hello i am making my own XRPC tool for mw2 tu8 but cant seem to find the code to get gamertags clients
Has anyone got it ?
Would appreciate if
Thanks.
Has anyone got it ?
Would appreciate if
Thanks.
#2. Posted:
Status: Offline
Joined: Apr 23, 201014Year Member
Posts: 1,154
Reputation Power: 46
public void SetGamertag(int Client)
{
Jtag.SetMemory(getPlayerState(Client) + 0x44, Encoding.ASCII.GetBytes("" + textBox1.Text));
}
That?
{
Jtag.SetMemory(getPlayerState(Client) + 0x44, Encoding.ASCII.GetBytes("" + textBox1.Text));
}
That?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.