Advertisement
memberhero

basstracker1970 Pet

Jan 5th, 2018
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ---basstracker1970s Admin Pet script
  2. --Made For Void Sb Place 1 and Place 2
  3. manager = Instance.new("Folder",game.ReplicatedStorage)
  4. manager.Name = "AdminManager"
  5. event = Instance.new("RemoteEvent",manager)
  6. event.Name = "SpawnAdmin"
  7. parthuma = Instance.new("Humanoid",pet0)
  8. parthuma.Name = "Humanoid"
  9. event = game:GetService("ReplicatedStorage"):WaitForChild("AdminManager")
  10. equipped = true
  11. plr = game.Players.LocalPlayer
  12. character = game.Players.LocalPlayer.Character
  13. pet0 = Instance.new("Model",character)
  14. pet0.Name = plr.Name.." Admin Pet"
  15. parthuma = Instance.new("Humanoid",pet0)
  16. parthuma.Name = "Humanoid"
  17. pet1 = Instance.new("Part",pet0)
  18. pet1.BrickColor = BrickColor.new("Cyan")
  19. pet1.Anchored = true
  20. pet1.Size = Vector3.new(4, 3.29, 4.6)
  21. pet1.Name = "Head"
  22. mesh = Instance.new("SpecialMesh",pet1)
  23. mesh.MeshId = "rbxassetid://9756362"
  24. plr.Chatted:connect(function(msg)
  25. if msg == "god "..plr.Name then
  26. pet0.Name = "Goded "..plr.Name
  27. plr.Character.Humanoid.MaxHealth = math.huge
  28. wait(3)
  29. pet0.Name = plr.Name.." Admin Pet"
  30. end
  31. end)
  32. plr.Chatted:connect(function(msg)
  33. if msg == "ff "..plr.Name then
  34. pet0.Name = plr.Name.." Got A ForceField"
  35. Instance.new("ForceField",plr.Character)
  36. wait(3)
  37. pet0.Name = plr.Name.." Admin Pet"
  38. end
  39. end)
  40. plr.Chatted:connect(function(msg)
  41. if msg == "kill all" then
  42. pet0.Name = "Killing All"
  43. wait(2)
  44. for i,v in next, game.Players:GetChildren() do
  45. v.Character:BreakJoints()
  46. end
  47. end
  48. end)
  49. plr.Chatted:connect(function(msg)
  50. if msg == "ff all" then
  51. pet0.Name = "Giveing Everyone A ForceField"
  52. wait(2)
  53. for i,v in next, game.Players:GetChildren() do
  54. Instance.new("ForceField",v.Character)
  55. pet0.Name = plr.Name.." Admin Pet"
  56. end
  57. end
  58. end)
  59. plr.Chatted:connect(function(msg)
  60. if msg == "unff "..plr.Name then
  61. pet0.Name = "Removeing Forcefield"
  62. if plr.Character:FindFirstChild("ForceField") then
  63. plr.Character.ForceField:Remove()
  64. wait(3)
  65. pet0.Name = plr.Name.." Admin Pet"
  66. end
  67. end
  68. end)
  69. plr.Chatted:connect(function(msg)
  70. if msg == "ungod "..plr.Name then
  71. pet0.Name = "Ungodding "..plr.Name
  72. plr.Character.Humanoid.Health = 100
  73. wait(3)
  74. pet0.Name = plr.Name.." Admin Pet"
  75. end
  76. end)
  77. local pet = character:FindFirstChild("Head")
  78. if pet then
  79. if equipped then
  80. manager.SpawnAdmin:FireServer()
  81. while true do
  82. wait(0)
  83. pet1.Position = plr.Character["Right Arm"].Position
  84.  
  85.  
  86. end
  87. ---end)
  88. end
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement