Advertisement
Guest User

Untitled

a guest
May 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. elif used_prefix and user.name.lower() in owners and cmd == "cacc":
  2. try:
  3. a = args.split(maxsplit=1)
  4. email = random.choice(["rndsl","rndkl","rndty","rndon","rndoam"])
  5. num = str(random.randint(1,99999))
  6. em = str(email+num+"@hotmail.com")
  7. d = {"email": em,
  8. "login": a[0],
  9. "password": a[1],
  10. "password_confirm": a[1],
  11. "storecookie": "on",
  12. "checkerrors": "yes"}
  13. s = requests.Session()
  14. p = s.post('http://chatango.com/signupdir', data=d)
  15. r = s.get('http://'+a[0]+'.chatango.com/')
  16. print(r.text)
  17. room.message("\r \r \r Account created! \r \r"+font(fColor=random.choice(randcolor))+" User: "+a[0].capitalize()+font(fColor=random.choice(randcolor))+"\r Pass: "+a[1]+" \r Gen Email: "+font(fColor=random.choice(randcolor))+em, True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement