Guest User

Untitled

a guest
Sep 2nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <center><script language="Javascript">
  2.  
  3. var tl=new Array(
  4. "LINE 1"
  5. );
  6. var tl=new Array(
  7. "LINE 2"
  8. );
  9. var speed=45;
  10. var index=0; text_pos=0;
  11. var str_length=tl[0].length;
  12. var contents, row;
  13.  
  14. function type_text()
  15. {
  16. contents='';
  17. row=Math.max(0,index-20);
  18. while(row<index)
  19. contents += tl[row++] + '\r\n';
  20. document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
  21. if(text_pos++==str_length)
  22. {
  23. text_pos=0;
  24. index++;
  25. if(index!=tl.length)
  26. {
  27. str_length=tl[index].length;
  28. setTimeout("type_text()",1500);
  29. }
  30. } else
  31. setTimeout("type_text()",speed);
  32. }
  33. var tl=new Array(
  34.  
  35. "",
  36. "Website defaced by Shock_Bolt ",
  37. "",
  38. "Website not secure ",
  39. "",
  40. "Logging In ",
  41. "",
  42. "Username: root ",
  43. "",
  44. "Password: ******** ",
  45. "",
  46. "Successfully Logged In ",
  47. "",
  48. "Injecting Code Into All Scripts ",
  49. "",
  50. "Injecting 15% ",
  51. "",
  52. "Injecting 35% ",
  53. "",
  54. "Injecting 50% ",
  55. "",
  56. "Injecting 75% ",
  57. "",
  58. "Injecting 90% ",
  59. "",
  60. "Injecting 100% ",
  61. "",
  62. "Scripts Successfully Injected ",
  63. "",
  64. "Deleting Server Backups ",
  65. "",
  66. "#Owned by TeamFlash ",
  67. ""
  68.  
  69. );
  70.  
  71. var speed=30;
  72. var index=0; text_pos=0;
  73. var str_length=tl[0].length;
  74. var contents, row;
  75.  
  76. function type_text()
  77. {
  78. contents='';
  79. row=Math.max(0,index-20);
  80. while(row<index)
  81. contents += tl[row++] + '\r\n';
  82. document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "/";
  83. if(text_pos++==str_length)
  84. {
  85. text_pos=0;
  86. index++;
  87. if(index!=tl.length)
  88. {
  89. str_length=tl[index].length;
  90. setTimeout("type_text()",1500);
  91. }
  92. } else
  93. setTimeout("type_text()",speed);
  94. }
  95.  
  96. </script>
  97.  
  98. <form><textarea style="background-color:black;color:pink;" name="about" readonly rows="21" cols="60"
  99. wrap="soft"></textarea></form></p>
  100. </div></center>
Add Comment
Please, Sign In to add comment