Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/NICKISBAD/Nick-s-Modded-KAVO-Lib/main/Nick'sModdedKavoLib.lua"))()
- local Window = Library.CreateLib("public bathroom simulator", "LightTheme")
- local Tab = Window:NewTab("funny shit")
- local Section = Tab:NewSection("uhh")
- local ScreenGui = Instance.new("ScreenGui")
- ScreenGui.Name = "ScreenGui"
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- local Toggle = Instance.new("TextButton")
- Toggle.Name = "Toggle"
- Toggle.Parent = ScreenGui
- Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
- Toggle.Size = UDim2.new(0, 90, 0, 38)
- Toggle.Font = Enum.Font.SourceSans
- Toggle.Text = "Toggle"
- Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
- Toggle.TextSize = 28.000
- Toggle.Draggable = true
- Toggle.MouseButton1Click:connect(function()
- Library:ToggleUI()
- end)
- local Corner = Instance.new("UICorner")
- Corner.Name = "Corner"
- Corner.Parent = Toggle
- Section:NewButton("give 1k orange candys", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/xF2GrAhM"))()
- print("Clicked")
- end)
- Section:NewButton("grip tool gui", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/z6UmQaqN"))()
- print("Clicked")
- end)
- Section:NewButton("activate all toilets and all blow driers", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qTssTFWs"))()
- print("Clicked")
- end)
- Section:NewButton("activate all toygun", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/FfiEXtuH"))()
- print("Clicked")
- end)
- Section:NewButton("loop activate all toilets and blow driers", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/m5QdzKhq"))()
- print("Clicked")
- end)
- Section:NewButton("tp outside map", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ikNUiQX1"))()
- print("Clicked")
- end)
- Section:NewButton("tooldraw", "ButtonInfo",
- function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Affexter/Programs/refs/heads/main/scripts/tooldrawFE.lua"))()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment