| View previous topic :: View next topic |
| Author |
Message |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Sat Jul 09, 2011 10:06 am Post subject: |
|
|
Not sure what you mean
But if you mean find a way to find the startaddress try a code injection and store the address on a known location (or allocated location and use registersymbol combined with lua's getAddress)
Or if you know a way to find that region without doing a next scan of any sort (so no userinteraction) then use that (aobscan)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
kache Cheater
Reputation: 0
Joined: 30 Jul 2009 Posts: 26
|
Posted: Sat Jul 09, 2011 3:01 pm Post subject: |
|
|
| Dark Byte wrote: | Not sure what you mean
But if you mean find a way to find the startaddress try a code injection and store the address on a known location (or allocated location and use registersymbol combined with lua's getAddress)
Or if you know a way to find that region without doing a next scan of any sort (so no userinteraction) then use that (aobscan) |
I already have the address in the table (calculated by cheatengine from the pointers (4-level)). How can I take that value in the script?
Image:
Or, if that is not possible, how do I calculate a 4-level pointer inside the script and use it for the editing:
?
Last edited by kache on Sun Jul 10, 2011 6:55 pm; edited 1 time in total |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Sat Jul 09, 2011 3:33 pm Post subject: |
|
|
in the script replace startaddress with getAddress("[[[[00cd7674]+85fac6]+9f79]+9a]+789f")
Though I am fairly certain that these offsets will not work on anyone's system (and it's a wonder it even works for yours)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
kache Cheater
Reputation: 0
Joined: 30 Jul 2009 Posts: 26
|
Posted: Sun Jul 10, 2011 8:33 am Post subject: |
|
|
| Dark Byte wrote: | in the script replace startaddress with getAddress("[[[[00cd7674]+85fac6]+9f79]+9a]+789f")
Though I am fairly certain that these offsets will not work on anyone's system (and it's a wonder it even works for yours) |
It worked perfectly, thank you very much!
Now I just have to find the code to load the process in CE, but I'll manage that myself.
Thanks again, and congrats for coding this amazing tool!
|
|
| Back to top |
|
 |
kache Cheater
Reputation: 0
Joined: 30 Jul 2009 Posts: 26
|
Posted: Tue Jul 12, 2011 6:15 am Post subject: |
|
|
I was wondering: is it possible to use ""app.exe"+007D83E1" inside the getAddress("[[[[00cd7674]+85fac6]+9f79]+9a]+789f") string?
I tried putting it inside the first bracket, but I get an error.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25814 Location: The netherlands
|
Posted: Tue Jul 12, 2011 7:07 am Post subject: |
|
|
yes, but remember that it requires formatting commands to show the " char
so try
| Code: |
\"app.exe\"+007D83E1
|
you might also be able to use the [[ ]] string specifier, but I think that will cause confusion
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
kache Cheater
Reputation: 0
Joined: 30 Jul 2009 Posts: 26
|
Posted: Wed Jul 13, 2011 6:36 pm Post subject: |
|
|
| Dark Byte wrote: | yes, but remember that it requires formatting commands to show the " char
so try
| Code: |
\"app.exe\"+007D83E1
|
|
Thanks, it worked.
|
|
| Back to top |
|
 |
|