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 


execute Auto Assembly Script called from LUA

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
weisbrot
Newbie cheater
Reputation: 0

Joined: 06 Feb 2017
Posts: 19

PostPosted: Fri Apr 13, 2018 3:07 pm    Post subject: execute Auto Assembly Script called from LUA Reply with quote

Hi! I want to execute a auto assembly script from my lua form, but I dont know how to do that. Could someone help me with that? Thank you!

...I am currently modifying the source of CE and maybe I could just call the auto assembly from the source code directly somehow?
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Fri Apr 13, 2018 8:42 pm    Post subject: Reply with quote

http://wiki.cheatengine.org/index.php?title=Lua
http://wiki.cheatengine.org/index.php?title=Lua#Assembly

http://wiki.cheatengine.org/index.php?title=Lua:autoAssemble

Code:
 local scriptStr = [==[
   alloc(memExample)
   label(returnHere)
   
   memExample:
     mov eax,123
     jmp returnHere
   
   00400500:
     jmp memExample
     returnHere:
 ]==]
 
 if autoAssemble(scriptStr) then
   print('The auto assembler script was successful.')
 else
   print('There was an error with the auto assembler script.')
 end

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

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

PostPosted: Sat Apr 14, 2018 1:47 am    Post subject: Reply with quote

and don't forget you can also activate memory records with AA scripts
_________________
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 -> Cheat Engine Lua Scripting 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