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 


Cheat Engine helper includes for C/Lua code

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

Joined: 22 Jun 2021
Posts: 528

PostPosted: Sat Aug 22, 2026 11:00 am    Post subject: Cheat Engine helper includes for C/Lua code Reply with quote

https://github.com/Frouk3/CECodeInclude/

The headers would be hosted on GitHub
Code:

local internet = getInternet('ce')
if (internet) then
   local res = internet.getURL("https://raw.githubusercontent.com/Frouk3/CECodeInclude/refs/heads/main/paste_name_which_to_pull_file.h")
   local file = io.open(getCheatEngineDir().."/include/paste_name_for_file_here.h", "w")
   if (file) then
      file:write(res:gsub("\r", ""))
      file:close()
   end
end

In this given code, you need to replace "paste_name_for_file_here.h" and "paste_name_which_to_pull_file.h" to download a specific header for you to include it into C Code
You would need to paste the lua code into Cheat Table Lua Script for it to execute once the table is loaded

Why using internet connection to get the files? - Just to pull the latest version, or the specific version that can be tracked via commit(in case your table refuses to work as intended with latest versions of the specific file)
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 Extensions 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