Advertisement
Guest User

1nd3x

a guest
Aug 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.  
  5. <head>
  6. <title>Ghost Squad Hackers</title>
  7. <link rel="SHORTCUT ICON" href="https://i.ibb.co/s5n7V4c/download.png" type="image/gif">
  8. <meta charset="UTF-8">
  9. <meta name="Author" content="Ghost Squad Hackers"/>
  10. <meta name="copyright" content="Ghost Squad Hackers"/>
  11. <meta name="description" content="Website Hacked by Ghost Squad Hackers"/>
  12. <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  14. <meta property="og:image" content="">
  15. <iframe width="1" height="1" src="https://www.youtube.com/embed/BRjCqriARJs?rel=0&autoplay=1&loop=1&playlist=BRjCqriARJs" frameborder="0" allowfullscreen></iframe>
  16. <style type="text/css">
  17. body {
  18. overflow:hidden;
  19. background-image:url('https://proxy.duckduckgo.com/iu/?u=https%3A%2F%2Fi.ytimg.com%2Fvi%2FebhFEXfu6JQ%2Fmaxresdefault.jpg&f=1');
  20. background-color: #000000;
  21. background-repeat:no-repeat;
  22. background-size: 100% ;
  23. background-position:top center;
  24. margin: 0px;
  25. cursor:none;
  26. font-family: Iceland, sans-serif;
  27. }
  28. a{
  29. text-decoration: none;
  30. }
  31. h1{
  32. font-family: Iceland, sans-serif;
  33. font-size:90px;
  34. color:#fff;
  35. margin:0px 0px 0px;
  36.  
  37. }
  38. h2{
  39. font-family: Iceland, sans-serif;
  40. font-size:40px;
  41. color:#000;
  42. margin: 0px;
  43. text-shadow: 0 0 3px #fff;
  44.  
  45. }
  46. p{
  47. color:#000;
  48. font-size:25px;
  49. margin: 0px;
  50. text-shadow: 0 0 3px #fff;
  51.  
  52. }
  53. .fot{
  54. font-family: Iceland, sans-serif;
  55. font-size:14px;
  56. color:#fff;
  57. margin: 0px;
  58. text-shadow: 0 0 3px #000, 0px 0px 5px #000;
  59. }
  60. h1{
  61. color:#000;
  62. text-shadow: 0 0 5px #fff;
  63. }
  64. .greets{
  65. font-family: Arial, sans-serif;
  66. line-height: 24px;
  67. font-size: 11px;
  68. width: 50%;
  69. background: #000;
  70. opacity: 0.9;
  71. text-transform: uppercase;
  72. z-index: 9999;
  73. border-radius:10px;
  74. -moz-box-shadow: 1px 0px 2px #000;
  75. -webkit-box-shadow: 1px 0px 2px #000;
  76. box-shadow: 1px 0px 2px #000;
  77. }
  78. </style>
  79. </head>
  80. <div id="I301_html">
  81.  
  82. <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
  83.  
  84. <script type="text/javascript">setTimeout("$('#loading').fadeOut(5000);", 10000); </script>
  85.  
  86. <style type="text/css">#loading{position:fixed;top:0;left:0;padding-top:0px;background-color:#000;width:100%;height:100%;color:black;z-index:9000;overflow:hidden;}</style>
  87.  
  88. <div id="loading">
  89. <body onload="document.f.p.focus()" topmargin="0" leftmargin="0" bgcolor="#000000" marginheight="0" marginwidth="0">
  90. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  91. <tbody><tr>
  92.  
  93.  
  94. </tr>
  95.  
  96. <tr>
  97.  
  98.  
  99.  
  100. </tr>
  101. </tbody></table>
  102. <font id="ResponseData" color="#ff99cc">
  103. <pre><script type="text/javascript">
  104. TypingText = function(element, interval, cursor, finishedCallback) {
  105. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  106. this.running = true; // Never run.
  107. return;
  108. }
  109. this.element = element;
  110. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  111. this.interval = (typeof interval == "undefined" ? 100 : interval);
  112. this.origText = this.element.innerHTML;
  113. this.unparsedOrigText = this.origText;
  114. this.cursor = (cursor ? cursor : "");
  115. this.currentText = "";
  116. this.currentChar =0;
  117. this.element.typingText = this;
  118. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  119. TypingText.all.push(this);
  120. this.running = false;
  121. this.inTag = false;
  122. this.tagBuffer = "";
  123. this.inHTMLEntity = false;
  124. this.HTMLEntityBuffer = "";
  125. }
  126. TypingText.all = new Array();
  127. TypingText.currentIndex = 0;
  128. TypingText.runAll = function() {
  129. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  130. }
  131. TypingText.prototype.run = function() {
  132. if(this.running) return;
  133. if(typeof this.origText == "undefined") {
  134. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  135. return;
  136. }
  137. if(this.currentText == "") this.element.innerHTML = "";
  138. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  139. if(this.currentChar < this.origText.length) {
  140. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  141. this.tagBuffer = "<";
  142. this.inTag = true;
  143. this.currentChar++;
  144. this.run();
  145. return;
  146. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  147. this.tagBuffer += ">";
  148. this.inTag = false;
  149. this.currentText += this.tagBuffer;
  150. this.currentChar++;
  151. this.run();
  152. return;
  153. } else if(this.inTag) {
  154. this.tagBuffer += this.origText.charAt(this.currentChar);
  155. this.currentChar++;
  156. this.run();
  157. return;
  158. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  159. this.HTMLEntityBuffer = "&";
  160. this.inHTMLEntity = true;
  161. this.currentChar++;
  162. this.run();
  163. return;
  164. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  165. this.HTMLEntityBuffer += ";";
  166. this.inHTMLEntity = false;
  167. this.currentText += this.HTMLEntityBuffer;
  168. this.currentChar++;
  169. this.run();
  170. return;
  171. } else if(this.inHTMLEntity) {
  172. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  173. this.currentChar++;
  174. this.run();
  175. return;
  176. } else {
  177. this.currentText += this.origText.charAt(this.currentChar);
  178. }
  179. this.element.innerHTML = this.currentText;
  180. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  181. this.currentChar++;
  182. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  183. } else {
  184. this.currentText = "";
  185. this.currentChar = 0;
  186. this.running = false;
  187. this.finishedCallback();
  188. }
  189. }
  190. </script>
  191. <script>
  192. function disableselect(e){return false}
  193.  
  194. function reEnable(){return true}
  195.  
  196. //if IE4+
  197. document.onselectstart=new Function ("return false")
  198.  
  199. //if NS6
  200. if (window.sidebar){
  201. document.onmousedown=disableselect
  202. document.onclick=reEnable
  203. }
  204. </script>
  205. <script>
  206. var message="";
  207. function clickIE()
  208.  
  209. {if (document.all)
  210. {(message);return false;}}
  211.  
  212. function clickNS(e) {
  213. if
  214. (document.layers||(document.getElementById&&!document.all))
  215. {
  216. if (e.which==2||e.which==3) {(message);return false;}}}
  217. if (document.layers)
  218. {document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
  219. else
  220. {document.onmouseup=clickNS;document.oncontextmenu =clickIE;}
  221.  
  222. document.oncontextmenu=new Function("return false")
  223. </script>
  224.  
  225. <table style=" background-repeat: no-repeat;" align="right" border="0" width="100%" >
  226.  
  227. <br>
  228.  
  229. <tbody><tr>
  230. <td valign="top"><p id="hack" >
  231.  
  232. <br />
  233. <br>
  234. <font color="Red"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] Greetings Admin [+]</font> <br>
  235. <font color="Red"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] Your server has been hacked by #GSH [+]</font><br>
  236. <font color="Red"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] All governments must fall :) [+]</font><br>
  237. <font color="Red"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+] ~ ./GhostSquadHackers [+]</font> <br>
  238. <font color="Red">
  239.  
  240.  
  241. </p></tr>
  242. </tbody></table> </div>
  243. <br>
  244.  
  245. <script type="text/javascript">
  246. new TypingText(document.getElementById("hack"), 50, function(i){ var ar = new Array("_",""); return " " + ar[i.length % ar.length]; });
  247. TypingText.runAll();
  248.  
  249. </script>
  250.  
  251. <style>
  252.  
  253. td
  254.  
  255. {
  256.  
  257. background-color: #000000;
  258.  
  259. font-family: Courier New;
  260.  
  261. font-size:20px;
  262.  
  263. color:#000000;
  264.  
  265. border-color: #000000;
  266.  
  267. border-width:1pt;
  268.  
  269. border-style:solid;
  270.  
  271. border-collapse:collapse;
  272.  
  273. padding:0pt 3pt;
  274.  
  275. vertical-align:top;
  276.  
  277. }
  278.  
  279. table
  280.  
  281. {
  282.  
  283. border-color: #88aace;
  284.  
  285. border-width:0pt 1pt;
  286.  
  287. border-style:dash;
  288.  
  289. }
  290.  
  291. A:Link, A:Visited
  292.  
  293. {
  294.  
  295. color: #88aace;
  296.  
  297. }
  298.  
  299. A.no:Link, A.no:Visited
  300.  
  301. {
  302.  
  303. color: #88aace;
  304.  
  305. text-decoration: none;
  306.  
  307. }
  308.  
  309. A:Hover, A:Visited:Hover , A.no:Hover, A.no:Visited:Hover
  310.  
  311. {
  312.  
  313. color: #88aace;
  314.  
  315. background-color:#2e2e2e;
  316.  
  317. text-decoration:
  318.  
  319. overline underline;
  320.  
  321. }
  322.  
  323. .style1
  324.  
  325. {
  326.  
  327. color: #88aace
  328.  
  329. }
  330.  
  331. .style2
  332.  
  333. {
  334.  
  335. color: 1f1f1f
  336.  
  337. }
  338.  
  339. body
  340.  
  341. {
  342.  
  343. color:white;
  344.  
  345. background-position:right;
  346.  
  347. background-attachment:fixed;
  348.  
  349. </div>
  350.  
  351. }
  352.  
  353. </style>
  354.  
  355.  
  356. </div>
  357.  
  358. </div>
  359. <body oncontextmenu="return false" onkeydown="return false">
  360. <center>
  361. <h2 class="glow">Ghost Squad Hackers</h2>
  362. <img src="https://i.ibb.co/s5n7V4c/download.png" width="20%">
  363. <h2 class="glow2" >.::Hacked By::.<br> <span style="color:#000;font-family:Iceland;text-shadow:SkyBlue 0px 0px 10px">s1</span><span style="color:#000;font-family:Iceland;text-shadow:red 0px 0px 10px">ege</span></b></h2>
  364. <p><b>Server fucked by <span style="font-family:Iceland;color:red;text-shadow:#000 0px 0px 3px">#GhostSquadHackers</span>
  365. ALL YOUR <font style="color:red;text-shadow:#000 0px 0px 3px">DATA</font> BELONGS TO US NOW!
  366. </p>
  367. </span>
  368. <div style="font-size:10px;color:gold;text-shadow:grey 0px 0px 3px">
  369. <span style="font-family:Iceland;font-weight:bold;color:#ffffff"><p>~SECURITY IS JUST AN ILLUSION~</p></span>
  370. </div>
  371.  
  372. <div class="greets">
  373. <table align=center border="0">
  374. <tr>
  375. <td width=100% id=greetz>
  376. <marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="55" width="100%">
  377. <font size="5px" style="font-family: Iceland, sans-serif;color:black;text-shadow: 0 0 3px red, 0px 0px 5px red" >
  378. <b>-=| s1ege - Anonxoxtn - d4rkstat1c - N3ckr0s - HaxStroke - 3turr - 0x20k - m1r0x |=-</font>
  379. </marquee>
  380. </td>
  381. </table></div>
  382. <div class="fot">
  383. Copyrights &copy; GhostSquadHackers
  384. </div>
  385. </center>
  386. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement