World Language Games Automation for "Basketball"

This script will automatically complete the game "Basketball" as soon as it is launched, giving the maximum of 4 points.

目前為 2021-12-13 提交的版本,檢視 最新版本

// ==UserScript==
// @name         World Language Games Automation for "Basketball"
// @license      MIT
// @namespace    http://www.github.com/engel03455
// @version      1.0
// @description  This script will automatically complete the game "Basketball" as soon as it is launched, giving the maximum of 4 points.
// @author       http://www.github.com/engel03455
// @match        *://wlangames.net/Basketball2.php*
// @icon         https://www.google.com/s2/favicons?domain=wlangames.net
// @grant        none
// @run-at       document-end
// ==/UserScript==

(function() {
	TotalPoints = 36;
	GotoCongratulations();
})();

QingJ © 2025

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