Guest User

Untitled

a guest
May 26th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. javascript:function dospammer()
  2. {
  3. e.open("GET","/home/"+habbo,true);
  4. e.send();
  5. e.onreadystatechange=function()
  6. {
  7. if(e.readyState==4&&e.status==200)
  8. {
  9. d.getElementsByTagName("html")[0].innerHTML=e.responseText;
  10. wid=d.getElementsByClassName("movable widget GuestbookWidget")[0].id;
  11. wid=wid.toString().replace("widget-","");
  12. app=$$("meta[name=csrf-token]")[0].readAttribute("content");
  13. new Ajax.Request("/myhabbo/guestbook/add",
  14. {
  15. parameters:"ownerId=123&message="+msg+"&scope=0&query=&widgetId="+wid,onComplete:function()
  16. {
  17. new Ajax.Request("/account/logout_ok",
  18. {
  19. parameters:"token="+app,onComplete:function()
  20. {
  21. new Ajax.Request("/account/submit",
  22. {
  23. onComplete:function()
  24. {
  25. new Ajax.Request("/identity/useOrCreateAvatar/"+habboid,
  26. {
  27. parameters:"disableFriendLinking=true",onComplete:function()
  28. {
  29. dospammer()
  30. }
  31. }
  32. )
  33. }
  34. ,parameters:"credentials.username="+email+"&credentials.password="+senha
  35. }
  36. )
  37. }
  38. }
  39. )
  40. }
  41. }
  42. )
  43. }
  44. }
  45. }
  46. function checkc()
  47. {
  48. habbo=prompt("Digite o Habbo:","");
  49. email=prompt("Digite o email:","");
  50. senha=prompt("Digite a senha:","");
  51. msg=("[b][/b]")
  52. habboid=prompt("Apenas confirme essa mensagem!",habboId)
  53. }
  54. Overlay.show();
  55. e=new XMLHttpRequest;
  56. checkc();
  57. if(habbo==null||habbo==""||email==null||email==""||senha==null||senha==""||msg==null||msg==""||isNaN(habboid)||habboid.length<6)
  58. {
  59. alert("undefined preencheu campo(s) undefined(s)");
  60. if(confirm("Quer tentar novamente?"))
  61. {
  62. checkc()
  63. }
  64. else
  65. {
  66. location.reload();
  67. throw"lol"
  68. }
  69. }
  70. d=document;
  71. dospammer()
Add Comment
Please, Sign In to add comment