您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A Menu That Looks Okay! Need any menu for other games give me it and I will do it!
当前为
// ==UserScript== // @name CS:GO CLICKER HACK - INFINITE MONEY // @namespace http://mtsl.dk/csgo/ // @version 0.1 // @description A Menu That Looks Okay! Need any menu for other games give me it and I will do it! // @author Lapide // @match http://mtsl.dk/csgo/* // @grant none // ==/UserScript== (function() { console.log('STARTING MENU'); var Menu = document.createElement('div1'); // Dose The Making Menu.innerHTML=('<button type="button" id="test" onclick="userdata.money=(Infinity);">Get Infinite Money</button><button type="button" id="test2" onclick="userdata.money=(10293.98);">Get A GoodAmount Of Money</button><h3 id="Lapide"><code>Made By Lapide! ThE hAcKeR</code></h3><style>h3 { text-align: center; color: lightgreen; }</style>'); // Appends menu document.body.insertBefore(Menu, document.body.lastChild); // Why not some style? document.getElementById("test").style.float=('right'); document.getElementById("test2").style.top = "569px"; document.getElementById("test2").style.float=('right'); document.getElementById("test").style.top = "569px"; document.getElementById("Lapide").style.float=('right'); document.getElementById("Lapide").style.top = "569px"; document.getElementById("test").style.background=('red'); document.getElementById("test2").style.background=('red'); // Short Code right will update! console.log('%cLapide', 'color: green; font-size: xxx-large;'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址