Advertisement
Guest User

Untitled

a guest
May 12th, 2017
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.53 KB | None | 0 0
  1. #include <winhttp.au3>
  2. $hSession = _WinHttpOpen('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0')
  3. $sHost = 'www.slavehack2.com'
  4. $hHoas = _WinHttpConnect($hSession, $sHost)
  5. while 1
  6. $mail = Random(11111,99999,1)
  7. $sPost = 'user='& Random(11111111,99999999,1) & '&email='&$mail &'@mailinator.com&password=13579altay'
  8. $sPaket = _WinHttpSimpleSSLRequest($hHoas, 'Post', '/pages/register.php', 'www.slavehack2.com', $sPost )
  9. if $sPaket = "1false" then
  10.    FileWrite("sh2users.txt", $mail & @CRLF)
  11. Else
  12. EndIf
  13.    WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement