Scythe Masters | Strength Auto Farm

MADE BY eprx

FEATURE:

  • AUTO FARM
  • .
  • NOTE:
  • execute again to toggle on/off

GAME LINK:
SCYTHE MASTERS

SCRIPT:

_G.on = not _G.on
game:GetService("Players").LocalPlayer.PlayerGui.AddValues.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.AddValues.Enabled
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
   if v:IsA("Tool") then
       shared.scythe = v.Name
   end
end
game.Players.LocalPlayer.Character.ChildAdded:Connect(function(item)
       if item:IsA("Tool") then
       shared.scythe = item.Name
   end
end)
game.Players.LocalPlayer.leaderstats.Rebirths.Changed:Connect(function(val)
   game.Players.LocalPlayer.leaderstats.Rebirths.Value = math.huge
end)
while _G.on do
pcall(function()
game:GetService("RunService").Heartbeat:Wait()
game.Players.LocalPlayer.Character[shared.scythe].Handle.Script.RemoteEvent:FireServer()
end)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!