ADAM_spi

Untitled

Jan 11th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  11. local Window = Library.CreateLib("SPI_راجعين باذن الله", "DarkTheme")
  12. local Tab = Window:NewTab("SPI")
  13. local Section = Tab:NewSection("لعيونكم كسم الحاقدين")
  14. Section:NewButton("سكربت", "هل مره سكربت لعيون وسكي ابن الشرموطه", function()
  15. print("Clicked")loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Op-blackhole-script-20078"))()
  16. end)
  17. local Tab = Window:NewTab("SPI")
  18. local Section = Tab:NewSection("لعيونكم كسم الحاقدين")
  19. Section:NewSlider("SliderText", "SliderInfo", 30, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  20. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  21. end)
  22.  
  23.  
  24. Section:NewSlider("نط", "نط الشخصيه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  25. game.Players.LocalPlayer.Character.Humanoid.jumpPower = s
  26. end) --ARAB TEAM
Advertisement
Add Comment
Please, Sign In to add comment