getgenv().autogenSettings = { PUZZLES_BEFORE_REJOIN = 16, -- self-explanatory PLAYERS_BEFORE_START = 4, -- self explanatory MAXIMUM_TIMER_SECONDS = 120, -- how long can the timer be? if it's above this, it will rejoin. MINIMUM_TIMER_SECONDS = 3, -- how short can the timer be? if it's below this, it will rejoin. RECENT_SERVER_BLOCKLIST_LENGTH = 5, -- servers you join are added to a blocklist and removed after this many rejoins PLAYER_TIMER_CHECK = 1, -- if the amount of players is greater than this, and the timer is above MAXIMUM_TIMER_SECONDS, rejoin SESSION_RESET_TIMEOUT_MINUTES = 2, -- session reset timeout in minutes if no activity or progress is made SWAP_ON_MS4 = true, -- swap to your least leveled character, when you reach milestone 4 SKIP_LAST_PUZZLE = true, -- this prevents your name from appearing on the leaderboard at the end of the round DISABLE_RENDERING = false, -- increases performance AUTO_HIDE_ABILITY = true, -- auto ghostburger/clone/crouch RUN_ONLY_WHEN_COOLKIDD = false, -- self explanatory WEBHOOK = '', -- webhook for logging (optional, you can leave blank) } loadstring(game:HttpGet("https://raw.githubusercontent.com/zxcursedsocute/my-scripts/refs/heads/main/auto-autogen.lua"))()