Code:
; Create custom binds by using the key combination followed by two colons (::), using the function
; sendChat, and passing the string you want as a bind in quotes. Follow this with a line reading
; only `Return`. Below are some binds which you may use yourself, or use as templates for new binds.
; If you would like to make your own (custom) hotkeys,
; more is described here: ahkscript(org) and blah blah
F1::
sendChat("Owl10 Rules")
Return
F2::
sendChat("Hp please!")
Return
F3::
sendChat("MP please!")
Return
F4::
sendChat("Published by Owl10")
Return
F6::
sendChat("/tutorial")
Return
F11::
sendChat("Shatters TP")
Return
F12::
sendChat("Mad Lab TP")
Return