Advertisement
Mehedi_

X-Force Deface Page

May 17th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.14 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en" >
  4.  
  5. <head>
  6.   <meta charset="UTF-8">
  7.   <title>Hacked By X-Force Cyber Army || Ex Engineer</title>
  8. <link rel="SHORTCUT ICON" href="https://i68.tinypic.com/65si9x.jpg" type="image/x-icon"/>
  9. <link href='https://fonts.googleapis.com/css?family=Nosifer' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  11. <link href="https://fonts.googleapis.com/css?family=Sarpanch:700" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=play" rel="stylesheet">
  13. <link rel="stylesheet" type="text/css" href="https://csshake.surge.sh/csshake.min.css">
  14.  
  15. <style type="text/css">
  16.   * {
  17.       margin: 0;
  18.       padding: 0;
  19.   }
  20.  
  21.   body{
  22.       background-color: #000;
  23.   }
  24.  
  25.   header {
  26.       background-color:rgba(33, 33, 33, 0.9);
  27.       color:#ffffff;
  28.       display:block;
  29.       font: 14px/1.3 Arial,sans-serif;
  30.       height:50px;
  31.       position:relative;
  32.       z-index:5;
  33.   }
  34.   h1{
  35.       margin-top: 30px;
  36.       text-align: center;
  37.       color: white;
  38.       font-family: Nosifer;
  39.       text-shadow: 0 0 0.5em red, 0 0 0.5em red;
  40.   }
  41.  
  42.   .we-are {
  43.       color: red;
  44.       font-size: 20px;
  45.       text-shadow: #000 2px 2px 2px;
  46.       letter-spacing: 2px;
  47.   }
  48.  
  49.   .message {
  50.       color: white;
  51.       -webkit-animation: fadeIn 1s ease-in;
  52.       animation: fadeIn 1s ease-in;
  53.   }
  54.  
  55.   .cn {
  56.       color: white;
  57.       font-size: 14px;
  58.       text-shadow: #000 2px 2px 2px;
  59.       letter-spacing: 2px;
  60.       -webkit-animation: fadeIn 3s ease-in;
  61.       animation: fadeIn 1s ease-in;
  62.   }
  63.  
  64.   -webkit-@keyframes we-are {
  65.       from {scale: 1.1;}
  66.       to {scale: 0;}
  67.   }
  68.  
  69.   @keyframes we-are {
  70.       from {scale: 1.1;}
  71.       to {scale: 0;}
  72.   }
  73.  
  74.   -webkit-@keyframes fadeIn {
  75.      0% {opacity: 0;}
  76.      100% {opacity: 1;}
  77.   }
  78.  
  79.   @keyframes fadeIn {
  80.      0% {opacity: 0;}
  81.      100% {opacity: 1;}
  82.   }
  83.  
  84.   @keyframes move-twink-back {
  85.       from {background-position:0 0;}
  86.       to {background-position:-10000px 5000px;}
  87.   }
  88.   @-webkit-keyframes move-twink-back {
  89.       from {background-position:0 0;}
  90.       to {background-position:-10000px 5000px;}
  91.   }
  92.   @-moz-keyframes move-twink-back {
  93.       from {background-position:0 0;}
  94.       to {background-position:-10000px 5000px;}
  95.   }
  96.   @-ms-keyframes move-twink-back {
  97.       from {background-position:0 0;}
  98.       to {background-position:-10000px 5000px;}
  99.   }
  100.  
  101.   @keyframes move-clouds-back {
  102.       from {background-position:0 0;}
  103.       to {background-position:10000px 0;}
  104.   }
  105.   @-webkit-keyframes move-clouds-back {
  106.       from {background-position:0 0;}
  107.       to {background-position:10000px 0;}
  108.   }
  109.   @-moz-keyframes move-clouds-back {
  110.       from {background-position:0 0;}
  111.       to {background-position:10000px 0;}
  112.   }
  113.   @-ms-keyframes move-clouds-back {
  114.       from {background-position: 0;}
  115.       to {background-position:10000px 0;}
  116.   }
  117.  
  118.   .stars, .twinkling, .clouds {
  119.     position:absolute;
  120.     top:0;
  121.     left:0;
  122.     right:0;
  123.     bottom:0;
  124.     width:100%;
  125.     height:100%;
  126.     display:block;
  127.   }
  128.  
  129.   .stars {
  130.     background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
  131.     z-index:0;
  132.   }
  133.  
  134.   .twinkling{
  135.     background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
  136.     z-index:1;
  137.  
  138.     -moz-animation:move-twink-back 200s linear infinite;
  139.     -ms-animation:move-twink-back 200s linear infinite;
  140.     -o-animation:move-twink-back 200s linear infinite;
  141.     -webkit-animation:move-twink-back 200s linear infinite;
  142.     animation:move-twink-back 200s linear infinite;
  143.   }
  144.  
  145.   .clouds{
  146.       background:transparent url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
  147.       background-repeat: no-repeat;
  148.       z-index:3;
  149.  
  150.     -moz-animation:move-clouds-back 200s linear infinite;
  151.     -ms-animation:move-clouds-back 200s linear infinite;
  152.     -o-animation:move-clouds-back 200s linear infinite;
  153.     -webkit-animation:move-clouds-back 200s linear infinite;
  154.     animation:move-clouds-back 200s linear infinite;
  155.   }
  156.  
  157.   .container {
  158.     height: 100%;
  159.     width: 100%;
  160.     justify-content: center;
  161.     align-items: center;
  162.     display: flex;
  163.   }
  164.   .text {
  165.     font-weight: 100;
  166.     font-size: 28px;
  167.     color: #FAFAFA;
  168.     font-family: Iceland;
  169.     text-shadow: 0 0 0.5em cyan, 0 0 0.5em cyan;
  170.    
  171.   }
  172.   .dud {
  173.     color: #757575;
  174.   }
  175.  
  176.   .animation-container {
  177.     position: fixed;
  178.     top: 0;
  179.     left: 0;
  180.     right: 0;
  181.     bottom: 0;
  182.     z-index: 1;
  183.   }
  184.  
  185.   .animation-container span {
  186.     color: whitesmoke;
  187.     display: block;
  188.     font-size: 18px;
  189.     font-family: 'Helvetica';
  190.     text-shadow: 0 0 1px white;
  191.     position: absolute;
  192.     user-select: none;
  193.     pointer-events: none;
  194.     cursor: default;
  195.     z-index: 1;
  196.     opacity: 0;
  197.     will-change: transform, opacity;
  198.     animation-timing-function: ease-out;
  199.     animation-name: move;
  200.   }
  201.  
  202.   @keyframes move {
  203.     0% {
  204.       opacity: 0;
  205.       transform: translateY(100vh);
  206.     }
  207.     25% {
  208.       opacity: 1;
  209.     }
  210.     50% {
  211.       opacity: 1;
  212.     }
  213.     75% {
  214.       opacity: 0;
  215.     }
  216.     100% {
  217.       opacity: 0;
  218.       transform: none;
  219.     }
  220.   }
  221.   .buzz_wrapper{
  222.     position:relative;
  223.     width:100%;
  224.     margin:180px auto;
  225.     background-attachment: fixed;
  226.           background-image: url(http://i.imgur.com/9QpJPlG.jpg);
  227.       background-position: 0 0;
  228.           background-repeat: no-repeat ;  
  229.           background-size:cover;
  230.           overflow : hidden;
  231.     overflow:hidden;
  232.     padding:100px;
  233.   }
  234.   .scanline{
  235.     width:100%;
  236.     display:block;
  237.     background:#000;
  238.     height:4px;
  239.     position:relative;
  240.     z-index:3;
  241.     margin-bottom:5px;
  242.     opacity:0.1;
  243.   }
  244.   .buzz_wrapper span{
  245.     position:absolute;
  246.     -webkit-filter: blur(1px);
  247.     font-size:30px;
  248.     font-family:'Courier new', fixed;
  249.     font-weight:bold;
  250.   }
  251.   .buzz_wrapper span:nth-child(1){
  252.     color:red;
  253.     margin-left:-2px;
  254.     -webkit-filter: blur(2px);
  255.   }
  256.   .buzz_wrapper span:nth-child(2){
  257.     color:green;
  258.     margin-left:2px;
  259.     -webkit-filter: blur(2px);
  260.   }
  261.   .buzz_wrapper span:nth-child(3){
  262.     color:blue;
  263.     position:20px 0;
  264.     -webkit-filter: blur(1px);
  265.   }
  266.   .buzz_wrapper span:nth-child(4){
  267.     color:#fff;
  268.     -webkit-filter: blur(1px);
  269.     text-shadow:0 0 50px rgba(255,255,255,0.4);
  270.   }
  271.   .buzz_wrapper span:nth-child(5){
  272.     color:rgba(255,255,255,0.4);
  273.     -webkit-filter: blur(15px);
  274.   }
  275.  
  276.   .buzz_wrapper span{
  277.     -webkit-animation: blur 30ms infinite, jerk 50ms infinite;
  278.   }
  279.  
  280.   @-webkit-keyframes blur {
  281.     0%   { -webkit-filter: blur(1px); opacity:0.8;}
  282.     50% { -webkit-filter: blur(1px); opacity:1; }
  283.     100%{ -webkit-filter: blur(1px); opacity:0.8; }
  284.   }
  285.   @-webkit-keyframes jerk {
  286.     50% { left:1px; }
  287.     51% { left:0; }
  288.   }
  289.   @-webkit-keyframes jerkup {
  290.     50% { top:1px; }
  291.     51% { top:0; }
  292.   }
  293.  
  294.   .buzz_wrapper span:nth-child(3){
  295.     -webkit-animation: jerkblue 1s infinite;
  296.   }
  297.   @-webkit-keyframes jerkblue {
  298.     0% { left:0; }
  299.     30% { left:0; }
  300.     31% { left:10px; }
  301.     32% { left:0; }
  302.     98% { left:0; }
  303.     100% { left:10px; }
  304.   }
  305.   .buzz_wrapper span:nth-child(2){
  306.     -webkit-animation: jerkgreen 1s infinite;
  307.   }
  308.   @-webkit-keyframes jerkgreen {
  309.     0% { left:0; }
  310.     30% { left:0; }
  311.     31% { left:-10px; }
  312.     32% { left:0; }
  313.     98% { left:0; }
  314.     100% { left:-10px; }
  315.   }
  316.  
  317.   .buzz_wrapper .text{
  318.     -webkit-animation: jerkwhole 5s infinite;
  319.     position:relative;
  320.   }
  321.   @-webkit-keyframes jerkwhole {
  322.     30% {  }
  323.     40% { opacity:1; top:0; left:0;  -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  324.     41% { opacity:0.8; top:0px; left:-100px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(50deg,0);}
  325.     42% { opacity:0.8; top:0px; left:100px; -webkit-transform:scale(1,1.2);  -webkit-transform:skew(-80deg,0);}
  326.     43% { opacity:1; top:0; left:0; -webkit-transform:scale(1,1);  -webkit-transform:skew(0,0);}
  327.     65% { }
  328.   }
  329.  
  330. </style>
  331. </head>
  332.  
  333. <body>
  334.  
  335.   <div style="position: fixed; top: 75px; left: -225px; width: 600px; padding: 10px; font-size: 24px; text-align: center; color: white; font-family: 'trebuchet ms', verdana, arial, sans-serif;transform: rotate(-45deg);transform-origin: 50% 0px;-o-transform: rotate(-45deg); -o-transform-origin: 50% 0px;-moz-transform: rotate(-45deg); -moz-transform-origin: 50% 0px; -webkit-transform: rotate(-45deg); -webkit-transform-origin: 50% 0px; background-color: Transparent; border: 1px solid rgb(170, 170, 170); z-index: 9999; opacity: 0.5;"><a href="https://www.facebook.com/xforcecyberarmy/" style="text-decoration:none;color:white;">3x 3n9!n33r</a></div>
  336. <div class="stars">
  337.   <center>
  338.     <h1>Ex Engineer</h1>
  339.   </center>
  340. </div>
  341. <div class="twinkling">
  342.   <center><br><br><br>
  343.     <img src="https://thumb.ibb.co/nLDxiy/xfrc.png" width="250"/><br>
  344.     <div class="container">
  345.       <div class="text"></div>
  346.     </div><br><br><br>
  347.     <font face="Sarpanch" color="white" size"10" class="message">
  348.       |&nbsp;  It's better to have a Good Security NO more, than <font color="red">fooling </font>everyone including your selves & have one&nbsp;  |
  349.     </font><br>
  350.     <font face="Sarpanch" color="white" size"10" class="message">#NONSENSE &bull; It only makes us <font color="red">SLOWER.</font><br><br>
  351.     <font face="Play">
  352.       <p class="we-are"><b>WE <font color="cyan">ARE<font color="white">:</b></p>
  353.     </font>
  354.     <font face="Play" class="cn">
  355.       -= Golam Munim <font color="cyan">|</font> R0073D 8R@1N <font color="cyan">|</font> Shuvro Khan <font color="cyan">|</font> rOoT huNT3r <font color="cyan">|</font> R0073D 800M83R <font color="cyan">|</font> Adam Frankenstein <font color="cyan">|</font> Adil Al Fattah <font color="cyan">|</font> Afif Patwary <font color="cyan">|</font> Ahat Sheikh <font color="cyan">|</font> MrP4r4d0x <font color="cyan">|</font> Unk­n0wn 5h4d3  =-<br> -= <font color="cyan">|</font> Calvin Max <font color="cyan">|</font> Faiyaz Ibrahim <font color="cyan">|</font> Hasan Mahmood <font color="cyan">|</font> Igoni Tamuno <font color="cyan">|</font> Imon Hossen <font color="cyan">|</font> John Reese <font color="cyan">|</font>Mahmudul Hasan <font color="cyan">|</font> Md Sahidul Islam <font color="cyan">|</font> MD Shahrea <font color="cyan">|</font> R0073D_8U9 =-  <br>  -= Robyn On <font color="cyan">|</font> PH.xR3aper <font color="cyan">|</font> Mr.Root.Crack3r <font color="cyan">|</font> J4ck Skel3t0n <font color="cyan">|</font>
  356.     </font>
  357.   </center>
  358. </div>
  359. <div class="clouds">
  360. </div>
  361.  
  362. <script type="text/javascript">
  363.   class TextScramble {
  364.     constructor(el) {
  365.       this.el = el
  366.       this.chars = '!@#$%^&*()_-=+{}:"|<>?,./;'
  367.       this.update = this.update.bind(this)
  368.     }
  369.     setText(newText) {
  370.       const oldText = this.el.innerText
  371.       const length = Math.max(oldText.length, newText.length)
  372.       const promise = new Promise((resolve) => this.resolve = resolve)
  373.       this.queue = []
  374.       for (let i = 0; i < length; i++) {
  375.        const from = oldText[i] || ''
  376.        const to = newText[i] || ''
  377.        const start = Math.floor(Math.random() * 40)
  378.        const end = start + Math.floor(Math.random() * 40)
  379.        this.queue.push({ from, to, start, end })
  380.      }
  381.      cancelAnimationFrame(this.frameRequest)
  382.      this.frame = 0
  383.      this.update()
  384.      return promise
  385.    }
  386.    update() {
  387.      let output = ''
  388.      let complete = 0
  389.      for (let i = 0, n = this.queue.length; i < n; i++) {
  390.        let { from, to, start, end, char } = this.queue[i]
  391.        if (this.frame >= end) {
  392.           complete++
  393.           output += to
  394.         } else if (this.frame >= start) {
  395.           if (!char || Math.random() < 0.28) {
  396.            char = this.randomChar()
  397.            this.queue[i].char = char
  398.          }
  399.          output += `<span class="dud">${char}</span>`
  400.         } else {
  401.           output += from
  402.         }
  403.       }
  404.       this.el.innerHTML = output
  405.       if (complete === this.queue.length) {
  406.         this.resolve()
  407.       } else {
  408.         this.frameRequest = requestAnimationFrame(this.update)
  409.         this.frame++
  410.       }
  411.     }
  412.     randomChar() {
  413.       return this.chars[Math.floor(Math.random() * this.chars.length)]
  414.     }
  415.   }
  416.  
  417.   const phrases = [
  418.     'Yes, I am a Hacker.',
  419.     'My crime is that of judging people by what they say and think, not what they look like.',
  420.     'My crime is that of outsmarting you, something that you will never forgive me for.',
  421.     'I am a hacker, and this is my manifesto.',
  422.     'You may stop this individual, but you cant stop us all...',
  423.     'after all, were all alike.'
  424.   ]
  425.  
  426.   const el = document.querySelector('.text')
  427.   const fx = new TextScramble(el)
  428.  
  429.   let counter = 0
  430.   const next = () => {
  431.     fx.setText(phrases[counter]).then(() => {
  432.       setTimeout(next, 1500)
  433.     })
  434.     counter = (counter + 1) % phrases.length
  435.   }
  436.  
  437.   next()
  438.  
  439.   'use strict';
  440.  
  441.   var app = {
  442.  
  443.     chars: ['Ex Engineer','3x 3n9!n33r','127.0.0.1','1337','X-Force','Localhost','Cyber Army','HACKED!','Security','Busted!','System'],
  444.  
  445.     init: function () {
  446.       app.container = document.createElement('div');
  447.       app.container.className = 'animation-container';
  448.       document.body.appendChild(app.container);
  449.       window.setInterval(app.add, 100);
  450.     },
  451.  
  452.     add: function () {
  453.       var element = document.createElement('span');
  454.       app.container.appendChild(element);
  455.       app.animate(element);
  456.     },
  457.  
  458.     animate: function (element) {
  459.       var character = app.chars[Math.floor(Math.random() * app.chars.length)];
  460.       var duration = Math.floor(Math.random() * 15) + 1;
  461.       var offset = Math.floor(Math.random() * (50 - duration * 2)) + 3;
  462.       var size = 10 + (15 - duration);
  463.       element.style.cssText = 'right:'+offset+'vw; font-size:'+size+'px;animation-duration:'+duration+'s';
  464.       element.innerHTML = character;
  465.       window.setTimeout(app.remove, duration * 1000, element);
  466.     },
  467.  
  468.     remove: function (element) {
  469.       element.parentNode.removeChild(element);
  470.     },
  471.  
  472.   };
  473.  
  474.   document.addEventListener('DOMContentLoaded', app.init);
  475. </script>
  476.  
  477. </body>
  478.  
  479. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement