| View previous topic :: View next topic |
| Author |
Message |
shoxsz How do I cheat?
Reputation: 0
Joined: 03 Feb 2014 Posts: 2
|
Posted: Mon Feb 03, 2014 7:52 am Post subject: Finding ip addresses |
|
|
___EDITED____
Ok, re-doing my post, i find the pointer to the ip that i wanted, so i mark the checkbox Active, to continue changing the value of ip to 11111111, so i try to connect the game and i get an error(what i've expected), and while the was trying to connect i go to "find out what writes to this address" and get some instructions, and have 3 instructions writing on it, so now: how i find the address of the pointer of ip?
Last edited by shoxsz on Mon Feb 03, 2014 8:21 am; edited 1 time in total |
|
| Back to top |
|
 |
AltairPL Newbie cheater
Reputation: 2
Joined: 25 Jan 2014 Posts: 24
|
Posted: Mon Feb 03, 2014 8:20 am Post subject: |
|
|
| 30 is not so much... if you know when those addresses are used, you can check every one of them with "see what accesses..." - with luck, you will find the proper one
|
|
| Back to top |
|
 |
shoxsz How do I cheat?
Reputation: 0
Joined: 03 Feb 2014 Posts: 2
|
Posted: Mon Feb 03, 2014 9:08 am Post subject: |
|
|
| no, i already get the address, but i think it is allocated on heap , so i want to find the variable pointer to this address, that's why i'm using the "see what ....", but only three instructions write on it, but i've tested the addresses pointed by the registers and no one of they point to this value... :\
|
|
| Back to top |
|
 |
AltairPL Newbie cheater
Reputation: 2
Joined: 25 Jan 2014 Posts: 24
|
Posted: Mon Feb 03, 2014 9:53 am Post subject: |
|
|
if by pointer you mean pointer to memory address which stores ip, right click on list entry and select pointer scan - see CE help for description
if you mean where the hell did that value came from (source)... well, since you have instructions writing to the memory address, you could simply change them to your liking and don't bother looking for the source - that's probably the fastest and the best way
|
|
| Back to top |
|
 |
|