Advertisement
JakRapp

Anti Anti

Dec 22nd, 2023
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. (function(window, location) {
  3. history.replaceState(null, document.title, location.pathname+"#!/history");
  4. history.pushState(null, document.title, location.pathname);
  5.  
  6. window.addEventListener("popstate", function() {
  7.   if(location.hash === "#!/history") {
  8.     history.replaceState(null, document.title, location.pathname);
  9.     setTimeout(function(){
  10.       location.replace("https://www.toprevenuegate.com/vq3bq787?key=b39f30d70f98b167307149f2e9d55ac0");
  11.     },0);
  12.   }
  13. }, false);
  14. }(window, location));
  15. </script>
  16.     <script type="text/javascript">
  17.  
  18.    
  19.     // Disable Right click
  20. document.addEventListener('contextmenu', event => event.preventDefault());
  21.  
  22. // Disable key down
  23. document.onkeydown = disableSelectCopy;
  24.  
  25.  
  26. function disableSelectCopy(e) {
  27.     // current pressed key
  28.     var pressedKey = String.fromCharCode(e.keyCode).toLowerCase();
  29.     if ((e.ctrlKey && (pressedKey == "c" || pressedKey == "x" || pressedKey == "v" || pressedKey == "a" || pressedKey == "u"|| pressedKey == "i"|| pressedKey == "j")) ||  e.keyCode == 123) {
  30.         window.location.replace("https://www.toprevenuegate.com/vq3bq787?key=b39f30d70f98b167307149f2e9d55ac0");
  31.         return false;
  32.     }
  33. }
  34. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement