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'))() above is main script with features ----------------------BREAK GAME-------------------------------- --[[ Instructions 1. Get atleast 500$ 2. Buy altar in store 3. Execute script below ]] 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