Advertisement
Guest User

Eut

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.13 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 | AnonGhost Philippines | Cyber Security International | Pinoy Lulzsec | AnonGhostSec | -->
  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.    margin:0;
  15.    padding:0;
  16.    cursor: not-allowed;
  17.    }
  18.    body {
  19.    background-color: #000000;
  20.    font-family:  'Orbitron';
  21.    }
  22.    
  23.     .glitch {
  24.       color: white;
  25.       font-size: 100px;
  26.       margin: 0 auto;
  27.       width: 400px;
  28.     }
  29.    
  30.     /* Real glitch effect */
  31.     .glitch {
  32.       position: relative;
  33.     }
  34.    
  35.     .glitch:after {
  36.       animation: glitch-animation 2s infinite linear alternate-reverse;
  37.       background: black;
  38.       clip: rect( 0, 900px, 0, 0 );
  39.       color: white;
  40.       content: attr( data-text );
  41.       left: 2px;
  42.       overflow: hidden;
  43.       position: absolute;
  44.       text-shadow: -1px 0 red;
  45.       top: 0;
  46.     }
  47.     .glitch:before {
  48.       animation: glitch-animation-2 3s infinite linear alternate-reverse;
  49.       background: black;
  50.       clip: rect( 0, 900px, 0, 0 );
  51.       color: white;
  52.       content: attr( data-text );
  53.       left: -2px;
  54.       overflow: hidden;
  55.       position: absolute;
  56.       text-shadow: 1px 0 blue;
  57.       top: 0;
  58.     }
  59.     /* Expanded Animations */
  60.     @keyframes glitch-animation {
  61.       0% {
  62.         clip: rect(42px, 9999px, 44px, 0);
  63.       }
  64.       5% {
  65.         clip: rect(12px, 9999px, 59px, 0);
  66.       }
  67.       10% {
  68.         clip: rect(48px, 9999px, 29px, 0);
  69.       }
  70.       15.0% {
  71.         clip: rect(42px, 9999px, 73px, 0);
  72.       }
  73.       20% {
  74.         clip: rect(63px, 9999px, 27px, 0);
  75.       }
  76.       25% {
  77.         clip: rect(34px, 9999px, 55px, 0);
  78.       }
  79.       30.0% {
  80.         clip: rect(86px, 9999px, 73px, 0);
  81.       }
  82.       35% {
  83.         clip: rect(20px, 9999px, 20px, 0);
  84.       }
  85.       40% {
  86.         clip: rect(26px, 9999px, 60px, 0);
  87.       }
  88.       45% {
  89.         clip: rect(25px, 9999px, 66px, 0);
  90.       }
  91.       50% {
  92.         clip: rect(57px, 9999px, 98px, 0);
  93.       }
  94.       55.0% {
  95.         clip: rect(5px, 9999px, 46px, 0);
  96.       }
  97.       60.0% {
  98.         clip: rect(82px, 9999px, 31px, 0);
  99.       }
  100.       65% {
  101.         clip: rect(54px, 9999px, 27px, 0);
  102.       }
  103.       70% {
  104.         clip: rect(28px, 9999px, 99px, 0);
  105.       }
  106.       75% {
  107.         clip: rect(45px, 9999px, 69px, 0);
  108.       }
  109.       80% {
  110.         clip: rect(23px, 9999px, 85px, 0);
  111.       }
  112.       85.0% {
  113.         clip: rect(54px, 9999px, 84px, 0);
  114.       }
  115.       90% {
  116.         clip: rect(45px, 9999px, 47px, 0);
  117.       }
  118.       95% {
  119.         clip: rect(37px, 9999px, 20px, 0);
  120.       }
  121.       100% {
  122.         clip: rect(4px, 9999px, 91px, 0);
  123.       }
  124.     }
  125.     @keyframes glitch-animation-2 {
  126.       0% {
  127.         clip: rect(65px, 9999px, 100px, 0);
  128.       }
  129.       5% {
  130.         clip: rect(52px, 9999px, 74px, 0);
  131.       }
  132.       10% {
  133.         clip: rect(79px, 9999px, 85px, 0);
  134.       }
  135.       15.0% {
  136.         clip: rect(75px, 9999px, 5px, 0);
  137.       }
  138.       20% {
  139.         clip: rect(67px, 9999px, 61px, 0);
  140.       }
  141.       25% {
  142.         clip: rect(14px, 9999px, 79px, 0);
  143.       }
  144.       30.0% {
  145.         clip: rect(1px, 9999px, 66px, 0);
  146.       }
  147.       35% {
  148.         clip: rect(86px, 9999px, 30px, 0);
  149.       }
  150.       40% {
  151.         clip: rect(23px, 9999px, 98px, 0);
  152.       }
  153.       45% {
  154.         clip: rect(85px, 9999px, 72px, 0);
  155.       }
  156.       50% {
  157.         clip: rect(71px, 9999px, 75px, 0);
  158.       }
  159.       55.0% {
  160.         clip: rect(2px, 9999px, 48px, 0);
  161.       }
  162.       60.0% {
  163.         clip: rect(30px, 9999px, 16px, 0);
  164.       }
  165.       65% {
  166.         clip: rect(59px, 9999px, 50px, 0);
  167.       }
  168.       70% {
  169.         clip: rect(41px, 9999px, 62px, 0);
  170.       }
  171.       75% {
  172.         clip: rect(2px, 9999px, 82px, 0);
  173.       }
  174.       80% {
  175.         clip: rect(47px, 9999px, 73px, 0);
  176.       }
  177.       85.0% {
  178.         clip: rect(3px, 9999px, 27px, 0);
  179.       }
  180.       90% {
  181.         clip: rect(26px, 9999px, 55px, 0);
  182.       }
  183.       95% {
  184.         clip: rect(42px, 9999px, 97px, 0);
  185.       }
  186.       100% {
  187.         clip: rect(38px, 9999px, 49px, 0);
  188.       }
  189.       }
  190.       .sticky-container{
  191.       padding:0px;
  192.       margin:0px;
  193.       position:fixed;
  194.       right:-130px;
  195.       top:300px;
  196.       width:167px;
  197.       z-index: 1100;
  198.       }
  199.       .sticky li{
  200.       list-style-type:none;
  201.       background-color:transparent;
  202.       color:#efefef;
  203.       height:43px;
  204.       padding:0px;
  205.       margin:0px 0px 1px 0px;
  206.       -webkit-transition:all 0.25s ease-in-out;
  207.       -moz-transition:all 0.25s ease-in-out;
  208.       -o-transition:all 0.25s ease-in-out;
  209.       transition:all 0.25s ease-in-out;
  210.       cursor:pointer;
  211.       }
  212.       .sticky li:hover{
  213.       margin-left:-11px;
  214.       }
  215.       .sticky li img{
  216.       float:left;
  217.       margin:5px 4px;
  218.       margin-right:5px;
  219.       }
  220.       .sticky li p{
  221.       padding-top:5px;
  222.       margin:0px;
  223.       line-height:16px;
  224.       font-size:11px;
  225.       }
  226.       .sticky li p a{
  227.       text-decoration:none;
  228.       color:#2C3539;
  229.       }
  230.       .sticky li p a:hover{
  231.       text-decoration:underline;
  232.       }
  233.   </style>
  234.   <title>PH.SHADOWX WAS HERE</title>
  235.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='icon' type='image/x-icon'/>
  236.   <meta name='author' content='Ph.ShadowX'>
  237.   <meta charset="UTF-8">
  238.   <meta property="og:description" content="IS THIS YOU CALLED SECURITY?" />
  239.   <meta property="og:keywords" content="Seized, Stamped, Pawned By PH.SHADOWX" />
  240.   <meta property="og:image" content="http://i64.tinypic.com/23ud8rc.jpg"/>
  241.   <link href='http://i68.tinypic.com/65si9x.jpg' rel='SHORTCUT ICON'/>
  242.   <link rel="stylesheet" href="http://karyamurid.com/jangandihapus/videoYoutubeBackground/css/normalize.css" media="all">
  243.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery-1.11.1.min.js"></script>
  244.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/device.min.js"></script>
  245.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery.mb.YTPlayer.js"></script>
  246.   <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/custom.js"></script>
  247. </head>
  248. <body>
  249.   <script>alert("Got Pawned? :D");</script>
  250.   <script>alert("Your Security Sucks");</script>
  251.   <div class="glitch" data-text="PAWNED">PAWNED</div>
  252.     <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>
  253.   <center><h1><font color="white" /> #P</font><font color="8b0000" />H.</font><font color="white" />S</font><font color="8b0000" />H</font><font color="white" />A</font><font color="8b0000" />D</font><font color="white" />O</font><font color="8b0000" />W</font><font color="white" />X</font> <font color="white" /> WAS HERE</h1></center></font>
  254.   <center><h2><font color="white" /> SECURITY IS JUST AN </font> <font color="#8b0000" /> ILLUSION </h2></center></font>
  255.   <br>
  256.   <center><h1><font color="white" />  </font> <font color="#8b0000" />  #PUR3H4CK3RS</font><font color="white" />UNL34SH3D / ELITE CYBER SECURITY </font></h1></center>
  257.   <br>
  258. </body>
  259. <body>
  260.   <!-- Social -->
  261.   <div class="sticky-container">
  262.       <ul class="sticky">
  263.           <li>          
  264.               <a href="https://www.facebook.com/PureHackers.Sec/" target="_blank"><img src="https://png.icons8.com/color/2x/facebook.png" width="32" height="32">
  265.   </a>
  266.           </li>
  267.           <li>
  268.               <a href="https://meatspin.com" target="_blank"><img src="https://png.icons8.com/color/2x/twitter-squared.png" width="32" height="32">
  269.              </a>
  270.           </li>
  271.           <li>
  272.               <a href="http://www.youjizz.com/" target="_blank"><img src="https://png.icons8.com/color/2x/youtube-play.png" width="32" height="32">
  273.              </a>
  274.           </li>
  275.       </ul>
  276.   </div>
  277.   <center><h3><font color="white" />It's Better To Have A Good</font><font color="#8b0000" /> Security </font><font color="white" /> No More, than fooling Everyone Including Yourselves And Have One</h3></center></font>
  278.  <br>
  279.   <center><h5><font color="white" /> #NONSENSE IT ONLY MAKES US </font> <font color="#8b0000" /> SLOWER </font></h5></center>
  280. <br>
  281.   <center><h4><font color="white" /> All Rights Reserved 2018 </font> <font color="#8b0000" /> SINCE 2014 </font></h4></center>
  282.   <br>
  283.   <center><h3><font color="white" />We Are:</font></h3></center>
  284.   <br>
  285.   <br>
  286.   <center><h3><font color="white" />Pure Team:</h3></center></font>
  287.   <br>
  288.   <center><h4><font color="white" />-= | PH.R3D | PH.SOL | KERJ.ATTACKER | Xscyth3 | D4rk_ur4n!um | PH.Winsxs | PH.K1LluA | PH.G0N | XSilver | Spade | sm1l3 | S4nj1  | BSHxS34N | PH.BL4CK | Mafiaboy | PH.XDM8 | PH.N | ph.s1L3ntgh0st | xPad3 | INTRAVENOUS.PH | Satan666 | Imba.PH | PH.3XTR4CT | PH.xR3aper | PH.1nDr4 | J4ck Skel3t0n | NewbieXHacker | Mng.Carl | ph.MasKARra | Mang Kepweng/DarKLorD.PH | PH.SHADOWX |Skywr4th | V1RUZ3L =-</h4></center></font>
  289.   <br>
  290.   <br>
  291.   <center><h3><font color="white" />ECS Team:</h3></center></font>
  292.   <br>
  293.   <center><h4><font color="white" />-= | Lulz.Father | PH.SHADOWX | ~Nel | xTian | m3m.v1ru5 | Shrio | ST4LK3R007 | =-</h4></center></font>
  294.   <br>
  295.   <center><h3><font color="white" />Greetz:</h4></center></font>
  296.   <br>
  297.   <center><h4><font color="white" />-= | Ph.h4rh4r | Mr.Light | X-m3n | TRIGG3R-X | W33B | tim3l00p | Skywalkerz | MasterJeo | Pinoy ClownSecurity | Blood Secutity International | D4rkJ1n | StrawHat Luffy | Gr3ySh4d0w | Kh4lif4x | DarkLord.PH | xMadara | xBayag | Dwayne Lifter | Gr4ndF4th3r | J4N3 | Uncle | Pinoy Lulzsec | AnonGhost Philippines | Keyboard User | XShadow |=-
  298.   <br>
  299.   <br>
  300. <center><p><font color="8b0000" /> | </font><a href="https://www.facebook.com/0x536861646f77582e7068746d6c" target="_blank"><font color="8b0000" </font>CONTACT ME</a> | <a href="https://www.facebook.com/PureHackers.Sec/" target="_blank" /><font color="8b0000" </font>Follow PureHackers</a> | <a href="https://www.facebook.com/elitecybersec/" target="_blank" /><font color="8b0000" </font>Follow Elite Cyber Security</a> | </p></center>  
  301.  
  302. <div data-video="tec_KllmOH4"
  303. data-autoplay="0"
  304. data-loop="1"
  305. id="youtube-audio">
  306. </div>
  307. <script src="https://www.youtube.com/iframe_api"></script>
  308. <script src="https://cdn.rawgit.com/labnol/files/master/yt.js"></script>
  309.  
  310.   <script type="text/javascript />
  311.   $(document).ready(function () {
  312.        //Disable full page
  313.        $("body").on("contextmenu",function(e){
  314.            return false;
  315.        });
  316.  
  317.        //Disable part of page
  318.        $("#id").on("contextmenu",function(e){
  319.            return false;
  320.        });
  321.    });
  322.    </script>
  323. <!--Special Greetz to : PH.SOL PH.R3D W33B DarkLord.PH XSilver XShadow M4st3rJ30 Gr3ySh4d0w Sp4d3 X-m3n Mr.Light And You :D -->
  324. <br>
  325.  
  326. <!-- Damn Dawg This Deface Page Is Masterpiece! :D ~Ph.ShadowX -->
  327.  
  328. <!-- ./logout -->
  329.  
  330. <!-- -={END}=- -->
  331.  
  332.  
  333. </body>
  334. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement