You are on page 1of 1

// ==UserScript==

// @name Zursor Master - Beta


// @version 0.1
// @description beta client for zursor- automatically updates
// @author xnv / 8y8x
// @match *://cursors.io/?editor
// @require https://pastebin.com/raw/BE8Sz3Z3
// @grant none
// ==/UserScript==

(function() {
console.log('Using beta client for Zursor Master...');
})();

// You must include this script with tampermonkey.


// If you don't have tampermonkey, please get it in the Chrome Web Store
// Do not use alternatives like GreaseMonkey, or non-webkit browsers like Firefox
// Report bugs at our discord: https://discord.gg/WcDjD8w

// Controls:
// F1: Toggle movement
// F2: Deploy bot
// F3: Return bot
// [UNFINISHED] F4: Enable click all buttons
// F5: Disable click all buttons

You might also like