You are viewing our Forum Archives. To view or take place in current topics click here.
How do I get a byte form an ghost offset?
Posted:

How do I get a byte form an ghost offset?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
Example:

The offset for Crome Players is : 0x82672EB4

When you make a program you have to code it like:

Ghost.SetMemory(0x82672EB4, new byte[] {0x0, 0x00, 0x00, 0x00});


The bytes of the offset have to be right for it to work.

The bytes are like this:
{0x00, 0x00, 0x00, 0x00}



How to I get the byte with the offset of 0x82672EB4?
#2. 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
Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.
#3. 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 Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.


Does that really work or do i have to use IDA Pro
#4. Posted:
xChillest
  • Christmas!
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
jtaghacks135 wrote
xChillest wrote Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.


Does that really work or do i have to use IDA Pro


Why would I post it if it doesn't work? lol
#5. 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
jtaghacks135 wrote
xChillest wrote Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.


Does that really work or do i have to use IDA Pro


Why would I post it if it doesn't work? lol


I did it bro and it didn't work.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.