Advertisement
This is comment for paste
Untitled
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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("فيصل", "BloodTheme")
- local Tab = Window:NewTab("سكربت طيران")
- local Section = Tab:NewSection("مسطول") Section:NewButton("سكربت", "Rob wmyo7", function()
- print("Clicked") loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-fly-gui-by-adam-R2-37922"))()
- end)
- local Tab = Window:NewTab("تحكم بالشخصيه")
- local Section = Tab:NewSection("تحكم بالشخصيه")
- Section:NewSlider("سرعه", "سرعت شخصيه", 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.WalkSpeed = s
- end)--ARAB TEAM--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement