Backupwayback
¯\_(ツ)_/¯
+73|6564
I need help making a script with delays

I need it to hit z x z with minmal delay (25 milliseconds atm is working)        Ive got that part down

But i need it to have it hit RightClick after it but at a longer delay but i dont know how to switch delays in teh script


thanks
{_Schlemihl_}
Member
+4|6789|elsewhere
easy, use "sleep"

forexample:

Code:

MButton::

Click down right
   Sleep 50
   Click up right

return
look : http://www.autohotkey.com/docs/

Last edited by {_Schlemihl_} (2009-02-02 16:43:21)

Backupwayback
¯\_(ツ)_/¯
+73|6564

{_Schlemihl_} wrote:

easy, use "sleep"

forexample:

Code:

MButton::

Click down right
   Sleep 50
   Click up right

return
Ill try that out thanks

Board footer

Privacy Policy - © 2025 Jeff Minard