Demon Slayer: Moonrise Script | PICK UP ALL STICKS – SELL STICKS & INFINITE FIRE BREATHING


Created by Afyadh

Features:

  • PICK UP ALL STICKS
  • SELL THE STICKS
  • INFINITE BREATHING
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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!