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 


[HELP] How to use this in c++

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
fantastic
How do I cheat?
Reputation: 0

Joined: 06 Jul 2011
Posts: 2

PostPosted: Wed Jul 06, 2011 3:58 pm    Post subject: [HELP] How to use this in c++ Reply with quote

Code:

test:
db 'test' 00

00900000:
push test


how to pass this to c++/asm ?
Back to top
View user's profile Send private message
b6oy
Newbie cheater
Reputation: 0

Joined: 21 Sep 2009
Posts: 10

PostPosted: Wed Jul 06, 2011 9:37 pm    Post subject: Reply with quote

char t = "test";
*(char*)0x900000 = 0x68 //push
*(int*)0x900001 = (int)t;
Back to top
View user's profile Send private message
fantastic
How do I cheat?
Reputation: 0

Joined: 06 Jul 2011
Posts: 2

PostPosted: Thu Jul 07, 2011 9:24 am    Post subject: Reply with quote

thanks b6oy
now how to make this with "__asm"
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 programming 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