Advertisement
ZX7

Untitled

ZX7
May 14th, 2023
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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.  
  9.  
  10.  
  11. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  12. local Window = Library.CreateLib("تجربه", "BloodTheme")
  13. local Tab = Window:NewTab("قويي سكربت")
  14. local Section = Tab:NewSection("سكربت قويي يعني سكربتات قويه")
  15. Section:NewButton("سكربت", "سكربت هو هاك", function()
  16. print("Clicked")loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  17. end)
  18.  
  19. local Tab = Window:NewTab("تحكم ب شخصيه")
  20. local Section = Tab:NewSection("تحكم ب شخصيه")
  21.  
  22. Section:NewSlider("سرعه", "سرعت شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  23. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  24. end)
  25.  
  26. Section:NewSlider("نط", "نط شخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  27. game.Players.LocalPlayer.Character.Humanoid.jumpPower = s
  28. end) --ARAB TEAM--
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement