Jump to content

Bypassing AutoIT


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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