| View previous topic :: View next topic |
| Author |
Message |
GaBBaGaNDaLF How do I cheat?
Reputation: 0
Joined: 01 Jul 2004 Posts: 9 Location: Germany
|
Posted: Mon Jul 05, 2004 7:31 am Post subject: Pointer Problem |
|
|
Hi
I tried to make a trainer for perimeter v.1.1
I want to freeze the energy in the game, no prob so far, I found the address and even the pointer to it (including offset).
My problem is that when i start another level the pointer is wrong.:(
can sb help me plz?
I use CE 4.4@WinXP
THX
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Mon Jul 05, 2004 7:38 am Post subject: |
|
|
It could be that there are more levels for that pointer.
You may need to find the pointer to that pointer and perhaps even further down the link ;)
To do that use the option to find out what accessess the pointer you found and work with that.
e.g:
| Code: |
pointer----
|
|
<----------
..
.. offset between pointer and other pointer
..
pointer----
|
|
<----------
..
..offset between pointervalue and energy
..
Energy
|
I've got this game too but havn't played it in a while (got fed up at the map where you need to use diggers) But I gues I can look at it if I can remember where I put it.
Oh yes, I gues I could tell you one of the features I hardly ever hear anyone about but helps great for this type of game:
When you've found the code that changes your energy you can save that and use that to find the address of your energy instead of scanning next time there's a level change or you restart.
Go to the advanced window, rightclick the code and choose "Find out what addresses this code writes to" (or reads from depending on what kind of code it is) and play the game. after a while the list will be filled up with all the addresses that that code used. (enemy's energy including if it is also used to handle the enemy)
|
|
| Back to top |
|
 |
GaBBaGaNDaLF How do I cheat?
Reputation: 0
Joined: 01 Jul 2004 Posts: 9 Location: Germany
|
Posted: Mon Jul 05, 2004 8:16 am Post subject: |
|
|
WoW That's what i call quick response :D
Thanx i'll try it.
|
|
| Back to top |
|
 |
GaBBaGaNDaLF How do I cheat?
Reputation: 0
Joined: 01 Jul 2004 Posts: 9 Location: Germany
|
Posted: Mon Jul 05, 2004 9:09 am Post subject: |
|
|
Yeah i did it!!!
It was just the wrong pointer i had only one entry left,so i thougt this must be it.
This time i searched for the new address of the energy in a new level with another instance of CE and used the new address as pointer value.
It worked, but there's a problem with replacing the code: when you have a higher max energy than 10000 the shield will partially not build up.
With normal freeze everything works fine.
sry to bother you Dark Byte
ps Cheat Engine is my absolute favorite cheat tool. I came across it not long ago but its faster than other tools and the assembler editor is great!!!
keep up the good work on that tool
|
|
| Back to top |
|
 |
shazuk21 How do I cheat?
Reputation: 0
Joined: 02 Sep 2005 Posts: 2
|
Posted: Fri Sep 02, 2005 7:38 pm Post subject: |
|
|
| hi im having a similar problem but im quite new 2 this iv found a number of adresses but every level they change
|
|
| Back to top |
|
 |
|