Advertisement
Guest User

sc

a guest
Dec 22nd, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1.  
  2. <script>
  3. <html>
  4. <head>
  5. </script>
  6.  
  7. </head><body bgcolor="#000000" style="background-color:#ffffff;background-image:url();background-repeat:no ;background-position:center ;" oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" alink="gray" vlink="gray" link="gray" text="gray">&nbsp;<center>
  8. <style type="text/css"> <!-- .style2 {font-size: small} .style4 {color: #FF0000; font-weight: bold; } .style5 {color: #FFFFFF} .style8 {color: #FFFFFF; font-weight: bold; } .style10 {color: #FF0000} --> </style> <div align="center"> <font color="#008000">
  9. <style>
  10. body {
  11. background: #000;
  12. font-family: "Arial", Verdana, sans-serif;
  13. }
  14. h1 {
  15. color: #333;
  16. font-size: 40px;
  17. margin: 1px auto;
  18. text-align:center;
  19. text-transform:uppercase;
  20. }
  21. .neon {
  22. color: #FFFFFF;
  23. text-shadow: 0 0 5px #004eff, 0 0 10px #004eff, 0 0 20px #004eff, 0 0 45px #004eff, 0 0 40px #004eff;
  24. }
  25. <script language="JavaScript1.2">
  26. function ClearError() {return true;}
  27. window.onerror = ClearError;
  28. </script>
  29.  
  30. </style>&nbsp;<script>
  31. window.onload = function() {
  32. var h1 = document.getElementsByTagName("h1")[0],
  33. text = h1.innerText || h1.textContent,
  34. split = [], i, lit = 0, timer = null;
  35. for(i = 0; i < text.length; ++i) {
  36. split.push("<span>" + text[i] + "</span>");
  37. }
  38. h1.innerHTML = split.join("");
  39. split = h1.childNodes;
  40.  
  41. var flicker = function() {
  42. lit += 0.01;
  43. if(lit >= 1) {
  44. clearInterval(timer);
  45. }
  46. for(i = 0; i < split.length; ++i) {
  47. if(Math.random() < lit) {
  48. split[i].className = "neon";
  49. } else {
  50. split[i].className = "";
  51. }
  52. }
  53. }
  54. setInterval(flicker, 100);
  55. }
  56. </script></font>
  57. <h1><span class="neon">U</span><span class="neon">n</span><span class="neon">i</span><span class="neon">x</span><span class="neon"></span><span class="neon">-</span><span class="neon">7</span><span class="neon"></span><span class="neon"></span><span class="neon"></span><span class="neon"></span><span class="neon"></span><span class="neon"> </span><span class="neon">W</span><span class="neon">A</span><span class="neon">S</span><span class="neon"> </span><span class="neon">H</span><span class="neon">E</span><span class="neon">R</span><span class="neon">E</span><span class="neon"> </span><span class="neon">!</span><span class="neon">!</span></h1>
  58. <embed src="https://www.youtube.com/v/TMQLzJImOUM?autoplay=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1">
  59. <title>./ Wek Wek Wek</title>
  60. <link href="http://senseslost.com/third-rail-content/uploads/rebel8.jpg" rel="shortcut icon" type="image/x-icon">
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  62. <style type="text/css">body, a, a:link{cursor:url(http://cur.cursors-4u.net/cursors/cur-2/cur117.cur), default;} a:hover {cursor:url(http://cur.cursors-4u.net/cursors/cur-2/cur116.cur),wait;}</style>
  63. <style type="text/css">
  64. body,td,th {color: #F00;font-family: "Courier New", Courier, monospace;}
  65. body {background-color: #000;
  66. }
  67. img{opacity:0.5;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;}
  68. img:hover{opacity:1;}textarea{resize:none;}
  69. </style>
  70.  
  71.  
  72.  
  73. <link href="http://fonts.googleapis.com/css?family=Orbitron:700" rel="stylesheet" type="text/css">
  74. <center>
  75. <center>
  76. <font size="15" face="Andalus" color="white"></font><font size="15" face="Andalus" color="Red"></font><br>
  77. <img src='http://i419.photobucket.com/albums/pp273/dn-sonnu/46210247ce6d4ec96fe.gif'>
  78. </center>
  79. <style type="text/css">
  80. <!--
  81. .ahgcrewstyle {
  82. color: #F00;
  83. }
  84. .ahg {
  85. color: #0F0;
  86. }
  87. #message font strong {
  88. font-family: Tahoma, Geneva, sans-serif;
  89. font-size: 18px;
  90. }
  91. .gre {
  92. color: #9F3;
  93. font-size: 36px;
  94. }
  95. #message font {
  96. font-size: 16px;
  97. }
  98. -->
  99. </style>
  100.  
  101. <p></p><center>
  102. <center></center>
  103. <script type="text/javascript">
  104. TypingText = function(element, interval, cursor, finishedCallback) {
  105. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  106. this.running = true;
  107. return;
  108. }
  109. this.element = element;
  110. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  111. this.interval = (typeof interval == "undefined" ? 100 : interval);
  112. this.origText = this.element.innerHTML;
  113. this.unparsedOrigText = this.origText;
  114. this.cursor = (cursor ? cursor : "");
  115. this.currentText = "";
  116. this.currentChar = 0;
  117. this.element.typingText = this;
  118. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  119. TypingText.all.push(this);
  120. this.running = false;
  121. this.inTag = false;
  122. this.tagBuffer = "";
  123. this.inHTMLEntity = false;
  124. this.HTMLEntityBuffer = "";
  125. }
  126. TypingText.all = new Array();
  127. TypingText.currentIndex = 0;
  128. TypingText.runAll = function() {
  129. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  130. }
  131. TypingText.prototype.run = function() {
  132. if(this.running) return;
  133. if(typeof this.origText == "undefined") {
  134. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  135. return;
  136. }
  137. if(this.currentText == "") this.element.innerHTML = "";
  138. if(this.currentChar < this.origText.length) {
  139. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  140. this.tagBuffer = "<";
  141. this.inTag = true;
  142. this.currentChar++;
  143. this.run();
  144. return;
  145. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  146. this.tagBuffer += ">";
  147. this.inTag = false;
  148. this.currentText += this.tagBuffer;
  149. this.currentChar++;
  150. this.run();
  151. return;
  152. } else if(this.inTag) {
  153. this.tagBuffer += this.origText.charAt(this.currentChar);
  154. this.currentChar++;
  155. this.run();
  156. return;
  157. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  158. this.HTMLEntityBuffer = "&";
  159. this.inHTMLEntity = true;
  160. this.currentChar++;
  161. this.run();
  162. return;
  163. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  164. this.HTMLEntityBuffer += ";";
  165. this.inHTMLEntity = false;
  166. this.currentText += this.HTMLEntityBuffer;
  167. this.currentChar++;
  168. this.run();
  169. return;
  170. } else if(this.inHTMLEntity) {
  171. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  172. this.currentChar++;
  173. this.run();
  174. return;
  175. } else {
  176. this.currentText += this.origText.charAt(this.currentChar);
  177. }
  178. this.element.innerHTML = this.currentText;
  179. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  180. this.currentChar++;
  181. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  182. } else {
  183. this.currentText = "";
  184. this.currentChar = 0;
  185. this.running = false;
  186. this.finishedCallback();
  187. }
  188. </script>
  189. <font size="5" face="Orbitron" color="black">S4 Kar :* </font>
  190. <br>
  191. <a href="mailto:xGame1945@Gmail.com" rel="nofollow" target="_blank">Contact Me</a>
  192. </center></center></div></center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement