@
-DeadCode- search address from 00000000 to 7fffffff
@
cjtzzy which one of the scripts gives this error?
the address for melee hack is 00594A91 try without aob scan.This will need update next hofix.Curently working for 8.2
Run game and ce in 32 bit mode.
Code:
//- MELEE HACK
//- MPGH
//- Made by whitegun
// - Updated by perfomance
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov eax, 00000000
mov edx,[ecx]
xor edx,ecx
mov [ecx],eax
exit:
jmp returnhere
"Warframe.exe"+194A91:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Warframe.exe"+194A91:
mov edx,[ecx]
xor edx,ecx
mov [ecx],eax
//Alt: db 8B 11 31 CA 89 01
---------- Post added at 07:10 AM ---------- Previous post was at 06:49 AM ----------

Originally Posted by
mircu
is it possible to do Color unlocker Script ?
The best way will be to find the base pointer for the address that you have to freeze.Instead of going every time trought the procedure of finding the address.