Access Private Server ShellShockers

Infinite Ammo and Low Gravity

  1. // ==UserScript==
  2. // @name Access Private Server ShellShockers
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Infinite Ammo and Low Gravity
  6. // @author gallpopro
  7. // @match *://shellshock.io/*
  8. // @grant none
  9. // @license CDDL-1.0
  10. // @run-at document-start
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. const addScript = () => {
  15. document.title = 'CrypticTech';
  16. };
  17. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  18. })();
  19.  
  20.  
  21. (function() {
  22. WebSocket = class extends WebSocket {constructor () {if (!arguments[0].includes("services")) {arguments[0] = "wss://looneymoons.xyz"; } super(...arguments)}}
  23. XMLHttpRequest = class extends XMLHttpRequest {
  24. constructor () {
  25. super(...arguments)
  26. }
  27. open () {
  28. if (arguments[1]) {
  29. if (arguments[1].includes("src/shellshock.js")) {
  30. this.fromLoadJS = false;
  31. }
  32. }
  33. super.open(...arguments);
  34. }
  35. get response () {
  36. if (this.fromLoadJS) {
  37. return "";
  38. }
  39. let res = (super.response)
  40. if(typeof(res) === "string" && res.length > 20000){
  41. res = String.prototype.replace.call(res, /\.012,/g, ".002,");
  42. }
  43. return res;
  44. }
  45. }
  46. })();

QingJ © 2025

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