Advertisement
Guest User

C34

a guest
Dec 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.90 KB | None | 0 0
  1. <html>
  2. <meta content=''-' Touched '-'' property='og:title'/>
  3.         <meta content='article' property='og:type'/>
  4.         <meta content='http://www.ratiss.org/ioport5.htm' property='og:url'/>
  5.         <title> Sorry ^_^ </title><center>
  6.     <center><center><br></br><script type="text/javascript">
  7. <head>
  8. //Define first typing example:
  9.  
  10. new TypingText(document.getElementById("example1"));
  11.  
  12. //Define second typing example (use "slashing" cursor at the end):
  13.  
  14. new TypingText(document.getElementById("example2"), 80, function(i){
  15.  
  16. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  17.  
  18. ar.length]; });
  19.  
  20. //Type out examples:
  21.  
  22. TypingText.runAll();
  23.  
  24. </script>
  25.  
  26.  <script> alert('Up Gan h3h3h3') </script>
  27.  <script> alert('Sorry Min') </script>
  28. <div align="center"><table border="0" width="100%"><tr><td>
  29.  
  30. <font size="7">
  31. <b><font face="times"><b><center><SCRIPT>
  32.  
  33. farbbibliothek = new Array();
  34.  
  35. farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
  36.  
  37. farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
  38.  
  39. farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF");
  40.  
  41. farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
  42.  
  43. farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
  44.  
  45. farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
  46.  
  47. farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
  48.  
  49. farben = farbbibliothek[4];
  50.  
  51. function farbschrift()
  52.  
  53. {
  54.  
  55. for(var i=0 ; i<Buchstabe.length; i++)
  56.  
  57. {
  58.  
  59. document.all["a"+i].style.color=farben[i];
  60.  
  61. }
  62.  
  63. farbverlauf();
  64.  
  65. }
  66.  
  67. function string2array(text)
  68.  
  69. {
  70.  
  71. Buchstabe = new Array();
  72.  
  73. while(farben.length<text.length)
  74.  
  75. {
  76.  
  77. farben = farben.concat(farben);
  78.  
  79. }
  80.  
  81. k=0;
  82.  
  83. while(k<=text.length)
  84.  
  85. {
  86.  
  87. Buchstabe[k] = text.charAt(k);
  88.  
  89. k++;
  90.  
  91. }
  92.  
  93. }
  94.  
  95. function divserzeugen()
  96.  
  97. {
  98.  
  99. for(var i=0 ; i<Buchstabe.length; i++)
  100.  
  101. {
  102.  
  103. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  104.  
  105. }
  106.  
  107. farbschrift();
  108.  
  109. }
  110.  
  111. var a=1;
  112.  
  113. function farbverlauf()
  114.  
  115. {
  116.  
  117. for(var i=0 ; i<farben.length; i++)
  118.  
  119. {
  120.  
  121. farben[i-1]=farben[i];
  122.  
  123. }
  124.  
  125. farben[farben.length-1]=farben[-1];
  126.  
  127.  
  128. setTimeout("farbschrift()",30);
  129.  
  130. }
  131.  
  132. //
  133.  
  134. var farbsatz=1;
  135.  
  136. function farbtauscher()
  137.  
  138. {
  139.  
  140. farben = farbbibliothek[farbsatz];
  141.  
  142. while(farben.length<text.length)
  143.  
  144. {
  145.  
  146. farben = farben.concat(farben);
  147.  
  148. }
  149.  
  150. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  151.  
  152. }
  153.  
  154. setInterval("farbtauscher()",5000);
  155. text ="TOUCHED BY T1D4K D1K3N4L";//h
  156.  
  157. string2array(text);
  158.  
  159. divserzeugen();
  160.  
  161. //document.write(text);
  162.  
  163. </script>
  164. <img src="http://www.gambaranimasi.org/data/media/781/animasi-bergerak-bendera-indonesia-0012.gif" width="600" height="600"></img>
  165. <style>
  166. .blink {
  167. animation: blink-animation 1s steps(5, start) infinite;
  168. -webkit-animation: blink-animation 1s steps(5, start) infinite;
  169. }
  170. @keyframes blink-animation {
  171. to {
  172. visibility: hidden;
  173. }
  174. }
  175. @-webkit-keyframes blink-animation {
  176. to {
  177. visibility: hidden;
  178. }
  179. }
  180. </style>
  181. <br>
  182. <br>
  183. <font color="blue"> <marquee><b> <========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================> </font></b>
  184. </Marquee><br>
  185. <font color="red"> Indonesia Tidak Akan Hancur <p> Oleh Seribu Pengemis Yang Ada<p> Di Indonesia Tetapi Indonesia <p> Akan Hancur Hanya Dengan <p> Ada Nya Beberapa Koruptor Di <p> !!! INDONESIA !!!  </font> </b>
  186. <br><font color="blue"> <marquee><b> <========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================> </font></b>
  187. </Marquee><br><br>
  188.         <font color="red"><align="center" direction="left" scrollamount="4" width="200" style="width: 200px;"><font color="white" size="" style="text-shadow: #f9f9f9 0px 1px 7px"><p>
  189. Thanks To  C45P3R T34M <p>  And My Friends : <br>
  190. <br> <font color="red"> <marquee> <font color="red"> Naskleng45 |<font color="yellow"> Mr.C45-T | <font color="green">  ByMe  |<font color="yellow"> BL4CK RIPPER  | <font color="bule"> Mr.Pscychopat |<font color="yellow">  R4D3N G0Z4LL | <font color="green"> g03nj4t |  <font color="red"> Mr.JOK3RDZ |<font color="yellow"> K1NJ3NG | <font color="aqua"> TN_T312S4K171  | <font color="yellow">X666T4M |  <font color="Green""> 0R4NG_M15K1N |<font color="yellow"> Mr.53MV4K |<font color="red"> T3R3MBUN62 </marquee></font> <p>
  191. <font color="white">
  192. <body>
  193.  <style type="text/css">
  194.         body{
  195.                 color: #fff;
  196.                 background-image: url("https://pa1.narvii.com/6958/b32afa2ea9c603fc4f73fc443ec0504d42d63d82r1-300-300_hq.gif");
  197.                 cursor: url(http://hellox.persiangig.com/DefacePage/negro.cur), progress;
  198.                         }
  199.         body,td,th {
  200.                 /* [disabled]color: #000; */
  201.         }
  202.         </style>
  203.         <center>
  204. <link href='http://fonts.googleapis.com/css?family=Wallpoet' rel='stylesheet' type='text/css'>
  205. <body bgcolor="black">
  206. <b><table width=100% height=100%>
  207. <style type="text/css">
  208. <style type=text/css>
  209. <!--
  210. body{
  211. background-image:url(../hassenehammouda.weebly.com/uploads/1/2/3/2/12320822/867054.jpg?1337785841);
  212. background-position:10% 10%;
  213. background-attachment:fixed;
  214. background-repeat:no-repeat;}
  215. -->
  216. </style>
  217. <script language="JavaScript">
  218. <!--
  219. function UserExit(){
  220. alert("We Will Continue To Fight!");
  221. }
  222. -->
  223. </script>
  224. <body onUnload="UserExit()">
  225. <script type="text/javascript" src="http://htmlfreecodes.com/codes/rain.js"></script>
  226.     <iframe width="0" height="0" src="https://s1.vocaroo.com/media/download_temp/Vocaroo_s18b9xClpNVL.mp3"/tracks/473310102/stream?client_id=a3e059563d7fd3372b49b37f00a00bcf" frameborder="0" allowfullscreen>
  227. </iframe>
  228.  
  229.  
  230.  
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement