MR_OZO

wew

Dec 3rd, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.51 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Explosion Squad Cyber</title>
  4. </head>
  5. <link rel="icon" type="image/png" href="http://www.zone-h.com/images/cflags/png/id.png"/>
  6.  
  7. <script src="http://e-mete.com/js/kdsnow.js"></script>
  8. <style> body{ background-image: url(index.html); background-repeat: no-repeat; background-nya hent: fixed; background-nya Orio: top; background-color:#000000; position: relative; background-size:100% 100vh; } .logo { width: 300px; height: 300px; margin: 0 auto; margin-top: 50px; -webkit-filter: drop-shadow(0px 0px 7px #0080FF); filter: drop-shadow(0px 0px 7px #0080FF); } .logo:hover{ width: 300px; height: 300px; -webkit-filter: drop-shadow(0px 0px 10px #0080FF); opacity:0.4; filter:alpha(opacity=40); transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out; } .defacedby{ font-family: Megrim; text-align: center; color: black; font-weight: bold; font-size: 50px; text-shadow: #0080FF 1px 2px 1px; } .glow { font-family: Quicksand; text-align: center; color: grey; font-style: bold; font-size: 15px; margin-top: 16px; text-shadow: black 1px 2px 1px; } .greetings{ font-family: Quicksand; text-align: center; color: #ffffff; font-size: 15px; margin-top: 50px; text-shadow: black 1px 2px 1px; } </style>
  9. e>
  10. <meta charset="utf-8">
  11. <link href="https://fonts.googleapis.com/css?family=Jolly+Lodger" rel="stylesheet">
  12. <style type="text/css">
  13. @import url('https://fonts.googleapis.com/css?family=Jolly+Lodger');
  14. body{ background-image: url();
  15. background-color: black;
  16. background-repeat: no-repeat;
  17. background-attachment: fixed;
  18. background-size: 100% 100%;
  19. }
  20. .glitchtext {
  21. justify-content: center;
  22. align-items: center;
  23. display: flex;
  24. }
  25. .text {
  26. font-family: "Rancho";
  27. font-size: 19.5px;
  28. color: #000000;
  29. text-shadow: 0 0 12.5px #0087FF; margin: 4%;
  30. margin-top: 2%;
  31. }
  32. .dud {
  33. color: #757575;
  34. }
  35. .matrix {color: lime; font-family: "Jolly Lodger"; font-size:15pt; text-align:center; width:10px; padding:0px; margin:0px;}
  36.  
  37. h1 {
  38. color: #000000;
  39. font-family: "Rancho";
  40. font-size: 60px;
  41. font-weight: 400;
  42. text-align: center;
  43. margin: 0;
  44. line-height: 0;
  45. animation: glitch1 2.5s infinite;
  46. }
  47. h1:nth-child(2) {
  48. color: #67f3da;
  49. animation: glitch2 2.5s infinite;
  50. }
  51. h1:nth-child(3) {
  52. color: #f16f6f;
  53. animation: glitch3 2.5s infinite;
  54. }
  55. @keyframes glitch1 {
  56. 0% {
  57. transform: none;
  58. opacity: 1;
  59. }
  60. 7% {
  61. transform: skew(-0.5deg, -0.9deg);
  62. opacity: 0.75;
  63. }
  64. 10% {
  65. transform: none;
  66. opacity: 1;
  67. }
  68. 27% {
  69. transform: none;
  70. opacity: 1;
  71. }
  72. 30% {
  73. transform: skew(0.8deg, -0.1deg);
  74. opacity: 0.75;
  75. }
  76. 35% {
  77. transform: none;
  78. opacity: 1;
  79. }
  80. 52% {
  81. transform: none;
  82. opacity: 1;
  83. }
  84. 55% {
  85. transform: skew(-1deg, 0.2deg);
  86. opacity: 0.75;
  87. }
  88. 50% {
  89. transform: none;
  90. opacity: 1;
  91. }
  92. 72% {
  93. transform: none;
  94. opacity: 1;
  95. }
  96. 75% {
  97. transform: skew(0.4deg, 1deg);
  98. opacity: 0.75;
  99. }
  100. 80% {
  101. transform: none;
  102. opacity: 1;
  103. }
  104. 100% {
  105. transform: none;
  106. opacity: 1;
  107. }
  108. }
  109. @keyframes glitch2 {
  110. 0% {
  111. transform: none;
  112. opacity: 0.25;
  113. } 7% {
  114. transform: translate(-2px, -3px);
  115. opacity: 0.5;
  116. }
  117. 10% {
  118. transform: none;
  119. opacity: 0.25;
  120. }
  121. 27% {
  122. transform: none;
  123. opacity: 0.25;
  124. }
  125. 30% {
  126. transform: translate(-5px, -2px);
  127. opacity: 0.5;
  128. } 35% {
  129. transform: none;
  130. opacity: 0.25;
  131. }
  132. 52% {
  133. transform: none;
  134. opacity: 0.25;
  135. }
  136. 55% {
  137. transform: translate(-5px, -1px);
  138. opacity: 0.5;
  139. }
  140. 50% {
  141. transform: none;
  142. opacity: 0.25;
  143. }
  144. 72% {
  145. transform: none;
  146. opacity: 0.25;
  147. }
  148. 75% {
  149. transform: translate(-2px, -6px);
  150. opacity: 0.5;
  151. }
  152. 80% {
  153. transform: none;
  154. opacity: 0.25;
  155. }
  156. 100% {
  157. transform: none;
  158. opacity: 0.25;
  159. }
  160. }
  161.  
  162. @keyframes glitch3 {
  163. 0% {
  164. transform: none;
  165. opacity: 0.25;
  166. }
  167. 7% {
  168. transform: translate(2px, 3px);
  169. opacity: 0.5;
  170. }
  171. 10% {
  172. transform: none;
  173. opacity: 0.25;
  174. }
  175. 27% {
  176. transform: none;
  177. opacity: 0.25;
  178. }
  179. 30% {
  180. transform: translate(5px, 2px);
  181. opacity: 0.5;
  182. }
  183. 35% {
  184. transform: none;
  185. opacity: 0.25;
  186. }
  187. 52% {
  188. transform: none;
  189. opacity: 0.25;
  190. }
  191. 55% {
  192. transform: translate(5px, 1px);
  193. opacity: 0.5;
  194. }
  195. 50% {
  196. transform: none;
  197. opacity: 0.25;
  198. }
  199. 72% {
  200. transform: none;
  201. opacity: 0.25;
  202. }
  203. 75% {
  204. transform: translate(-2px, -6px);
  205. opacity: 0.5;
  206. }
  207. 80% {
  208. transform: none;
  209. opacity: 0.25;
  210. }
  211. 100% {
  212. transform: none;
  213. opacity: 0.25;
  214. }
  215. }
  216.  
  217. @keyframes glitch3 {
  218. 0% {
  219. transform: none;
  220. opacity: 0.25;
  221. }
  222. 7% {
  223. transform: translate(2px, 3px);
  224. opacity: 0.5;
  225. }
  226. 10% {
  227. transform: none;
  228. opacity: 0.25;
  229. }
  230. 27% {
  231. transform: none;
  232. opacity: 0.25;
  233. }
  234. 30% {
  235. transform: translate(5px, 2px);
  236. opacity: 0.5;
  237. }
  238. 35% {
  239. transform: none;
  240. opacity: 0.25;
  241. }
  242. 52% {
  243. transform: none;
  244. opacity: 0.25;
  245. }
  246. 55% {
  247. transform: translate(5px, 1px);
  248. opacity: 0.5;
  249. }
  250. 50% {
  251. transform: none;
  252. opacity: 0.25;
  253. }
  254. 72% {
  255. transform: none;
  256. opacity: 0.25;
  257. }
  258. 75% {
  259. transform: translate(2px, 6px);
  260. opacity: 0.5;
  261. }
  262. 80% {
  263. transform: none;
  264. opacity: 0.25;
  265. }
  266. 100% {
  267. transform: none;
  268. opacity: 0.25;
  269. }
  270. }
  271. </style>
  272. <link rel="shortcut icon" href="https://ibb.co/g02QMy"/> <meta property="og:title" content="akudisakiti:("/> <meta property="og:description" content="Hacked By ./Kagamine404"/><link rel="icon" type="http://www.yapee.info/images.jpg">
  273. <meta property="og:image" content="http://www.yapee.info/images.jpg">
  274. <meta charset="UTF-8"/>
  275. <link rel="stylesheet" href="" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Rancho" rel="stylesheet" type='text/css'>
  276. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two" rel="stylesheet" type="text/css">
  277. @import urlhttp://fonts.googleapis.com/css?family=Averia+Sans+Libre);
  278. @import url(http://fonts.googleapis.com/css?family=Orbitron:700);
  279. @import url(https://fonts.googleapis.com/css?family=Iceberg);
  280. <body bgcolor="black">
  281. </head>
  282. <link rel="icon" type="http://www.yapee.info/images.jpg">
  283. <meta property="og:image" content="http://www.yapee.info/images.jpg">
  284. <body>
  285. <br>
  286. <center><img style="width:50%"src="https://wallpapersite.com/images/pages/pic_w/14887.png"></div>
  287. <br><br><br><center>
  288. <div id="glitchtext">
  289. <h1>Defaced By./KamarM4yaT404</h1>
  290. <h1>Defaced By./KamarM4yaT404</h1>
  291. <h1>Defaced By ./KamarM4yaT404</h1><br></center><br>
  292. <style type="text/css">
  293. .kedip {
  294. -webkit-animation-name: blinker;
  295. -webkit-animation-duration: 3s;
  296. -webkit-animation-timing-function: linear;
  297. -webkit-animation-iteration-count: infinite;
  298.  
  299. -moz-animation-name: blinker;
  300. -moz-animation-duration: 2s;
  301. -moz-animation-timing-function: linear;
  302. -moz-animation-iteration-count: infinite;
  303.  
  304. animation-name: blinker;
  305. animation-duration: 1s;
  306. animation-timing-function: linear;
  307. animation-iteration-count: infinite;
  308.  
  309. color: #1b42d1;
  310. }
  311.  
  312. @-moz-keyframes blinker {
  313. 0% { opacity: 1.0; }
  314. 50% { opacity: 0.0; }
  315. 100% { opacity: 1.0; }
  316. }
  317.  
  318. @-webkit-keyframes blinker {
  319. 0% { opacity: 1.0; }
  320. 50% { opacity: 0.0; }
  321. 100% { opacity: 1.0; }
  322. }
  323.  
  324. @keyframes blinker {
  325. 0% { opacity: 1.0; }
  326. 50% { opacity: 0.0; }
  327. 100% { opacity: 1.0; }
  328. }
  329. </style>
  330. <center><font color="Red" face="Shadows Into Light Two" size="6"><script language="JavaScript1.2">
  331. var message="Berfikirlah sebagai seorang pemula maka dunia ini akan terbuka luas untukmu :)"
  332. var neonbasecolor="white"
  333. var neontextcolor="aqua"
  334. var flashspeed=100 //in milliseconds
  335. var n=0
  336. if (document.all||document.getElementById){
  337. document.write('')
  338. for (m=0;m<message.length;m++)
  339. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  340. document.write('')
  341. }
  342. else
  343. document.write(message)
  344. function crossref(number){
  345. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  346. return crossobj
  347. }
  348. function neon(){
  349. //Change all letters to base color
  350. if (n==0){
  351. for (m=0;m<message.length;m++)//eval("document.all.neonlight"+m).style.color=neonbasecolor
  352. crossref(m).style.color=neonbasecolor
  353. }
  354. //cycle through and change individual letters to neon color
  355. crossref(n).style.color=neontextcolor
  356. if (n<message.length-1)
  357. n++
  358. else{
  359. n=0
  360. clearInterval(flashing)
  361. setTimeout("beginneon()",1500)
  362. return
  363. }
  364. }
  365. function beginneon(){
  366. if (document.all||document.getElementById)
  367. flashing=setInterval("neon()",flashspeed)
  368. }
  369. beginneon()
  370. </script></font></center><br><font>
  371. <embed src="http://www.youtube.com/v/=chny-fnMrfo&t=110s&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>
  372. <br>
  373. <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FExplosion-Squad-Cyber-2159776534304386%2F&tabs=limasa&width=340&height=130&small_header=false&adapt_container_width=false&hide_cover=false&show_facepile=false&appId=2139162289636133" width="340" height="130" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
  374. <font><body bgcolor=black><td align=center><br><font face="courier new" size="6" color="lime">Thanks To:</font><marquee scrollamount="10" width="600px" style="width: 600px;"> <font face="courier new" size="5" color="aqua">Mr.Xcyber | Mr.onion |Mr.kahh | SPEEDY-03 | XssNuser404 | Mr.Grim | 16F3B | Mr.SW4GH4T | N45HT | Typical Idiot security | Bekasi Secnet | Indonesia Hackerz Rulez | And All Defacer Indonesia</font></marquee><br><marquee behavior="alternate" scrollamount="50" width="450"> <font size="4" color="red"><b>____________________<font size="4" color="white"><b>_______________________<font size="4" color="red"><b>____________________</font></marquee><br><span style='font: 20px Rancho;color:silver;text-shadow: 0px 0px 10px;'>Copyright 2018 By ./KamarM4yaT404<br><br><center>
  375. <script type='text/javascript'>
  376. //<![CDATA[
  377. 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=""});
  378. //]]>
  379. </script>
  380. <body bgcolor="#000000" oncontextmenu="return false" onkeydown="return false" onmousedown="return false">
  381. <iframe width="0" height="0" src="http://lawsofindia.com/Alan%20Walker%20K-391%20%20Emelie%20Hollow%20-%20Lily%20(Lyrics).mp3" frameborder="0" allow fullscreen></iframe>
  382.  
  383.  
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment