| View previous topic :: View next topic |
| Author |
Message |
The0neThe0nly Expert Cheater
Reputation: 0
Joined: 08 Dec 2009 Posts: 119 Location: In a box
|
Posted: Tue Apr 17, 2012 5:19 pm Post subject: My Value Changes |
|
|
| I have a 4 byte value for ammo on a game. Every time a start up the game again though, this value changes. Is there any way to have the value not change so I can make a trainer? |
|
| Back to top |
|
 |
Smanettone83 Expert Cheater
Reputation: 3
Joined: 21 Feb 2011 Posts: 146 Location: Italia
|
Posted: Tue Apr 17, 2012 5:23 pm Post subject: Re: My Value Changes |
|
|
| The0neThe0nly wrote: | | I have a 4 byte value for ammo on a game. Every time a start up the game again though, this value changes. Is there any way to have the value not change so I can make a trainer? |
it's called DMA (Dinamic Memory Allocation). You can use more technics for bypass this problem like usage of Pointer or Code Injection. _________________
|
|
| Back to top |
|
 |
The0neThe0nly Expert Cheater
Reputation: 0
Joined: 08 Dec 2009 Posts: 119 Location: In a box
|
Posted: Tue Apr 17, 2012 5:25 pm Post subject: Re: My Value Changes |
|
|
| Smanettone83 wrote: | | The0neThe0nly wrote: | | I have a 4 byte value for ammo on a game. Every time a start up the game again though, this value changes. Is there any way to have the value not change so I can make a trainer? |
it's called DMA (Dinamic Memory Allocation). You can use more technics for bypass this problem like usage of Pointer or Code Injection. |
Is it possible for me to use Code Injection in my trainer? |
|
| Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Tue Apr 17, 2012 5:57 pm Post subject: Re: My Value Changes |
|
|
| Quote: |
Is it possible for me to use Code Injection in my trainer? |
If you create your trainer with CE then it is very easy. _________________
|
|
| Back to top |
|
 |
Smanettone83 Expert Cheater
Reputation: 3
Joined: 21 Feb 2011 Posts: 146 Location: Italia
|
Posted: Wed Apr 18, 2012 12:28 pm Post subject: Re: My Value Changes |
|
|
| The0neThe0nly wrote: | | Smanettone83 wrote: | | The0neThe0nly wrote: | | I have a 4 byte value for ammo on a game. Every time a start up the game again though, this value changes. Is there any way to have the value not change so I can make a trainer? |
it's called DMA (Dinamic Memory Allocation). You can use more technics for bypass this problem like usage of Pointer or Code Injection. |
Is it possible for me to use Code Injection in my trainer? |
i think you need to learn before how the games works.... see the cheat engine tutorial.exe and try to understand with that. _________________
|
|
| Back to top |
|
 |
igor Expert Cheater
Reputation: 1
Joined: 04 Apr 2012 Posts: 145
|
Posted: Fri Apr 20, 2012 7:49 am Post subject: Re: My Value Changes |
|
|
| Smanettone83 wrote: | | it's called DMA (Dinamic Memory Allocation). You can use more technics for bypass this problem like usage of Pointer or Code Injection. |
The easy way to find pointer is right click on address and choose "Pointer scan for this address". You can easily create pointers for this method.
Note:This is the Noobs method. |
|
| Back to top |
|
 |
|