Guest User

Untitled

a guest
Oct 2nd, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ;--------------------------------------------------------------------
  2. ;FILL OUT ALL ENTRIES, YOU DON'T NEED THE PARTS AFTER THE SEMI-COLON
  3. ;--------------------------------------------------------------------
  4. email= [email protected] ;don't add @gmail.com here, just the part before it minus the salt
  5. Salt= 9001 ;how salty you are
  6. nick= name
  7. password=word
  8. year=
  9. month=
  10. day=
  11. ;--------------------------------------------------------------------
  12. ;EDITING BELOW THIS LINE CAN BREAK THE SCRIPT, DO SO AT YOUR OWN RISK
  13. ;--------------------------------------------------------------------
  14.  
  15. $f1::
  16. Send, {Ctrl down}
  17. Send, {Shift down}
  18. Send, n
  19. Send, i
  20. Send, {Ctrl up}
  21. Send, {Shift up}
  22. Sleep, 1000
  23. Send, ^e
  24. Sleep, 100
  25. Send, gbf.game.mbga.jp/
  26. Sleep, 100
  27. Send, {enter}
  28. return
  29.  
  30. $f2::
  31. {
  32. send, {Tab}
  33. sleep, 100
  34. send, %email%{+}%Salt%@gmail.com
  35. sleep, 100
  36. Salt++
  37. }
  38. Return
  39.  
  40. $f3::
  41. {
  42. send, {Tab}
  43. sleep, 100
  44. send, %nick%
  45. sleep, 100
  46. send, {Tab}
  47. sleep, 100
  48. send, %password%
  49. sleep, 100
  50. send, {Tab}
  51. send, %password%
  52. sleep, 100
  53. send, {Tab}
  54. sleep, 100
  55. send, {Tab}
  56. sleep, 100
  57. send, %year%
  58. sleep, 100
  59. send, {Tab}
  60. send, %month%
  61. sleep, 100
  62. send, {Tab}
  63. sleep, 100
  64. send, %day%
  65. sleep, 100
  66. send, {Tab}
  67. send, {space}
  68. send, 100
  69. }
  70. Return
  71.  
  72. $f4::
  73. url_count:=3
  74. url_count2:=1
  75. Loop, 7
  76. {
  77. url_count++
  78. send, ^e
  79. sleep, 100
  80. send, {End}
  81. sleep, 100
  82. send, {BS}
  83. sleep, 100
  84. send, %url_count%
  85. sleep, 100
  86. send, {enter}
  87. sleep, 3000
  88. }
  89. Loop, 2
  90. {
  91. send, ^e
  92. sleep, 100
  93. send, {End}
  94. sleep, 100
  95. send, {BS}
  96. sleep, 100
  97. send, %url_count2%
  98. url_count2++
  99. sleep, 100
  100. send, {enter}
  101. sleep, 2000
  102. }
  103. Return
  104.  
  105. $f5::
  106. send, ^e
  107. sleep, 100
  108. send, {End}
  109. sleep, 100
  110. send, {BS}{BS}
  111. sleep, 100
  112. send, 32
  113. sleep, 100
  114. send, {enter}
  115. sleep, 2000
  116. return
  117.  
  118. $f11::
  119. Sendinput, j5pa
  120. sleep, 100
  121. send, {Tab}
  122. Sendinput, mkru
  123. sleep, 100
  124. send, {Tab}
  125. Sendinput, 2vcx
  126. sleep, 100
  127. send, {Tab}
  128. Sendinput, 4cr8
  129. return
  130.  
  131. $f12::
  132. Sendinput, yrwg
  133. sleep, 100
  134. send, {Tab}
  135. Sendinput, yv8m
  136. sleep, 100
  137. send, {Tab}
  138. Sendinput, cck2
  139. sleep, 100
  140. send, {Tab}
  141. Sendinput, wcbf
  142. return
  143. $esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment