Edwin1170

Scythe Masters INF SCRIPT [VISUAL AND NO VISUAL]

Jul 25th, 2022
5,244
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. --███████╗██████╗░░██╗░░░░░░░██╗██╗███╗░░██╗░░███╗░░░░███╗░░███████╗░█████╗░
  2. --██╔════╝██╔══██╗░██║░░██╗░░██║██║████╗░██║░████║░░░████║░░╚════██║██╔══██╗
  3. --█████╗░░██║░░██║░╚██╗████╗██╔╝██║██╔██╗██║██╔██║░░██╔██║░░░░░░██╔╝██║░░██║
  4. --██╔══╝░░██║░░██║░░████╔═████║░██║██║╚████║╚═╝██║░░╚═╝██║░░░░░██╔╝░██║░░██║
  5. --███████╗██████╔╝░░╚██╔╝░╚██╔╝░██║██║░╚███║███████╗███████╗░░██╔╝░░╚█████╔╝
  6. --╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚══════╝╚══════╝░░╚═╝░░░░╚════╝░
  7. --🆂🆄🅱🆂🅲🆁🅸🅱🅴
  8. --]]
  9. _G.on = not _G.on
  10. game:GetService("Players").LocalPlayer.PlayerGui.AddValues.Enabled = not game:GetService("Players").LocalPlayer.PlayerGui.AddValues.Enabled
  11. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  12. if v:IsA("Tool") then
  13. shared.scythe = v.Name
  14. end
  15. end
  16. game.Players.LocalPlayer.Character.ChildAdded:Connect(function(item)
  17. if item:IsA("Tool") then
  18. shared.scythe = item.Name
  19. end
  20. end)
  21. game.Players.LocalPlayer.leaderstats.Rebirths.Changed:Connect(function(val)
  22. game.Players.LocalPlayer.leaderstats.Rebirths.Value = math.huge
  23. end)
  24. while _G.on do
  25. pcall(function()
  26. game:GetService("RunService").Heartbeat:Wait()
  27. game.Players.LocalPlayer.Character[shared.scythe].Handle.Script.RemoteEvent:FireServer()
  28. end)
  29. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment