Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.34 KB | None | 0 0
  1. <!DOCTYPE html> <
  2.        html >
  3.         <head>
  4.         <title>
  5.            desire.pw
  6.         </title>
  7.  
  8.         <meta charset="utf-8">
  9.         <meta name="description" content="desire.pw - Premium CS:GO HACK">
  10.         <meta name="keywords" content="esire.pw - Premium CS:GO HACK">
  11.         <link href="StyleSheet.css" rel="stylesheet" type="text/css">
  12.         <script src="js/particles.min.js"></script>
  13.         <script src="js/AnimatedTitle.js"></script>
  14.         <script src="js/Enter.js"></script>
  15.         <link rel="icon" type="image/png" href="https://gamesense.pub/favicon.ico" />
  16.     </head>
  17.  
  18.         <
  19.        body >
  20.         <div id="particles-js" class="parts"></div> <
  21.        div id = "main" >
  22.         <h1>
  23.                 desire<span class="colorTwo">.pw</span>
  24.             </h1> <
  25.        marquee width = "40%" > Premium Hacks
  26.         for CS: GO - L4D2 - AND MORE < /marquee> <
  27.        /div> <
  28.        div id = "timer" >
  29.  
  30.         </div> <
  31.        div id = "navbar" >
  32.         <a href="http://desire.pw/forum/" target="_blank">Forum</a> <
  33.        /div> <
  34.        div id = "bgwrapper" > </div>
  35.  
  36.         <
  37.        video loop id = "video-background"
  38.        video autoplay = "true"
  39.        loop = "true"
  40.        plays - inline >
  41.         <source src="vid.mp4" type="video/mp4">
  42.         </video>
  43.         <script>
  44.             particlesJS.load('particles-js', 'js/particles.json', function() {
  45.                 console.log('callback - particles.js config loaded');
  46.             });
  47.         </script>
  48.         <script>
  49.             function startTime() {
  50.                 var today = new Date();
  51.                 var h = today.getHours();
  52.                 var m = today.getMinutes();
  53.                 var s = today.getSeconds();
  54.                 m = checkTime(m);
  55.                 s = checkTime(s);
  56.                 document.getElementById('timer').innerHTML =
  57.                     h + ":" + m + ":" + s;
  58.                 var t = setTimeout(startTime, 500);
  59.             }
  60.             function checkTime(i) {
  61.                 if (i < 10) {i = "0" + i};  // add zero in front of numbers < 10
  62.                return i;
  63.            }
  64.        </script>
  65.         <script language="JavaScript">
  66.             //////////F12 disable code////////////////////////
  67.             document.onkeypress = function (event) {
  68.                 event = (event || window.event);
  69.                 if (event.keyCode == 123) {
  70.                     //alert('No F-12');
  71.                     return false;
  72.                 }
  73.             }
  74.             document.onmousedown = function (event) {
  75.                 event = (event || window.event);
  76.                 if (event.keyCode == 123) {
  77.                     //alert('No F-keys');
  78.                     return false;
  79.                 }
  80.             }
  81.             document.onkeydown = function (event) {
  82.                 event = (event || window.event);
  83.                 if (event.keyCode == 123) {
  84.                     //alert('No F-keys');
  85.                     return false;
  86.                 }
  87.             }
  88.             var message=":o";
  89.             function clickIE() {if (document.all) {(message);return false;}}
  90.             function clickNS(e) {if
  91.             (document.layers||(document.getElementById&&!document.all)) {
  92.                if (e.which==2||e.which==3) {(message);return false;}}}
  93.             if (document.layers)
  94.             {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  95.             else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  96.             document.oncontextmenu=new Function("return false")
  97.             function disableCtrlKeyCombination(e)
  98.             {
  99.                 var forbiddenKeys = new Array('a', 'n', 'c', 'x', 'v', 'j' , 'w');
  100.                 var key;
  101.                 var isCtrl;
  102.                 if(window.event)
  103.                 {
  104.                     key = window.event.keyCode;
  105.                     if(window.event.ctrlKey)
  106.                         isCtrl = true;
  107.                     else
  108.                         isCtrl = false;
  109.                 }
  110.                 else
  111.                 {
  112.                     key = e.which;
  113.                     if(e.ctrlKey)
  114.                         isCtrl = true;
  115.                     else
  116.                         isCtrl = false;
  117.                 }
  118.                 if(isCtrl)
  119.                 {
  120.                     for(i=0; i<forbiddenKeys.length; i++)
  121.                    {
  122.                        if(forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase())
  123.                        {
  124.                            alert('Key combination CTRL + '+String.fromCharCode(key) +' has been disabled.');
  125.                            return false;
  126.                        }
  127.                    }
  128.                }
  129.                return true;
  130.            }
  131.            document.onkeydown = function(u) {
  132.                if(event.keyCode == 123) {
  133.                    return false;
  134.                }
  135.                if(u.ctrlKey && u.shiftKey && u.keyCode == 'I'.charCodeAt(0)){
  136.                    return false;
  137.                }
  138.                if(u.ctrlKey && u.shiftKey && u.keyCode == 'J'.charCodeAt(0)){
  139.                    return false;
  140.                }
  141.                if(u.ctrlKey && u.keyCode == 'U'.charCodeAt(0)){
  142.                    return false;
  143.                }
  144.            }
  145.        </script>
  146.     </body>
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement