MADE BY xDuky
FEATURE:
- MONEY AUTOFARM
- .
- https://www.roblox.com/games/10447882390/NEW-Zombie-Research-Tycoon
SCRIPT:
_G.FirePP = true
game:GetService("RunService").Stepped:connect(function()
if _G.FirePP then
for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:FindFirstChild("ProximityPrompt") then
fireproximityprompt(v.ProximityPrompt)
end
end
end
end)