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:Corrans/macros/Coconut Cracker"

From A Tale in the Desert
Jump to navigationJump to search
(New page: ===Coconut Cracking Macro=== <pre> // Pin Crack Coconut Window to bottom left of screen, works best at 1024x768 // Set line 14 for number of loops desired :P Delay 2500 MousePos 144, 701 ...)
 
(No difference)

Latest revision as of 08:27, 31 December 2008

Coconut Cracking Macro

// Pin Crack Coconut Window to bottom left of screen, works best at 1024x768
// Set line 14 for number of loops desired :P
Delay 2500
MousePos 144, 701
LeftClick
MousePos 144, 701
LeftClick
MousePos 144, 701
LeftClick
MousePos 144, 701
LeftClick
MousePos 144, 701
LeftClick
Loop 100
MousePos 144, 701
LeftClick
Delay 10000
End