The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Shuofthefieryheat/MyUtilitiesPage/Shu Repeat Clicker"

From A Tale in the Desert
Jump to navigationJump to search
Line 7: Line 7:
 
==== Shu's Repeat Clicker Macro ====
 
==== Shu's Repeat Clicker Macro ====
  
This is an improved clicker based on '''Sithid's Clicker'''.  
+
This is an improved clicker based on '''Sithid's Clicker''' [http://www.atitd.org/wiki/tale4/User:Sithid/Macros/AutoIT/Clicker '''Sithid's Clicker''' ].  
  
This one has a prompt to for the Pause Delay between clicks. 
 
The Pause Delay defaults to 30000 (30 seconds).
 
  
To change the Pause Delay while the macro is running use (CTRL+2). This allows you to experiment with the delay.
+
This one has a prompt to for the Pause Delay between clicks.  The Pause Delay defaults to 30000 (30 seconds). To change the Pause Delay while the macro is running use (CTRL+2). This allows you to experiment with the delay.
  
You start the macro by doing one of the TogglePause key commands.
+
You start the macro by doing one of the TogglePause key commands. I added (CTRL+1) as a TogglePause because sometimes my keyboard doesn't respond properly to the PAUSE key.
I added (CTRL+1) as a TogglePause because sometimes my keyboard doesn't respond properly to the PAUSE key.
 
  
HotKeySet( "^1", "TogglePause" )
+
    HotKeySet( "^1", "TogglePause" )
HotKeySet( "{PAUSE}", "TogglePause" )
+
    HotKeySet( "{PAUSE}", "TogglePause" )
  
HotKeySet( "{ESC}", "Terminate" )
+
    HotKeySet( "{ESC}", "Terminate" )
HotKeySet( "{F1}", "SetClickPos" )
+
    HotKeySet( "{F1}", "SetClickPos" )
  
HotKeySet( "^2", "SetClickDelay" )
+
    HotKeySet( "^2", "SetClickDelay" )

Revision as of 01:35, 26 February 2009

Shuofthefieryheat Utilities Page

Other Pages of Interest

MyHomePage

Shu's Repeat Clicker Macro

This is an improved clicker based on Sithid's Clicker Sithid's Clicker .


This one has a prompt to for the Pause Delay between clicks. The Pause Delay defaults to 30000 (30 seconds). To change the Pause Delay while the macro is running use (CTRL+2). This allows you to experiment with the delay.

You start the macro by doing one of the TogglePause key commands. I added (CTRL+1) as a TogglePause because sometimes my keyboard doesn't respond properly to the PAUSE key.

    HotKeySet( "^1", "TogglePause" )
    HotKeySet( "{PAUSE}", "TogglePause" )
    HotKeySet( "{ESC}", "Terminate" )
    HotKeySet( "{F1}", "SetClickPos" )
    HotKeySet( "^2", "SetClickDelay" )