Advertisement
Sad43

Untitled

Jul 18th, 2025 (edited)
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.25 KB | None | 0 0
  1. wait(0.1)
  2.  
  3. game.StarterGui:SetCore("SendNotification",
  4.  
  5. {
  6.  
  7. Title = "منور السكربت";
  8.  
  9. Text = "تم تشغيل سكربت grow a garden"; --ARAB TEAM—-
  10.  
  11. Duration = 5;
  12.  
  13. })
  14.  
  15.  
  16.  
  17.  
  18. – استخدام OrionLib بدلاً من Kavo (أكثر استقراراً)local OrionLib = loadstring(game:HttpGet((‘https://raw.githubusercontent.com/shlexware/Orion/main/source’)))()
  19.  
  20. local Window = OrionLib:MakeWindow({
  21. Name = “Pet Randomizer ✨”,
  22. HidePremium = false,
  23. SaveConfig = true,
  24. ConfigFolder = “PetRandomizer”
  25. })
  26.  
  27. – متغيرات لحفظ الحالة
  28. local ESPEnabled = false
  29. local AutoRandomizeEnabled = false
  30. local isRandomizing = false
  31.  
  32. – إنشاء التابات
  33. local MainTab = Window:MakeTab({
  34. Name = “🐾 Pet Randomizer”,
  35. Icon = “rbxassetid://4483345998,
  36. PremiumOnly = false
  37. })
  38.  
  39. local ExtraTab = Window:MakeTab({
  40. Name = “⚡ Extra Commands”,
  41. Icon = “rbxassetid://4483345998,
  42. PremiumOnly = false
  43. })
  44.  
  45. local ToolsTab = Window:MakeTab({
  46. Name = “🛠️ Tools”,
  47. Icon = “rbxassetid://4483345998,
  48. PremiumOnly = false
  49. })
  50.  
  51. – الأزرار الرئيسية
  52. MainTab:AddButton({
  53. Name = “🎲 Randomize Pets”,
  54. Callback = function()
  55. if not isRandomizing then
  56. isRandomizing = true
  57. OrionLib:MakeNotification({
  58. Name = “Pet Randomizer”,
  59. Content = “🎲 تحميل كود التعشيق…”,
  60. Image = “rbxassetid://4483345998,
  61. Time = 3
  62. })
  63.  
  64. ```
  65.         local success, error = pcall(function()
  66.             loadstring(game:HttpGet("https://pastebin.com/raw/F1ysey6i"))()
  67.         end)
  68.        
  69.         if success then
  70.             OrionLib:MakeNotification({
  71.                 Name = "Pet Randomizer",
  72.                 Content = "✅ تم تعشيق الحيوانات الأليفة!",
  73.                 Image = "rbxassetid://4483345998",
  74.                 Time = 3
  75.             })
  76.         else
  77.             OrionLib:MakeNotification({
  78.                 Name = "Pet Randomizer",
  79.                 Content = "❌ خطأ في تحميل كود التعشيق",
  80.                 Image = "rbxassetid://4483345998",
  81.                 Time = 3
  82.             })
  83.         end
  84.        
  85.         wait(3)
  86.         isRandomizing = false
  87.     else
  88.         OrionLib:MakeNotification({
  89.             Name = "Pet Randomizer",
  90.             Content = "⏳ جاري التعشيق، انتظر من فضلك...",
  91.             Image = "rbxassetid://4483345998",
  92.             Time = 2
  93.         })
  94.     end
  95. end    
  96. ```
  97.  
  98. })
  99.  
  100. – تبديل ESP
  101. MainTab:AddToggle({
  102. Name = “👁️ ESP”,
  103. Default = false,
  104. Callback = function(Value)
  105. ESPEnabled = Value
  106.  
  107. ```
  108.     if ESPEnabled then
  109.         OrionLib:MakeNotification({
  110.             Name = "Pet Randomizer",
  111.             Content = "👁️ تحميل كود ESP...",
  112.             Image = "rbxassetid://4483345998",
  113.             Time = 2
  114.         })
  115.        
  116.         local success, error = pcall(function()
  117.             loadstring(game:HttpGet("https://pastebin.com/raw/hWdyFZM6"))()
  118.         end)
  119.        
  120.         if success then
  121.             OrionLib:MakeNotification({
  122.                 Name = "Pet Randomizer",
  123.                 Content = "✅ ESP مفعل!",
  124.                 Image = "rbxassetid://4483345998",
  125.                 Time = 2
  126.             })
  127.         else
  128.             OrionLib:MakeNotification({
  129.                 Name = "Pet Randomizer",
  130.                 Content = "❌ خطأ في تحميل ESP",
  131.                 Image = "rbxassetid://4483345998",
  132.                 Time = 2
  133.             })
  134.         end
  135.     else
  136.         OrionLib:MakeNotification({
  137.             Name = "Pet Randomizer",
  138.             Content = "👁️ تم إيقاف ESP",
  139.             Image = "rbxassetid://4483345998",
  140.             Time = 2
  141.         })
  142.         pcall(function()
  143.             loadstring(game:HttpGet("https://pastebin.com/raw/BdyZvZ6Q"))()
  144.         end)
  145.     end
  146. end    
  147. ```
  148.  
  149. })
  150.  
  151. – تبديل Auto Randomize
  152. MainTab:AddToggle({
  153. Name = “🔄 Auto Randomize”,
  154. Default = false,
  155. Callback = function(Value)
  156. AutoRandomizeEnabled = Value
  157.  
  158. ```
  159.     if AutoRandomizeEnabled then
  160.         OrionLib:MakeNotification({
  161.             Name = "Pet Randomizer",
  162.             Content = "🔄 تحميل كود التعشيق التلقائي...",
  163.             Image = "rbxassetid://4483345998",
  164.             Time = 2
  165.         })
  166.        
  167.         local success, error = pcall(function()
  168.             loadstring(game:HttpGet("https://pastebin.com/raw/kR20JsBe"))()
  169.         end)
  170.        
  171.         if success then
  172.             OrionLib:MakeNotification({
  173.                 Name = "Pet Randomizer",
  174.                 Content = "✅ التعشيق التلقائي مفعل!",
  175.                 Image = "rbxassetid://4483345998",
  176.                 Time = 2
  177.             })
  178.         else
  179.             OrionLib:MakeNotification({
  180.                 Name = "Pet Randomizer",
  181.                 Content = "❌ خطأ في تحميل التعشيق التلقائي",
  182.                 Image = "rbxassetid://4483345998",
  183.                 Time = 2
  184.             })
  185.         end
  186.     else
  187.         OrionLib:MakeNotification({
  188.             Name = "Pet Randomizer",
  189.             Content = "🔄 تم إيقاف التعشيق التلقائي",
  190.             Image = "rbxassetid://4483345998",
  191.             Time = 2
  192.         })
  193.         pcall(function()
  194.             loadstring(game:HttpGet("https://pastebin.com/raw/038rDdwi"))()
  195.         end)
  196.     end
  197. end    
  198. ```
  199.  
  200. })
  201.  
  202. – الأوامر الإضافية
  203. ExtraTab:AddButton({
  204. Name = “🔄 Collect All Pets”,
  205. Callback = function()
  206. OrionLib:MakeNotification({
  207. Name = “Pet Randomizer”,
  208. Content = “🔄 تحميل كود جمع الحيوانات الأليفة…”,
  209. Image = “rbxassetid://4483345998,
  210. Time = 2
  211. })
  212.  
  213. ```
  214.     local success, error = pcall(function()
  215.         loadstring(game:HttpGet("https://pastebin.com/raw/T02Uw1Si"))()
  216.     end)
  217.    
  218.     if success then
  219.         OrionLib:MakeNotification({
  220.             Name = "Pet Randomizer",
  221.             Content = "✅ تم جمع جميع الحيوانات الأليفة!",
  222.             Image = "rbxassetid://4483345998",
  223.             Time = 2
  224.         })
  225.     else
  226.         OrionLib:MakeNotification({
  227.             Name = "Pet Randomizer",
  228.             Content = "❌ خطأ في تحميل كود الجمع",
  229.             Image = "rbxassetid://4483345998",
  230.             Time = 2
  231.         })
  232.     end
  233. end    
  234. ```
  235.  
  236. })
  237.  
  238. ExtraTab:AddButton({
  239. Name = “🚀 Release All Pets”,
  240. Callback = function()
  241. OrionLib:MakeNotification({
  242. Name = “Pet Randomizer”,
  243. Content = “🚀 تحميل كود إطلاق الحيوانات الأليفة…”,
  244. Image = “rbxassetid://4483345998,
  245. Time = 2
  246. })
  247.  
  248. ```
  249.     local success, error = pcall(function()
  250.         loadstring(game:HttpGet("https://pastebin.com/raw/DPPBTbvu"))()
  251.     end)
  252.    
  253.     if success then
  254.         OrionLib:MakeNotification({
  255.             Name = "Pet Randomizer",
  256.             Content = "✅ تم إطلاق جميع الحيوانات الأليفة!",
  257.             Image = "rbxassetid://4483345998",
  258.             Time = 2
  259.         })
  260.     else
  261.         OrionLib:MakeNotification({
  262.             Name = "Pet Randomizer",
  263.             Content = "❌ خطأ في تحميل كود الإطلاق",
  264.             Image = "rbxassetid://4483345998",
  265.             Time = 2
  266.         })
  267.     end
  268. end    
  269. ```
  270.  
  271. })
  272.  
  273. ExtraTab:AddButton({
  274. Name = “⚡ Speed Pets”,
  275. Callback = function()
  276. OrionLib:MakeNotification({
  277. Name = “Pet Randomizer”,
  278. Content = “⚡ تحميل كود تسريع الحيوانات الأليفة…”,
  279. Image = “rbxassetid://4483345998,
  280. Time = 2
  281. })
  282.  
  283. ```
  284.     local success, error = pcall(function()
  285.         loadstring(game:HttpGet("https://pastebin.com/raw/yKvFdq72"))()
  286.     end)
  287.    
  288.     if success then
  289.         OrionLib:MakeNotification({
  290.             Name = "Pet Randomizer",
  291.             Content = "✅ تم تسريع الحيوانات الأليفة!",
  292.             Image = "rbxassetid://4483345998",
  293.             Time = 2
  294.         })
  295.     else
  296.         OrionLib:MakeNotification({
  297.             Name = "Pet Randomizer",
  298.             Content = "❌ خطأ في تحميل كود التسريع",
  299.             Image = "rbxassetid://4483345998",
  300.             Time = 2
  301.         })
  302.     end
  303. end    
  304. ```
  305.  
  306. })
  307.  
  308. ExtraTab:AddButton({
  309. Name = “🔍 Big Pets”,
  310. Callback = function()
  311. OrionLib:MakeNotification({
  312. Name = “Pet Randomizer”,
  313. Content = “🔍 تحميل كود تكبير الحيوانات الأليفة…”,
  314. Image = “rbxassetid://4483345998,
  315. Time = 2
  316. })
  317.  
  318. ```
  319.     local success, error = pcall(function()
  320.         loadstring(game:HttpGet("https://pastebin.com/raw/pQ7Teekc"))()
  321.     end)
  322.    
  323.     if success then
  324.         OrionLib:MakeNotification({
  325.             Name = "Pet Randomizer",
  326.             Content = "✅ تم تكبير الحيوانات الأليفة!",
  327.             Image = "rbxassetid://4483345998",
  328.             Time = 2
  329.         })
  330.     else
  331.         OrionLib:MakeNotification({
  332.             Name = "Pet Randomizer",
  333.             Content = "❌ خطأ في تحميل كود التكبير",
  334.             Image = "rbxassetid://4483345998",
  335.             Time = 2
  336.         })
  337.     end
  338. end    
  339. ```
  340.  
  341. })
  342.  
  343. – الأدوات
  344. ToolsTab:AddButton({
  345. Name = “🎒 Open Pet Inventory”,
  346. Callback = function()
  347. OrionLib:MakeNotification({
  348. Name = “Pet Randomizer”,
  349. Content = “🎒 تحميل كود فتح المخزن…”,
  350. Image = “rbxassetid://4483345998,
  351. Time = 2
  352. })
  353.  
  354. ```
  355.     local success, error = pcall(function()
  356.         loadstring(game:HttpGet("https://pastebin.com/raw/zWJpSHd8"))()
  357.     end)
  358.    
  359.     if success then
  360.         OrionLib:MakeNotification({
  361.             Name = "Pet Randomizer",
  362.             Content = "✅ تم فتح مخزن الحيوانات الأليفة!",
  363.             Image = "rbxassetid://4483345998",
  364.             Time = 2
  365.         })
  366.     else
  367.         OrionLib:MakeNotification({
  368.             Name = "Pet Randomizer",
  369.             Content = "❌ خطأ في تحميل كود المخزن",
  370.             Image = "rbxassetid://4483345998",
  371.             Time = 2
  372.         })
  373.     end
  374. end    
  375. ```
  376.  
  377. })
  378.  
  379. ToolsTab:AddButton({
  380. Name = “📍 Teleport to Pet Zone”,
  381. Callback = function()
  382. OrionLib:MakeNotification({
  383. Name = “Pet Randomizer”,
  384. Content = “📍 تحميل كود التليبورت…”,
  385. Image = “rbxassetid://4483345998,
  386. Time = 2
  387. })
  388.  
  389. ```
  390.     local success, error = pcall(function()
  391.         loadstring(game:HttpGet("https://pastebin.com/raw/MG6VX0Y4"))()
  392.     end)
  393.    
  394.     if success then
  395.         OrionLib:MakeNotification({
  396.             Name = "Pet Randomizer",
  397.             Content = "✅ تم التليبورت إلى منطقة الحيوانات الأليفة!",
  398.             Image = "rbxassetid://4483345998",
  399.             Time = 2
  400.         })
  401.     else
  402.         OrionLib:MakeNotification({
  403.             Name = "Pet Randomizer",
  404.             Content = "❌ خطأ في تحميل كود التليبورت",
  405.             Image = "rbxassetid://4483345998",
  406.             Time = 2
  407.         })
  408.     end
  409. end    
  410. ```
  411.  
  412. })
  413.  
  414. – إنهاء التحميل
  415. OrionLib:MakeNotification({
  416. Name = “Pet Randomizer”,
  417. Content = “🎉 تم تحميل Pet Randomizer بنجاح!”,
  418. Image = “rbxassetid://4483345998,
  419. Time = 3
  420. })
  421.  
  422. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement