epicllllllllllllllll

ddd

Dec 31st, 2024
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/NICKISBAD/Nick-s-Modded-KAVO-Lib/main/Nick'sModdedKavoLib.lua"))()
  2.  
  3. local Window = Library.CreateLib("public bathroom simulator", "LightTheme")
  4.  
  5. local Tab = Window:NewTab("funny shit")
  6.  
  7. local Section = Tab:NewSection("uhh")
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. ScreenGui.Name = "ScreenGui"
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ResetOnSpawn = false
  13.  
  14. local Toggle = Instance.new("TextButton")
  15. Toggle.Name = "Toggle"
  16. Toggle.Parent = ScreenGui
  17. Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  18. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  19. Toggle.Size = UDim2.new(0, 90, 0, 38)
  20. Toggle.Font = Enum.Font.SourceSans
  21. Toggle.Text = "Toggle"
  22. Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
  23. Toggle.TextSize = 28.000
  24. Toggle.Draggable = true
  25. Toggle.MouseButton1Click:connect(function()
  26. Library:ToggleUI()
  27. end)
  28.  
  29. local Corner = Instance.new("UICorner")
  30. Corner.Name = "Corner"
  31. Corner.Parent = Toggle
  32.  
  33.  
  34.  
  35. Section:NewButton("give 1k orange candys", "ButtonInfo",
  36. function()
  37. loadstring(game:HttpGet("https://pastebin.com/raw/xF2GrAhM"))()
  38. print("Clicked")
  39. end)
  40. Section:NewButton("grip tool gui", "ButtonInfo",
  41. function()
  42. loadstring(game:HttpGet("https://pastebin.com/raw/z6UmQaqN"))()
  43. print("Clicked")
  44. end)
  45. Section:NewButton("activate all toilets and all blow driers", "ButtonInfo",
  46. function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/qTssTFWs"))()
  48. print("Clicked")
  49. end)
  50. Section:NewButton("activate all toygun", "ButtonInfo",
  51. function()
  52. loadstring(game:HttpGet("https://pastebin.com/raw/FfiEXtuH"))()
  53. print("Clicked")
  54. end)
  55. Section:NewButton("loop activate all toilets and blow driers", "ButtonInfo",
  56. function()
  57. loadstring(game:HttpGet("https://pastebin.com/raw/m5QdzKhq"))()
  58. print("Clicked")
  59. end)
  60. Section:NewButton("tp outside map", "ButtonInfo",
  61. function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/ikNUiQX1"))()
  63. print("Clicked")
  64. end)
  65. Section:NewButton("tooldraw", "ButtonInfo",
  66. function()
  67. loadstring(game:HttpGet("https://raw.githubusercontent.com/Affexter/Programs/refs/heads/main/scripts/tooldrawFE.lua"))()
  68. print("Clicked")
  69. end)
Advertisement
Add Comment
Please, Sign In to add comment