Guest User

Untitled

a guest
Mar 2nd, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <center>
  2.  
  3. <div style="width: 600px;height: 100px;" align="center">
  4. <script language="Javascript">
  5. <!--
  6. var tl=new Array(
  7. "Your site were hacked by .:TeamConflict:.",
  8. "You need to improve your Security..",
  9. "Lucky for you, non of your files were deleted",
  10. "But next time, Who knows what will happen? ",
  11.  
  12. "",
  13. "Username: Hacker",
  14. "Password: *******",
  15. "Login Success..",
  16. "",
  17. "Retrieving IP...",
  18. "IP Address stored...",
  19. "Security: LOW...",
  20. "Website: FAIL...",
  21. "................................",
  22. "Want to know the exploit?",
  23. "Then Contact us at : Miikalsen@gmail.com",
  24. "........................................",
  25. "",
  26. "",
  27. ".:TeamConflict:.",
  28. "...Logging out..."
  29. );
  30. var speed=40;
  31. var index=0; text_pos=0;
  32. var str_length=tl[0].length;
  33. var contents, row;
  34.  
  35. function type_text()
  36. {
  37. contents='';
  38. row=Math.max(0,index-20);
  39. while(row<index)
  40. contents += tl[row++] + '\r\n';
  41. document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
  42. if(text_pos++==str_length)
  43. {
  44. text_pos=0;
  45. index++;
  46. if(index!=tl.length)
  47. {
  48. str_length=tl[index].length;
  49. setTimeout("type_text()",1500);
  50. }
  51. } else
  52. setTimeout("type_text()",speed);
  53. }
  54. //-->
Add Comment
Please, Sign In to add comment