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:
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201212Year 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:
Status: Offline
Joined: Jan 15, 201114Year Member
Posts: 1,549
Reputation Power: 78
Are you using a tool or creating a tool?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 11, 201410Year Member
Posts: 10
Reputation Power: 0
Status: Offline
Joined: May 11, 201410Year 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
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201212Year Member
Posts: 158
Reputation Power: 5
B-2 wrote Are you using a tool or creating a tool?
creating a tool
2020202020202020
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.