Narkoz - AYY - Y1

AgarZ.com System 2019

  1. // ==UserScript==
  2. // @name Narkoz - AYY - Y1
  3. // @namespace http://ygn01.ga
  4. // @version 4.0
  5. // @description AgarZ.com System 2019
  6. // @author Developer Y1
  7. // @match http://agarz.com/*
  8. // @iconURL http://ygn01.ga/icon.png
  9. // @grant none
  10. // ==/UserScript==
  11. alert("Version 4.0");
  12. var username = "selima";
  13. var password = "slmax";
  14. var d = new Date();
  15. var date = d.getTime();
  16.  
  17.  
  18. $('head script[src*="js//main61obf.js?test"]').remove();
  19. var script = document.createElement("script");
  20. script.src = "http://ygn01.ga/agarz.js?username="+username+"&password="+password+"&v="+date;
  21. document.getElementsByTagName("head")[0].appendChild(script);

QingJ © 2025

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