You are viewing our Forum Archives. To view or take place in current topics click here.
#21. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wroteIDA 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 });
- 0useful
- 0not useful
#22. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wrotejtaghacks135 wrotejtaghacks135 wroteIDA wrotejtaghacks135 wrotexChillest wrotejtaghacks135 wrotexChillest wroteIDA 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 ....
- 0useful
- 0not useful
#23. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
:facepalm:
Just copy and paste that. That's what we were meaning by NOP it.
Ghosts.SetMemory(0x82672EB4, new byte[] { 0x60, 00, 00, 00 });
Just copy and paste that. That's what we were meaning by NOP it.
- 1useful
- 0not useful
#24. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year 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
- 0useful
- 4not useful
#25. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wrotexChillest 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
- 1useful
- 0not useful
#26. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
IDA wrotejtaghacks135 wrotexChillest 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...
- 0useful
- 0not useful
#27. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wroteIDA wrotejtaghacks135 wrotexChillest 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
- 0useful
- 0not useful
#28. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
IDA wrotejtaghacks135 wroteIDA wrotejtaghacks135 wrotexChillest 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
- 0useful
- 0not useful
#29. Posted:
Status: Offline
Joined: Sep 21, 201311Year Member
Posts: 454
Reputation Power: 26
jtaghacks135 wroteIDA wrotejtaghacks135 wroteIDA wrotejtaghacks135 wrotexChillest 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 ...
- 0useful
- 0not useful
#30. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
IDA wrotejtaghacks135 wroteIDA wrotejtaghacks135 wroteIDA wrotejtaghacks135 wrotexChillest 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!
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.