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 


AA to C++

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
[email protected]
How do I cheat?
Reputation: 0

Joined: 03 Jan 2016
Posts: 1

PostPosted: Sun Jan 03, 2016 2:48 pm    Post subject: AA to C++ Reply with quote

Hello first post here,

I've written my first AA script

Code:
[ENABLE]
aobscan(SpeedFunction, f30f1181a4000000e9c5)
alloc(newmem, 2048)
label(returnhere)
label(Speed)
registersymbol(Speed)
newmem:
mov [ecx+000000A4],(float)1.0
jmp returnhere
SpeedFunction:
Speed:
jmp newmem
db 90 90 90
returnhere:

[DISABLE]
Speed:
movss [ecx+000000A4],xmm0
dealloc(newmem)
unregistersymbol(Speed)


And I'm looking to convert this into C++ is there some kind of template similar to the AA scripts provided by cheat engine? If not can someone help me out, I know the basics of C++ but have not touched asm witihin it
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4706

PostPosted: Sun Jan 03, 2016 3:29 pm    Post subject: Reply with quote

This youtube channel has some stuff on modifying games via C++:
https://www.youtube.com/user/L4DL4D2EUROPE/videos

For mid function hooking:
https://www.youtube.com/watch?v=2CY_NBSwcWg

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine 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