Advertisement
Guest User

Exampel to use

a guest
Jul 12th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. Letzter Stand Do 13. Aug 2015, 01:22####
  2. ########################################
  3. Quelle: https://www.oldschoolhack.me/downloads/tools/8420-free-to-play-steam-account-generator
  4. ########################################
  5.  
  6.  
  7. #singleinstance force
  8. setkeydelay 45 ;
  9. ;===========
  10. ;EDIT THIS\/
  11. ;===========
  12. steampath = Z:\program files (x86)\steam\ ; path to the steam folder, don't remove the "/" from the end
  13. launchtf2 = yes ; check the check box "launch tf2" by default (yes or no)
  14. launchoptions = -console -noborder -novid ; launch options for tf2, optional
  15. lmaobox = yes ; check the check box "lmaobox" by default (yes or no)
  16. lmaopath = %homepath%\documents\iexplore.exe ; path to lmaobox executable
  17. lmaoversion = free ; paid or free
  18. lmaouser = ; username for paid lmaobox
  19. lmaopass = ; password for paid lmaobox
  20.  
  21. show_ip_box = yes ; check the check box "connect to ip address" by default (yes or no)
  22.  
  23. gui:
  24. gui, destroy
  25. gui, add, edit, x90 y25 w290 h21 vahkname,
  26. gui, add, edit, x90 y56 w330 h21 vahkpass,
  27. gui, add, edit, x90 y141 w330 h84 vahkipstring,
  28. gui, add, checkbox, x90 y87 w70 h13 glmaocheck checked vahktf2, launch tf2
  29. if lmaobox = yes
  30. gui, add, checkbox, x170 y87 w70 h13 checked glmaocheck vahklmao, lmaobox
  31. else
  32. gui, add, checkbox, x170 y87 w70 h13 glmaocheck vahklmao, lmaobox
  33. gui, add, checkbox, x260 y87 w160 h13 gshowbox vshowbox, connect to ip address
  34.  
  35. gui, add, button, x389 y24 w32 , new
  36. gui, add, button, x89 y109 w162 , create
  37. gui, add, button, x259 y109 w162 , cancel
  38. gui, add, text, x1 y28 w80 right, username
  39. gui, add, text, x1 y59 w80 right, password
  40.  
  41. ifnotexist, %steampath%steam.exe
  42. {
  43. msgbox, steam not found! check the settings and try again
  44. exitapp
  45. }
  46.  
  47. if show_ip_box = yes
  48. {
  49. guicontrol, show, ahkipstring
  50. guicontrol,, showbox, 1
  51. gui, show, w445 h250 x5 y5,account maker
  52. }
  53.  
  54. if launchtf2 = no
  55. {
  56. guicontrol,, lmaobox, 0
  57. guicontrol, disable, lmaobox
  58. guicontrol,, ahktf2, 0
  59. }
  60.  
  61. if show_ip_box = no
  62. {
  63. guicontrol, hide, ahkipstring
  64. gui, show, w445 h156 x5 y5,account maker
  65. }
  66. buttonnew:
  67. generatename: ;username
  68. ncharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,1,2,3,4,5,6,7,8,9,0
  69. stringsplit, chararray, ncharlist, `,
  70. nstr =
  71. random, nrand, 8, 16
  72. loop, %nrand%
  73. { random, pick, 1, %chararray0%
  74. item := chararray%pick%
  75. nstr = %nstr%%item%
  76. }
  77. generatemail: ;email address
  78. mcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
  79. stringsplit, chararray, mcharlist, `,
  80. mstr =
  81. random, mrand, 8, 16
  82. loop, %mrand%
  83. { random, pick, 1, %chararray0%
  84. item := chararray%pick%
  85. mstr = %mstr%%item%
  86. }
  87. generatemailhost: ;email host or whatever
  88. mhcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
  89. stringsplit, chararray, mhcharlist, `,
  90. mhstr =
  91. random, mhrand, 6, 10
  92. loop, %mhrand%
  93. { random, pick, 1, %chararray0%
  94. item := chararray%pick%
  95. mhstr = %mhstr%%item%
  96. }
  97. generatequestion: ;secret question
  98. qcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z, , , , , , , , ,
  99. stringsplit, chararray, qcharlist, `,
  100. qstr =
  101. random, qrand, 8, 16
  102. loop, %qrand%
  103. { random, pick, 1, %chararray0%
  104. item := chararray%pick%
  105. qstr = %qstr%%item%
  106. }
  107. generatepass: ;password
  108. pcharlist = a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,1,2,3,4,5,6,7,8,9,0
  109. stringsplit, chararray, pcharlist, `,
  110. pstr =
  111. random, prand, 10, 20
  112. loop, %prand%
  113. { random, pick, 1, %chararray0%
  114. item := chararray%pick%
  115. pstr = %pstr%%item%
  116. }
  117. ahkname = %nstr%
  118. ahkmail = %mstr%@%mhstr%.com
  119. ahksecret = %qstr%
  120. ahkpass = %pstr%
  121. guicontrol,, ahkname, %mstr%
  122. guicontrol,, ahkpass, %pstr%
  123. lmaocheck:
  124. gui, submit, nohide
  125.  
  126. if ahktf2 = 0
  127. {
  128. guicontrol,, lmaobox, 0
  129. guicontrol, disable, lmaobox
  130. }
  131. if ahktf2 = 1
  132. {
  133. guicontrol, enable, lmaobox
  134. }
  135. if lmaobox = yes
  136. if ahktf2 = 0
  137. guicontrol,, lmaobox, 0
  138. return
  139. showbox:
  140. gui, submit, nohide
  141. if showbox = 1
  142. {
  143.  
  144. show_ip_box = yes
  145. goto gui
  146. all = bad
  147. return
  148. }
  149.  
  150. if showbox = 0
  151. {
  152. show_ip_box = no
  153. goto gui
  154. all = bad
  155. return
  156. }
  157.  
  158. return
  159.  
  160. buttoncancel:
  161. exitapp
  162. return ; you won't return from that
  163.  
  164. buttoncreate:
  165. filedelete, %steampath%config\steamappdata.vdf
  166. process, close, hl2.exe
  167. process, close, gameoverlayui.exe
  168. process, close, steam.exe
  169. gui, submit, nohide
  170. ifwinexist, Windows Security
  171. winclose, Windows Security
  172. if ahklmao = 1
  173. if (lmaoversion == "free")
  174. {
  175. run, %lmaopath%
  176. winwaitactive, LMAOBOX PUBLIC
  177. winminimize, LMAOBOX PUBLIC
  178. }
  179. if ahklmao = 1
  180. if (lmaoversion == "paid")
  181. {
  182. run, %lmaopath%
  183. winwaitactive, Windows Security
  184. winminimize, Windows Security
  185. }
  186.  
  187. if ahklmao = 1
  188. {
  189. ifnotexist, %lmaopath%
  190. {
  191. msgbox, lmaobox not found! check the settings and try again
  192. exitapp
  193. }
  194. }
  195.  
  196. if ahktf2 = 1
  197. ahktf2 = -applaunch 440
  198. if ahktf2 = 0
  199. ahktf2 =
  200.  
  201. regexmatch(ahkipstring, "(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})", ahkip)
  202. if (ahkip == "")
  203. {
  204. guicontrol,, ahkipstring, no ip found!
  205. connect =
  206. }
  207.  
  208. if not (ahkip == "")
  209. {
  210. guicontrol,, ahkipstring, will connect to %ahkip%...
  211. connect = +connect %ahkip%
  212. }
  213. run, %steampath%steam.exe
  214. sleep, 1000
  215. winwaitactive, Steam
  216. sleep, 300
  217. send, {enter}
  218. sleep, 50
  219. send, {enter}
  220. send, {enter}
  221. sleep, 50
  222. send, %ahkname%{tab}
  223. sleep, 30
  224. send, %ahkpass%{tab}
  225. sleep, 30
  226. send, %ahkpass%
  227. sleep, 3010
  228. send, {enter}
  229. winwaitactive, Steam - working
  230. winwaitclose, Steam - working
  231. sleep, 30
  232. send, %ahkmail%{tab}
  233. sleep, 30
  234. send, %ahkmail%
  235. sleep, 30
  236. send, {enter}
  237. winwaitactive, Steam - working
  238. winwaitclose, Steam - working
  239. sleep, 30
  240. send, {downarrow}
  241. sleep, 30
  242. send, {tab}
  243. sleep, 30
  244. send, %ahksecret%
  245. sleep, 30
  246. send, {enter}
  247. winwaitactive, Steam - Working
  248. winwaitclose, Steam - Working
  249. sleep, 30
  250. send, {enter}
  251. sleep, 30
  252. send, {enter}
  253. if ahklmao = 1
  254. if (lmaoversion == "free")
  255. {
  256. winactivate, LMAOBOX PUBLIC
  257. winwaitactive, LMAOBOX PUBLIC
  258. send, {return}
  259. winactivate, Team Fortress 2
  260. }
  261. if ahklmao = 1
  262. if (lmaoversion == "paid")
  263. {
  264. winactivate, Windows Security
  265. winwaitactive, Windows Security
  266. sleep, 30
  267. send, %lmaouser%{tab}%lmaopass%{return}
  268. }
  269. run, %steampath%steam.exe %ahktf2% %launchoptions% %connect%
  270. winclose, Steam
  271. goto gui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement