Advertisement
boboh

Untitled

Feb 15th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer:GetMouse()
  2. tool = Instance.new("Tool")
  3. tool.RequiresHandle = false
  4. tool.Name = "Crash."
  5. tool.Activated:connect(function()
  6. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  7. game.Players[mouse.Target.Parent.Name].AdvancedRender:FireServer()
  8. end
  9. end)
  10. tool.Parent = game.Players.LocalPlayer.Backpack
  11. -- -- --
  12. mouse = game.Players.LocalPlayer:GetMouse()
  13. tool = Instance.new("Tool")
  14. tool.RequiresHandle = false
  15. tool.Name = "Robotify."
  16. tool.Activated:connect(function()
  17. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  18. game.Players[mouse.Target.Parent.Name].ThreeMillion:FireServer()
  19. end
  20. end)
  21. tool.Parent = game.Players.LocalPlayer.Backpack
  22. -- -- --
  23. mouse = game.Players.LocalPlayer:GetMouse()
  24. tool = Instance.new("Tool")
  25. tool.RequiresHandle = false
  26. tool.Name = "ThirteenMillionify."
  27. tool.Activated:connect(function()
  28. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  29. game.Players[mouse.Target.Parent.Name].ThirteenMillion:FireServer()
  30. end
  31. end)
  32. tool.Parent = game.Players.LocalPlayer.Backpack
  33. -- -- --
  34. mouse = game.Players.LocalPlayer:GetMouse()
  35. tool = Instance.new("Tool")
  36. tool.RequiresHandle = false
  37. tool.Name = "Respawn."
  38. tool.Activated:connect(function()
  39. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  40. game.Players[mouse.Target.Parent.Name]["Respawn-Character"]:FireServer()
  41. end
  42. end)
  43. tool.Parent = game.Players.LocalPlayer.Backpack
  44. -- -- --
  45. mouse = game.Players.LocalPlayer:GetMouse()
  46. tool = Instance.new("Tool")
  47. tool.RequiresHandle = false
  48. tool.Name = "Give Gamepasses."
  49. tool.Activated:connect(function()
  50. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  51. game.Players[mouse.Target.Parent.Name]["MGear"]:FireServer()
  52. game.Players[mouse.Target.Parent.Name]["Pets"]:FireServer()
  53. game.Players[mouse.Target.Parent.Name]["Gravity"]:FireServer()
  54. game.Players[mouse.Target.Parent.Name]["Taunt"]:FireServer()
  55. end
  56. end)
  57. tool.Parent = game.Players.LocalPlayer.Backpack
  58. -- -- --
  59. mouse = game.Players.LocalPlayer:GetMouse()
  60. tool = Instance.new("Tool")
  61. tool.RequiresHandle = false
  62. tool.Name = "Give Lighting."
  63. tool.Activated:connect(function()
  64. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  65. game.Players[mouse.Target.Parent.Name].Flare:FireServer()
  66. game.Players[mouse.Target.Parent.Name].GlowStick:FireServer()
  67. game.Players[mouse.Target.Parent.Name].PowerLED:FireServer()
  68. game.Players[mouse.Target.Parent.Name].FlashLight:FireServer()
  69. game.Players[mouse.Target.Parent.Name].Lantern:FireServer()
  70. game.Players[mouse.Target.Parent.Name].Torch:FireServer()
  71. game.Players[mouse.Target.Parent.Name].iPhone:FireServer()
  72. game.Players[mouse.Target.Parent.Name].FlareGuns:FireServer()
  73. end
  74. end)
  75. tool.Parent = game.Players.LocalPlayer.Backpack
  76. -- -- --
  77. mouse = game.Players.LocalPlayer:GetMouse()
  78. tool = Instance.new("Tool")
  79. tool.RequiresHandle = false
  80. tool.Name = "Clear Hat's."
  81. tool.Activated:connect(function()
  82. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  83. game.Players[mouse.Target.Parent.Name].ClearHats:FireServer()
  84. end
  85. end)
  86. tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement