Created by Wyv#0001
Features:
- AUTO FARM
- INSTA FINISH
getgenv().autoshitcolmoney = true -- collects floppa's money instantly
getgenv().autosave = true -- auto saves every 10 seconds
getgenv().autocleanshit = true -- cleans litter box automatically
getgenv().autobuyfood = true -- auto buys food and places it when floppa is hungry
loadstring(game:HttpGet('https://raw.githubusercontent.com/HydraVirgo/Releases/main/floppagame'))()
Get 500$ in-game, and then buy an Altar, and run this script:
getgenv().autoaltar = true
if getgenv().autoaltar then
if game:GetService("Workspace"):FindFirstChild("Altar") then
spawn(function()
while getgenv().autoaltar do task.wait()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Altar["Thin Wall"].CFrame
task.wait()
fireproximityprompt(game:GetService("Workspace").Altar["Thin Wall"].ProximityPrompt)
end
end)
end
end