Advertisement
Guest User

steam account creator with a few updates

a guest
Sep 24th, 2013
5,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance Force
  2. setkeydelay 75
  3. gui:
  4. gui, destroy
  5. Blank =
  6. CharList = 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
  7. StringSplit, CharArray, CharList, `,
  8. str =
  9. loop, 9
  10. {   random, pick, 1, %CharArray0%
  11.     item := CharArray%pick%
  12.     str = %str%%item%
  13. }
  14. Gui, Add, edit, x5 y5 w110 h21 vahkname, a%str%
  15. gui, add, button, x115 y4 w31 h23, new
  16. Gui, Add, edit, x5 y27 w140 vahkpass, %str%
  17. Gui, Add, edit, x5 y49 w140 vahkmail, %str%@gmail.com
  18. Gui, Add, edit, x5 y71 w140 vahksecret, secret question
  19. Gui, Add, Button, x4 y92 w110 h23, create
  20. Gui, Add, Button, x113 y92 w33 h23, quit
  21. Gui, show, w150 h119 x5 y5,@
  22. return
  23. buttonquit:
  24. exitapp
  25. buttonnew:
  26. gui, destroy
  27. goto gui
  28. return
  29. buttoncreate:
  30. gui, submit, nohide
  31. process, close, hl2.exe
  32. process, close, steam.exe
  33. process, close, gameoverlayui.exe
  34. filedelete, C:\Steam\config\SteamAppData.vdf
  35. run, c:\steam\steam.exe
  36. sleep, 100
  37. winwaitactive, Steam
  38. send, {enter}
  39. sleep, 100
  40. send, {enter}
  41. sleep, 100
  42. send, {enter}
  43. sleep, 100
  44. send, %ahkname%{tab}
  45. sleep, 100
  46. send, %ahkpass%{tab}
  47. sleep, 100
  48. send, %ahkpass%
  49.  
  50. ^p::
  51.  
  52. sleep, 100
  53. send, {enter}
  54. sleep, 200
  55. winwaitclose, Steam - working
  56. send, %ahkmail%{tab}
  57. sleep, 100
  58. send, %ahkmail%
  59. sleep, 100
  60. send, {enter}
  61. sleep, 10
  62. winwaitclose, Steam - working
  63. sleep, 100
  64. send, {downarrow}
  65. sleep, 100
  66. send, {tab}
  67. sleep, 100
  68. send, %ahksecret%
  69. sleep, 100
  70. send, {enter}
  71. sleep, 200
  72. winwaitclose, Steam - Working
  73. sleep, 100
  74. send, {enter}
  75. sleep, 100
  76. send, {enter}
  77. sleep, 10
  78. exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement