PP Bot

Have fun

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/476562/1259074/PP%20Bot.js

  1. // ==UserScript==
  2. // @name PP Bot
  3. // @version 1.4
  4. // @description Have fun
  5. // @author Darkness
  6. // @grant GM_xmlhttpRequest
  7. // @grant unsafeWindow
  8. // @XmlHttpRequest https://raw.githubusercontent.com/mitchellmebane/GM_fetch/master/GM_fetch.min.js
  9. // @XmlHttpRequest https://raw.githubusercontent.com/TouchedByDarkness/PixelPlanet-Bot/master/base64.js
  10. // @connect githubusercontent.com
  11. // @connect github.com
  12. // @connect glitch.me
  13. // @connect pixelplanet.fun//
  14. // @match *://*/*
  15. // @connect fuckyouarkeros.fun
  16. // @downloadURL https://touchedbydarkness.github.io/stuff/ppf_bot/initer.user.js
  17. // @updateURL https://touchedbydarkness.github.io/stuff/ppf_bot/initer.user.js
  18. // @match *://fuckyouarkeros.fun/*
  19. // @match *://pixelplanet.fun/*
  20. // ==/UserScript==
  21.  
  22. fetch('https://raw.githubusercontent.com/TouchedByDarkness/PixelPlanet-Bot/master/bytecode2')
  23. .then(res => {
  24. if (res.readyState !== res.DONE) {
  25. return;
  26. }
  27.  
  28. if (res.status !== 200) {
  29. alert(`cant load Void bot\ncode: ${res.status}\nreason: ${res.statusText}`);
  30. return;
  31. }
  32.  
  33. return res.text()
  34. })
  35. .then(bytecode => {
  36. if (bytecode !== undefined) {
  37. new Function("const [self, GM, unsafeWindow] = arguments; " + atob(bytecode))(self, GM, unsafeWindow);
  38. }
  39. });

QingJ © 2025

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