Infinite Bots And Powers Script {UNFINISHED!}

dont get banned

当前为 2021-10-16 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Infinite Bots And Powers Script {UNFINISHED!}
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.4
  5. // @description dont get banned
  6. // @author You
  7. // @match https://cellcraft.io/
  8. // @icon https://www.google.com/s2/favicons?domain=cellcraft.io
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. console.log("Infinite Bots And Powers Script Started");
  15. var bots;
  16. var client;
  17. var botMass = 6500
  18. var servers = ["Crazy GoldFarm +Free Bots", "Gigasplit", "VirusFarm"]
  19. var names = ["Chelsie", "Merla", "Supero", "Mentof", "Crato"]
  20. var ip = "061847312397895324234"
  21. //get the bots on the server
  22. this.importModules(new Client(ip))
  23. function newModules(){
  24. this.importModules("infinite powers", "infinite bots")
  25. }
  26. newModules()
  27. })();