niucha9 Newbie cheater
Reputation: 0
Joined: 12 Jun 2022 Posts: 15
|
Posted: Tue Jun 21, 2022 10:06 am Post subject: HELP : lua trainer loadPlugin failed |
|
|
Hi guys ,good evening !
this is my lua script,it works when i execute it in CE.
but when i generate a trainer,it failed to load the plugin.
is there any problem?
| Code: |
pid = 4236
print(getCheatEngineDir()..'\\1.dll')
res = loadPlugin(getCheatEngineDir()..'\\1.dll') -- the path is correct
print(res) -- print nil
openProcess(pid)
|
(i have added the 1.dll in to the .exe)
|
|