Jump to content

Recommended Posts

Posted (edited)

Hello complex,

you were close.

Try this:

HotKeySet("z","cast")
HotKeySet("{F10}","end")

While 1
    Sleep(100) ;
WEnd


Func cast()
    Send("zzz")
EndFunc

Realm

Edit: Note that anytime that z is pressed, you will get 3 z's, if you want to do it on a more optional rate than try a combo of keys to get it like this example:

HotKeySet("+!z","cast") ;Shift-Alt-z
Edited by Realm

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

Posted

Thanks for the quick response that worked.

My Pleasure, I had the time ;)

Realm

My Contributions: Unix Timestamp: Calculate Unix time, or seconds since Epoch, accounting for your local timezone and daylight savings time. RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry. 

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