| View previous topic :: View next topic |
| Author |
Message |
ovann Advanced Cheater
Reputation: 0
Joined: 18 May 2006 Posts: 73
|
Posted: Thu Nov 29, 2007 10:11 am Post subject: How do I made trainer with unradomize addresses? |
|
|
Hi all,
I want making a trainer by cheat engine for some flash game...
The problem is:
Every time that I open the game the addresses just change and the trainer does not working anymore....
Should have a way to do the trainer getting the new address of the cheat I want with old address?
Or any way?
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Thu Nov 29, 2007 11:43 am Post subject: Kind of. |
|
|
You'll need to find the pointer.
A pointer automatcally finds the address whenever it changes. Kind of.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Thu Nov 29, 2007 6:35 pm Post subject: Re: How do I made trainer with unradomize addresses? |
|
|
| ovann wrote: | Hi all,
I want making a trainer by cheat engine for some flash game...
The problem is:
Every time that I open the game the addresses just change and the trainer does not working anymore....
Should have a way to do the trainer getting the new address of the cheat I want with old address?
Or any way? |
You cannot make a trainer using memory on a flash game from what i have tried several hours, even had others help and try as well.
The memory is flushed after you close the browser.
You can make cheats for flash game by altering the action script, and to learn that go down to the flash games section.
|
|
| Back to top |
|
 |
ovann Advanced Cheater
Reputation: 0
Joined: 18 May 2006 Posts: 73
|
Posted: Fri Nov 30, 2007 5:51 am Post subject: |
|
|
So I can make trainer by pointers?
After I found the address and add to my cheat table what do I need to do for find the pointer?
Help me please =]
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Fri Nov 30, 2007 6:19 am Post subject: Re: How do I made trainer with unradomize addresses? |
|
|
| Labyrnth wrote: | | ovann wrote: | Hi all,
I want making a trainer by cheat engine for some flash game...
The problem is:
Every time that I open the game the addresses just change and the trainer does not working anymore....
Should have a way to do the trainer getting the new address of the cheat I want with old address?
Or any way? |
You cannot make a trainer using memory on a flash game from what i have tried several hours, even had others help and try as well.
The memory is flushed after you close the browser.
You can make cheats for flash game by altering the action script, and to learn that go down to the flash games section. |
You sure can do a trainer that changes the pointers IN ce.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
ovann Advanced Cheater
Reputation: 0
Joined: 18 May 2006 Posts: 73
|
Posted: Fri Nov 30, 2007 7:03 am Post subject: |
|
|
OK look where I'm stuck now....
Address has been found
Right click on address and press "Find out what writes to this address"
Then I change in game the points and getting there 2 lines
mov [esi],<offset>
mov [esi],eax
I double click on the first line and see the red line that give me the offset and more address that I don't know what he do...
I tick HEX and search my normal address of the hack I want make a pointer and NOTHING FOUND!!!
Why?
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Sat Dec 01, 2007 1:08 pm Post subject: Re: How do I made trainer with unradomize addresses? |
|
|
| Naablet wrote: |
You sure can do a trainer that changes the pointers IN ce. |
You cannot train a flash game. As in making a stand alone executable that will poke memory.
You can have action script editor or in some cases a CT that will calculate and address maybe.
| ovann wrote: | OK look where I'm stuck now....
Address has been found
Right click on address and press "Find out what writes to this address"
Then I change in game the points and getting there 2 lines
mov [esi],<offset>
mov [esi],eax
I double click on the first line and see the red line that give me the offset and more address that I don't know what he do...
I tick HEX and search my normal address of the hack I want make a pointer and NOTHING FOUND!!!
Why? |
When you found what writes to the address, take a look at the module you are in.
It will be a dll.
Depending on what browser you use, the module you will be in is different.
Firefox = NPSWF32.dll
Iexplorer = flash9d.ocx
Try to alter memory on one of them by code injection and get a crash.
|
|
| Back to top |
|
 |
|