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 


Running a LUA script without the CE GUI

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

Joined: 14 Jun 2015
Posts: 9

PostPosted: Mon Dec 28, 2015 6:19 am    Post subject: Running a LUA script without the CE GUI Reply with quote

Hello.
I have a .ct file with the following script:

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
<CheatEntries/>
<UserdefinedSymbols/>
<LuaScript>lastSpeed=1;

function checkKeys(timer)
if (isKeyPressed(VK_M)) then if lastspeed ~= 1.3 then speedhack_setSpeed(1.3) lastSpeed=1.3 end
else if lastspeed ~= 1 then speedhack_setSpeed(1) lastSpeed=1 end
end

end

t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
</LuaScript>
</CheatTable>


I want to launch it without the cheat engine user interface and the dialog window " Do you want to launch this LUA script [..] "
Is it possible to automaticaly run it for the process AFP_19.exe ?

Thanks.
Back to top
View user's profile Send private message
Gniarf
Grandmaster Cheater Supreme
Reputation: 43

Joined: 12 Mar 2012
Posts: 1285

PostPosted: Mon Dec 28, 2015 6:58 am    Post subject: Reply with quote

Zenoxis wrote:
I want to launch it without the cheat engine user interface and the dialog window " Do you want to launch this LUA script [..] "
Save your table as .cetrainer .

Zenoxis wrote:
Is it possible to automaticaly run it for the process AFP_19.exe ?
If you mean "automatically attach CE to AFP_19.exe" then add openProcess("AFP_19.exe") to your lua script.
_________________
DO NOT PM me if you want help on making/fixing/using a hack.
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