Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Cheat Engine Forum Index
PostGo back to topic
OldCheatEngineUser
Whateven rank
Reputation: 20
Joined: 01 Feb 2016
Posts: 1586

PostPosted: 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
Back to top
View user's profile Send private message Visit poster's website
Post reviews:   Approve 1
Author Review
TheyCallMeTim13
Review: Approve
Post reference:
ReviewPosted: Tue Jan 30, 2018 11:06 pm


Back to top
View user's profile Send private message Visit poster's website
Display:  
Cheat Engine Forum Index


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites