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; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69); }) 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