All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the SD2 autofarm

The SD2 autofarm code is below. Copy & inject it into the game. Enjoy!

for i,v in pairs(getconnections(game.Players.LocalPlayer.Idled)) do
v:Disable()
end
part = Instance.new("Part",workspace)
part.Name = "hiVyriss"
part.Anchored = true
part.Position = Vector3.new(0,125,0)

game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,127,0)

while wait(30) do
    game.Workspace.Map:FindFirstChild("Floor")
    part = Instance.new("Part",workspace)
    part.Name = "hiVyriss"
    part.Anchored = true
    part.Position = Vector3.new(0,125,0)
    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,127,0)
end