when a game starts the script will automatically do ALL the gens for you instantly and then teleports you to a safe spot so that the killer cant get you, if you are the killer when a game starts then it will automatically kill all the survivors resulting in a win. of course there are settings in which you can change some options.
supports ALL executors
1getgenv().Settings = { -- these options are here just incase you would like to make it seem less obvious that you are cheating, you can leave these alone if you dont care that other people notice you are cheating
2 resetAfterGens = false, -- set this to true if you would like to automatically reset after the autofarm is done doing all the gens
3 safeSpotAfterGens = true, -- set this to true if you would like to teleport to a safe spot after the autofarm is done doing all the gens, that way the killer cant get you
4 autoKillSurvivors = true, -- set this to true if you would like to autokill all the survivors when a game starts and you are the killer
5 rejoinOnKick = true, -- on the very rare chance that you get kicked, this will rejoin the game and continue the auto farm with your settings.
6}
7
8loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/ForsakenAutoFarm.lua"))()