You are viewing our Forum Archives. To view or take place in current topics click here.
Halo 4/Halo Reach Add XP/Credits Code
Posted:

Halo 4/Halo Reach Add XP/Credits CodePosted:

Jrd
  • TTG Addict
Status: Offline
Joined: Jul 23, 201112Year Member
Posts: 2,283
Reputation Power: 133
Status: Offline
Joined: Jul 23, 201112Year Member
Posts: 2,283
Reputation Power: 133
You may only do this once per day, it doesn't bypass credit or XP limits.

Must have an online JTAG to use this.

Credits to Elijah for finding these.

Halo: Reach 200k credits:

byte[] memory = this.Jtag.GetMemory(2207314760u, 4u);
Array.Reverse(memory);
int num = BitConverter.ToInt32(memory, 0);
int value = num + 200000;
byte[] bytes = BitConverter.GetBytes(value);
Array.Reverse(bytes);
this.Jtag.SetMemory(2207314760u, bytes);


Halo 4 250k XP:

byte[] memory = this.Jtag.GetMemory(2222387808u, 4u);
Array.Reverse(memory);
int num = BitConverter.ToInt32(memory, 0);
int value = num + 250000;
byte[] bytes = BitConverter.GetBytes(value);
Array.Reverse(bytes);
this.Jtag.SetMemory(2222387808u, bytes);


Last edited by Jrd ; edited 1 time in total
#2. Posted:
SK7
  • Powerhouse
Status: Offline
Joined: May 26, 201310Year Member
Posts: 491
Reputation Power: 22
Status: Offline
Joined: May 26, 201310Year Member
Posts: 491
Reputation Power: 22
Elijah was the one that created a tool way before you posted this, credit?
Also, they are not even offsets which means you opened his tool up in a .NET explorer and copied the code...
#3. Posted:
Jrd
  • TTG Addict
Status: Offline
Joined: Jul 23, 201112Year Member
Posts: 2,283
Reputation Power: 133
Status: Offline
Joined: Jul 23, 201112Year Member
Posts: 2,283
Reputation Power: 133
SK7 wrote Elijah was the one that created a tool way before you posted this, credit?
Also, they are not even offsets which means you opened his tool up in a .NET explorer and copied the code...


I got them sent to me over skype and tested them, I didn't know where they were from, i'll edit the OP now.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.