Advertisement
EXTREMEXPLOIT

SPAM BOT [GD Messages] [Not Working]

Jan 24th, 2017
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.71 KB | None | 0 0
  1. from urllib.request import urlopen,Request
  2. import webbrowser
  3.  
  4. print ("Welcome to EXTREMEXPLOIT Messages SPAM Hack")
  5. print ("The Body & the Subject Are going to be Encrypted with GJP Method")
  6.  
  7. b = input ('AccountID: ')
  8. c = input ('GJP: ')
  9. d = input ('To AccountID: ')
  10. e = input ('Subject: ')
  11. f = input ('Body: ')
  12.  
  13.  
  14. a = 0
  15.  
  16. while a > -1:
  17.     url = "http://www.boomlings.com/database/uploadGJMessage20.php"
  18.     p = "gameVersion=21&binaryVersion=33&gdw=0&accountID="+str(b)+"&gjp="+str(c)+"&toAccountID="+str(d)+"&subject="+str(e)+"&body="+str(f)+"&secret=Wmfd2893gb7"
  19.     p = p.encode()
  20.     data = urlopen(url,p).read().decode()
  21.  
  22.     Server_Answer = 'Server Returns: ' +str(data)
  23.  
  24.     print (Server_Answer)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement