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 


How to define Unicode string in AA?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Wed Apr 18, 2012 12:31 pm    Post subject: How to define Unicode string in AA? Reply with quote

I want to call MessageBoxW in AA.
How to do it?




@DarkByte:

Cursor is not positioning inside the window. Why? (In my last message)

_________________
Back to top
View user's profile Send private message Send e-mail
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Apr 18, 2012 2:38 pm    Post subject: Reply with quote

Just pad the string with 00s between each char:

Code:

alloc(threadMem,1024);
alloc(bufferMem,1024);
createthread(threadMem);

bufferMem:
    db 68 00 65 00 6c 00 6c 00 6f 00 20 00 77 00 6f 00 72 00 6c 00 64 00 00

threadMem:
    lea     eax, [bufferMem]
    push    0
    push    eax
    lea     eax, [bufferMem]
    push    eax
    push    0
    call    MessageBoxW
    ret

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Wed Apr 18, 2012 2:41 pm    Post subject: Reply with quote

tip, ce can work with character and numbers at the same time

Code:

db 'b',0,'l',0',a',0,0

I prefer the use of "," but this works too:
Code:

db 'b' 0 'l' 0 'a' 0 0

_________________
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
Back to top
View user's profile Send private message MSN Messenger
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