hanjinyoung1234 How do I cheat?
Reputation: 0
Joined: 12 Jan 2021 Posts: 5
|
Posted: Sun Oct 24, 2021 1:05 am Post subject: damage multiplier code help me |
|
|
define(address,00A9C354)
define(bytes,6A 00 6A 01 8D 8D FC 70 FF FF)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000)
alloc(test1,4)
alloc(test2,4)
label(loop)
label(oricode)
label(return)
test1:
db 00 00 00 00
test2:
dq 10
newmem:
add dword ptr[test1],01
push 00
push 01
lea ecx,[ebp-0002B624]
call main.exe+952E7B
push edx
mov edx,[test2]
cmp [test1],edx
jl loop
oricode:
mov [test1],00000000
pop edx
push 00
push 01
lea ecx,[ebp-0002B624]
jmp return
loop:
pop edx
jmp newmem
address:
jmp newmem
nop
nop
nop
nop
nop
---------------------------------------------
The assembly I made is not responding.
please tell me the problem
Description: |
|
Filesize: |
23.43 KB |
Viewed: |
2049 Time(s) |

|
|
|