slideawayz Posted May 20, 2009 Posted May 20, 2009 (edited) since the game that I play have gameguard, It hook kernel32.dll and "OpenProcess" doesnt work anymore.SO.. I search on the internet and found this http://bbs.yoyo-do.com/viewthread.php?tid=408208IT DO WORKS WITH MY GAME!!!. and It have a sourcecode.AND I find that this program use IlvMoney.dll from UCE call MoonlightEngine To bypass "OpenProcess" FunctionSo I write in autoit.here is the codeLocal $dll = DllOpen("IlvMoney.dll") $pid=Run("D:\mygame.exe") $pHandle = DllCall($dll, "int", "OP", "int", 0x1F0FFF, "int", 1, "int", $pid)BUT IT DOESNT WORK. It keep saying "you missing driver.dat". although I already copy those file in my script folder.Any Help will be Appreciated. HERE IS THE SOURCE CODE OF IMAX Edited May 20, 2009 by Jos
Developers Jos Posted May 20, 2009 Developers Posted May 20, 2009 since the game that I play have gameguard, It hook kernel32.dll and "OpenProcess" doesnt work anymore. SO.. I search on the internet and found this http://bbs.yoyo-do.com/viewthread.php?tid=408208 IT DO WORKS WITH MY GAME!!!. and It have a sourcecode. AND I find that this program use IlvMoney.dll from UCE call MoonlightEngine To bypass "OpenProcess" Function So I write in autoit. here is the code Local $dll = DllOpen("IlvMoney.dll") $pid=Run("D:\mygame.exe") $pHandle = DllCall($dll, "int", "OP", "int", 0x1F0FFF, "int", 1, "int", $pid) BUT IT DOESNT WORK. It keep saying "you missing driver.dat". although I already copy those file in my script folder. Any Help will be Appreciated. HERE IS THE SOURCE CODE OF IMAX You are kidding ...right ? Come back when you figured out how to use the DLL. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts