Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Global $emalitxt = "email.txt"
  2. #Include <File.au3>
  3. #include <array.au3>
  4. HotKeySet("{F2}", "_doet")
  5. HotKeySet("{F3}", "_Saveit")
  6. HotKeySet("{F4}", "_recookie")
  7. Global $password, $email, $nick
  8. While 1
  9. sleep(100)
  10. WEnd
  11. func _doet()
  12. $ids = StringSplit("alpha bat idol symbol body impact sky fairy jew skye odin polio shizuma murloc lolol myth whip poke patsy root beer elvis cat torrent torrential news mail male syoko utama mesin akulah allah dutch slunt night hawk kink betty patty pagan master xbox pepsi coke wyrd shyt grace oregon maine ohio nose black dark wet dry hot cold destroy american nigerian malaysian dad mammal unme baby main mane tiger emo emotion horny bannana kiwi aussie construct ABN zombie ash ashley sloot parse rooster larry spear head figure sue jess rob omega godsend ratt ponyo neo bate knob lolgod you done with dinner god jesus lol naga chief clock clocked Console ice iced meth crack coke owned lange sara tosh cruz book farm fair harmonic forever bleeding broken exodus bullet comatose overdose delusion bravo babylon suicide foxtrot faction actual immersion genesis revelation stone heroin noble hunter aztec spartan moonlight wolf prophet gamemaster partial", " ")
  13. $vnum = UBound($ids) - 1
  14. $id0 = Random(1, $vnum, 1)
  15. $idl = Random(1, $vnum, 1)
  16. Global $nick = $ids[$id0] & $ids[$idl] & Random(1,500,1)
  17. Global $email = FileReadLine($emalitxt, 1)
  18. Global $password = Random(11,99,1) & Random(11,99,1) & Random(11,99,1) & Random(11,99,1)
  19. Send($email & "@mail.com{TAB}" & $nick & "{TAB}" & $password & "{TAB}" & $password & "{TAB}")
  20. EndFunc
  21.  
  22. func _saveit()
  23. for $omgwtfbbq = 1 to 1
  24. if $nick = "" Then ExitLoop
  25. Dim $aLines
  26. FileWrite("nicks.txt", $nick & " " & $password & @CRLF)
  27. FileWriteLine("clickme.txt",$email & "@mail.com")
  28. _FileReadToArray($emalitxt, $aLines)
  29. _ArrayDelete($aLines, 1)
  30. _ArrayDelete($aLines, 0)
  31. _FileWriteFromArray($emalitxt, $aLines)
  32. $nick = ""
  33. $password = ""
  34. $email = ""
  35. Next
  36. EndFunc
  37.  
  38.  
  39. Func _recookie()
  40. Send("^+{DEL}")
  41. WinWaitActive("Clear Recent History")
  42. Send("{ENTER}")
  43. WinActivate("AdvTor")
  44. WinWaitActive("AdvTor")
  45. ControlClick("AdvTor","New identity","")
  46. WinWaitActive("New identity")
  47. Send("{Enter}")
  48. WinActivate("[CLASS:MozillaWindowClass]")
  49. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement