MADE BY NotRelay
FEATURE:
- REDEEM ALL CODES
- SCYTHE AUTOCLICK
- .
- https://www.roblox.com/games/4863541388/SEASON-2-Scythe-Masters
SCRIPTS: [2]
AUTO REDEEM ALL CODES
game:GetService("ReplicatedStorage").EnterCode:FireServer(29, "Code32", 28, "Code31", 25, "Code27", 26, "Code29")
This is just a loop script used for scythe to autoclick:
game:GetService("RunService").RenderStepped:Connect(function()
game:GetService("Players").LocalPlayer.Character.Scythe.Handle.Script.RemoteEvent:FireServer() -- Change Scythe.Handle to Scythe2.Handle to keep it clicking once you upgrade to the next scythe
game:GetService("Players").LocalPlayer.Character.Scythe.Handle.dmg.RemoteEvent:FireServer() -- same thing to this one.
end)