Advertisement
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("سكربت", "سكربت هو هاك", function()
- print("Clicked")loadstring(game:HttpGet("https://github.com/usernaxo/RobloxScripts/raw/main/StarvingArtists/DrawingScript.lua", true))()
- end)
- local Window = Library.CreateLib("تحكم ب شخصية", "BloodTheme")
- local Tab = Window:NewTab("تحكم ب شخصية")
- 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.jumpPower = s
- end)--ARAB TEAM--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement