Advertisement
Mhammed_2013

طلب 3

Sep 20th, 2023 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "ايم بوت", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  2.  
  3. --[[
  4. Name = <string> - The name of the UI.
  5. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  6. SaveConfig = <bool> - Toggles the config saving in the UI.
  7. ConfigFolder = <string> - The name of the folder where the configs are saved.
  8. IntroEnabled = <bool> - Whether or not to show the intro animation.
  9. IntroText = <string> - Text to show in the intro animation.
  10. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  11. Icon = <string> - URL to the image you want displayed on the window.
  12. CloseCallback = <function> - Function to execute when the window is closed.
  13. ]]local Tab = Window:MakeTab({
  14. Name = "قائمة الايم بوت",
  15. Icon = "rbxassetid://4483345998",
  16. PremiumOnly = false
  17. })
  18.  
  19. --[[
  20. Name = <string> - The name of the tab.
  21. Icon = <string> - The icon of the tab.
  22. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  23. ]]Tab:AddButton({
  24. Name = "ايم بوت",
  25. Callback = function()
  26. print("button pressed")loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\65\99\117\114\97\88\48\52\57\47\111\98\102\117\115\99\97\116\101\100\83\99\114\105\112\116\115\47\109\97\105\110\47\75\105\108\108\71\117\105\34\41\41\40\41\10")()
  27. end
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the button.
  32. Callback = <function> - The function of the button.
  33. ]]Tab:AddButton({
  34. Name = "حروب",
  35. Callback = function()
  36. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/main/scripthusenidanacronaldo.lua"))()
  37. end
  38. })
  39.  
  40. --[[
  41. Name = <string> - The name of the button.
  42. Callback = <function> - The function of the button.
  43. ]]Tab:AddButton({
  44. Name = "ادمن",
  45. Callback = function()
  46. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
  47. end
  48. })
  49.  
  50. --[[
  51. Name = <string> - The name of the button.
  52. Callback = <function> - The function of the button.
  53. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement