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(
- "EXRT Executor", -- 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("thank for supporting SERT TEAM ❤️")
- tab1:CreateLabel("A event started ! join the event to get 25 credits or 2500 robux 💰!")
- tab1:CreateLabel("----------------------------------")
- tab1:CreateLabel("thank to him for using the executor!")
- tab1:CreateLabel("Kreekcraft")
- tab1:CreateLabel("Notpaki")
- tab1:CreateLabel("F3M")
- local tab1 = window:CreateTab("Admin command")
- tab1:CreateButton("Infinite yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Speed jumppower ect.")
- 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("Execute from here", function(a)
- print(a)
- end)
- tab1:CreateButton("Execute", function()
- print("Hello World")
- end)
- tab1:CreateButton("Create script", function()
- print("Hello World")
- end)
- tab1:CreateLabel("Sorry the executor has been patched :(")
- local tab1 = window:CreateTab("Cloud ☁️")
- tab1:CreateTextbox("Search", function(a)
- print(a)
- end)
- tab1:CreateButton("Search", function()
- tab1:CreateWarning("Nothing found of your search.")
- print("Hello World")
- end)
- local tab1 = window:CreateTab("Support")
- tab1:CreateLabel("thank for supporting SERT TEAM❤️")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement