Advertisement
fanjib

punya w

Jun 9th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. <title> K1LL3R Wass Here </title>
  2.  
  3. <style>
  4.  
  5. @import url(http://fonts.googleapis.com/css?family=Gilda+Display);
  6.  
  7. html {
  8. background-color:black;background-image:url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-347308.png);background-repeat:no-repeat;background-position:top;
  9. color: white;
  10. overflow: hidden;
  11. height: 100%;
  12. -webkit-user-select: none;
  13. -moz-user-select: none;
  14. -ms-user-select: none;
  15. user-select: none;
  16. font-size: medium;
  17. }
  18.  
  19. .error {
  20. text-align: center;
  21. font-family: 'Gilda Display', serif;
  22.  
  23. text-align: center;
  24. width: 100%;
  25. height: 120px;
  26. margin: auto;
  27. position: absolute;
  28. top: 0;
  29. bottom: 0;
  30. left: -60px;
  31. right: 0;
  32. -webkit-animation: noise-3 1s linear infinite;
  33. animation: noise-3 1s linear infinite;
  34. overflow: default;
  35. }
  36.  
  37. body:after {
  38. content: '6host Party Coders';
  39. font-family: OCR-A;
  40. font-size: 50px;
  41.  
  42. text-align: center;
  43. width: 550px;
  44. margin: auto;
  45. position: absolute;
  46. top: 25%;
  47. bottom: 0;
  48. left: 0;
  49. right: 35%;
  50. opacity: 0;
  51. color: white;
  52. -webkit-animation: noise-1 .2s linear infinite;
  53. animation: noise-1 .2s linear infinite;
  54. }
  55. body:before {
  56. content: '6host Party Coders';
  57. font-family: OCR-A;
  58. font-size: 50px;
  59.  
  60. text-align: center;
  61. width: 550px;
  62. margin: auto;
  63. position: absolute;
  64. top: 25%;
  65. bottom: 0;
  66. left: 0;
  67. right: 35%;
  68. opacity: 0;
  69. color: white;
  70. -webkit-animation: noise-2 .2s linear infinite;
  71. animation: noise-2 .2s linear infinite;
  72. }
  73.  
  74. .info {
  75. text-align: center;
  76. width: 200px;
  77. height: 60px;
  78. margin: auto;
  79. position: absolute;
  80. top: 280px;
  81. bottom: 0;
  82. left: 20px;
  83. right: 0;
  84. -webkit-animation: noise-3 1s linear infinite;
  85. animation: noise-3 1s linear infinite;
  86. }
  87.  
  88. .info:before {
  89. content: 'Indonesian People';
  90. font-family: OCR-A;
  91. font-size: 35px;
  92. text-align: center;
  93. width: 800px;
  94. margin: auto;
  95. position: absolute;
  96. top: 20px;
  97. bottom: 0;
  98. left: 40px;
  99. right: 100px;
  100. opacity: 0;
  101. color: white;
  102. -webkit-animation: noise-2 .2s linear infinite;
  103. animation: noise-2 .2s linear infinite;
  104. }
  105.  
  106. .info:after {
  107. content: 'Indonesian People';
  108. font-family: OCR-A;
  109. font-size: 35px;
  110. text-align: center;
  111. width: 800px;
  112. margin: auto;
  113. position: absolute;
  114. top: 20px;
  115. bottom: 0;
  116. left: 40px;
  117. right: 0;
  118. opacity: 0;
  119. color: white;
  120. -webkit-animation: noise-1 .2s linear infinite;
  121. animation: noise-1 .2s linear infinite;
  122. }
  123.  
  124. @-webkit-keyframes noise-1 {
  125. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  126. 10% {opacity: .1;}
  127. 50% {opacity: .5; left: -6px;}
  128. 80% {opacity: .3;}
  129. 100% {opacity: .6; left: 2px;}
  130. }
  131.  
  132. @keyframes noise-1 {
  133. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  134. 10% {opacity: .1;}
  135. 50% {opacity: .5; left: -6px;}
  136. 80% {opacity: .3;}
  137. 100% {opacity: .6; left: 2px;}
  138. }
  139.  
  140. @-webkit-keyframes noise-2 {
  141. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  142. 10% {opacity: .1;}
  143. 50% {opacity: .5; left: 6px;}
  144. 80% {opacity: .3;}
  145. 100% {opacity: .6; left: -2px;}
  146. }
  147.  
  148. @keyframes noise-2 {
  149. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  150. 10% {opacity: .1;}
  151. 50% {opacity: .5; left: 6px;}
  152. 80% {opacity: .3;}
  153. 100% {opacity: .6; left: -2px;}
  154. }
  155.  
  156. @-webkit-keyframes noise {
  157. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  158. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  159. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  160. }
  161.  
  162. @keyframes noise {
  163. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  164. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  165. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  166. }
  167.  
  168. @-webkit-keyframes noise-3 {
  169. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  170. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  171. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  172. }
  173.  
  174. @keyframes noise-3 {
  175. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  176. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  177. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  178. }
  179.  
  180. .wrap {
  181. top: 30%;
  182. left: 25%;
  183.  
  184. height: 200px;
  185.  
  186. margin-top: -100px;
  187. position: absolute;
  188. }
  189. code {
  190. color: white;
  191. }
  192. span.blue {
  193. color: #48beef;
  194. }
  195. span.comment {
  196. color: #7f8c8d;
  197. }
  198. span.orange {
  199. color: #f39c12;
  200. }
  201. span.green {
  202. color: #33cc33;
  203. }
  204.  
  205. .viewFull {
  206. font-family:OCR-A;
  207. color:orange;
  208. text-decoration:;
  209. }
  210.  
  211.  
  212. }
  213.  
  214. @media only screen and (min-height: 500px) {
  215.  
  216. .viewFull{
  217. display:none;
  218. }
  219.  
  220. }
  221. </style>
  222. <style>@font-face{font-family:uc-nexus-iconfont;src:url(chrome-extension://pogijhnlcfmcppgimcaccdkmbedjkmhi/res/font_9qmmi8b8jsxxbt9.woff) format('woff'),url(chrome-extension://pogijhnlcfmcppgimcaccdkmbedjkmhi/res/font_9qmmi8b8jsxxbt9.ttf) format('truetype')}</style></head>
  223. <body>
  224.  
  225.  
  226. <div class="error">
  227.  
  228. <div class="wrap">
  229. <div class="404">
  230. <pre><code>
  231. <span class="green">&lt;!</span><span></span><span class="green">!&gt;</span>
  232. <span class="orange">&lt;html&gt;</span>
  233. <span class="orange">&lt;title&gt;K1LL3R Wass Here&lt;/title&gt;</span>
  234. <span class="orange">&lt;style&gt;</span>
  235. * {
  236. <span class="green">everything</span>:<span class="blue">awesome</span>;
  237. }
  238. <span class="orange">&lt;/style&gt;</span>
  239. <span class="orange">&lt;body&gt;</span>
  240. HACKED BY
  241. K1LL3R
  242. <span class="comment">&lt;!--Fly into space :*--&gt;
  243. </span>
  244.  
  245.  
  246. </code></pre></div><code>
  247. <br>
  248. <center>
  249. [ My Friend : ]
  250. <br>
  251. | Ghost_Coder | Mr.XTE | ./Mr.HTTP | Renym | RyHn_ | CODEX31 | ./R24 | Dark_C0D3.Pv | AnonSwag | NaXan | NCr4sher88 | GH057.ID | Z31TZUK3 | Bl4cKB3K4SI | Badc0de | Xliodas | ./Op4N | X-avier | /x-Ph0b | Mr.Mat | LuC13L_707 |
  252. <br>
  253. <br>
  254. [ Thanks To : ]
  255. <br>
  256. | Hacker Patah Hati | Owl Squad | Family Attack Cyber | CyclosTextovert | Majapahit Team Cyber | Gagak Cyber Team | Phantom Ghost | Indonesia Defacer Tersakiti | Frozen Tersakiti Team | 99Syndicate | Garuda Security Hacker | Alone Clown Security | N45HT | XaiSyndicate | Bojonegoro Syndicate |
  257. <br>
  258. <span class="info">
  259. <br>
  260.  
  261. <span class="orange">&nbsp;&lt;/body&gt;</span>
  262.  
  263. <br>
  264. <span class="orange">&lt;/html&gt;</span>
  265. </span></code>
  266. </div>
  267. </div>
  268. <iframe width="0" height="0" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/91993099&amp;auto_play=true&amp;hide_related=true&amp;show_comments=true&amp;show_user=true&amp;show_reposts=true&amp;visual=true"></iframe>
  269. <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+ "cfs.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKfjv%2fba%2f705UzZNDqDId%2buCa1IHUQjsdRhJHlaw65yFFDMTWlhO3%2fhK1w5i5e7BdlgMqejepew8G1Rrgmh4%2fjLQueluXn201XngtQwkeOPA1oCawbzLOKd7RCh2HC3vgvqtadEarxbx5e7q6JD%2bUpDt30gDFbf7yWreBnbkbxtsD98rD7UJy%2bMIym7L7jxBDuTsRgsMyg6SNvseOliWqExGbkbyjTkhZkSt7PVMVmhNNdU17%2fIA2n9Udz%2b6bvFcOFC%2bM7cWVFSpsy0byQ4OrPcHShwt%2bs3t%2fXXb2mHxCYV%2b0erDyn%2bCu4wys8c6sZ2JEk4mIRx61RZ4JvpcKz3bJxz0KcasN1NDcYNAjtzJVbU0sDDxG5G%2bDV6myX3%2fNPoiUeUxk4Mn7XYGRWqy%2fy9cVfDvNVbzVTqGx9NoKIqUDqaFLkVBH7FEh%2bBh4h7CfuQCofgdh%2b9cgQVBtGesQqCwAne8mShKUzdSk%2b26%2brJJPB6cJqm%2fm5tFNqPqP5Uo9Nxrmzv%2fwsWC7nPVj2pb74TI1WgZA24%2fxvIp%2boD8zb4pqjB2hMqqSlGuGo6rGX5PUIlwKv" + "&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+ "cfs.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKAeMnSWpB0wrbeRkEbM9oo1nlAILZ3Kgh%2fgn0WWB6J0yPEvl37i4ZfekKaVToP57KqL5XHxDbwmv80mOBj1taC54NfLEM%2fFeoj9DPp2Mhz%2f%2bzRPA5DSWNJFo9R6CjOvZcIdqlujullDhOZDmLUx6SPt1C0VDbhkUJQdEziS6LM1slrW1auOmo%2fxaL826Twqf0mYWSc0Fgv2WsCW9QryFD0RMX4TfKMHUOmJVflsH6o45F0eqaJjYLTfH3MvMY9K6rMVbkp%2f4fAPB2be58weu1%2b5%2fiXsbsadMIOjk6lEoLkMvJ%2fzbIezDWGHYMeqtxL%2bATmsQuNIPljTXqyeEgrOGZ1OAlIwPPrP5GgO5YclEc7w%2frpOWnNMtahwRCFStTeqqQfSDHyEDVUyPQRpXa0umyTuIWLAM0%2fr94snKrut1Mk1lAzX2%2bFOtdmew2PIThZh%2bz3tw7G7ULfvniEF2o%2f59tIzdn3dTqy8d5pzGhs%2bU6yF9ZrmawuKsTYXx9pW5KCjte0v1Ll7ZQPl5pyJAYXRtTbVymk8fUGBS8ZctA4MJfsA0%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.getElementsB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement