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.

Difference between revisions of "User:Peshet/Pmacros"

From ATITD6
Jump to navigationJump to search
m (Created page with "'''SAP''' <PRE> #singleinstance force ;;tag tree `:: Send {G} Send {G} Send {G} Send {I} return ;;Exit app ^x::ExitApp ; Assign a hotkey to terminate this script. </PRE> <BR...")
 
m
 
Line 1: Line 1:
 +
Easy Fish - ahk
 +
http://www.atitd.org/wiki/tale6/File:Ahk.fishing.zip
 +
 +
 
'''SAP'''
 
'''SAP'''
 
<PRE>
 
<PRE>

Latest revision as of 03:35, 29 December 2011

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.