The Wiki for Tale 6 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:Peshet/Pmacros

From ATITD6
< User:Peshet
Revision as of 03:35, 29 December 2011 by Peshet (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Easy Fish - ahk http://www.atitd.org/wiki/tale6/File:Ahk.fishing.zip


SAP

#singleinstance force

;;tag tree
`::

Send {G}
Send {G}
Send {G}
Send {I}

return

;;Exit app
^x::ExitApp  ; Assign a hotkey to terminate this script.


RESIN

#singleinstance force

;;tag tree
`::

Send {R}
Send {N}
Send {G}

return

;;Exit app
^x::ExitApp  ; Assign a hotkey to terminate this script.