Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5. <title>Hacked by Gord1</title>
  6.  
  7. <style>
  8.  
  9. @import url(http://fonts.googleapis.com/css?family=Gilda+Display);
  10.  
  11. html {
  12. background: url(https://img00.deviantart.net/ac34/i/2011/129/2/5/backgrounds_and_photoshop_edit_by_toastieeu-d3fzbl2.jpg) no-repeat center center fixed;
  13. -webkit-background-size: cover;
  14. -moz-background-size: cover;
  15. -o-background-size: cover;
  16. background-size: cover;
  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: 'Indonesian People';
  39. font-family: OCR-A;
  40. font-size: 100px;
  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: red;
  52. -webkit-animation: noise-1 .2s linear infinite;
  53. animation: noise-1 .2s linear infinite;
  54. }
  55. body:before {
  56. content: 'Indonesian People';
  57. font-family: OCR-A;
  58. font-size: 100px;
  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: red;
  70. -webkit-animation: noise-2 .2s linear infinite;
  71. animation: noise-2 .2s linear infinite;
  72. }
  73.  
  74. .error {
  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: 'Gord1';
  90. font-family: OCR-A;
  91. font-size: 100px;
  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: 'Gord1';
  108. font-family: OCR-A;
  109. font-size: 100px;
  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.  
  223. </head>
  224. <body><center>
  225. <br></br><font color="red" face="Courier" size="8px">Hacked by Gord1</font><br><br><br/>
  226. <font color="red" face="Courier" size="3px">..:: We Are ::..</font><br><br/>
  227. <font face="Courier" color="white" size="2px">7R34TY - MR.SAD - ./Presiden.ZoRRo - cROOT523 - xfc0re - Mr.Z4ck - Mrx.Didots.404 - Mrx.chps</font><br/>
  228. <font face="Courier" color="white" size="2px">CaptainCooLX1 - 3Xc31 - Mr.Z4B3X_404 - Mr.famous - Copo Code - Barbie.Chan404</font><br/>
  229. <br></br><font color="red" face="Courier" size="3px">Gr33Tz To :[ <marquee width="20%" behavior="alternate" scrollamount="3px"><font color="white">IndoXploit | Error Violence | Exploiter Xero Team | Hallucination Cyber | MR.D4 | Mr-Swan | Mr.Greetskiller | ZEROONE-04 | Alazka | k0v3t | Mrx-86 <> </font></marquee> ]</font><br/>
  230. <br></br>
  231. <br></br><font size="3" color="white" face="Courier">Our Struggle Team</center><br></font>
  232.  
  233. </center>
  234. </td></table></div></center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement