milkman Posted March 5, 2006 Posted March 5, 2006 I am trying to bypass AutoIT programs past a program called nprotect for a game called maplestory. Nprotect somehow blocks AutoIT and ACtool. Its not that the AutoIT program closes, it just wont click, or what ever function I want it to do. Any ideas?
Valuater Posted March 5, 2006 Posted March 5, 2006 I don't know the answer... but as an idea possibly nprotect looks for hidden windows with Autoit in it Autoit may have more than one window ( i don't know ) but, you could change the name of one of these hidden windows $G_SZVERSION = "My Game Name " If WinExists($G_SZVERSION) Then Exit; It's already running AutoItWinSetTitle($G_SZVERSION) good luck ( maybe it will work ) 8)
=sinister= Posted March 5, 2006 Posted March 5, 2006 Nprotect is against autoit.Theres nothing you can do with autoit to bypass Nprotect. It's against all 3rd party programs. I hate it, and theres no way around it. But there is a way in it. Just decompile the Gamemon.gme and change the thing that makes it connect to the autodownloader server.
milkman Posted March 5, 2006 Author Posted March 5, 2006 Well I have managed to bypass cheat engine for nProtect so i'm sure there is a way around it. I've heard it has something to do with API hooks, maybe im wrong. Does that help at all?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now