Advertisement
ARY106_7

Untitled

Mar 9th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. wait(0.1)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "تم تفعيل";
  4. Text = "تم تشغيل السكربت بنجاح"; -- ARAB TEAM
  5. Duration = 5;
  6. })
  7.  
  8.  
  9. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  10. local Window = Library.CreateLib("سكربت العرب", "BloodTheme")
  11. local Tab = Window:NewTab("كل شي انت تحتاجه في السكربت العربي")
  12. local Section = Tab:NewSection("تجربة نشوف رايكم عن السكربت")
  13. Section:NewButton("سكربت بلوكس فروت رهيب", "سكربت هو هاك", function()
  14. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))()
  15. end)
  16. Section:NewButton("سكربت فيه شوي سكربتات", "سكربت هو هاك", function()
  17. print("Clicked")loadstring(game:HttpGet("https://pastebin.com/raw/DkTTgPtA"))()
  18. end)
  19. Section:NewButton("سكربت فيه كثير سكربتات", "سكربت هو هاك", function()
  20. print("Clicked")
  21. end)
  22.  
  23.  
  24. local Tab = Window:NewTab("التحكم ب الشخصيه")
  25. local Section = Tab:NewSection("مكان التحكم في شخصيتك و السكربتات العربية و الانجليزية")
  26. Section:NewSlider("سرعه", "سرعت الشخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  27. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  28. end)
  29.  
  30.  
  31. Section:NewSlider("نط", "نط الشخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  32. game.Players.LocalPlayer.Character.Humanoid.jumpPower = s
  33. end)
  34. Section:NewToggle("تشغيل السكربتات والسرعه و النط", "تشغيل", function(state)
  35. if state then
  36. print("Toggle On")
  37. else
  38. print("Toggle Off")
  39. end
  40. end)
  41. Section:NewKeybind("مفاح السكربت قعد يتصلاح", "KeybindInfo", Enum.KeyCode.F, function()
  42. print("ZXCV1077")
  43. end)
  44. Section:NewKeybind("RX 107", "KeybindInfo", Enum.KeyCode.F, function()
  45. Library:ToggleUI()
  46. end)
  47. label:UpdateLabel("الرابط")
  48. Section:NewButton("سكربت طيران", "سكربت هو هاك", function()
  49. print("Clicked")--ARCEUS X FLY V2
  50. 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\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  51. end)
  52. Section:NewButton("سكربت تخريب ايس هوب", "سكربت هو هاك", function()
  53. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/Ice..."))()
  54. end)
  55. Section:NewButton("سكربت بلوكس فروت ميراج", "سكربت هو هاك", function()
  56. print("Clicked")loadstring(game:HttpGet('https://raw.githubusercontent.com/ZoiIntra/Dec/main/mystichub'))()
  57. end)
  58. Section:NewButton("سكربت بلوكس فروت تلفيل", "سكربت هو هاك", function()
  59. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
  60. end)
  61. Section:NewButton("سكربت بلوكس فروت تلفيل يجمعلك فلوس كثير", "سكربت هو هاك", function()
  62. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
  63. end)
  64. Section:NewDropdown("DropdownText", "DropdownInf", {"Option 1", "Option 2", "Option 3"}, function(currentOption)
  65. print(تحت التصليح)
  66. end)
  67. for theme, color in pairs(themes) do
  68. Section:NewColorPicker(theme, "Change your "..theme, color, function(color3)
  69. Library:ChangeColor(theme, color3)
  70. end)
  71. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement