9.8k Views
509 Executions
money farm
🥖 Fight in a Supermarket!Uploaded by 10 months ago
Please login to perform these actions:Description
Just go to start and execute script PLS BUY YOUR ITEMS BEFORE CHECKOUT!!!
Just go to start and execute script PLS BUY YOUR ITEMS BEFORE CHECKOUT!!!

Script hub

Script hub
🥖 Fight in a Supermarket!
🥖 Fight in a Supermarket!
🥖 Fight in a Supermarket!

🥖 Fight in a Supermarket!

🥖 Fight in a Supermarket!

🥖 Fight in a Supermarket!
Thanks bro for the script, I've been asking for it.
@virallopez09 np
How do I open autoexec in mobile
will it get see by other people
right here lol it was simple -- Create GUI local screenGui = Instance.new("ScreenGui") screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") local button = Instance.new("TextButton") button.Size = UDim2.new(0, 180, 0, 60) button.Position = UDim2.new(0.05, 0, 0.2, 0) button.BackgroundColor3 = Color3.fromRGB(0, 200, 0) button.TextScaled = true button.Text = "Start" button.Parent = screenGui -- Your teleport script local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local hrp = character:WaitForChild("HumanoidRootPart") local folder = workspace:WaitForChild("S*edCash") local running = false button.MouseButton1Click:Connect(function() running = not running button.Text = running and "Stop" or "Start" if running then task.spawn(function() while running do local money = {} for _, v in pairs(folder:GetChildren()) do if v.Name == "Money" and v:IsA("Model") then table.insert(money, v) end end if #money > 0 then local m = money[math.random(1, #money)] local part = m.PrimaryPart or m:FindFirstChildWhichIsA("BasePart") if part then hrp.CFrame = part.CFrame + Vector3.new(0, 3, 0) end end task.wait(0.1) end end) end end)
help how do i make it stop
@SIN7V you cant there isnt a gui to turn it on or off but i made one
a gui would be good
Make the player underground so other player cant attack
@SHAM3 hmm