Advertisement
NATCHERMONOXIDE

SERT TEAM EXECUTOR

Oct 19th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2. local window = PabloLib:Create(
  3. "EXRT Executor", -- Name here.
  4. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  5. "p" -- You can put any keybind here to open close.
  6. )
  7. local tab1 = window:CreateTab("home")
  8. tab1:CreateLabel("thank for supporting SERT TEAM ❤️")
  9. tab1:CreateLabel("A event started ! join the event to get 25 credits or 2500 robux 💰!")
  10. tab1:CreateLabel("----------------------------------")
  11. tab1:CreateLabel("thank to him for using the executor!")
  12. tab1:CreateLabel("Kreekcraft")
  13. tab1:CreateLabel("Notpaki")
  14. tab1:CreateLabel("F3M")
  15. local tab1 = window:CreateTab("Admin command")
  16. tab1:CreateButton("Infinite yield", function()
  17. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  18. print("Hello World")
  19. end)
  20. local tab1 = window:CreateTab("Speed jumppower ect.")
  21. tab1:CreateTextbox("Speed", function(a)
  22. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
  23. print(a)
  24. end)
  25. tab1:CreateTextbox("JumpPower", function(a)
  26. game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
  27. print(a)
  28. end)
  29. tab1:CreateTextbox("Gravity", function(a)
  30. game.Players.LocalPlayer.Character.Humanoid.Gravity = a
  31. print(a)
  32. end)
  33. local tab1 = window:CreateTab("Executor </>")
  34. tab1:CreateTextbox("Execute from here", function(a)
  35. print(a)
  36. end)
  37. tab1:CreateButton("Execute", function()
  38. print("Hello World")
  39. end)
  40. tab1:CreateButton("Create script", function()
  41. print("Hello World")
  42. end)
  43. tab1:CreateLabel("Sorry the executor has been patched :(")
  44. local tab1 = window:CreateTab("Cloud ☁️")
  45. tab1:CreateTextbox("Search", function(a)
  46. print(a)
  47. end)
  48. tab1:CreateButton("Search", function()
  49. tab1:CreateWarning("Nothing found of your search.")
  50. print("Hello World")
  51. end)
  52. local tab1 = window:CreateTab("Support")
  53. tab1:CreateLabel("thank for supporting SERT TEAM❤️")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement