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 


Lua to EXE (Console)

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

Joined: 25 May 2018
Posts: 1

PostPosted: Thu Dec 19, 2019 11:48 am    Post subject: Lua to EXE (Console) Reply with quote

Hey! I know its possible to save a lua written script to a standalone exe, however is it possible to make it so that it works/prints to console instead of a cheat engine window layout? Also, is it possible to compile it to EXE with any other compiler other than Cheat Engine itself, but still using the functions Cheat Engine offers?

Thanks.
Back to top
View user's profile Send private message Send e-mail
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Thu Dec 19, 2019 9:04 pm    Post subject: Reply with quote

Disable 'Show on Print' on the 'Lua Engine' popup so the windows do not come up when messages are printed to console and do something like this below (in Windows system):

Code:
getLuaEngine().cbShowOnPrint.Checked=false

local out = io.popen('find /v "" > con', "w")
function print(s)
  out:write(s.."\r\n") --\r because windows
  out:flush()
end
print("It really works this time!")



For compiling Lua script you can search for Lua Compiler.

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
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 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