Advertisement
Guest User

Mr.E0x

a guest
Jul 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.42 KB | None | 0 0
  1. <html>
  2. <head/><title>Hacked By Mr.E0x</title>
  3. <meta name="author" content="Kaizen"/>
  4. <meta name="description" content="Hacked By Mr.E0x , Tidak ada seorangpun, hewan atau banci yang disakiti dalam hacking ini ;)"/>
  5. </head>
  6. <style type="text/css">@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);background-color:black;background-repeat:fixed;background-size:99%;background-position:top center;overflow:hidden;cursor:none;margin:0px;}svg{width:600px;height:100px;display:block;position:relative;overflow:hidden;margin:0 auto;background:transparent;}text{filter:url(#filter);fill:white;font-family:'Share Tech Mono',sans-serif;font-size:100px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}#headM{font-family:Orbitron;position:fixed;left:0px;right:0px;bottom:0px;background:transparent;text-align:center;}.title{font-size:30px;font-family:Abel;font-weight:bold;color:#ffffff;text-shadow:0px 0px 10px black;}.title span{font-size:50px;font-family:Abel;font-weight:bold;color:#ffffff;text-shadow:0px 0px 10px black;}.greets{font-family:Abel;color:black;}.footer{font-family:Orbitron;color:white;font-size:10px;text-shadow:0px 0px 40px black;}</style>
  7. <script type="text/javascript">
  8. function disableselect(e) {
  9. return false
  10. }
  11. function reEnable() {
  12. return true
  13. }
  14. //if IE4+
  15. document.onselectstart = new Function("return false")
  16. //if NS6
  17. if (window.sidebar) {
  18. document.onmousedown = disableselect
  19. document.onclick = reEnable
  20. }
  21. var message = "";
  22. function clickIE() {
  23. if (document.all) {
  24. (message);
  25. return false;
  26. }
  27. }
  28. function clickNS(e) {
  29. if (document.layers || (document.getElementById && !document.all)) {
  30. if (e.which == 2 || e.which == 3) {
  31. (message);
  32. return false;
  33. }
  34. }
  35. }
  36. if (document.layers) {
  37. document.captureEvents(Event.MOUSEDOWN);
  38. document.onmousedown = clickNS;
  39. } else {
  40. document.onmouseup = clickNS;
  41. document.oncontextmenu = clickIE;
  42. }
  43. document.oncontextmenu = new Function("return false")
  44. if ((document.getElementById) &&
  45. window.addEventListener || window.attachEvent) {
  46. (function() {
  47. var num = 30;
  48. var timer = 30;
  49. var enableinNS6 = 1
  50. var y = [];
  51. var x = [];
  52. var fall = [];
  53. var theFlakes = [];
  54. var sfs = [];
  55. var step = [];
  56. var currStep = [];
  57. var h, w, r;
  58. var d = document;
  59. var pix = "px";
  60. var domWw = (typeof window.innerWidth == "number");
  61. var domSy = (typeof window.pageYOffset == "number");
  62. var idx = d.getElementsByTagName('div').length;
  63. if (d.documentElement.style &&
  64. typeof d.documentElement.style.MozOpacity == "string")
  65. num = 12;
  66. for (i = 0; i < num; i++) {
  67. sfs[i] = Math.round(1 + Math.random() * 1);
  68.  
  69. document.write('<div id="flake' + (idx + i) + '" style="position:absolute;top:0px;left:0px;width:' + sfs[i] + 'px;height:' + sfs[i] + 'px;background-color:#ffffff;font-size:' + sfs[i] + 'px"><\/div>');
  70. currStep[i] = 0;
  71. fall[i] = (sfs[i] == 1) ?
  72. Math.round(2 + Math.random() * 2) : Math.round(3 + Math.random() * 2);
  73. step[i] = (sfs[i] == 1) ?
  74. 0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05;
  75. }
  76. if (domWw) r = window;
  77. else {
  78. if (d.documentElement &&
  79. typeof d.documentElement.clientWidth == "number" &&
  80. d.documentElement.clientWidth != 0)
  81. r = d.documentElement;
  82. else {
  83. if (d.body &&
  84. typeof d.body.clientWidth == "number")
  85. r = d.body;
  86. }
  87. }
  88. function winsize() {
  89. var oh, sy, ow, sx, rh, rw;
  90. if (domWw) {
  91. if (d.documentElement && d.defaultView &&
  92. typeof d.defaultView.scrollMaxY == "number") {
  93. oh = d.documentElement.offsetHeight;
  94. sy = d.defaultView.scrollMaxY;
  95. ow = d.documentElement.offsetWidth;
  96. sx = d.defaultView.scrollMaxX;
  97. rh = oh - sy;
  98. rw = ow - sx;
  99. } else {
  100. rh = r.innerHeight;
  101. rw = r.innerWidth;
  102. }
  103. h = rh - 2;
  104. w = rw - 2;
  105. } else {
  106. h = r.clientHeight - 2;
  107. w = r.clientWidth - 2;
  108. }
  109. }
  110. function scrl(yx) {
  111. var y, x;
  112. if (domSy) {
  113. y = r.pageYOffset;
  114. x = r.pageXOffset;
  115. } else {
  116. y = r.scrollTop;
  117. x = r.scrollLeft;
  118. }
  119. return (yx == 0) ? y : x;
  120. }
  121. function snow() {
  122. var dy, dx;
  123. for (i = 0; i < num; i++) {
  124. dy = fall[i];
  125. dx = fall[i] * Math.cos(currStep[i]);
  126. y[i] += dy;
  127. x[i] += dx;
  128. if (x[i] >= w || y[i] >= h) {
  129. y[i] = -10;
  130. x[i] = Math.round(Math.random() * w);
  131. fall[i] = (sfs[i] == 1) ?
  132. Math.round(2 + Math.random() * 2) : Math.round(3 + Math.random() * 2);
  133. step[i] = (sfs[i] == 1) ?
  134. 0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05;
  135. }
  136. theFlakes[i].top = y[i] + scrl(0) + pix;
  137. theFlakes[i].left = x[i] + scrl(1) + pix;
  138. currStep[i] += step[i];
  139. }
  140. setTimeout(snow, timer);
  141. }
  142. function init() {
  143. winsize();
  144. for (i = 0; i < num; i++) {
  145. theFlakes[i] = document.getElementById("flake" + (idx + i)).style;
  146. y[i] = Math.round(Math.random() * h);
  147. x[i] = Math.round(Math.random() * w);
  148. }
  149. snow();
  150. }
  151. if (window.addEventListener) {
  152. window.addEventListener("resize", winsize, false);
  153. window.addEventListener("load", init, false);
  154. } else if (window.attachEvent) {
  155. window.attachEvent("onresize", winsize);
  156. window.attachEvent("onload", init);
  157. }
  158. })();
  159. }
  160. </script>
  161. <body oncontextmenu="return false" onkeydown="return false" onmousedown="return false">
  162. <center>
  163. <script language="JavaScript1.2">
  164. /*
  165. SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
  166. http://www.editeurjavascript.com
  167. */
  168.  
  169. function ejs_nodroit()
  170. {top.location.href="https://www.facebook.com/sec7orcrew/"}
  171. document.oncontextmenu = ejs_nodroit;
  172. </script>
  173. <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600px" height="100px" viewBox="0 0 1100 80">
  174. <defs>
  175. <filter id="filter">
  176. <feFlood flood-color="black" result="black"/>
  177. <feFlood flood-color="red" result="flood1"/>
  178. <feFlood flood-color="limegreen" result="flood2"/>
  179. <feOffset in="SourceGraphic" dx="3" dy="0" result="off1a"/>
  180. <feOffset in="SourceGraphic" dx="2" dy="0" result="off1b"/>
  181. <feOffset in="SourceGraphic" dx="-3" dy="0" result="off2a"/>
  182. <feOffset in="SourceGraphic" dx="-2" dy="0" result="off2b"/>
  183. <feComposite in="flood1" in2="off1a" operator="in" result="comp1"/>
  184. <feComposite in="flood2" in2="off2a" operator="in" result="comp2"/>
  185. <feMerge x="0" width="100%" result="merge1">
  186. <feMergeNode in="black"/>
  187. <feMergeNode in="comp1"/>
  188. <feMergeNode in="off1b"/>
  189. <animate attributeName="y" id="y" dur="4s" values='104px; 104px; 30px; 105px; 30px; 2px; 2px; 50px; 40px; 105px; 105px; 20px; 6ßpx; 40px; 104px; 40px; 70px; 10px; 30px; 104px; 102px' keyTimes='0; 0.362; 0.368; 0.421; 0.440; 0.477; 0.518; 0.564; 0.593; 0.613; 0.644; 0.693; 0.721; 0.736; 0.772; 0.818; 0.844; 0.894; 0.925; 0.939; 1' repeatCount="indefinite"/>
  190. <animate attributeName="height" id="h" dur="4s" values='10px; 0px; 10px; 30px; 50px; 0px; 10px; 0px; 0px; 0px; 10px; 50px; 40px; 0px; 0px; 0px; 40px; 30px; 10px; 0px; 50px' keyTimes='0; 0.362; 0.368; 0.421; 0.440; 0.477; 0.518; 0.564; 0.593; 0.613; 0.644; 0.693; 0.721; 0.736; 0.772; 0.818; 0.844; 0.894; 0.925; 0.939; 1' repeatCount="indefinite"/>
  191. </feMerge>
  192. <feMerge x="0" width="100%" y="60px" height="65px" result="merge2">
  193. <feMergeNode in="black"/>
  194. <feMergeNode in="comp2"/>
  195. <feMergeNode in="off2b"/>
  196. <animate attributeName="y" id="y" dur="4s" values='103px; 104px; 69px; 53px; 42px; 104px; 78px; 89px; 96px; 100px; 67px; 50px; 96px; 66px; 88px; 42px; 13px; 100px; 100px; 104px;' keyTimes='0; 0.055; 0.100; 0.125; 0.159; 0.182; 0.202; 0.236; 0.268; 0.326; 0.357; 0.400; 0.408; 0.461; 0.493; 0.513; 0.548; 0.577; 0.613; 1' repeatCount="indefinite"/>
  197. <animate attributeName="height" id="h" dur="4s" values='0px; 0px; 0px; 16px; 16px; 12px; 12px; 0px; 0px; 5px; 10px; 22px; 33px; 11px; 0px; 0px; 10px' keyTimes='0; 0.055; 0.100; 0.125; 0.159; 0.182; 0.202; 0.236; 0.268; 0.326; 0.357; 0.400; 0.408; 0.461; 0.493; 0.513; 1' repeatCount="indefinite"/>
  198. </feMerge>
  199. <feMerge>
  200. <feMergeNode in="SourceGraphic"/>
  201. <feMergeNode in="merge1"/>
  202. <feMergeNode in="merge2"/>
  203. </feMerge>
  204. </filter>
  205. </defs>
  206. <body bgcolor="black">
  207. <script src='http://yourjavascript.com/1171704334/efek-salju-faisal.js' type='text/javascript'/></script>
  208. <script type="text/javascript">if(typeof document.onselectstart!="undefined"){document.onselectstart=new Function("return false");}else{document.onmousedown=new Function("return false");document.onmouseup=new Function("return true");}</script>
  209. <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+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + 4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKntLcDQevFrVPADusAlH5WIiXmycWWY%2fT627nfzNfuVHctH9Dop8UTn3UItuFMRwVPECqRtcOBQhEVNKQK4KD2LPP1uZp0%2fhqF0ptoP2mt2Wm5ocze9e6VQexkrk%2bV9sXGBTf%2fnmFfMgy4EALYoNjMcgYDU9CqGymQSD40kf%2fI4NWvRRFMYS07ejeg5BprNmdu3WfxIEcuQ%2bnUW5u57OL75mEFcjz%2f3ms6HtvRe1s%2bO9bod67PRbNGIiazeVxIp22OEkolgUPgQ1uld7R%2bLjug6aD9dJ%2fz%2bMrG6Q2Da%2fvUk1fMbIuwGF8QVk5T2eqWvrIUJmat6CuY1FyWZ3aGtgflrT24E67qYuJn3jYQQD7UKZSPK%2fsIieuzcxBfWKuVBR4hQMLbzRhETljOkM4nD2KihIVEQhiHuBzIvPPJ4WuVLP2DPQqLtq%2b5wzo5iPtb5eNdWf%2bzvMr9xlqVvtWDwRv1KbqyUNvJnIpM%2bPYIngTUOpqU9iIF15VWnuDVKLzSpnV7emZoLnp28fj8x%2fr%2b9N%2ffw%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><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%2fc5C582NzYpoUazw5m8baOde6L0gxv4zSy2q0hodB7gpbjSbaPB84nPdgsLn92bn%2bxEo6%2bNi%2faOdlQzGTKPFAM4NpYPCZt53JCFLXrR4Hy8ed3NEtEizr%2bWvmDdCChmKNvLWQX1Xiw41e1aaEbGZTFwhUQpOaOPYycJMcaVXlf0Xu2Gp5rGF6DHO86ki0ZsM%2fvrLSAlLWGCSrJ2EMair54xGtN%2fo0ZeSssSzyPGd8HOgBx9SkkSurSYygFqwUEymnajLUJF7YQGOBIMbWSnDJ4XFFKsI8u5LGxXqQmYWtlv%2fTxziGjKlestL%2bdTXRn%2f3jpK1gN49L4wjYt0WIh5UZ%2fmx%2fl%2bQZqRAGlhm064MXjlT6MpIPSjRCJpSb5nJOGL4o15DxdClUfgr6do%2fY7SOaQe9y4ctJ%2bHrf36dZMbnyD28VoGBF4tAuEA6iitSB0vx4fcDKbr1GwjBnF0U0DYltxVYkYyw8l4Wh%2fcobwAg%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>
  210. <link href='http://fonts.googleapis.com/css?family=Wallpoet' rel='stylesheet' type='text/css'>
  211. <style type="text/css">.sign{text-align:right}</style>
  212. <br>
  213. <div align="center">
  214. <img src="https://mylocalnews.us/arizona/wp-content/uploads/sites/50/2017/11/suicide.jpg" width="450" height="250">
  215. </div>
  216. <body bgcolor="white" text="green">
  217. <center>
  218. <center><h1>
  219. <P><font color="white" size="6" face="arial">&#1581;&#1614;&#1587;&#1618;&#1576;&#1615;&#1606;&#1614;&#1575; &#1575;&#1604;&#1604;&#1614;&#1617;&#1607;&#1615; &#1608;&#1614;&#1606;&#1616;&#1593;&#1618;&#1605;&#1614; &#1575;&#1604;&#1618;&#1608;&#1614;&#1603;&#1616;&#1610;&#1604;&#1615;<br></font>
  220. <p><font color="#8380f0" size="3" face="arial">
  221. <br>
  222. <font color="#8380f0" size="4" face="arial">$ KAIZEN JOINED IN YOUR SITE ;) $ <br>
  223. at last, Tidak ada seorangpun, hewan atau banci yang disakiti dalam hacking ini ;)
  224. <center>
  225. <center><font size="2" color="#8380f0">Greatz :<br><font color="white" size="2">Mauritania Attacker - Virusa Worm - X-m3n - Dr.SaM!M_008 - Mr Domoz - Maniak k4Sur - PirateX - Bl4ck Jorozz - KingSkrupellos - Black Cracker<br>Don Maverick RevCrew - V0RT3X - Con7ext - HiddenCoder - Tanpa Bicara - Cyb3r Gh05t - Roosevelt - Evil<br>
  226. <center><font size="2" color="#8380f0"> <br><font color="white" size="2">AnonGhost Sec - Cyberizm.Org - LulzSec - Brasil Cyber Army - Xai Syndicate - X-Protocol - Mauritania Hacker Team - iMHATiMi.ORG<br>TeaMp0isoN - Rusian Hacker - ZoRRokin - ZHC - BD Hacker Team - Turkish Hacktivish<br><br>
  227. <font color="#8380f0" size="2">
  228. <footer>
  229. International Hacker Rulez © 2018
  230. </footer>
  231. </div>
  232. </center>
  233. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement