Mewgenics - Cheat Health Mana
Cheat with Cheat Engine
If like my work, you can support me on Patreon : / easygamecheatengine
health (battle) script :
[ENABLE]
aobscanmodule(INJECTbattlehealth,Mewgenics.exe,75 * 39 99 * * * * 7F * 39)
alloc(newmem,$1000,INJECTbattlehealth)
label(code codeP codeB cfBtPhealthFull cfBtOhealFull cfBtEhealthZero membattlehealthBck)
label(return)
newmem:
push r8
push rax
db 4C 8D 81
readMem(INJECTbattlehealth+4,4)
cmp [rcx+248],59414C50
je codeP
cmp [rcx+2B0],656A624F
je codeB
//enemy
cmp [cfBtEhealthZero],0
je code
mov [r8],0
jmp code
codeB:
//object
cmp [cfBtOhealFull],0
je code
mov eax,[r8+C]
mov [r8],eax
jmp code
codeP:
//player
cmp [cfBtPhealthFull],0
je code
mov eax,[r8+C]
mov [r8],eax
code:
pop rax
pop r8
readMem(INJECTbattlehealth+2,6)
jmp return
cfBtPhealthFull:
dd 1 //Player-Health-Full (0 = deactive, 1 = active)
cfBtOhealFull:
dd 0 //Object-Health-Full (0 = deactive, 1 = active)
cfBtEhealthZero:
dd 0 //Enemy-Health-Zero/Victory (0 = deactive, 1 = active)
membattlehealthBck:
readMem(INJECTbattlehealth+2,6)
INJECTbattlehealth+2:
jmp newmem
nop
return:
registersymbol(INJECTbattlehealth)
registersymbol(membattlehealthBck)
[DISABLE]
INJECTbattlehealth+2:
readMem(membattlehealthBck,6)
unregistersymbol(INJECTbattlehealth)
unregistersymbol(membattlehealthBck)
dealloc(newmem)
health full (adventure) script :
[ENABLE]
//active when on adventure map
aobscanmodule(INJECThealthadventure,Mewgenics.exe,66 41 0F 6E 8E * * * * 0F)
alloc(newmem,$1000,INJECThealthadventure)
label(code memhealthadventureBck)
label(return)
newmem:
push r8
db 4D 8D 86
readMem(INJECThealthadventure+5,4)
mov [r8],eax
pop r8
code:
readMem(INJECThealthadventure,9)
jmp return
memhealthadventureBck:
readMem(INJECThealthadventure,9)
INJECThealthadventure:
jmp newmem
nop 4
return:
registersymbol(INJECThealthadventure)
registersymbol(memhealthadventureBck)
[DISABLE]
INJECThealthadventure:
readMem(memhealthadventureBck,9)
unregistersymbol(INJECThealthadventure)
unregistersymbol(memhealthadventureBck)
dealloc(newmem)
mana script :
[ENABLE]
aobscanmodule(INJECTmana,Mewgenics.exe,3B C1 0F 4C C8 89 8F * * * * 45)
alloc(newmem,$1000,INJECTmana)
label(code cfMana)
label(return)
newmem:
cmp [rdi+248],59414C50
jne code
cmp [cfMana],-1
je @f
mov ecx,[cfMana]
@@:
jmp return
code:
cmp eax,ecx
cmovl ecx,eax
jmp return
cfMana:
dd (int)-1 //Mana (-1 = Full-Mana, 0 or greater = custom-Mana)
INJECTmana:
jmp newmem
return:
registersymbol(INJECTmana)
[DISABLE]
INJECTmana:
db 3B C1 0F 4C C8
unregistersymbol(INJECTmana)
dealloc(newmem)
cheat list : • Mewgenics
Информация по комментариям в разработке