Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

I'm trying to make a macro that is undetectable and need some help.


  • Please log in to reply
3 replies to this topic
Fatty
  • Members
  • 18 posts
  • Last active: Sep 07 2015 07:17 PM
  • Joined: 06 May 2015

I currently have a macro for a game I play and I have gave it human-like movements, click and sleep times - randomized.

But I'm trying to make the script as undetectable as I can and would like to change the .ahk file into an .exe file so that the game can not detect that I am using autohotkey software.

 

So how would I change .ahk into .exe?



Jackie Sztuk _Blackholyman
  • Spam Officer
  • 3757 posts
  • Last active: Apr 03 2016 08:47 PM
  • Joined: 28 Feb 2012

So how would I change .ahk into .exe?


right click the ahk file and pick compile or go to the start menu - programs - autohotkey - convert ahk to exe

This will not guarantee that your game can't detect Autohotkey as the script part is only the payload part of the exe the rest is still autohotkey
Helping%20you%20learn%20autohotkey.jpg?d

[AHK] Version. 1.1+ [CLOUD] DropBox ; Copy [WEBSITE] Blog ; About

Fatty
  • Members
  • 18 posts
  • Last active: Sep 07 2015 07:17 PM
  • Joined: 06 May 2015

right click the ahk file and pick compile or go to the start menu - programs - autohotkey - convert ahk to exe

This will not guarantee that your game can't detect Autohotkey as the script part is only the payload part of the exe the rest is still autohotkey

 

How could I guarantee that the game can't detect autohotkey?



socersock
  • Members
  • 35 posts
  • Last active: Oct 31 2015 06:00 AM
  • Joined: 16 Jun 2015

How could I guarantee that the game can't detect autohotkey?

well,I never heard that game have ever detected ahk.As far as I know simple macros with ahk don't change any game files, and just emulate the keyboard.Also if it is an exe file don't mean it will be undetecteble. correct me if I am wrong but as far as I know that is how it is.