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 OLD VERSION", -- 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("Key system statut: Perfect")
- tab1:CreateLabel("β°οΈ time left 23h 59m")
- local tab1 = window:CreateTab("Executor")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
- tab1:CreateTextbox("Put here", function(a)
- print(a)
- end)
- tab1:CreateButton("Execute", function()
- tab1:CreateWarning("Cannot executed.")
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Script hub")
- tab1:CreateButton("π+", function()
- tab1:CreateWarning("πScript.lua")
- print("Hello World")
- end)
- local tab1 = window:CreateTab("π¦ Guest X")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
- tab1:CreateLabel("Your account")
- local tab1 = window:CreateTab("Hacks hub")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
- tab1:CreateLabel("movement hack")
- 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:CreateLabel("Others hack")
- tab1:CreateButton("Btools", function()
- loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
- print("Hello World")
- end)
- tab1:CreateButton("DEX explorer", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/dex2.0", true))()
- print("Hello World")
- end)
- tab1:CreateButton("Infinite yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Setting")
- tab1:CreateButton("Close", function()
- PabloLib:Close()
- print("Hello World")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement