Does anyone explain to me what does that code mean in auto assemble? and what command lines can I apply .. thanks

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
srafaelitocs
Noobzor
Noobzor
Posts: 8
Joined: Fri Sep 13, 2019 1:31 am
Reputation: 0

Does anyone explain to me what does that code mean in auto assemble? and what command lines can I apply .. thanks

Post by srafaelitocs »

Does anyone explain to me what does that code mean in auto assemble?

and what command lines can I apply .. thanks in advance:

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
add ebp,ebx
or [eax],eax
add [eax],al

exit:
jmp returnhere

0A01A739:
jmp newmem
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
0A01A739:
add ebp,ebx
or [eax],eax
add [eax],al
//Alt: db 03 EB 09 00 00 00

GreenHouse
Expert Cheater
Expert Cheater
Posts: 854
Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 891

Re: Does anyone explain to me what does that code mean in auto assemble? and what command lines can I apply .. thanks

Post by GreenHouse »

srafaelitocs wrote:
Mon Sep 30, 2019 6:19 pm
add ebp,ebx
or [eax],eax
add [eax],al
I can't see any kind of use in those instructions. But 'add' is just a what it says, adds ebx to ebp (Sum of both and add to ebp) and 'or' is a bitwise operation that I don't see how would you get any kind of benefit of it. What are you trying to do?

srafaelitocs
Noobzor
Noobzor
Posts: 8
Joined: Fri Sep 13, 2019 1:31 am
Reputation: 0

Re: Does anyone explain to me what does that code mean in auto assemble? and what command lines can I apply .. thanks

Post by srafaelitocs »

I'm trying to generate bugs in the program, preventing it from collapsing that it doesn't crashed
Last edited by srafaelitocs on Mon Sep 30, 2019 7:10 pm, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: No registered users