Jump to content

Hidden Script Won't Respond to Hotkeys


Kyle
 Share

Recommended Posts

Hello, I've made a game bot that runs fairly well in Aion. After it updated to the 1.5 patch it started blocking AutoIT programs. That wasn't really a big deal since I just used "Taskbar Hide", a program that hides the script from the taskbar. Unfortunately after I've hidden it, I can't stop the program with my F6 hotkey.

It looks something like this:

HotkeySet ("{F6}", "Stop")

HotkeySet ("{F5}", "Start")

$run=0

while $run=0 ;Wait for F5 Key to start

sleep(200)

Wend

...Code goes here...

Func Stop ()

Exit 0

EndFunc

Func Start ()

$run=1;

EndFunc

Is there any way to alleviate this problem? I can't just click CTRL + ALT + DELETE because the program sends mouse clicks and I can't control the mouse at all.

Thanks for any and all advice.

Edited by Kyle
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...