Advertisement
Nawafop890
May 6th, 2025
9
-1
Never
This is comment for paste Untitled
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(0.1)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "تم تفعيل";
  4. Text = "تم تفعيل"; -- ARAB TEAM
  5. Duration = 5;
  6. })
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  14. local Window = Library.CreateLib("فيصل", "BloodTheme")
  15. local Tab = Window:NewTab("سكربت طيران")
  16. local Section = Tab:NewSection("مسطول") Section:NewButton("سكربت", "Rob wmyo7", function()
  17. print("Clicked") loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-fly-gui-by-adam-R2-37922"))()
  18. end)
  19.  
  20.  
  21. local Tab = Window:NewTab("تحكم بالشخصيه")
  22. local Section = Tab:NewSection("تحكم بالشخصيه")
  23.  
  24.  
  25. Section:NewSlider("سرعه", "سرعت شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  26. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  27. end)
  28.  
  29.  
  30. Section:NewSlider("نط", "نط شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  31. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  32. end)--ARAB TEAM--
  33.  
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement