sync_exploits

Demon Slayer: Moonrise

Feb 15th, 2022 (edited)
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2.  
  3. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  4. local w = library:CreateWindow("dsc.gg/shxrp")
  5. local b = w:CreateFolder("Moonrise: Script")
  6. b:Label("Sub 2 Sync Exploits",{
  7. TextSize = 25; -- Self Explaining
  8. TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  9. BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  10. })
  11. b:Toggle("Infinite Breathing",function(bool)
  12. _G.enable = bool
  13. end)
  14. b:Button("Teleport to sticks seller",function()
  15. game:GetService("Workspace").Game.Characters[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game:GetService("Workspace").Game["NPC_Models"]["Ida Tomio"].HumanoidRootPart.CFrame
  16. end)
  17. b:Button("Pick up all sticks",function()
  18. for i,v in pairs(workspace:GetDescendants()) do
  19. if v:IsA("ClickDetector") then
  20. fireclickdetector(v)
  21. end
  22. end
  23. end)
  24. b:DestroyGui()
  25. _G.enable = false
  26. while wait() do
  27. if _G.enable == true then
  28. game:GetService("Workspace").Game.Characters[game.Players.LocalPlayer.Name].INFO.Breathing.Value = 100
  29. end
  30. end
Add Comment
Please, Sign In to add comment