For form points i understood, but how can i put max-1 and not max?
something like this?
Code: Select all
push eax
dec [esi+2c] //it will decrement the value by one right?
mov eax, [esi+2c]
mov [esi+30], eax
pop eax
Code: Select all
push eax
dec [esi+2c] //it will decrement the value by one right?
mov eax, [esi+2c]
mov [esi+30], eax
pop eax
Code: Select all
code:
add [esi+2C],#99
movzx eax,byte ptr [ebp+08]
jmp return
Users browsing this forum: No registered users