You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
IDA
  • Powerhouse
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wrote
xChillest wrote
jtaghacks135 wrote
xChillest wrote
IDA wrote Normally to "turn something on" you just NOOP it ( 0x60000000 )
And to turn it off you just return it to it's orginal hex in IDA ...


I tried telling him earlier that the simplest way to do this is use peek poker and launch the game, then peek the offset to find the bytes but all he said was "it didn't work".


@OP, try using Peek Poker again. As long as you have the xbdm plugin (I don't think you need RPC, but put it just in case) and you're on multiplayer on Ghosts peek the offset with a length of 4. It'll show you the bytes. For laser the last byte will be 00, to enable the laser you just poke 01 over that.


I got laser working but I didn the same with crome and uav and it didnt wokr...


They may require different bytes, and not just 0x01. Try what IDA said, NOP the offset. ( 0x60, 00, 00, 00 )


I can't nop it with mcs. I put Ghost.NOP and so on it wont work.

-______- **** you on about ?


Also here is a little help thing ... The offsets here are TU13, either port them or look on 7sins

 
 ChromePlayers = 0x82671AFC // ON : 0x01 || OFF : 0x00
 Laser = 0x8227D760 // ON : 0x01 || OFF : 0x00
 NoRecoil = 0x822C78CC // ON : 0x60000000 || OFF : 0x4BF8AE95
 Max Ammo = 0x82246BD0 // ON : 0x7D6B192E OR : NOP || OFF : 0x7D4B182E
 Jump Height = 0x8201663C // ON : (float)999 || OFF : (float)39
 Fall Damage = 0x8222F3A4 // ON : 0x4800 || OFF : 0x4198
 RedBoxes = 0x8226B864 // ON : 0x60000000 || OFF : 0x419A000C
 Advanced UAV 1 = 0x8226395B // ON : 0x01 || OFF : 0x00
 Advanced UAV 2 = 0x82263D53 // ON : 0x01 || OFF : 0x00
 Advanced UAV 3 = 0x82263DBF // ON : 0x01 || OFF : 0x00
 Fully Auto Guns = 0x82256AC4 // ON : 0x41 || OFF : 0x4B
 God Mode = 0x823DEC28 // ON : 0x60000000 || OFF : 0x7D5E5378
 

Believe that's the correct bytes for them
#12. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
IDA wrote
jtaghacks135 wrote
xChillest wrote
jtaghacks135 wrote
xChillest wrote
IDA wrote Normally to "turn something on" you just NOOP it ( 0x60000000 )
And to turn it off you just return it to it's orginal hex in IDA ...


I tried telling him earlier that the simplest way to do this is use peek poker and launch the game, then peek the offset to find the bytes but all he said was "it didn't work".


@OP, try using Peek Poker again. As long as you have the xbdm plugin (I don't think you need RPC, but put it just in case) and you're on multiplayer on Ghosts peek the offset with a length of 4. It'll show you the bytes. For laser the last byte will be 00, to enable the laser you just poke 01 over that.


I got laser working but I didn the same with crome and uav and it didnt wokr...


They may require different bytes, and not just 0x01. Try what IDA said, NOP the offset. ( 0x60, 00, 00, 00 )


I can't nop it with mcs. I put Ghost.NOP and so on it wont work.

-______- **** you on about ?


Also here is a little help thing ... The offsets here are TU13, either port them or look on 7sins

 
 ChromePlayers = 0x82671AFC // ON : 0x01 || OFF : 0x00
 Laser = 0x8227D760 // ON : 0x01 || OFF : 0x00
 NoRecoil = 0x822C78CC // ON : 0x60000000 || OFF : 0x4BF8AE95
 Max Ammo = 0x82246BD0 // ON : 0x7D6B192E OR : NOP || OFF : 0x7D4B182E
 Jump Height = 0x8201663C // ON : (float)999 || OFF : (float)39
 Fall Damage = 0x8222F3A4 // ON : 0x4800 || OFF : 0x4198
 RedBoxes = 0x8226B864 // ON : 0x60000000 || OFF : 0x419A000C
 Advanced UAV 1 = 0x8226395B // ON : 0x01 || OFF : 0x00
 Advanced UAV 2 = 0x82263D53 // ON : 0x01 || OFF : 0x00
 Advanced UAV 3 = 0x82263DBF // ON : 0x01 || OFF : 0x00
 Fully Auto Guns = 0x82256AC4 // ON : 0x41 || OFF : 0x4B
 God Mode = 0x823DEC28 // ON : 0x60000000 || OFF : 0x7D5E5378
 

Believe that's the correct bytes for them



My brain hurts very badly Okay you said NOP it. Okay

Ghost.NOP(0x82671AFC) // ON :0x01



When I type that in on MVS I get an ERROR for NOP.It doesn't contane the definion.
#13. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
That is why I can't NOP stuff.
#14. Posted:
ip
  • Winter 2018
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
You require JRPC.dll in order to do Jtag.NOP.
#15. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Liability wrote You require JRPC.dll in order to do Jtag.NOP.



Archives/t=5663961/jrpc-ultimate-...lease.html

Okay that what I have and I added the refrance.
#16. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Liability wrote You require JRPC.dll in order to do Jtag.NOP.



Somethings not right here....
#17. Posted:
IDA
  • Powerhouse
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
Status: Offline
Joined: Sep 21, 201310Year Member
Posts: 454
Reputation Power: 26
No just do Jt.SetMemory(0xoffset, new byte[] { 0x60, 00, 00, 00 });

That is a NOP, can be done XRPC JRPC what ever ...
#18. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
jtaghacks135 wrote
IDA wrote
jtaghacks135 wrote
xChillest wrote
jtaghacks135 wrote
xChillest wrote
IDA wrote Normally to "turn something on" you just NOOP it ( 0x60000000 )
And to turn it off you just return it to it's orginal hex in IDA ...


I tried telling him earlier that the simplest way to do this is use peek poker and launch the game, then peek the offset to find the bytes but all he said was "it didn't work".


@OP, try using Peek Poker again. As long as you have the xbdm plugin (I don't think you need RPC, but put it just in case) and you're on multiplayer on Ghosts peek the offset with a length of 4. It'll show you the bytes. For laser the last byte will be 00, to enable the laser you just poke 01 over that.


I got laser working but I didn the same with crome and uav and it didnt wokr...


They may require different bytes, and not just 0x01. Try what IDA said, NOP the offset. ( 0x60, 00, 00, 00 )


I can't nop it with mcs. I put Ghost.NOP and so on it wont work.

-______- **** you on about ?


Also here is a little help thing ... The offsets here are TU13, either port them or look on 7sins

 
 ChromePlayers = 0x82671AFC // ON : 0x01 || OFF : 0x00
 Laser = 0x8227D760 // ON : 0x01 || OFF : 0x00
 NoRecoil = 0x822C78CC // ON : 0x60000000 || OFF : 0x4BF8AE95
 Max Ammo = 0x82246BD0 // ON : 0x7D6B192E OR : NOP || OFF : 0x7D4B182E
 Jump Height = 0x8201663C // ON : (float)999 || OFF : (float)39
 Fall Damage = 0x8222F3A4 // ON : 0x4800 || OFF : 0x4198
 RedBoxes = 0x8226B864 // ON : 0x60000000 || OFF : 0x419A000C
 Advanced UAV 1 = 0x8226395B // ON : 0x01 || OFF : 0x00
 Advanced UAV 2 = 0x82263D53 // ON : 0x01 || OFF : 0x00
 Advanced UAV 3 = 0x82263DBF // ON : 0x01 || OFF : 0x00
 Fully Auto Guns = 0x82256AC4 // ON : 0x41 || OFF : 0x4B
 God Mode = 0x823DEC28 // ON : 0x60000000 || OFF : 0x7D5E5378
 

Believe that's the correct bytes for them



My brain hurts very badly Okay you said NOP it. Okay

Ghost.NOP(0x82671AFC) // ON :0x01



When I type that in on MVS I get an ERROR for NOP.It doesn't contane the definion.


My refrances are set as you can see here
[ Register or Signin to view external links. ]

but NOP wont work as you can see here
(forget the 2 after ghost. i fixed that)
[ Register or Signin to view external links. ]
#19. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
IDA wrote No just do Jt.SetMemory(0xoffset, new byte[] { 0x60, 00, 00, 00 });

That is a NOP, can be done XRPC JRPC what ever ...



Tyred that for crome and UAV it doesn not work
#20. Posted:
jtaghacks135
  • Junior Member
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 20149Year Member
Posts: 69
Reputation Power: 2
jtaghacks135 wrote
jtaghacks135 wrote
IDA wrote
jtaghacks135 wrote
xChillest wrote
jtaghacks135 wrote
xChillest wrote
IDA wrote Normally to "turn something on" you just NOOP it ( 0x60000000 )
And to turn it off you just return it to it's orginal hex in IDA ...


I tried telling him earlier that the simplest way to do this is use peek poker and launch the game, then peek the offset to find the bytes but all he said was "it didn't work".


@OP, try using Peek Poker again. As long as you have the xbdm plugin (I don't think you need RPC, but put it just in case) and you're on multiplayer on Ghosts peek the offset with a length of 4. It'll show you the bytes. For laser the last byte will be 00, to enable the laser you just poke 01 over that.


I got laser working but I didn the same with crome and uav and it didnt wokr...


They may require different bytes, and not just 0x01. Try what IDA said, NOP the offset. ( 0x60, 00, 00, 00 )


I can't nop it with mcs. I put Ghost.NOP and so on it wont work.

-______- **** you on about ?


Also here is a little help thing ... The offsets here are TU13, either port them or look on 7sins

 
 ChromePlayers = 0x82671AFC // ON : 0x01 || OFF : 0x00
 Laser = 0x8227D760 // ON : 0x01 || OFF : 0x00
 NoRecoil = 0x822C78CC // ON : 0x60000000 || OFF : 0x4BF8AE95
 Max Ammo = 0x82246BD0 // ON : 0x7D6B192E OR : NOP || OFF : 0x7D4B182E
 Jump Height = 0x8201663C // ON : (float)999 || OFF : (float)39
 Fall Damage = 0x8222F3A4 // ON : 0x4800 || OFF : 0x4198
 RedBoxes = 0x8226B864 // ON : 0x60000000 || OFF : 0x419A000C
 Advanced UAV 1 = 0x8226395B // ON : 0x01 || OFF : 0x00
 Advanced UAV 2 = 0x82263D53 // ON : 0x01 || OFF : 0x00
 Advanced UAV 3 = 0x82263DBF // ON : 0x01 || OFF : 0x00
 Fully Auto Guns = 0x82256AC4 // ON : 0x41 || OFF : 0x4B
 God Mode = 0x823DEC28 // ON : 0x60000000 || OFF : 0x7D5E5378
 

Believe that's the correct bytes for them



My brain hurts very badly Okay you said NOP it. Okay

Ghost.NOP(0x82671AFC) // ON :0x01



When I type that in on MVS I get an ERROR for NOP.It doesn't contane the definion.


My refrances are set as you can see here
[ Register or Signin to view external links. ]

but NOP wont work as you can see here
(forget the 2 after ghost. i fixed that)
[ Register or Signin to view external links. ]





FIxed veson
[ Register or Signin to view external links. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.