Advertisement
NATCHERMONOXIDE

ARCEUS X GUI (ANOTHERS EXECUTOR REQUIRE)

Oct 19th, 2024
55
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2. local window = PabloLib:Create(
  3. "Arceus x (time inf% ------------)", -- 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("SPDM TEAM /:/")
  9. tab1:CreateLabel("Add a feedback to support SPDM TEAM.")
  10. tab1:CreateTextbox("Add feedback", function(a)
  11. tab1:CreateWarning("Thx to support")
  12. wait(2)
  13. warning:delete()
  14. print(a)
  15. end)
  16. local tab1 = window:CreateTab("Executor time")
  17. tab1:CreateLabel("inf% -------------")
  18. local tab1 = window:CreateTab("changing")
  19. tab1:CreateTextbox("Speed", function(a)
  20. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
  21. print(a)
  22. end)
  23. tab1:CreateTextbox("JumpPower", function(a)
  24. game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
  25. print(a)
  26. end)
  27. tab1:CreateTextbox("Gravity", function(a)
  28. game.Players.LocalPlayer.Character.Humanoid.Gravity = a
  29. print(a)
  30. end)
  31. local tab1 = window:CreateTab("Executor </>")
  32. tab1:CreateTextbox("Paste the script here", function(a)
  33. tab1:CreateWarning("error occurred")
  34. wait(2)
  35. warning:Delete()
  36. print(a)
  37. end)
  38. local tab1 = window:CreateTab("Script library")
  39. tab1:CreateButton("Create🔨", function()
  40. tab1:CreateWarning("📜Script.lua")
  41. print("Hello World")
  42. end)
  43. tab1:CreateButton("Create folder 📁", function()
  44. tab1:CreateWarning("Folder 📁")
  45. print("Hello World")
  46. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement