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(
- "Arceus x (time inf% ------------)", -- 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("Home")
- tab1:CreateLabel("SPDM TEAM /:/")
- tab1:CreateLabel("Add a feedback to support SPDM TEAM.")
- tab1:CreateTextbox("Add feedback", function(a)
- tab1:CreateWarning("Thx to support")
- wait(2)
- warning:delete()
- print(a)
- end)
- local tab1 = window:CreateTab("Executor time")
- tab1:CreateLabel("inf% -------------")
- local tab1 = window:CreateTab("changing")
- tab1:CreateTextbox("Speed", function(a)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
- print(a)
- end)
- tab1:CreateTextbox("JumpPower", function(a)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
- print(a)
- end)
- tab1:CreateTextbox("Gravity", function(a)
- game.Players.LocalPlayer.Character.Humanoid.Gravity = a
- print(a)
- end)
- local tab1 = window:CreateTab("Executor </>")
- tab1:CreateTextbox("Paste the script here", function(a)
- tab1:CreateWarning("error occurred")
- wait(2)
- warning:Delete()
- print(a)
- end)
- local tab1 = window:CreateTab("Script library")
- tab1:CreateButton("Create🔨", function()
- tab1:CreateWarning("📜Script.lua")
- print("Hello World")
- end)
- tab1:CreateButton("Create folder 📁", function()
- tab1:CreateWarning("Folder 📁")
- print("Hello World")
- end)
Advertisement
Advertisement