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;
- })
- 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("سكربت طيران تجربه", "Synapse")
- local Tab = Window:NewTab("سكربت بداية قوي")
- local Section = Tab:NewSection("سكربت طيران تجربه للتسليك")
- Section:NewButton("سكربت طيران", "سكربت هو هاك", function()
- print("Clicked")loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()
- 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) --RX ARAB TEAM --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement