Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. `::suspend
  2. #ifWinActive, OSBuddy
  3. a::
  4. {
  5. Send {ASC 65}
  6. Send {ASC 0151}
  7. Return
  8. }
  9. b::
  10. {
  11. Send {ASC 66}
  12. Send {ASC 0151}
  13. Return
  14. }
  15. c::
  16. {
  17. Send {ASC 67}
  18. Send {ASC 0151}
  19. Return
  20. }
  21. d::
  22. {
  23. Send {ASC 68}
  24. Send {ASC 0151}
  25. Return
  26. }
  27. e::
  28. {
  29. Send {ASC 69}
  30. Send {ASC 0151}
  31. Return
  32. }
  33. f::
  34. {
  35. Send {ASC 70}
  36. Send {ASC 0151}
  37. Return
  38. }
  39. g::
  40. {
  41. Send {ASC 71}
  42. Send {ASC 0151}
  43. Return
  44. }
  45. h::
  46. {
  47. Send {ASC 72}
  48. Send {ASC 0151}
  49. Return
  50. }
  51. i::
  52. {
  53. Send {ASC 73}
  54. Send {ASC 0151}
  55. Return
  56. }
  57. j::
  58. {
  59. Send {ASC 74}
  60. Send {ASC 0151}
  61. Return
  62. }
  63. k::
  64. {
  65. Send {ASC 75}
  66. Send {ASC 0151}
  67. Return
  68. }
  69. l::
  70. {
  71. Send {ASC 76}
  72. Send {ASC 0151}
  73. Return
  74. }
  75. m::
  76. {
  77. Send {ASC 77}
  78. Send {ASC 0151}
  79. Return
  80. }
  81. n::
  82. {
  83. Send {ASC 78}
  84. Send {ASC 0151}
  85. Return
  86. }
  87. o::
  88. {
  89. Send {ASC 79}
  90. Send {ASC 0151}
  91. Return
  92. }
  93. p::
  94. {
  95. Send {ASC 80}
  96. Send {ASC 0151}
  97. Return
  98. }
  99. q::
  100. {
  101. Send {ASC 81}
  102. Send {ASC 0151}
  103. Return
  104. }
  105. r::
  106. {
  107. Send {ASC 82}
  108. Send {ASC 0151}
  109. Return
  110. }
  111. s::
  112. {
  113. Send {ASC 83}
  114. Send {ASC 0151}
  115. Return
  116. }
  117. t::
  118. {
  119. Send {ASC 84}
  120. Send {ASC 0151}
  121. Return
  122. }
  123. u::
  124. {
  125. Send {ASC 85}
  126. Send {ASC 0151}
  127. Return
  128. }
  129. v::
  130. {
  131. Send {ASC 86}
  132. Send {ASC 0151}
  133. Return
  134. }
  135. w::
  136. {
  137. Send {ASC 87}
  138. Send {ASC 0151}
  139. Return
  140. }
  141. x::
  142. {
  143. Send {ASC 88}
  144. Send {ASC 0151}
  145. Return
  146. }
  147. y::
  148. {
  149. Send {ASC 89}
  150. Send {ASC 0151}
  151. Return
  152. }
  153. z::
  154. {
  155. Send {ASC 90}
  156. Send {ASC 0151}
  157. Return
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement