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:

Harry-3G
  • New Member
Status: Offline
Joined: May 01, 201410Year Member
Posts: 4
Reputation Power: 0
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.
#2. Posted:
BKR
  • TTG Senior
Status: Offline
Joined: Apr 23, 201014Year Member
Posts: 1,154
Reputation Power: 46
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?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.