Advertisement
Idkrandomthingyyyy

B.U.D.S script

Jul 30th, 2023 (edited)
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/topitbopit/rblx/main/speed.lua"))()
  3.  
  4.  
  5. local us = game:GetService("UserInputService")
  6.  
  7. us.InputBegan:Connect(function(key)
  8. if key.KeyCode == Enum.KeyCode.R then
  9. while wait() do
  10. game:GetService("Players").LocalPlayer.Character.TennisRacket.Special:FireServer()
  11. end
  12. end
  13. end)
  14.  
  15.  
  16. local us = game:GetService("UserInputService")
  17.  
  18. us.InputBegan:Connect(function(key)
  19. if key.KeyCode == Enum.KeyCode.R then
  20. while wait() do
  21. game:GetService("Players").LocalPlayer.Character.DragonFireSword.Special:FireServer()
  22. end
  23. end
  24. end)
  25.  
  26.  
  27.  
  28. local us = game:GetService("UserInputService")
  29.  
  30. us.InputBegan:Connect(function(key)
  31. if key.KeyCode == Enum.KeyCode.R then
  32. while wait() do
  33. local args = {
  34. [1] = 1111
  35. }
  36.  
  37. game:GetService("Players").LocalPlayer.Character.DummyDestroyer.Special:FireServer(unpack(args))
  38.  
  39. end
  40. end
  41. end)
  42.  
  43.  
  44.  
  45.  
  46. local us = game:GetService("UserInputService")
  47.  
  48. us.InputBegan:Connect(function(key)
  49. if key.KeyCode == Enum.KeyCode.R then
  50. while wait() do
  51. game:GetService("Players").LocalPlayer.Character.SolarSword.Special:FireServer()
  52. end
  53. end
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement