Advertisement
NATCHERMONOXIDE

Untitled

Oct 24th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 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 OLD VERSION", -- 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("Key system statut: Perfect")
  9. tab1:CreateLabel("⏰️ time left 23h 59m")
  10. local tab1 = window:CreateTab("Executor")
  11. tab1:CreateButton("Close", function()
  12. PabloLib:Close()
  13. print("Hello World")
  14. end)
  15. tab1:CreateTextbox("Put here", function(a)
  16. print(a)
  17. end)
  18. tab1:CreateButton("Execute", function()
  19. tab1:CreateWarning("Cannot executed.")
  20. print("Hello World")
  21. end)
  22. local tab1 = window:CreateTab("Script hub")
  23. tab1:CreateButton("πŸ“œ+", function()
  24. tab1:CreateWarning("πŸ“œScript.lua")
  25. print("Hello World")
  26. end)
  27. local tab1 = window:CreateTab("πŸ‘¦ Guest X")
  28. tab1:CreateButton("Close", function()
  29. PabloLib:Close()
  30. print("Hello World")
  31. end)
  32. tab1:CreateLabel("Your account")
  33. local tab1 = window:CreateTab("Hacks hub")
  34. tab1:CreateButton("Close", function()
  35. PabloLib:Close()
  36. print("Hello World")
  37. end)
  38. tab1:CreateLabel("movement hack")
  39. tab1:CreateTextbox("Speed", function(a)
  40. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = a
  41. print(a)
  42. end)
  43. tab1:CreateTextbox("JumpPower", function(a)
  44. game.Players.LocalPlayer.Character.Humanoid.JumpPower= a
  45. print(a)
  46. end)
  47. tab1:CreateLabel("Others hack")
  48. tab1:CreateButton("Btools", function()
  49. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
  50. print("Hello World")
  51. end)
  52. tab1:CreateButton("DEX explorer", function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/MariyaFurmanova/Library/main/dex2.0", true))()
  54. print("Hello World")
  55. end)
  56. tab1:CreateButton("Infinite yield", function()
  57. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  58. print("Hello World")
  59. end)
  60. local tab1 = window:CreateTab("Setting")
  61. tab1:CreateButton("Close", function()
  62. PabloLib:Close()
  63. print("Hello World")
  64. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement