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://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("سكربت جامد", "BloodTheme")
- local Tab = Window:NewTab("طيران")
- local Section = Tab:NewSection("سكربت طيران")
- Section:NewButton("ButtonText", "ButtonInfo", function()
- print("Clicked")loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
- end)
- local Tab = Window:NewTab("سرعه")
- local Section = Tab:NewSection("سرعه")
- Section:NewSlider("SliderText", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- local Tab = Window:NewTab("هيدبوكس")
- local Section = Tab:NewSection("hetbox")
- Section:NewButton("ButtonText", "ButtonInfo", function()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement