| View previous topic :: View next topic |
| Author |
Message |
-DEViL- Expert Cheater
Reputation: 3
Joined: 21 Apr 2007 Posts: 185
|
Posted: Fri May 25, 2007 7:02 am Post subject: Dark Byte or Some one pro help |
|
|
Hi every one
I ask this question in another topic but i cant get true answer
i want to use this scripts as base pointer by using register symbol functions
and i want to use this scripts in the trainer but this scripts only work in the cheat table.
my question when i create trainer from this scripts trainer is not work?how i can fix this problem?
here is scripts:
| Code: | registersymbol(insanity)
alloc(insanity,4)
label(returnhere)
label(originalcode)
label(exit)
SufferingTTB.rfl+1B2FD:
jmp SufferingTTB.rfl+3A0
nop
returnhere:
SufferingTTB.rfl+3A0: //this is allocated memory, you have read,write,execute access
//place your code here
mov [insanity],esi //store the base address to insanity
originalcode:
fstp [esi+0000048a]
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
unregistersymbol(insanity)
dealloc(insanity)
SufferingTTB.rfl+1B2FD:
fstp [esi+0000048a] |
please help me i need this
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 475
Joined: 09 May 2003 Posts: 25976 Location: The netherlands
|
Posted: Fri May 25, 2007 8:59 am Post subject: |
|
|
remember that that script has to be executed at least once before insanity will contain a valid address
also, insanity will only get updated eveery 5 seconds. So if the first time insanity was uniniitalized (so 0) and the script gets executed by the game, then 5 seconds later insanity will be updated by the pointer reader
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
-DEViL- Expert Cheater
Reputation: 3
Joined: 21 Apr 2007 Posts: 185
|
Posted: Fri May 25, 2007 9:12 am Post subject: |
|
|
thank you so much Dark Byte
this scripts working very good
but i want to use this scripts in the trainer.when i create trainer from this scripts trainer is not work?
please some one help me
|
|
| Back to top |
|
 |
|