Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  3. <title>Hacked By bastard31 // THT</title>
  4. <meta name="keywords" content="THT">
  5. <meta name="description" content="THT">
  6. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  7. <style type="text/css">
  8. <!--body,td,th {color: #CCCCCC;}
  9. body {background-color: #000000;}
  10. .style1 {font-family: Iceland;font-size: 10pt;}
  11. .style2 {color: #FF0000;font-weight: bold;}
  12. .style3 {color: #FFFFFF}
  13. .style7 {color: #FFFFFF; font-weight: bold; }
  14. .style8 {font-family: Iceland;
  15. font-size: 16pt;color: #FFFFFF;}
  16. .style11 {font-size: 14pt}--></style></head>
  17.  
  18.  
  19.  
  20. <body background="">
  21. <center>
  22. <pre><font color="#FF0000">
  23.  
  24. </pre></font>
  25.  
  26. <center><img border="0" src="https://i.hizliresim.com/OoD9RQ.png" height="50%"></center>
  27.  
  28.  
  29.  
  30. <script language="JavaScript">
  31. TypingText = function(element, interval, cursor, finishedCallback) {
  32. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  33. this.running = true; // Never run.
  34. return;
  35. }
  36. this.element = element;
  37. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  38. this.interval = (typeof interval == "undefined" ? 50 : interval);
  39. this.origText = this.element.innerHTML;
  40. this.unparsedOrigText = this.origText;
  41. this.cursor = (cursor ? cursor : "");
  42. this.currentText = "";
  43. this.currentChar = 0;
  44. this.element.typingText = this;
  45. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  46. TypingText.all.push(this);
  47. this.running = false;
  48. this.inTag = false;
  49. this.tagBuffer = "";
  50. this.inHTMLEntity = false;
  51. this.HTMLEntityBuffer = "";
  52. }
  53. TypingText.all = new Array();
  54. TypingText.currentIndex = 0;
  55. TypingText.runAll = function() {
  56. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  57. }
  58. TypingText.prototype.run = function() {
  59. if(this.running) return;
  60. if(typeof this.origText == "undefined") {
  61. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  62. return;
  63. }
  64. if(this.currentText == "") this.element.innerHTML = "";
  65. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  66. if(this.currentChar < this.origText.length) {
  67. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  68. this.tagBuffer = "<";
  69. this.inTag = true;
  70. this.currentChar++;
  71. this.run();
  72. return;
  73. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  74. this.tagBuffer += ">";
  75. this.inTag = false;
  76. this.currentText += this.tagBuffer;
  77. this.currentChar++;
  78. this.run();
  79. return;
  80. } else if(this.inTag) {
  81. this.tagBuffer += this.origText.charAt(this.currentChar);
  82. this.currentChar++;
  83. this.run();
  84. return;
  85. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  86. this.HTMLEntityBuffer = "&";
  87. this.inHTMLEntity = true;
  88. this.currentChar++;
  89. this.run();
  90. return;
  91. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  92. this.HTMLEntityBuffer += ";";
  93. this.inHTMLEntity = false;
  94. this.currentText += this.HTMLEntityBuffer;
  95. this.currentChar++;
  96. this.run();
  97. return;
  98. } else if(this.inHTMLEntity) {
  99. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  100. this.currentChar++;
  101. this.run();
  102. return;
  103. } else {
  104. this.currentText += this.origText.charAt(this.currentChar);
  105. }
  106. this.element.innerHTML = this.currentText;
  107. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  108. this.currentChar++;
  109. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  110. } else {
  111. this.currentText = "";
  112. this.currentChar = 0;
  113. this.running = false;
  114. this.finishedCallback();
  115. }
  116. }
  117. </script>
  118. <center>
  119. <div id="example1"></div>
  120. <p id="example2">
  121. <font color="Lime">
  122.  
  123. <font color="ffffff" face="VT323" size="8">Hacked By bastard31</font><br>
  124. <font color="ffffff" face="VT323" size="8">[Turkish Hacker]...</font><br>
  125. <font color="red" face="VT323" size="8">No System is Safe!...</font><br>
  126. <font color="red" face="VT323" size="8">Turkhackteam.org / Zorrokin </font><br>
  127. <br>
  128. </font></font></p></center><font color="Lime"><font color="Lime" face="Iceland" size="2">
  129. <script type="text/javascript">
  130. //Define first typing example:
  131. new TypingText(document.getElementById("example1"));
  132. //Define second typing example (use "slashing" cursor at the end):
  133. new TypingText(document.getElementById("example2"), 50, function(i){
  134. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  135. ar.length]; });
  136. //Type out examples:
  137. TypingText.runAll();
  138. </script>
  139.  
  140.  
  141.  
  142. <p align="center"><font color="ffffff" face="Iceland" size="8"> <Hacked by Lostteam> <font color="red" face="Iceland" size="8">
  143. <embed src="https://www.youtube.com/embed/stKggkqt_48?rel=0&autoplay=1" autostart="TRUE" loop="TRUE" width="0" height="0" align="CENTER">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement