ADVERTISEMENTREMOVE ADS
[FIXED] Auto farm (~50k per second)
47,012 views

Script Preview
Description
ONLY USE THIS SCRIPT ON THE HOTEL NOT THE MINES
THIS IS NOT FOR THE NORMAL DOORS
i recommend joining their group because you can get x1.5 more coins
i have found an even better method to x4 the coins per second (not out yet, stay tuned)
Features:
- auto farm (50k a second)
ADVERTISEMENTREMOVE ADS
18 Lines β’ 800 Bytes
Verified
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)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments
why is there 3 dislikes it literally works
@Chair aswell this is the only script for this game
@Chair turns out the scrpitr broke and i fixed it