This is comment for paste
Untitled
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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("سكربت", "سكربت هو هاك", function()
- print("Clicked")local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- end)
- Section:NewSlider("0 ٫500", "سعره الشخصيه", سرعه, 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)
Advertisement
Add Comment
Please, Sign In to add comment