limaxHax vBetter

better than other limax hax

目前為 2019-04-24 提交的版本,檢視 最新版本

// ==UserScript==
// @name         limaxHax vBetter
// @namespace    http://tampermonkey.net/
// @version      0.5
// @description  better than other limax hax
// @author       You
// @match        *://limax.io/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    //disable loading ads script
    function objHider(o){this.getObject=function(){return o;}}
    window.getScript=new objHider({}).getObject();
    //on load
    window.addEventListener('load',function(){
        //disable ads when start is clicked
        //change ad player to start
        window.initAipPreroll=document.getElementById("play").onclick=function(){start();};
        //define empty ad funcs and make built in skin hack detector do nothing
        window.skin_hack=window.cgAdControlOff=window.cgAdControlOn=function(){};
        //override handshake function
        window.oldHandshake=handshake;
        handshake=function(a){
          var newA=a;
          newA[1].bonus_max=999;
          oldHandshake(newA);
          console.log(a,newA);
        };
        //change opacity of your player
        window.customAlpha=50;
        setInterval(()=>players_alpha[true_id]=window.customAlpha,0);
        setInterval(()=>window.customAlpha=Math.floor(Math.random()*101),1000);
    },false);
})();

QingJ © 2025

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