I have a DLL, that opens a Lua Engine which allows me to script Lua in-game.
After a recent patch, I can't inject the DLL in-game without it crashing after I try to execute a script. I only have a copy of the DLL, so I can't edit it. And I do not know much C++ anyways.
Are there any other ways of injecting that could work?
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Fri Sep 30, 2011 9:20 pm Post subject:
Given you said the game updated, it is probably crashing because of two main things:
A. The game updated internal information and the DLL is now outdated to the point that it is attempting to read/write to invalid locations.
B. The game updated and has some form of anti-cheat that is detecting the DLL and causing the game to crash.
If anything, it sounds more like A would be the cause. You'd need to fix the DLL so that it points to the proper objects/memory that it is attempting to read/write 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