Advertisement
mohamed030

Untitled

Nov 18th, 2023
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 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/bloodball/-back-ups-for-libs/main/kav"))()
  12. local Window = Library.CreateLib("المنشئAMS_Hamo", "Serpent")
  13. local Tab = Window:NewTab("سكربت المراقبه")
  14. local Section = Tab:NewSection("سكربت مراقبه الناس")
  15. Section:NewButton("السكربت", "السكربت ", function()
  16. print("Clicked")loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))()
  17. end)
  18. local Tab = Window:NewTab(" blade ball سكربت ")
  19. local Section = Tab:NewSection("سكربت بلاد بول")
  20. Section:NewButton("السكربت", "السكربت ", function()
  21. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/-beta-/main/AutoParry.lua"))()
  22. end)
  23. local Tab = Window:NewTab(" سكربت ماب تايتنز ")
  24. local Section = Tab:NewSection("سكربت تايتنز القوي ")
  25. Section:NewButton("السكربت", "السكربت ", function()
  26. print("Clicked")loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Titans/main/Battle"))()
  27. end)
  28. local Tab = Window:NewTab(" ملاحظه عن سكربت تايتنز ")
  29. local Section = Tab:NewSection(" السكربت ليه مفتاح وهو دا المفتاح ")
  30. Section:NewButton("T-Titans^^77Battlegrounds!!Script ", "T-Titans^^77Battlegrounds!!Script ", function()
  31. print("Clicked")
  32. end)
  33. local Tab = Window:NewTab(" تحكم في الشخصيه ")
  34. local Section = Tab:NewSection("تحكم في السرعه ")
  35. Section:NewSlider("السرعه", "شخصيه السرعه", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  36. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  37. end)
  38. local Tab = Window:NewTab(" تحكم في الشخصيه ")
  39. local Section = Tab:NewSection("تحكم في النط ")
  40. Section:NewSlider("النط", "شخصيه النط", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  41. game.Players.LocalPlayer.Character.Humanoid.jumppower = s
  42. end)--ARAB TEAM--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement