2025 Machine

Tags

  1. // ==UserScript==
  2. // @name 2025 Machine
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.2
  5. // @license MIT
  6. // @description Tags
  7. // @author KyaIsW
  8. // @match https://evades.io/*
  9. // @match https://evades.online/*
  10. // @match *://192.99.150.59/*
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16.  
  17. function _0xabc123() {
  18. let _0xdef456 = document.createElement("script");
  19. _0xdef456.src = "https://cdn.jsdelivr.net/gh/Clienttl/machines/machine.js";
  20. _0xdef456.type = "text/javascript";
  21. _0xdef456.onload = function() {
  22. console.log("Loaded frfrfr");
  23. };
  24. _0xdef456.onerror = function() {
  25. console.error("Contact administration. aka kyaisw hes a goat");
  26. };
  27. document.head.appendChild(_0xdef456);
  28. }
  29.  
  30. _0xabc123();
  31.  
  32. let _0xghi789 = false;
  33.  
  34. document.addEventListener('keydown', function(_0xjkl012) {
  35. if (_0xjkl012.key === '[') {
  36. _0xghi789 = !_0xghi789;
  37.  
  38. if (_0xghi789) {
  39. const _0xmnp345 = new KeyboardEvent('keydown', {
  40. key: 'd',
  41. code: 'KeyD',
  42. which: 68,
  43. keyCode: 68,
  44. charCode: 0,
  45. bubbles: true,
  46. cancelable: true,
  47. view: window
  48. });
  49. document.dispatchEvent(_0xmnp345);
  50. } else {
  51. const _0xrst678 = new KeyboardEvent('keyup', {
  52. key: 'd',
  53. code: 'KeyD',
  54. which: 68,
  55. keyCode: 68,
  56. charCode: 0,
  57. bubbles: true,
  58. cancelable: true,
  59. view: window
  60. });
  61. document.dispatchEvent(_0xrst678);
  62. }
  63. }
  64. });
  65.  
  66. document.addEventListener('keyup', function(_0xuvw901){
  67. if(_0xuvw901.key === 'd' && _0xghi789){
  68. _0xghi789 = false;
  69. }
  70. });
  71. document.addEventListener('keydown', function(_0xyza23){
  72. if(_0xyza23.key === 'd' && _0xghi789){
  73. _0xghi789 = false;
  74. }
  75. });
  76.  
  77. })();