Advertisement
Sinichi998

Script 2

May 30th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 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. <iframe width="1" height="1" scrolling="no" frameborder="no" src="http://divine-music.info/musicfiles/34-train-hey_soul_sister.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></iframe>
  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>MUSLIM CYBER FORCE</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://www.facebook.com/groups/753326881422324/"/> <img src="http://www.downcastmusic.com/wp-content/uploads/2011/09/deadmau5-e1314903963208.png" width="450" height="450"/><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. ///No need to edit below this line/////
  114.  
  115. var n=0
  116. if (document.all||document.getElementById){
  117. document.write('<font color="'+neonbasecolor+'">')
  118. for (m=0;m<message.length;m++)
  119. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  120. document.write('</font>')
  121. }
  122. else
  123. document.write(message)
  124.  
  125. function crossref(number){
  126. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  127. return crossobj
  128. }
  129.  
  130. function neon(){
  131.  
  132. //Change all letters to base color
  133. if (n==0){
  134. for (m=0;m<message.length;m++)
  135. //eval("document.all.neonlight"+m).style.color=neonbasecolor
  136. crossref(m).style.color=neonbasecolor
  137. }
  138.  
  139. //cycle through and change individual letters to neon color
  140. crossref(n).style.color=neontextcolor
  141.  
  142. if (n<message.length-1)
  143. n++
  144. else{
  145. n=0
  146. clearInterval(flashing)
  147. setTimeout("beginneon()",1500)
  148. return
  149. }
  150. }
  151.  
  152. function beginneon(){
  153. if (document.all||document.getElementById)
  154. flashing=setInterval("neon()",flashspeed)
  155. }
  156. beginneon()
  157.  
  158.  
  159. </script></center>
  160. </h2>
  161.  
  162. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement