will work on ALL executors
Once executed, you will not be able to take damage at all from any threats or from hunger, you could even get max campfire level, get all children, build all beds, then just AFK with an anti-afk kick script all night and still be alive with lots of days survived when you get back on
1getgenv().Settings = {
2 speedboost = 16,
3 jumpboost = 10,
4 instantProximityPrompts = true,
5 GodMode = true, -- wont take damage
6 antiKB = true, -- prevents you from being knocked back by frogs or moved by anything else
7 tameBypass = true, -- automatically completes the taming minigame for you and feeds them if the food exists
8 fullBright = true, -- disables all fog and makes it where u can see during the night
9}
10
11loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/99nightsGodmode.lua"))()