Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Aku sayang kamu -_-</title>
  4. <meta charset="UTF-8">
  5. <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  7. </head>
  8. <div id="I301_html">
  9.  
  10.  
  11. <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
  12.  
  13. <script type="text/javascript">setTimeout("$('#loading').fadeOut(5000);", 10000); </script>
  14.  
  15. <style type="text/css">#loading{position:fixed;top:0;left:0;padding-top:0px;background-color:#000;width:100%;height:100%;color:black;z-index:9000;overflow:hidden;}</style>
  16.  
  17. <div id="loading">
  18. <body onload="document.f.p.focus()" topmargin="0" leftmargin="0" background="https://steemitimages.com/DQmeianS5fHLuRk69Aanp4etqDTBrQPtDDhJdPvj4RnrxNP/saeedsarmadi_1336569567_76.jpg" marginheight="0" marginwidth="0">
  19. <audio source="mp3" src="http://b.top4top.net/m_373whqxp1.mp3" type="audio/mp3" autoplay="autoplay" loop="loop"></audio>
  20. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  21. <tbody><tr>
  22.  
  23.  
  24. </tr>
  25.  
  26. <tr>
  27.  
  28.  
  29.  
  30. </tr>
  31. </tbody></table>
  32. <font id="ResponseData" color="#ff99cc">
  33. <pre><script type="text/javascript">
  34. TypingText = function(element, interval, cursor, finishedCallback) {
  35. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  36. this.running = true; // Never run.
  37. return;
  38. }
  39. this.element = element;
  40. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  41. this.interval = (typeof interval == "undefined" ? 100 : interval);
  42. this.origText = this.element.innerHTML;
  43. this.unparsedOrigText = this.origText;
  44. this.cursor = (cursor ? cursor : "");
  45. this.currentText = "";
  46. this.currentChar =0;
  47. this.element.typingText = this;
  48. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  49. TypingText.all.push(this);
  50. this.running = false;
  51. this.inTag = false;
  52. this.tagBuffer = "";
  53. this.inHTMLEntity = false;
  54. this.HTMLEntityBuffer = "";
  55. }
  56. TypingText.all = new Array();
  57. TypingText.currentIndex = 0;
  58. TypingText.runAll = function() {
  59. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  60. }
  61. TypingText.prototype.run = function() {
  62. if(this.running) return;
  63. if(typeof this.origText == "undefined") {
  64. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  65. return;
  66. }
  67. if(this.currentText == "") this.element.innerHTML = "";
  68. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  69. if(this.currentChar < this.origText.length) {
  70. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  71. this.tagBuffer = "<";
  72. this.inTag = true;
  73. this.currentChar++;
  74. this.run();
  75. return;
  76. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  77. this.tagBuffer += ">";
  78. this.inTag = false;
  79. this.currentText += this.tagBuffer;
  80. this.currentChar++;
  81. this.run();
  82. return;
  83. } else if(this.inTag) {
  84. this.tagBuffer += this.origText.charAt(this.currentChar);
  85. this.currentChar++;
  86. this.run();
  87. return;
  88. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  89. this.HTMLEntityBuffer = "&";
  90. this.inHTMLEntity = true;
  91. this.currentChar++;
  92. this.run();
  93. return;
  94. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  95. this.HTMLEntityBuffer += ";";
  96. this.inHTMLEntity = false;
  97. this.currentText += this.HTMLEntityBuffer;
  98. this.currentChar++;
  99. this.run();
  100. return;
  101. } else if(this.inHTMLEntity) {
  102. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  103. this.currentChar++;
  104. this.run();
  105. return;
  106. } else {
  107. this.currentText += this.origText.charAt(this.currentChar);
  108. }
  109. this.element.innerHTML = this.currentText;
  110. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  111. this.currentChar++;
  112. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  113. } else {
  114. this.currentText = "";
  115. this.currentChar = 0;
  116. this.running = false;
  117. this.finishedCallback();
  118. }
  119. }
  120. </script>
  121. <script>
  122. function disableselect(e){return false}
  123.  
  124. function reEnable(){return true}
  125.  
  126. //if IE4+
  127. document.onselectstart=new Function ("return false")
  128.  
  129. //if NS6
  130. if (window.sidebar){
  131. document.onmousedown=disableselect
  132. document.onclick=reEnable
  133. }
  134. </script>
  135. <script>
  136. var message="";
  137. function clickIE()
  138.  
  139. {if (document.all)
  140. {(message);return false;}}
  141.  
  142. function clickNS(e) {
  143. if
  144. (document.layers||(document.getElementById&&!document.all))
  145. {
  146. if (e.which==2||e.which==3) {(message);return false;}}}
  147. if (document.layers)
  148. {document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
  149. else
  150. {document.onmouseup=clickNS;document.oncontextmenu =clickIE;}
  151.  
  152. document.oncontextmenu=new Function("return false")
  153. </script>
  154.  
  155. <table style=" background-repeat: no-repeat;" align="right" border="0" width="100%" >
  156.  
  157. <br>
  158.  
  159. <tbody><tr>
  160. <td valign="top"><p id="hack" >
  161.  
  162. <br>
  163. <br>
  164. <font style="color:#ffffff;text-shadow:#FF0099 0px 0px 10px"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] Unknown Was Here... :) </font> <br>
  165. <font style="color:#ffffff;text-shadow:#FF0099 0px 0px 10px"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] Im Sorry Admin </font><br>
  166. <font style="color:#ffffff;text-shadow:#FF0099 0px 0px 10px"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] Your Security Is So Slow </font><br>
  167. <font style="color:#ffffff;text-shadow:#FF0099 0px 0px 10px"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+]
  168. <font style="color:red;text-shadow:#000 0px 0px 3px">Unknown</font></font><font style="color:white;text-shadow:#000 0px 0px 3px"> Pernah di hianati C.E.P.U</font></font> [+] </font> <br>
  169. <font color="White">
  170.  
  171.  
  172. </p></tr>
  173. </tbody>
  174. </table>
  175. </div>
  176. <br>
  177.  
  178. <script type="text/javascript">
  179. new TypingText(document.getElementById("hack"), 50, function(i) { var ar = new Array("_",""); return " " + ar[i.length % ar.length]; });
  180. TypingText.runAll();
  181.  
  182. </script>
  183.  
  184. <style>
  185.  
  186. td
  187.  
  188. {
  189.  
  190. background-color: #000000;
  191.  
  192. font-family: Courier New;
  193.  
  194. font-size:20px;
  195.  
  196. color:#000000;
  197.  
  198. border-color: #000000;
  199.  
  200. border-width:1pt;
  201.  
  202. border-style:solid;
  203.  
  204. border-collapse:collapse;
  205.  
  206. padding:0pt 3pt;
  207.  
  208. vertical-align:top;
  209.  
  210. }
  211.  
  212. table
  213.  
  214. {
  215.  
  216. border-color: #88aace;
  217.  
  218. border-width:0pt 1pt;
  219.  
  220. border-style:dash;
  221.  
  222. }
  223.  
  224. A:Link, A:Visited
  225.  
  226. {
  227.  
  228. color: #88aace;
  229.  
  230. }
  231.  
  232. A.no:Link, A.no:Visited
  233.  
  234. {
  235.  
  236. color: #88aace;
  237.  
  238. text-decoration: none;
  239.  
  240. }
  241.  
  242. A:Hover, A:Visited:Hover , A.no:Hover, A.no:Visited:Hover
  243.  
  244. {
  245.  
  246. color: #88aace;
  247.  
  248. background-color:#2e2e2e;
  249.  
  250. text-decoration:
  251.  
  252. overline underline;
  253.  
  254. }
  255.  
  256. .style1
  257.  
  258. {
  259.  
  260. color: #88aace
  261.  
  262. }
  263.  
  264. .style2
  265.  
  266. {
  267.  
  268. color: 1f1f1f
  269.  
  270. }
  271.  
  272. body
  273.  
  274. {
  275.  
  276. color:white;
  277.  
  278. background-position:right;
  279.  
  280. background-attachment:fixed;
  281.  
  282. </div>
  283.  
  284. }
  285.  
  286. </style>
  287.  
  288.  
  289. </div>
  290.  
  291. </div>
  292. <body bgcolor="#000">
  293. <center>
  294. <img class="irc_mi" src="https://llwproductions.files.wordpress.com/2012/02/anonymous.png" alt="Related image" width="300" height="288" style="margin-top: 33px;" data-iml="1551113178881"></center><br>
  295. <center><font color="white" face="Times New Roman" size="5">Hacked By<b> Unknown :)</b></font></center><br>
  296. <center><font color="red" face="Times New Roman" size="4">SECURITY IS JUST AN ILLUSION :V</font><br>
  297. <span style="color:#ffffff;font-family:Iceland;text-shadow:#FF0099 0px 0px 10px">NO SYSTEM IS SAFE :)</span>
  298. </center>
  299. <!--
  300. <marquee direction="left"><font color="red" size="6">_______________________________________________________________</font></marquee><br>
  301. -->
  302. <hr>
  303. <center><font color="white" face="trebuchet ms" size="2">
  304. Hi..Apa kabar ?<br>
  305. Smoga kau selalu baik disana<br>
  306. maaf jika ku terlalu mengharapkanmu<br>
  307. kini aku mengerti bahwa kau ...<br>
  308. akan lebih bahagia dengan orang lain..<br>
  309. Bukan denganku, aku sadar bahwa<br>
  310. kau tak menginginkanku lagi<br></br>&nbsp;
  311. aku yang slalu ingin mengharapkan kau kembali<br>
  312. kan ku simpan smuah moment indah yang pernah kita lalui<br>
  313. Kan ku bawa semua kenangan indah bersama mu<br>
  314. karna aku tau cinta tak harus memiliki :')<br>
  315. <br>&nbsp;
  316. Jika suatu saat kau butuh aku<br>
  317. kabari saja ,maka aku akan selalu ada untukmu :)<br>
  318. You are my first love me :*<br>
  319. meski ku tak bisa memilikimu lagi :')
  320. </font></center>
  321. <hr>
  322.  
  323. <center><font color="red" face="Times New Roman" size="4">We Are Anonymous</font></center>
  324. <center><font color="white" face="Times New Roman" size="4">We are legion</font></center>
  325. <center><font color="red" face="Times New Roman" size="4">We are do not forgive</font></center>
  326. <center><font color="white" face="Times New Roman" size="4">We do not forget</font></center>
  327. <center><font color="red" face="Times New Roman" size="4">Expect Us!!</font></center>
  328. <table align=center border="0">
  329. <tr>
  330. <td width=100% id=greetz>
  331. <marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="55" width="100%">
  332. <font size="2px" style="font-family: Iceland, sans-serif;color:white;text-shadow: 0 0 3px red, 0px 0px 5px red" >
  333. Thanks To :
  334. <b>Mantan :V</font>
  335. </marquee>
  336. </td>
  337. </table>
  338. </body>
  339.  
  340. <script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "p01.notifa.info/3fsmd3/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + 4TtHaUQnUEiP6K%2fc5C582JQuX3gzRncX4UYpA%2bRgrxBTZ8WphLmHPFhRrx0qmuwL2Uhs5MA2uvCH9TQOr82UvA9tIlgGMVGOXOrJZSLlQVnOOqxBBaM9cQYdp8QtbHTJB8TDZTrkw%2fG9i7djbg7UC%2fFtHPG5WUjTd4ER%2b24OImjtHxG%2fLAURaLK1hv22he3r6zc1XyVjS8FtX8HlkAOOUZim%2fPqjKNCjI5U2aAY744i5Pyc%2btLjKBWygsJhX2B%2fUfADVn8FjIQMmMQtAtFwyHPFknprH2EPqhfsRPBJOfVmzlQiRHAbE9di2OKkF9moLGZUcWAtao50xdlliQUOSuxydW6zssXy8S7OiGFZPRXube%2f7qWcKNL4bKL7qZR4xY4W%2fqweYNkazlAtfNoUDBtYyhRnvPqdQzOESQQMF9R%2fwMmlkkX0Bf6zoVKcDJFZI5%2bstrLM3O5156Nl8eEeoPExp7QzSB7wkIcmtyMlW91IB8wmWtZqOSU34Dpz71DxiJiJcAl2nI9mIzni9PDPZpP6we047KiXLOh%2buw%2btUocBaTtev%2bikHbvomOwlPVbXJivJf%2foVVyLYKfJAPbSmdxe2wGIozK%2b%2f%2bHC7uepXiwQdcnMyBrPmQq%2bA%3d%3d + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script></body>
  341.  
  342. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement