vnx5

ZURSOR MASTER - Beta

May 20th, 2019
8,593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Zursor Master - Beta
  3. // @version      0.1
  4. // @description  beta client for zursor- automatically updates
  5. // @author       xnv / 8y8x
  6. // @match        *://cursors.io/?editor
  7. // @require      https://pastebin.com/raw/BE8Sz3Z3
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12.     console.log('Using beta client for Zursor Master...');
  13. })();
  14.  
  15. // You must include this script with tampermonkey.
  16. // If you don't have tampermonkey, please get it in the Chrome Web Store
  17. // Do not use alternatives like GreaseMonkey, or non-webkit browsers like Firefox
  18. // Report bugs at our discord: https://discord.gg/WcDjD8w
  19.  
  20. // Controls:
  21. // F1: Toggle movement
  22. // F2: Deploy bot
  23. // F3: Return bot
  24. // [UNFINISHED] F4: Enable click all buttons
  25. // F5: Disable click all buttons
Add Comment
Please, Sign In to add comment