KR exploit

reloads page as invest button

目前为 2017-03-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         KR exploit
// @namespace    http://tampermonkey.net/
// @version      1.06
// @description  reloads page as invest button
// @author       meatman2tasty
// @match        http://karnage.io/*
// @grant        none
// ==/UserScript==


window.onkeydown = function() {
   if (event.keyCode === 220) { 
    location.reload(true);
   }
};

window.onkeydown = function() {
   if (event.keyCode === 221) { 
    investInClan();
   }
};

QingJ © 2025

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