您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A script allowing you to cheat at A Dark Room
// ==UserScript== // @name A h4X0rs Room // @description A script allowing you to cheat at A Dark Room // @include http://adarkroom.doublespeakgames.com/ // @version 2 // @grant none // @namespace https://gf.qytechs.cn/users/2236 // ==/UserScript== $(function() { var tmp = $SM.set; $SM.set = function(stateName, value, noEvent) { tmp(stateName, value, noEvent); updateStores(); } World.Weapons["rifle"].cost = {} setInterval(function() {$('#gatherButton').click();$('#trapsButton').click()}, 1000) setInterval(function() {World.setHp(World.getMaxHealth());$("#wanderer").data("hp", World.getMaxHealth());}, 200); setInterval(function() {$("#buttons .weaponButton").click();}, 100); }); var updateStores = function() { $("#stores .storeRow .row_add").remove(); $("#stores .storeRow").each(function() { var ware = $(this); var button = $(this).find(".row_key").after('<div class="row_add" style="float: right; text-align: right; width: 30px;">+</div>'); ware.find('.row_add').bind("click", function() { $SM.add('stores.'+ware.find(".row_key").html(), 100000); }); }); }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址