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.

User:Shuofthefieryheat/MyUtilitiesPage/Shu Repeat Clicker

From A Tale in the Desert
Jump to navigationJump to search

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" )