You are viewing our Forum Archives. To view or take place in current topics click here.
MW2 Gamertag Code
Posted:
MW2 Gamertag CodePosted:
Status: Offline
Joined: Jan 31, 201212Year Member
Posts: 919
Reputation Power: 57
Status: Offline
Joined: Jan 31, 201212Year Member
Posts: 919
Reputation Power: 57
Anybody have the code for changing gamertag in pregame lobby. C# please.
#2. Posted:
Status: Offline
Joined: May 20, 201311Year Member
Posts: 503
Reputation Power: 19
I wish I had a clue what you were talking about.. and to be honest I don't. Would you mind explaining it? :3
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 31, 201212Year Member
Posts: 919
Reputation Power: 57
Rageable wrote I wish I had a clue what you were talking about.. and to be honest I don't. Would you mind explaining it? :3
In my program im adding an option to edit my gamertag in the pre-game lobby. Not sure if the offset is the same on tu8 as it is on tu7.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 09, 201311Year Member
Posts: 108
Reputation Power: 4
Status: Offline
Joined: May 09, 201311Year Member
Posts: 108
Reputation Power: 4
Flixar wroteRageable wrote I wish I had a clue what you were talking about.. and to be honest I don't. Would you mind explaining it? :3
In my program im adding an option to edit my gamertag in the pre-game lobby. Not sure if the offset is the same on tu8 as it is on tu7.
I will have a look for you. I know what you mean. Also it's known as a gamertag poker.
Here you go:
Use XamUserGetXUID to Find Gamertag Offset.
============================================
.text:818E2498 .globl XamUserGetXUID
.text:818E2498 XamUserGetXUID: # CODE XREF: sub_818C9598+40p
.text:818E2498 # sub_818C9D38+5Cp ...
.text:818E2498 mr r11, r3
.text:818E249C lis r10, ((qword_81AAEFB0+0x10000)@h)
.text:818E24A0 li r8, 0
.text:818E24A4 cmplwi cr6, r11, 4
.text:818E24A8 addi r10, r10, -0x1050 # qword_81AAEFB0
.text:818E24AC blt cr6, loc_818E24BC
.text:818E24B0 lis r9, -0x7FF9 # 0x80070057
.text:818E24B4 ori r9, r9, 0x57 # 0x80070057
.text:818E24B8 b loc_818E24DC
==============================================
Enjoy ;)
- 1useful
- 1not useful
You are viewing our Forum Archives. To view or take place in current topics click here.