Vaqu's Script

Take over Agarpowers easily with this script!

  1. // ==UserScript==
  2. // @name Vaqu's Script
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.6
  5. // @description Take over Agarpowers easily with this script!
  6. // @author You
  7. // @match https://flarex.fun/
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=180.92
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. /*if (document.getElementById('overlays').style.display != 'none' || document.getElementById('advert').style.display != 'none') {
  15. return;
  16. }*/
  17. //var shieldKey = document.getElementById("shield").val()
  18. if (document.activeElement.type == 'text' || document.activeElement.type == 'password') {
  19. return;
  20. }
  21. setInterval(function(){
  22. $("#canvas").trigger($.Event("keydown", { keyCode: 72}));
  23. $("#canvas").trigger($.Event("keyup", { keyCode: 72}));
  24. }, 1600)
  25.  
  26.  
  27. var startGoldNick = setInterval(function(){
  28. document.getElementById('setGoldNickname').dispatchEvent(new MouseEvent("click"));
  29. }, 100)
  30. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址