Yingyang005

Premium Panel

Jan 20th, 2025 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. -- Chargement d'OrionLib
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  3.  
  4. -- Création de la fenêtre principale
  5. local Window = OrionLib:MakeWindow({Name = "PremiumPanel|YIN HUB", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionConfig"})
  6.  
  7. -- Création d'un onglet
  8. local Tab = Window:MakeTab({
  9. Name = "Scripts",
  10. Icon = "rbxassetid://4483345998",
  11. PremiumOnly = false
  12. })
  13.  
  14. -- Ajout de boutons
  15. Tab:AddButton({
  16. Name = "Souls Merge Tycoon",
  17. Callback = function()
  18. loadstring(game:HttpGet("https://pastebin.com/raw/qZjU5WCX"))()
  19. end
  20. })
  21.  
  22. Tab:AddButton({
  23. Name = "Bladers Rebirth",
  24. Callback = function()
  25. loadstring(game:HttpGet("https://pastebin.com/raw/3QaJnteR"))()
  26. end
  27. })
  28.  
  29. Tab:AddButton({
  30. Name = "Taxi Boss",
  31. Callback = function()
  32. loadstring(game:HttpGet('https://pastebin.com/raw/0UZKNehs'))()
  33. end
  34. })
  35.  
  36. Tab:AddButton({
  37. Name = "Souls Tycoon pc",
  38. Callback = function()
  39. loadstring(game:HttpGet("https://pastebin.com/raw/PLtzF3B5"))()
  40. end
  41. })
  42.  
  43. Tab:AddButton({
  44. Name = "Souls Tycoon mobile",
  45. Callback = function()
  46. loadstring(game:HttpGet("https://pastebin.com/raw/r5P8XY7k"))()
  47. end
  48. })
  49.  
  50. Tab:AddButton({
  51. Name = "Dragon Blox (in dev)",
  52. Callback = function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/ti3XRv1v"))()
  54. end
  55. })
  56.  
  57. -- Initialisation de l'interface
  58. OrionLib:Init()
  59.  
Advertisement
Add Comment
Please, Sign In to add comment