Functions: points farm
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
getgenv().Chest = true
while Chest do task.wait()
for _,v in pairs(game:GetService("Workspace").Map.Islands:GetDescendants()) do
if v:FindFirstChild("ClickDetectorPart") and v:IsA"Model" then
local Time = 4
local tween = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = v.ClickDetectorPart.CFrame})
tween:Play()
tween.Completed:Wait(E)
fireclickdetector(v.ClickDetectorPart:FindFirstChild("ClickDetector"))
end
end
end