Hack Roblox Admin Commands

Hack Roblox Admin Commands

ROBLOX Admin Script. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Roblox admin commands script. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Clear, Credit to Person299 for this admin command script.

Jul 12th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
AdminHack Roblox Admin Commands
  1. --//Variables--
  2. local DataStore = game:GetService('DataStoreService')
  3. local Admins ={'Skelelelelele','Mineloxer'}--//People who you want as admins
  4. --//Events--
  5. local Folder = Instance.new('Folder', Player)
  6. local BanCheck = Instance.new('BoolValue', Folder)
  7. BanCheck.Value = BanList:GetAsync(Player.userId)orfalse--//False is default if no save for the player
  8. --//Checks if the player is banned or not
  9. Player:Kick('You're Banned')--//Reason for kick
  10. for i, AdminName inipairs(Admins)do
  11. --//Commands--
  12. if message:sub(1,6)'/kill 'then
  13. local TargetPlayer = game.Players:FindFirstChild(message:sub(7))
  14. local Character = TargetPlayer.Character
  15. Character.Humanoid.Health =0
  16. end
  17. if message:sub(1,6)'/heal 'then
  18. local TargetPlayer = game.Players:FindFirstChild(message:sub(7))
  19. local Character = TargetPlayer.Character
  20. Character.Humanoid.Health = Character.Humanoid.MaxHealth
  21. end
  22. if message:sub(1,6)'/kick 'then
  23. local TargetPlayer = game.Players:FindFirstChild(message:sub(7))
  24. TargetPlayer:Kick('Kicked by '.. Player.Name)--//Kick message/reason
  25. end
  26. --//Ban Command
  27. local TargetPlayer = game.Players:FindFirstChild(message:sub(6))
  28. local BanCheck = TargetPlayer.PlayerValues.IsBanned
  29. BanCheck.Value =true
  30. end
  31. TargetPlayer:Kick('You've been banned by '.. Player.Name)--//Reason || Message
  32. end
  33. --//Unban Command
  34. if message:sub(1,7)'/unban 'then--//USES ID NOT NAME
  35. if UserId then
  36. end
  37. break
  38. end
  39. end)