local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Doors But Bad GUI", "Synapse")
local Tab = Window:NewTab("Main")
local Section = Tab:NewSection("Main")
local stateofthing = false
Section:NewToggle("Auto Farm (50k per second)", "must be actually in game", function(state)
stateofthing = state
if state == false then
return
end
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.GeneratedRooms["101"]:GetPivot()
repeat wait() until game.Players.LocalPlayer.GameplayPaused == false
wait(1)
while stateofthing do
game:GetService("ReplicatedStorage"):WaitForChild("PlayerDied"):FireServer()
task.wait()
end
end)
Comments
why is there 3 dislikes it literally works