Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ;████████╗██╗██████╗ ██╗ █████╗ ██╗ ██╗ █████╗ ███████╗██████╗
  2. ;╚══██╔══╝██║██╔══██╗██║██╔══██╗ ██║ ██║██╔══██╗██╔════╝██╔══██╗
  3. ; ██║ ██║██████╔╝██║███████║ ██║ █╗ ██║███████║███████╗██║ ██║
  4. ; ██║ ██║██╔══██╗██║██╔══██║ ██║███╗██║██╔══██║╚════██║██║ ██║
  5. ; ██║ ██║██████╔╝██║██║ ██║ ╚███╔███╔╝██║ ██║███████║██████╔╝
  6. ; ╚═╝ ╚═╝╚═════╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚══════╝╚═════╝
  7. ; by
  8. ; www.twitch.tv/kongeu
  9. ; Aira Hirasaka @ Tibia
  10. ;
  11. ; !!! Any modification is at own risk !!!
  12. ; Do not change anything if you do not know what you are doing.
  13. ;
  14. ; This script is allowed to use in Tibia.
  15. ; Allowance has been given by CipSoft,
  16. ; since it only rebinds current hotkeys
  17. ; and only uses single actions.
  18. ;
  19. ; Feel free to distribute, but please
  20. ; let this section stay as credit.
  21. ; Thank you and hope you enjoy it!
  22. ;
  23. ; If you have any suggestions, hit me up ingame or on twitch.
  24.  
  25.  
  26. ; ^Enter means Control+Enter. This disables the hotkeys so you can talk.
  27. ; XButtons are the mouse buttons. M4 and M5.
  28. ; ^R is for mounting.
  29. ; ^F1 is Control+F1.
  30.  
  31. #IfWinActive, Tibia
  32. #MaxHotkeysPerInterval 250
  33. w::Up
  34. a::Left
  35. s::Down
  36. d::Right
  37. Up::^Up
  38. Left::^Left
  39. Down::^Down
  40. Right::^Right
  41. 1::F1
  42. 2::F2
  43. 3::F3
  44. 4::F4
  45. 5::F5
  46. q::F7
  47. e::F8
  48. r::F6
  49. c::^F2
  50. XButton1::F11
  51. XButton2::F12
  52. Space::^F1
  53. MButton::^F3
  54. x::^R
  55. Numpad0::NumpadIns
  56. Numpad1::NumpadEnd
  57. Numpad2::NumpadDown
  58. Numpad3::NumpadPgDn
  59. Numpad4::NumpadLeft
  60. Numpad5::NumpadClear
  61. Numpad6::NumpadRight
  62. Numpad7::NumpadHome
  63. Numpad8::NumpadUp
  64. Numpad9::NumpadPgUp
  65. NumpadDot::NumpadDel
  66. NumpadDiv::NumpadDiv
  67. NumpadMult::NumpadMult
  68. NumpadAdd::NumpadAdd
  69. NumpadSub::NumpadSub
  70. NumpadEnter::NumpadEnter
  71. Delete::Suspend
  72.  
  73.  
  74. ; Status message and suspend (function)
  75. ; Delete::
  76. ; Suspend
  77. ; if (A_IsSuspended)
  78. ; trayTip, ,Chatmode,
  79. ; else
  80. ; trayTip, ,Spellmode,
  81. ; return
  82.  
  83. f::
  84. z::
  85. v::
  86. y::
  87. '::
  88. u::
  89. i::
  90. o::
  91. p::
  92. t::
  93. g::
  94. h::
  95. j::
  96. k::
  97. l::
  98. b::
  99. n::
  100. m::
  101. ,::
  102. <::
  103. .::
  104. >::
  105. /::
  106. @::
  107. ~::
  108. [::
  109. ]::
  110. {::
  111. }::
  112. 6::
  113. 7::
  114. 8::
  115. 9::
  116. 0::
  117. -::
  118. =::
  119. \::
  120. |::
  121. +y::
  122. +u::
  123. +i::
  124. +o::
  125. +p::
  126. +t::
  127. +g::
  128. +h::
  129. +j::
  130. +k::
  131. +l::
  132. +b::
  133. +n::
  134. +m::
  135. +,::
  136. +<::
  137. +.::
  138. +>::
  139. +/::
  140. +'::
  141. +@::
  142. +#::
  143. +~::
  144. +[::
  145. +]::
  146. +{::
  147. +}::
  148. +6::
  149. +7::
  150. +8::
  151. +9::
  152. +0::
  153. +-::
  154. +=::
  155. ?::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement