draxe55

grenade all

Apr 18th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. local Plr = game.Players.LocalPlayer
  2. local lastPos = Plr.Character.HumanoidRootPart.CFrame
  3. local e = 0
  4. local p = 0
  5. local a = {}
  6. repeat
  7. Plr.Character.HumanoidRootPart.CFrame = game.Workspace.Ignored.Shop["[Grenade] - $700"].Head.CFrame
  8. wait(0.5)
  9. fireclickdetector(game.Workspace.Ignored.Shop["[Grenade] - $700"].ClickDetector)
  10. for i, v in pairs(Plr.Backpack:GetChildren()) do
  11. if v.Name == "[Grenade]" then
  12. e = 0
  13. for i, v in pairs(a) do
  14. e = e + 1
  15. end
  16. table.insert(a, v)
  17. v.Parent = Plr.Character
  18. end
  19. end
  20. until e >= 100
  21.  
  22. for i, v in pairs(a) do
  23. local p = (i*0.01)+0.50
  24. v.GripUp = Vector3.new(0, 1, 0)
  25. if i <=e/2 then
  26. v.GripPos = Vector3.new(((p^4)*math.cos(18.5*(math.pi*p)))*40, 0, ((p^4)*math.sin(18.5*(math.pi*p)))*40)
  27. else
  28. v.GripPos = Vector3.new(((p^4)*math.cos(18.5*(math.pi*p)))*40, 0, ((p^4)*math.sin(18.5*(math.pi*p)))*40)
  29. end
  30. end
  31. Plr.Character.Humanoid:UnequipTools()
  32. wait(5)
  33. for _, burger in pairs(a) do
  34. burger.Parent = Plr.Character
  35. end
  36. Plr.Character.HumanoidRootPart.CFrame = lastPos
  37. local LocalPlayer = game:GetService("Players").LocalPlayer
  38. local char = LocalPlayer.Character
  39. local Ignored = game.workspace.Ignored
  40. local backpack = LocalPlayer.Backpack
  41. local x = 0
  42. local Grenade = "[Grenade]"
  43. local DroppedGrenade = "Handle"
  44. for i,v in pairs(backpack:GetChildren()) do
  45. if v.Name == Grenade then
  46. v.Parent = char
  47. end
  48. end
  49. for i,v in pairs(char:GetChildren()) do
  50. if v.Name == Grenade then
  51. v:Activate()
  52. v:Activate()
  53. end
  54. end
  55. wait (1)
  56. for i,v in pairs(Ignored:GetChildren()) do
  57. if v.Name == DroppedGrenade then
  58. x = x + 1
  59. v.Name = DroppedGrenade..x
  60. end
  61. end
  62. wait(1)
  63. x = 0
  64. for i, player in pairs(game.Players:GetPlayers()) do
  65. x = x + 1
  66. local launch = Ignored:WaitForChild(DroppedGrenade..x)
  67. if LocalPlayer.Name == player.Name then do
  68. launch.Position = Vector3.new(0,1000,0)
  69. end
  70. else do
  71. game.Players.LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge
  72. game.Players.LocalPlayer.SimulationRadius = math.pow(math.huge,math.huge)*math.huge
  73. launch.Position = player.Character.HumanoidRootPart.Position
  74. wait (0.02)
  75. end
  76.  
  77. end
  78. end
  79. -- Credits: ! angxlz#3408
Advertisement
Add Comment
Please, Sign In to add comment