wait(0.1) game.StarterGui:SetCore("SendNotification", { Title = "تم التفعيل"; Text = "تم تفعيل السكربت "; -- ARAB TEAM -- Duration = 5; }) local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Hell", "DarkTheme") local Tab = Window:NewTab("Farm") Section:NewButton("level", "level farm", function() print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))() end) local Tab = Window:NewTab("تلفيل") local Section = Tab:NewSection("لفل فارم") Section:NewSlider("سرعة", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) Section:NewSlider("نط", "نط الشخصية", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue) game.Players.LocalPlayer.Character.Humanoid.jumbPower = s end) - - ARAB TEAM - -