OldCheatEngineUser Whateven rank
Reputation: 20 Joined: 01 Feb 2016 Posts: 1586
|
Posted: Mon Jan 29, 2018 10:57 pm Post subject: programming with cheat engine |
|
|
Code: | {
Author: OldCheatEngineUser
Website: forum.cheatengine.org
About: just inject it in a 32-bit process and enjoy!
}
define(ok,06)
[enable]
alloc(asm,$100)
registersymbol(asm)
createthread(asm)
asm:
push 30
call User32.MessageBeep
push 4
push "mTitle"
push "mMsg"
push 0
call User32.MessageBoxA
cmp al,"ok"
jnz "nMain"
yMain:
push 40
call User32.MessageBeep
push 0
push "yTitle"
push "yMsg"
push 0
call User32.MessageBoxA
ret
nMain:
push 10
call User32.MessageBeep
push 0
push "nTitle"
push "nMsg"
push 0
call User32.MessageBoxA
ret
mTitle:
db 'CheatEngine Says . . .', 0
mMsg:
db 'Hey!' 0D0A 'You Are Enjoying Right?' 0D0A 'I Mean Using The AutoAssembler', 0
yTitle:
db 'Oh Sweet!', 0
yMsg:
db 'Play Around With Me!', 0
nTitle:
db 77 74 66 3F 00
nMsg:
db 46 75 63 6B 20 4F 66 66 21 00
[disable]
unregistersymbol(asm)
dealloc(asm)
|
_________________ About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote: | i am a sweetheart. |
Last edited by OldCheatEngineUser on Tue Jan 30, 2018 9:43 pm; edited 1 time in total
|
|