SCP Warfare Tycoon AUTO COLLECT & AUTO BUY

Created by jackel123

Features:

  • AUTO COLLECT
  • AUTO BUY

SCRIPTS: [2]

AUTO COLLECTS:

_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

AUTO BUY:

_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

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal