Jump to content

HotKey n00b


 Share

Recommended Posts

Hey, I have this script:

HotKeySet("{F5}","_F5")
HotKeySet("{F8}","_terminate")

Func _F5()
    MsgBox(0,"HotKey","F5 Clicked!")
EndFunc
Func _terminate()
    Exit
EndFunc

Because I want to learn how the HotKeys work. The problem is, it exits before I can do anything, how can I make it only exit if I click that button?

Regards,

HardHackz

[center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]

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