Cheats
- Unlimited Health
- Easy KO
Have fun and feel free to add more cheats






There's something different for certain (he even has a different idle stance) just like boss Akuma and Heihachi who have some cheating moves. The problem is, I don't know where to look.
Code: Select all
define(address,"TekkenGame-Win64-Shipping.exe"+296257)
define(bytes,44 89 44 81 0C)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,"TekkenGame-Win64-Shipping.exe"+296257)
label(code)
label(return)
newmem:
code:
mov [rcx+rax*4+0C],r8d // rcx +0C is offset, rax is 0 or 1
jmp return
address:
jmp newmem
return:
[DISABLE]
address:
db bytes
// mov [rcx+rax*4+0C],r8d
dealloc(newmem)
Users browsing this forum: boris_the_animal, felan-grey, fissilecore, silvervanlight, skillaxin