Advertisement
ZX7

Untitled

ZX7
May 14th, 2023
4,648
3
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 4 1
  1. wait(0.1)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "";
  4. Text = ""; -- ARAB TEAM
  5. Duration = 5;
  6. })
Advertisement
Comments
  • Ssaad1231231
    1 year
    # Bash 0.01 KB | 0 0
    1. Shssss
  • Nawafop890
    43 days
    # text 1.12 KB | 0 1
    1. wait(0.1)
    2. game.StarterGui:SetCore("SendNotification", {
    3. Title = "تم تفعيل";
    4. Text = "تم تفعيل"; -- ARAB TEAM
    5. Duration = 5;
    6. })
    7.  
    8.  
    9.  
    10.  
    11.  
    12.  
    13. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
    14. local Window = Library.CreateLib("فيصل", "BloodTheme")
    15. local Tab = Window:NewTab("سكربت طيران")
    16. local Section = Tab:NewSection("مسطول") Section:NewButton("سكربت", "Rob wmyo7", function()
    17. print("Clicked") loadstring(game:HttpGet("https://rawscripts.net/raw/Brookhaven-RP-fly-gui-by-adam-R2-37922"))()
    18. end)
    19.  
    20.  
    21. local Tab = Window:NewTab("تحكم بالشخصيه")
    22. local Section = Tab:NewSection("تحكم بالشخصيه")
    23.  
    24.  
    25. Section:NewSlider("سرعه", "سرعت شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
    26. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
    27. end)
    28.  
    29.  
    30. Section:NewSlider("نط", "نط شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
    31. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
    32. end)--ARAB TEAM--
    33.  
    34.  
    35.  
Add Comment
Please, Sign In to add comment
Advertisement