SCP Warfare Tycoon Script | AUTO COLLECT & AUTO BUY

Created by jackel123

Features:

_G.autoCollect =true;

while _G.autoCollect == true do
local playerHead = game.Players.LocalPlayer.Character.Head
for i, v in pairs(game:GetService("Workspace").Tycoons.ECHO.collector.collectPart:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
wait()
end
_G.autoBuy =true;

while _G.autoBuy == true do
local playerHead = game.Players.LocalPlayer.Character.Head
for i, v in pairs(game:GetService("Workspace").Tycoons.*YourTycoonNameHERE*.Buttons:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!