click the wall

try to take over the world!

  1. // ==UserScript==
  2. // @name click the wall
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description try to take over the world!
  6. // @author Khdoop
  7. // @match http://orteil.dashnet.org/experiments/idlegamemaker/?game=hczBgm6k
  8. // @require http://code.jquery.com/jquery-latest.js
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. var testo = setInterval(function() {
  14. $('#clickable-hitwall').trigger('click');
  15. }, 1);

QingJ © 2025

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