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://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- 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.jumpPower = s
- end) --ARAB TEAM--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement