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 


Calling a Messagebox and MessageBeep in auto asm.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
apocalypticx
Expert Cheater
Reputation: 4

Joined: 19 Jul 2009
Posts: 126
Location: UK

PostPosted: Thu Sep 20, 2012 1:35 am    Post subject: Calling a Messagebox and MessageBeep in auto asm. Reply with quote

How would I go about calling a Messagebox and MessageBeep in a auto asm script?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25804
Location: The netherlands

PostPosted: Thu Sep 20, 2012 2:41 am    Post subject: Reply with quote

Quote:

Code:

int MessageBox(HWND hWnd,
    LPCTSTR lpText,
    LPCTSTR lpCaption,
    UINT uType
);



Code:

push 0 //uType  (0=mb_ok)
push addressOfStringWithCaption //lpCaption
push addressOfStringWithText //lpText
push 0  //hWnd
call MessageBoxA


Quote:

Code:

BOOL WINAPI MessageBeep(
  __in          UINT uType
);



Code:

push ffffffff //simple beep
call MessageBeep

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping


Last edited by Dark Byte on Thu Sep 20, 2012 3:15 am; edited 2 times in total
Back to top
View user's profile Send private message MSN Messenger
apocalypticx
Expert Cheater
Reputation: 4

Joined: 19 Jul 2009
Posts: 126
Location: UK

PostPosted: Thu Sep 20, 2012 3:01 am    Post subject: Reply with quote

Thank you Dark Byte.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites