You are viewing our Forum Archives. To view or take place in current topics click here.
#21. 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
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


Because as I said for chrome and UAV you do it like this ...

SetMemory(****, new byte[] { 0x01 });
#22. 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
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. ]


Please just leant c# / simple syntax ...
And yea look up tutorials, learn about bytes
Google how to make a XRPC ....
#23. Posted:
xChillest
  • TTG Addict
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201211Year Member
Posts: 2,396
Reputation Power: 123
:facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.
#24. 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
xChillest wrote :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works
#25. 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 :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors
#26. 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 :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors


This is my own tooll broo, ive been working on it for 4 days now...
#27. 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
IDA wrote
jtaghacks135 wrote
xChillest wrote :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors


This is my own tooll broo, ive been working on it for 4 days now...


And I'm saying don't **** ng bother with your tool anymore won't get very far
#28. 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
IDA wrote
jtaghacks135 wrote
xChillest wrote :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors


This is my own tooll broo, ive been working on it for 4 days now...


And I'm saying don't **** ng bother with your tool anymore won't get very far


Wow ma . What is it? I'm stpuid or I just have comman sense
#29. 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
IDA wrote
jtaghacks135 wrote
IDA wrote
jtaghacks135 wrote
xChillest wrote :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors


This is my own tooll broo, ive been working on it for 4 days now...


And I'm saying don't **** ng bother with your tool anymore won't get very far


Wow ma . What is it? I'm stpuid or I just have comman sense


What I mean is like
-learn how to code
-learn how to make XRPC's
-learn how to use IDA ( don't have to )

All can be done with help from google
And sources ( Mehh kinda stealing tho )
And YouTube ...
Books ...
#30. 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
IDA wrote
jtaghacks135 wrote
IDA wrote
jtaghacks135 wrote
xChillest wrote :facepalm:

Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });


Just copy and paste that. That's what we were meaning by NOP it.



[ Register or Signin to view external links. ]

Won't, The bytes for peek poker wont work eather. I think they just pacthed it. But that cant be true if Ghost Vapuor works


-___________________-
Just leave .....


...... Seriously need to watch some tuts or, maybe reconsider making your own, sorry to be blunt but your making very simple and nooby errors


This is my own tooll broo, ive been working on it for 4 days now...


And I'm saying don't **** ng bother with your tool anymore won't get very far


Wow ma . What is it? I'm stpuid or I just have comman sense


What I mean is like
-learn how to code
-learn how to make XRPC's
-learn how to use IDA ( don't have to )

All can be done with help from google
And sources ( Mehh kinda stealing tho )
And YouTube ...
Books ...


Alright man. Thanks for the help. ALL OF YOU!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.