Skip to content

Instantly share code, notes, and snippets.

@illegalsolutions
illegalsolutions / aternos_countdown_bypass.user.js
Last active March 7, 2024 11:42
Userscript for Bypassing Aternos Server Time Countdown
// ==UserScript==
// @name Aternos Server Time Up Countdown Bypass
// @match https://aternos.org/server*
// @grant none
// @version 0.5
// @author illegalsolutions
// @description Automatically clicks the count-up button
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
// ==/UserScript==