Guest User

Untitled

a guest
Dec 22nd, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. // ==UserScript==
  2. // @name KritiHack
  3. // @namespace GLOR.IO
  4. // @version 0.1
  5. // @description This hack created by Dimazik123
  6. // @author Dimazik123
  7. // @require https://code.jquery.com/jquery-3.3.1.js
  8. // @grant GM_setValue
  9. // @grant GM_getValue
  10. // @grant GM_addValue
  11. // @grant GM_addStyle
  12. // @grant GM_getResourceText
  13. // @run-at document-end
  14. // @match http://166.78.186.45/
  15. // ==/UserScript==
  16.  
  17.  
  18. let a12312456u7ndsf = true;
  19.  
  20. jQuery('document').ready(function() {
  21. document.addEventListener('keydown', function(event) {
  22. if (event.shiftKey && event.code === "Space") {
  23. if (a12312456u7ndsf){
  24. //Начать автокликер
  25. alert("Тру");
  26. a12312456u7ndsf = false;
  27. }
  28. else{
  29. alert("Фолзе");
  30. a12312456u7ndsf = true;
  31. //Закончить авто кликер
  32. }
  33. }
  34. });
  35.  
  36. }); // End jQuery
Advertisement
Add Comment
Please, Sign In to add comment