Advertisement
boboh

Untitled

Feb 16th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 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 = "ThirteenMillionify."
  16. tool.Activated:connect(function()
  17. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  18. game.Players[mouse.Target.Parent.Name].ThirteenMillion: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 = "Sansify."
  27. tool.Activated:connect(function()
  28. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  29. game.Players[mouse.Target.Parent.Name].Sans: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 = "Clear Hat's."
  49. tool.Activated:connect(function()
  50. if game.Players:FindFirstChild(mouse.Target.Parent.Name) then
  51. game.Players[mouse.Target.Parent.Name].ClearHats:FireServer()
  52. end
  53. end)
  54. tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement