This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Liikluslab++ | |
| // @namespace http://grigorjan.net/ | |
| // @version 2025-12-28 | |
| // @description Unlocks Liikluslab's "next chapter" link without having to wait for the timer | |
| // @match https://e.liikluslab.ee/chapter* | |
| // @grant none | |
| // ==/UserScript== | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sv_cheats 1 | |
| // Teams | |
| mp_limitteams 0 | |
| mp_autoteambalance 0 | |
| bot_kick | |
| mp_autokick 0 | |
| // Rounds | |
| mp_roundtime 60 |