bearbear12345

http://freeskinscs.weebly.com No spam.

Nov 10th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Form spammer -> http://freeskinscs.weebly.com/
  3. // @namespace http://freeskinscs.weebly.com/ I hate you
  4. // @include http://freeskinscs.weebly.com/
  5. // @version 1
  6. // @grant none
  7. // ==/UserScript==
  8.  
  9. function makeid()
  10. {
  11. // http://stackoverflow.com/a/1349426/1337520
  12. var text = "";
  13. var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
  14.  
  15. for( var i=0; i < 5; i++ )
  16. text += possible.charAt(Math.floor(Math.random() * possible.length));
  17.  
  18. return text;
  19. }
  20.  
  21. document.getElementsByName("_u279462703523990938")[0].value = makeid()
  22. document.getElementsByName("_u328112587245461331")[0].value = makeid()
  23. document.getElementsByName("_u183673493831150514")[0].value = makeid() + "@" + makeid() + "." + makeid()
  24. document.getElementsByName("_u599602799753415725")[0].value = makeid()
  25. document.getElementById("form-529578523154222576").submit()
  26. document.location = "http://freeskinscs.weebly.com"
Add Comment
Please, Sign In to add comment