Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $Target == daralmunasir
  2. $Num == 16
  3. $Pseudo == $Target+$Num
  4. $Pseudo_Email == $Pseudo+"@yopmail" +".com"
  5. $Pseudo_Password == "yoyoyo3000"
  6. $NumMax==100
  7. $Url == twitter .com/signup
  8.  
  9. Loop [Start]
  10.  
  11. open/reload $Url
  12.  
  13. imput data-fieldname="name" == $Pseudo
  14. imput data-fieldname="email" == $Pseudo_email
  15. imput data-fieldname="password" == $Pseudo_password
  16.  
  17. press = "submit_button"
  18.  
  19. $Pseudo == $target+$Num++
  20.  
  21. if $Num == 100
  22. stop;
  23.  
  24. else
  25. {
  26. Tor [New Identity]
  27. play : Loop [Start]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement