Jump to content

Recommended Posts

Posted

Can someone make me a script where it holds the key "S" for 5 seconds, and then it does this on a continous loop, every minute.

It would be very appreciated thanks

Posted

You could try looking at the help file but I am in a good mood

Opt("SendKeyDownDelay", 5000)
HotKeySet("{ESC}", "Terminate")

while 1
    send ("s")
    sleep (60000)
WEnd

Func Terminate()
    Exit 0
EndFunc


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted (edited)

Welcome to the forum. With that being said wouldn't you rather do it yourself and learn the code?

I doubt seriously anyone will write code for you without any attempt on your part.

Edit: I stand corrected.

Edited by Fossil Rock

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...