You are viewing our Forum Archives. To view or take place in current topics click here.
can someone explain how to use off-sets
Posted:

can someone explain how to use off-setsPosted:

Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
so say for mw3 i want to set prestige this is the stat entry off-set 0x8307B76C and this is the prestige offset 0x3A90C how would i use those to set my prestige it mw3?
#2. Posted:
B-2
  • TTG Senior
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,549
Reputation Power: 78
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,549
Reputation Power: 78
Are you using a tool or creating a tool?
#3. Posted:
DemFyreHaxDoe
  • New Member
Status: Offline
Joined: May 11, 20149Year Member
Posts: 10
Reputation Power: 0
Status: Offline
Joined: May 11, 20149Year Member
Posts: 10
Reputation Power: 0
Revscape718 wrote so say for mw3 i want to set prestige this is the stat entry off-set 0x8307B76C and this is the prestige offset 0x3A90C how would i use those to set my prestige it mw3?

i use something like this: (this is all in a button)

            int input10 = Convert.ToInt32(this.textBox20.Text);
            input10 = int.Parse(this.textBox20.Text);//corresponds to a text box input and converts it
            Form1.xboxConsole.DebugTarget.WriteInt32(0x8307B76C, input10, false);//actually sets stat
#4. Posted:
Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
B-2 wrote Are you using a tool or creating a tool?

creating a tool
2020202020202020
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.