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 


extend cheatengine with custom dll

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

Joined: 17 Nov 2024
Posts: 8

PostPosted: Fri Nov 22, 2024 4:54 pm    Post subject: extend cheatengine with custom dll Reply with quote

Are there any example on how i can extend cheatengine with my dll?
such as lua functions and have cheatengine load my dll on start into cheatengine itself. Are there any example?
Back to top
View user's profile Send private message
xxhehe
Expert Cheater
Reputation: 0

Joined: 11 Mar 2015
Posts: 154

PostPosted: Fri Nov 22, 2024 8:51 pm    Post subject: Re: extend cheatengine with custom dll Reply with quote

tympanicblock61 wrote:
Are there any example on how i can extend cheatengine with my dll?
such as lua functions and have cheatengine load my dll on start into cheatengine itself. Are there any example?

-\CheatEnginexx\plugins??
Back to top
View user's profile Send private message
tympanicblock61
How do I cheat?
Reputation: 0

Joined: 17 Nov 2024
Posts: 8

PostPosted: Sun Nov 24, 2024 5:59 am    Post subject: dont need help anymore Reply with quote

added this to autorun and it runs at startup and no process get selected Very Happy

Code:

local cheatEngine = getCheatEngineProcessID()
openProcess(cheatEngine)
local path = getCheatEngineDir().."autorun\\dlls\\"
if cheatEngineIs64Bit() then
    injectDLL(path.."MinHook.x64.dll")
    injectDLL(path.."memorydriverCE-64.dll")
else
    injectDLL(path.."MinHook.x86.dll")
    injectDLL(path.."memorydriverCE-32.dll")
end
MainForm.ProcessLabel.Caption = "No Process Selected"
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