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 


Extension install

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 511

PostPosted: Thu Feb 24, 2022 3:20 am    Post subject: Extension install Reply with quote

So i'm working at code that will install selected extension in open dialog to autorun folder and execute it(user's choice)
code:
Code:
function moveAndExecuteExtention()
  local this = createOpenDialog()
  this.Execute()

  local t = io.open(this.FileName)
  os.rename(this.FileName,getCheatEngineDir())
  if messageDialog("Execute extention?",mtConfirmation,mbYes,mbNo) == mrYes then
    loadfile(this.FileName)
  end
end

moveAndExecuteExtention()
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 51

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Thu Feb 24, 2022 6:49 am    Post subject: Reply with quote

Your trying to rename a file to the CE folder location/name, you need the file name for the second parameter to use rename to move a file.
_________________
Back to top
View user's profile Send private message Visit poster's website
Frouk
Grandmaster Cheater
Reputation: 5

Joined: 22 Jun 2021
Posts: 511

PostPosted: Thu Feb 24, 2022 7:59 am    Post subject: Reply with quote

i solved by myself, here's result
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