Advertisement
roblox_roblox1098

Untitled

Dec 19th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 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://pastebin.com/raw/vff1bQ9F"))()
  12. local Window = Library.CreateLib("سكربت جامد", "BloodTheme")
  13. local Tab = Window:NewTab("طيران")
  14. local Section = Tab:NewSection("سكربت طيران")
  15. Section:NewButton("ButtonText", "ButtonInfo", function()
  16. print("Clicked")loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
  17. end)
  18. local Tab = Window:NewTab("سرعه")
  19. local Section = Tab:NewSection("سرعه")
  20. Section:NewSlider("SliderText", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  22. end)
  23.  
  24. local Tab = Window:NewTab("هيدبوكس")
  25. local Section = Tab:NewSection("hetbox")
  26. Section:NewButton("ButtonText", "ButtonInfo", function()
  27. print("Clicked")
  28. end)
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement