JingleHacki Master Cheater
Reputation: 0
Joined: 22 Dec 2006 Posts: 496 Location: SWEDEN!
|
Posted: Mon Jan 22, 2007 8:12 am Post subject: AA script wont work in my ct help! |
|
|
I made an AA Script, it works in my ct but when i put the code into my trainer it wont work, ive put the right process name so why wouldnt it work? thanks in forehand
Code: |
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
005EDD25:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [ecx+000002dc],eax
exit:
jmp returnhere
[DISABLE]
005EDD25:
mov [esi+000002dc],eax
|
_________________
Yeey New Ava and Sig!
Lvl 9x CB kinda-active
Lvl 10x DK perm
Lvl 8x priest active
 |
|