Page 1 of 1

Ages of Mages the last keeper

Posted: Fri Apr 19, 2019 6:24 pm
by Rysefox
I made a table for Ages of Mages the last keeper v1.0.1.2 cdx version

Scripts:
Instant level up

[ChacterMainData]
lvl, Needxp,spd,detectdistance,basespeed,current health,mana and more.

hf

Re: Ages of Mages the last keeper

Posted: Sat Apr 20, 2019 12:23 pm
by Rysefox

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,enemyCharecterBase:checkAround+c) 
label(returnhere)
label(originalcode)
label(exit)

newmem:
push r8
cmp [rsi+31C],(float)1
jle originalcode
mov r8,(float)1
mov [rsi+31C],r8
pop r8
originalcode:
movss xmm0,[rsi+0000031C]

exit:
jmp returnhere

enemyCharecterBase:checkAround+c:
jmp newmem
nop
nop
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
enemyCharecterBase:checkAround+c:
movss xmm0,[rsi+0000031C]
//Alt: db F3 0F 10 86 1C 03 00 00
When somebody wants onehit kill. Open auto assemble (CTRL + Alt A) to open. And copy the text above. Paste it in the auto assemble, then go top left and assign to current cheat table

Re: Ages of Mages the last keeper

Posted: Sun Jul 26, 2020 12:38 am
by trueironbar
thank you for the trainer! For some reason the kill 1 enemy for 1 level is only working on the fire wizard but none of the others. any chance you have time to fix it? Please and Thank you!