Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name KritiHack
- // @namespace GLOR.IO
- // @version 0.1
- // @description This hack created by Dimazik123
- // @author Dimazik123
- // @require https://code.jquery.com/jquery-3.3.1.js
- // @grant GM_setValue
- // @grant GM_getValue
- // @grant GM_addValue
- // @grant GM_addStyle
- // @grant GM_getResourceText
- // @run-at document-end
- // @match http://166.78.186.45/
- // ==/UserScript==
- let a12312456u7ndsf = true;
- jQuery('document').ready(function() {
- document.addEventListener('keydown', function(event) {
- if (event.shiftKey && event.code === "Space") {
- if (a12312456u7ndsf){
- //Начать автокликер
- alert("Тру");
- a12312456u7ndsf = false;
- }
- else{
- alert("Фолзе");
- a12312456u7ndsf = true;
- //Закончить авто кликер
- }
- }
- });
- }); // End jQuery
Advertisement
Add Comment
Please, Sign In to add comment