View previous topic :: View next topic |
Author |
Message |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Sun Sep 17, 2006 1:00 am Post subject: Trainer Assembler |
|
|
I made an auto assembler script (with enable and disable). It includes a nop and 2 code caves. It's working fine when I enable it from CE, but if I put it in a trainer it just doesn't work...
Any thoughts?
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Sun Sep 17, 2006 2:16 am Post subject: |
|
|
no idea, do you select the correct process ?
Is it some kind of protected process where you need the processwatcher ?
did you use registersymbol in a earlier script you'tre forgetting ?
_________________
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 |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Sun Sep 17, 2006 5:07 am Post subject: |
|
|
No.. No protection system, the other scripts work, so it must be the right process... Here's the script:
Code: |
[ENABLE]
alloc(cap,100)
alloc(reload,100)
004BEA5E: //Cap
jmp cap
nop
cap:
mov [esi+28],43AF0000
jmp 004BEA67
004BEA41: //Reload
jmp reload
nop
reload:
mov [esi+28],43AF0000
jmp 004BEA47
004BE9DF: //Fly
nop
nop
nop
[DISABLE]
dealloc(cap)
dealloc(reload)
004BEA5E: //Cap
fld [ecx+00000868]
004BEA41: //Reload
fadd dword ptr [esi+28]
fst [esi+28]
004BE9DF:
fstp [esi+28]
|
_________________
|
|
Back to top |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Mon Sep 18, 2006 12:06 pm Post subject: |
|
|
no idea? It can't be a registersymbol.. the scritps dont use them.. and if I put it in a trainer by itself it doesn't work either... But from Cheat Engine it works...
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Tue Sep 19, 2006 1:23 am Post subject: |
|
|
No idea, you're saying other scripts work except that one ?
Can you send me the trainer you made ?
_________________
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 |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Wed Sep 20, 2006 11:49 pm Post subject: |
|
|
ok, it was prevented from reopening, so I made a new one on my computer downstairs. I haven't tested it with the game, but it will probably not work. I also included the original trainer, wich can't be opened with CE...
_________________
|
|
Back to top |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Sun Oct 08, 2006 11:41 pm Post subject: |
|
|
soe mh... found it out?
(sorry for bumb)
_________________
|
|
Back to top |
|
 |
|