Advertisement
ARY106_7

Untitled

Mar 15th, 2024 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. wait(0.1)
  2. game.StarterGui:SetCore("SendNotification", {
  3. Title = "تم تفعيل" ;
  4. Text = "تم تفعيل سكربت شكرا"; -- ARAB TEAM --
  5. Duration = 5;
  6. })
  7.  
  8. wait(0.1)
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "تم التفعيل";
  11. Text = "تم تشغيل السكربت تجربه فقط"; -- ARAB TEAM
  12. Duration = 5;
  13. })
  14.  
  15. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  16. local Window = Library.CreateLib("سكربت طيران تجربه", "Synapse")
  17. local Tab = Window:NewTab("سكربت بداية قوي")
  18. local Section = Tab:NewSection("سكربت طيران تجربه للتسليك")
  19. Section:NewButton("سكربت طيران", "سكربت هو هاك", function()
  20. print("Clicked")loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()
  21. end)
  22.  
  23.  
  24. local Tab = Window:NewTab("التحكم في الشخصيه")
  25. local Section = Tab:NewSection("التحكم في الشخصيه فقط")
  26.  
  27. Section:NewSlider("سرعه", "سرعه الشخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  28. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  29. end)
  30.  
  31. Section:NewSlider("نط", "نط شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  32. game.Players.LocalPlayer.Character.Humanoid.jumpPower = s
  33. end) --RX ARAB TEAM --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement