Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...