Sinichi998

Script 3

Jun 15th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <html><head>
  6. <title> Soldier Of Allah </title>
  7. <script src="http://masterendi.googlecode.com/files/salju.js"></script>
  8. <meta name="robots" content="index, follow">
  9. <link rel="SHORTCUT ICON" href="http://farm4.static.flickr.com/3912/14333876584_63cea01d82_m.jpg"/>
  10. <meta name="description" content="Sinichi998"/>
  11. <meta name="googlebot" content="index,follow"/>
  12. <meta name="robots" content="all"/>
  13. <meta name="robots schedule" content="auto"/>
  14. <meta name="distribution" content="global"/>
  15. <base target='_blank'/>
  16. </head>
  17.  
  18. <center>
  19. <embed src="http://www.youtube.com/v/DJN6wuD-RPY&autoplay=1"&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>
  20. </center>
  21.  
  22. <script type="text/javascript" src="http://id-pemula-javascript.googlecode.com/files/efek-salju.js" /></script>
  23. <script type="text/javascript">
  24. snowStorm.snowColor = '#6bd';
  25. // salju biru muda silakan ganti dengan warna lain
  26. snowStorm.flakesMaxActive = 96;
  27. snowStorm.useTwinkleEffect = true;
  28. </script>
  29.  
  30. </script>
  31. <style
  32. type="text/css">img{opacity:0.5;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms
  33. ease;transition:all250msease;}img:hover
  34. {opacity:1;}textarea{resize:none;}</style
  35. </head>
  36. <body><center></script></font>
  37. <h1>Single Attacker</h1></center></br>
  38. <style>
  39. body {
  40. background: #000000;
  41. font-family: "Cooper Black;
  42. }
  43. h1 {
  44. color: #333;
  45. font-size: 35px;
  46. margin: 1px auto;
  47. text-align:center;
  48. text-transform:uppercase;
  49. }
  50. .neon {
  51. color: #FFFFFF;
  52. text-shadow: 0 0 5px #0000FF, 0 0 10px #FFFFFF, 0 0 20px #0000FF, 0 0 45px #FFFFFF, 0 0 40px #0000FF;
  53. }
  54. <script language="JavaScript1.2">
  55. function ClearError() {return true;}
  56. window.onerror = ClearError;
  57. </script>
  58.  
  59. </style>&nbsp;<script>
  60. window.onload = function() {
  61. var h1 = document.getElementsByTagName("h1")[0],
  62. text = h1.innerText || h1.textContent,
  63. split = [], i, lit = 0, timer = null;
  64. for(i = 0; i < text.length; ++i) {
  65. split.push("<span>" + text[i] + "</span>");
  66. }
  67. h1.innerHTML = split.join("");
  68. split = h1.childNodes;
  69.  
  70. var flicker = function() {
  71. lit += 0.01;
  72. if(lit >= 1) {
  73. clearInterval(timer);
  74. }
  75. for(i = 0; i < split.length; ++i) {
  76. if(Math.random() < lit) {
  77. split[i].className = "neon";
  78. } else {
  79. split[i].className = "";
  80. }
  81. }
  82. }
  83. setInterval(flicker, 100);
  84. }
  85. </script><center>
  86.  
  87. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;' bgcolor="black">
  88. <table width=100% height=100%>
  89. <td align=center>STAMPED by Sinichi998<br>
  90. <center><a href="https://twitter.com/Sinichi998"/> <img src="http://linzhouweb.com/wp-content/uploads/2015/208040-quote-with-image-of-sad-boy-in-hd.jpg" width="600" height="500"/><a/><br/>
  91. src='http://localghost.lets.dj/logo2.jpg'/></a>
  92. </p>
  93.  
  94.  
  95. <blink>
  96.  
  97. <body BGCOLOR="black">
  98. <center><h2>
  99. <script language="JavaScript1.2">
  100.  
  101. /*
  102. Neon Lights Text
  103. By JavaScript Kit (http://javascriptkit.com)
  104. For this script, TOS, and 100s more DHTML scripts,
  105. Visit http://www.dynamicdrive.com
  106. */
  107.  
  108. var message="Sinichi998 Was Here!!"
  109. var neonbasecolor="red"
  110. var neontextcolor="aqua"
  111. var flashspeed=100 //in milliseconds
  112.  
  113.  
  114. ///No need to edit below this line/////
  115.  
  116. var n=0
  117. if (document.all||document.getElementById){
  118. document.write('<font color="'+neonbasecolor+'">')
  119. for (m=0;m<message.length;m++)
  120. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  121. document.write('</font>')
  122. }
  123. else
  124. document.write(message)
  125.  
  126. function crossref(number){
  127. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  128. return crossobj
  129. }
  130.  
  131. function neon(){
  132.  
  133. //Change all letters to base color
  134. if (n==0){
  135. for (m=0;m<message.length;m++)
  136. //eval("document.all.neonlight"+m).style.color=neonbasecolor
  137. crossref(m).style.color=neonbasecolor
  138. }
  139.  
  140. //cycle through and change individual letters to neon color
  141. crossref(n).style.color=neontextcolor
  142.  
  143. if (n<message.length-1)
  144. n++
  145. else{
  146. n=0
  147. clearInterval(flashing)
  148. setTimeout("beginneon()",1500)
  149. return
  150. }
  151. }
  152.  
  153. function beginneon(){
  154. if (document.all||document.getElementById)
  155. flashing=setInterval("neon()",flashspeed)
  156. }
  157. beginneon()
  158.  
  159.  
  160. </script></center>
  161. </h2>
  162.  
  163. </body>
Advertisement
Add Comment
Please, Sign In to add comment