您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
lmao he did this
当前为
// ==UserScript== // @name CS:GO CLICKER HACK | remastered i guess // @namespace http://mtsl.dk/csgo/ // @version 1.9 // @description lmao he did this // @author dunkthatdude // @match http://mtsl.dk/csgo/* // @match https://mtsl.dk/csgo/* // @grant none // ==/UserScript== (function() { var d = document.createElement('div'); d.style.position='aboslute'; d.id="holder"; document.body.insertBefore(d, document.body.firstChild); console.log('STARTING MENU'); var Menu = document.createElement('div1'); // Dose The Making Menu.innerHTML=('<button id="redun">Infinite Upgrades</button><button id="Fr">Get Simple! BY BINDYGAMES</button><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><button type="button" id="test4" onclick="userdata.roulette=(Infinity);">Get Infinite Coins</button><button id="test3" onclick="userdata.roulette=(12423);">Perfect Amount Of Coins</button><h3 id="Lapide"><code>Made By Lapide! ThE hAcKeR</code></h3><style>h3 { text-align: center; color: lightgreen; }</style>'); // Appends menu document.getElementById("holder").insertBefore(Menu, document.getElementById("holder").firstChild); document.getElementById("redun").addEventListener('click',function() { userdata.upgrades.Bank={amount: 100}; userdata.upgrades.Luck={amount: 100}; }); d.style.float=('right'); d.style.top = "569px"; // man this sucks i ngl document.getElementById("holder").style.float=('right'); document.getElementById("holder").style.top = "569px"; document.getElementById("redun").style.float=('right'); document.getElementById("redun").style.top = "569px"; 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.querySelector("#Fr").style.float=('right'); document.querySelector("#Fr").style.top=('569px'); document.querySelector("#Fr").style.backgroundColor=('blue'); document.getElementById("test").style.background=('red'); document.getElementById("test2").style.background=('red'); document.getElementById("test4").style.background=('red'); document.getElementById("test3").style.background=('red'); document.getElementById("test4").style.float=('right'); document.getElementById("test4").style.top = "569px"; document.getElementById("test3").style.float=('right'); document.getElementById("test3").style.top = "569px"; // Short Code right will update! console.log('%cLapide', 'color: green; font-size: xxx-large;'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址