Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
- local window = PabloLib:Create(
- "My Snowball Hub", -- Name here.
- "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
- "p" -- You can put any keybind here to open close.
- )
- local tab1 = window:CreateTab("My Snowball")
- tab1:CreateTextbox("Speed", function(a)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
- print(a)
- end)
- tab1:CreateButton("Auto walk", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mHv6Qfyr"))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Troll")
- tab1:CreateButton("fling all", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))()
- print("Hello World")
- end)
- tab1:CreateButton("night", function()
- game.Lighting:SetMinutesAfterMidnight(0)
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Credit")
- tab1:CreateLabel("By NeverGonnaGiveUpLo4")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement