[ad_1]
Created by ironfzxc#4222
Features:
- AUTO ORB WORKS IN EVERY WORLD
_G.Color = Color3.fromRGB(66, 135, 245)
_G.Color2 = Color3.fromRGB(66, 135, 245)
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/slightten/ui-libs/main/funni"))()
local window = library:CreateWindow("Speedy Simulator", Enum.KeyCode.RightControl)
local plr = game.Players.LocalPlayer
local tab1 = window:CreateTab("Main")
local tab2 = window:CreateTab("Misc")
local sect2 = tab2:CreateSector("Misc", 'left')
sect2:AddLabel("V3rm borntodie1")
local sect1 = tab1:CreateSector("Farming", 'left')
sect1:AddToggle("Auto Clicker", false, function(a)
aa = a
while aa do task.wait()
game:GetService("ReplicatedStorage").Events.clickRE:FireServer()
end
end)
sect1:AddToggle("Auto Orbs",false,function(a)
aa = a
while aa do task.wait()
for i,v in pairs(game:GetService("Workspace").ballsFolder:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
end)
sect1:AddToggle("Auto Rings",false,function(a)
aa = a
while aa do task.wait()
for i,v in pairs(game:GetService("Workspace").Rings:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]