Jump to content

HotKeySet not working


Recommended Posts

my HotKeySet function is not working when the application I am using is in full screen mode.

works fine up until then.

This is for my fishing bot script that I am sure everyone has heard about, so when I am in game the HotKeySet stope working.

here is the HotKeySet code

Global $Paused
HotKeySet("{PAUSE}", "TogglePause")


;;;; My fishing script body goes here;;;;
Blah blah blah
;;;;;;;;

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

thanks

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