Greasy Fork

Balz.io Macro feed

Balz.io get the top 1 easy!

目前为 2019-05-27 提交的版本。查看 最新版本

// ==UserScript==
// @name         Balz.io Macro feed
// @namespace    Balz.io Macro Q
// @version      4.0
// @description  Balz.io get the top 1 easy!
// @author       ShyNivek.
// @match        https://balz.io/
// @copyright    © 2019. ShyNivek. All Rights Reserved
// @icon         https://cdn2.iconfinder.com/data/icons/hacker-solid/100/hacker_hacker_human_-512.png
// @grant        none
// ==/UserScript==


//Support Me
confirm("Please suscribe to my channel.\nOk?");
window.open('https://www.youtube.com/channel/UC4_SkjR9sENgL61fhqFKWFA?sub_confirmation=1', '_blank')

//Update! Solve errors and macro with more speed!

var macro;console.log("called");var hacking=!1;$(document).on("keydown",function(e){if(console.log('keydown e.keyCode="'+e.keyCode+'"'),81==e.keyCode){if(console.log("keydown 81, hacking "+hacking),hacking)return;hacking=!0,macro=setInterval(function(){console.log("firing"),$("body").trigger($.Event("keydown",{keyCode:87})),$("body").trigger($.Event("keyup",{keyCode:87}))},3)}}),$(document).on("keyup",function(e){if(console.log('keyup e.keyCode="'+e.keyCode+'"'),81==e.keyCode)return console.log("stop firing"),hacking=!1,void clearInterval(macro)});

//© 2019. ShyNivek. All Rights Reserved