Scripts thread rebooted.

Posts 1621 of 21 · Page 2 of 2
Spelling error

Code:
/*
- MELEE HACK
- MPGH
- Made by whitegun
 - Updated by perfomance
  -Spelling error corrected by LePosh (lol)
*/

[ENABLE]


//code from here to '[DISABLE]' will be used to enable the cheat
aobscan(MELLE,8B 11 ** ** 89 01 81 ** ** ** ** ** ** ** 03 C1 C0 03 33 C1 35 B1 0F 44 2F 89 01 35 7F 0D D3 12 89 46 08 8B 06 83 C8 01 89 06 83 E0 FE 89 54 24 0C 74 08 B9 01 00 00 00 66 89 08 80 7E 1C 00 74 3B 53 8A 1D ** ** ** ** C6 05 ** ** ** ** 01 83 7E 0C 00 75 10 68 ** ** ** ** FF 15 ** ** ** ** 85 C0 74 01 CC 8B 4E 0C 8B 11 8B 52 10 8D 44 24 10 50 57 FF D2 88 1D ** ** ** ** 5B 5F 5E C2 04 00 CC CC CC CC CC CC CC CC CC CC CC CC CC CC 51 53 55 56 57 8B F1 E8 A4 91 FF FF)

alloc(newmem,2048) //2kb should be enough

label(returnhere)
label(originalcode)
label(exit)
label(MELLE_HACK)
registersymbol(MELLE_HACK)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
//cmp 
//je originalcode
mov eax, 00000000

originalcode:
mov edx,[ecx]
xor edx,ecx
mov [ecx],eax

exit:
jmp returnhere


MELLE:
MELLE_HACK:
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"+33FA21:
00594A91:
MELLE_HACK:
mov edx,[ecx]
xor edx,ecx
mov [ecx],eax
unregistersymbol(MELLE_HACK)
//Alt: db 8B 11 33 D1 89 01
Fixed it.There ws syntax error in disable part.
i searched in memory view as array of byte but " Nothing found " ..
Edit : maybe updated xD but please if you got other address post it
Quote Originally Posted by whitegun View Post
Color hack aob:
Code:
89 10 8B 4E 04 89 48 04 83 7E 04 04 0F 8C 7D FD FF FF 8B 36 F6 46 05 03 0F 84 71 FD FF FF F6 47 05 04
is it possible to do Color unlocker Script ?
@-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 ----------

Quote Originally Posted by mircu View Post
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.
Posts 1621 of 21 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?