Created by Giles Corey
Features:
- FARM DIAMONDS
- DEVNOTES:
- yea it grabs all diamond on the ground then serverhops
- thanks to charwar for the serverhop (its probably in thousands of scripts by now)
if game.PlaceId == 7535149098 then
if not game:IsLoaded() then game.Loaded:Wait() end
game:GetService("ReplicatedStorage").Events.R2:FireServer()
repeat task.wait() until game.Players.LocalPlayer.Character
repeat task.wait() until game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
for i, v in pairs(workspace:GetChildren()) do
if v.Name == "AlienGem" then
firetouchinterest(v, game.Players.LocalPlayer.Character.HumanoidRootPart, 0)
firetouchinterest(v, game.Players.LocalPlayer.Character.HumanoidRootPart, 1)
end
end
- WALKSPEED BYPASS
local humanoid = Instance.new("Part", game.Players.LocalPlayer.Character)
humanoid.Name = "Humanoid"
game.Players.LocalPlayer.Character.Humanoid.Name = "pro"
game.Players.LocalPlayer.CharacterAdded:Connect(function()
local humanoid = Instance.new("Part", game.Players.LocalPlayer.Character)
game.Players.LocalPlayer.Character.Humanoid.Name = "pro"
humanoid.Name = "Humanoid"
end)
ENJOY!