Jump to content

Recommended Posts

Posted (edited)

Hello,

Im am working on an administrative tool for a game that implements GameGuard. The tool works (Send()) when running as .au3 but not once compiled with autoit compiler. I tried lightest and strongest compression and with/without UPX. Gameguard still blocks the script when it is runned as .exe

How to circumvent that problem ? Optional question : why does it work inside autoit and not with a .exe ?

Edited by Just1f
Posted

Hello,

Im am working on an administrative tool for a game that implements GameGuard. The tool works (Send()) when running as .au3 but not once compiled with autoit compiler. I tried lightest and strongest compression and with/without UPX. Gameguard still blocks the script when it is runned as .exe

How to circumvent that problem ? Optional question : why does it work inside autoit and not with a .exe ?

Maybe because when run as .au3, the script is launched by autoitwrapper.exe not as a standalone application ...

Posted

Where would be the difference ? Autoitwrapper is also a stand-alone application.

How could I force my .exe to act as autoitwrapper does ?

Posted

Where would be the difference ? Autoitwrapper is also a stand-alone application.

How could I force my .exe to act as autoitwrapper does ?

i think you should google it :)

Posted (edited)

Don't you have more clues ?

If I google I come here, at the root of everything, on AutoIT forums ! Why would I go on Google ???

Edited by Just1f
Posted

how did u make it work on game guard

all thinks like mouse move klick send pixelget color are blocked 4 me dosent matter if its exe or au3 wrapper

i can only imagine a few ways to bypass the send problems but i dont know any way to bypass the getpixel color problem

Posted

how did u make it work on game guard

all thinks like mouse move klick send pixelget color are blocked 4 me dosent matter if its exe or au3 wrapper

i can only imagine a few ways to bypass the send problems but i dont know any way to bypass the getpixel color problem

my mouse supports hardware sided macros so i can emulate them pretty easy i need a pixel get color replacement

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...