ProB1 Advanced Cheater
Reputation: 0
Joined: 20 Jul 2019 Posts: 77 Location: At Home
|
Posted: Wed Jun 24, 2020 9:49 pm Post subject: [HELP] Newmem at Auto Assemble |
|
|
i want add newmem to my Cheat
Can give me Some Tutorial to make ?
| Code: |
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"Growtopia.exe"+1CA2C8)
label(returnhere)
label(originalcode)
label(exit)
newmem:
push r12
mov r11,[rax]
mov [r11+d],32
mov [r11+e],2e
mov [r11+f],39
mov [r11+10],39
mov [r11+11],39
mov [r11+12],0A
pop r11
originalcode:
mov r9,rbx
xor r8d,r8d
exit:
jmp returnhere
"Growtopia.exe"+1CA2C8:
jmp newmem
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"Growtopia.exe"+1CA2C8:
mov r9,rbx
xor r8d,r8d
//Alt: db 4C 8B CB 45 33 C0 |
Thats Not Made By Me How can i make like this
_________________
Hitler Hey im Back
Discord: ProB1#0100 |
|