Jump to content

Help with a simple command


Recommended Posts

Bellow is the current script im trying to get working

Global $Paused

HotKeySet("{END}", "TogglePause")

HotKeySet("{HOME}", "Terminate")

While 1

Sleep(100)

WEnd

Func TogglePause()

$Paused = NOT $Paused

While $Paused

sleep(100)

send("test")

send("{ENTER}")

WEnd

EndFunc

Func Terminate()

Exit 0

EndFunc

it types but makes ding sounds every time

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