ADVERTISEMENTREMOVE ADS
(HIGHEST LEVEL INSTANT WIN)
46,987 views
ADVERTISEMENTREMOVE ADS
18 Lines • 579 Bytes
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Workspace = game:GetService("Workspace")
local StealablesFolder = Workspace:WaitForChild("Stealables", 9e9)
local InteractionEvents = ReplicatedStorage:WaitForChild("GameEvents", 9e9)
:WaitForChild("InteractionEvents", 9e9)
local StealEvent = InteractionEvents:WaitForChild("Steal", 9e9)
for _, item in pairs(StealablesFolder:GetChildren()) do
if item:IsA("BasePart") or item:IsA("Model") then
local args = {
item
}
StealEvent:FireServer(unpack(args))
task.wait(0.05)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments