Advertisement
memberhero

basstracker1970s admin

Dec 19th, 2017
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. --basstracker1970 attempt at a admin script...
  2. ---dont take this for real
  3. ---its all a joke
  4. m = Instance.new("Message",game.Workspace)
  5. m.Text = "basstracker1970s Admin has loaded"
  6. wait(3)
  7. m:Remove()
  8. plr = game.Players.LocalPlayer
  9. plr.Chatted:connect(function(msg)
  10. if msg == "ff"..plr.Name then
  11. Instance.new("ForceField",plr.Character)
  12. if msg == "god"..plr.Name then
  13. plr.Character.Humanoid.Health = math.huge
  14. plr.Character.Humanoid.MaxHealth = math.huge
  15. if msg == "getrektserver" then
  16. decal = Instance.new("Decal")
  17. decal.Face = "Top"
  18. decal.Texture = "rbxassetid://37893118"
  19. decal.Parent = game.Workspace.Base
  20. for i,v in next, game.Players:GetChildren() do
  21. v.Character:BreakJoints()
  22. while true do
  23. wait(0)
  24. game.Workspace.Base.BrickColor = math.random
  25. end
  26. m.Text = plr.Name.." Says GET REKT SERVER!!!"
  27. wait(3)
  28. m:Remove()
  29. end
  30. end
  31. end
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement