ADVERTISEMENTREMOVE ADS
Game icon

(HIGHEST LEVEL INSTANT WIN)

Sneak Thief
2 months ago
Script preview thumbnail
Script Preview

Description

Go to Singleplayer
Select the highest level (The Diamond Compound)
Wait untill you got telported
Execute the script
Done.

ADVERTISEMENTREMOVE ADS
18 Lines • 579 Bytes
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS