Demon Slayer: Moonrise Script

Script Credit :- Afyadh
Features

Pick up all sticks
Sell the sticks (basically infinite money)
Infinite Breathing by me

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))() local w = library:CreateWindow("afy") local b = w:CreateFolder("DSM") b:Label("LGBT HateW",{ TextSize = 25; -- Self Explaining TextColor = Color3.fromRGB(255,255,255); -- Self Explaining BgColor = Color3.fromRGB(69,69,69); -- Self Explaining }) b:Toggle("Infinite Breathing",function(bool) _G.enable = bool end) b:Button("Teleport to sticks seller",function() game:GetService("Workspace").Game.Characters[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game:GetService("Workspace").Game["NPC_Models"]["Ida Tomio"].HumanoidRootPart.CFrame end) b:Button("Pick up all sticks",function() for i,v in pairs(workspace:GetDescendants()) do if v:IsA("ClickDetector") then fireclickdetector(v) end end end) b:DestroyGui() _G.enable = false while wait() do if _G.enable == true then game:GetService("Workspace").Game.Characters[game.Players.LocalPlayer.Name].INFO.Breathing.Value = 100 end end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors