Posted: Sun Mar 04, 2012 9:21 am Post subject: start the game from the table with injected dll
the game I'm trying to hack, in order to start correctly needs this dll.
i want to know if it's possible to start the game from the ce table with the dll already injected.
it that possible ?
or just make an exe trainer ("loader") with the dll already in it (in the exe) that start's the game with the dll injected.
how do I do that ? _________________
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
Posted: Sun Mar 04, 2012 1:13 pm Post subject:
You can use Lua to create the process:
Code:
createProcess(path, parameters OPTIONAL, debug OPTIONAL, breakonentrypoint OPTIONAL) : Creates a process. If debug is true it will be created using the windows debugger and if breakonentry is true it will cause a breakpoint to occur on entrypoint
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