Advertisement
hanyss291234978

Untitled

Sep 6th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("سكربت عربي", "LightTheme")
  3. local Tab = Window:NewTab("سكربتات يتيوبرز")
  4. local Section = Tab:NewSection("سكربت الاول عربي")
  5. Section:NewButton("سكربت عربي", "سكربت عربي جديد", function()
  6. print("Clicked")loadstring(game:HttpGet('https://pastebin.com/raw/NaygGzGd'))()
  7. end)
  8.  
  9.  
  10.  
  11. local Tab = Window:NewTab("سرعة و قوة نط")
  12. local Section = Tab:NewSection("سكربت نط و قوة")
  13.  
  14.  
  15. Section:NewSlider("سرعة", "سرعة شخصية", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  16. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  17. end)
  18.  
  19.  
  20.  
  21. Section:NewSlider("نط", "قوة نط", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  22. game.Players.LocalPlayer.Character.Humanoid.jumpplayer = s
  23. end)
  24.  
  25.  
  26.  
  27. local Tab = Window:NewTab("سرعة و قوة نط")
  28. local Section = Tab:NewSection("سكربت نط و قوة")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement