Jump to content

Recommended Posts

Posted

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?

Posted

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)

NEWHeader1.png

Posted

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.

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...