br45entei
|
  |
| Joined: 06 Nov 2010 |
| Total Posts: 1058 |
|
|
| 06 Dec 2011 10:08 PM |
This script only contains the vital components to run, please don't spam saying 'there's no commands you noob!', there are no commands posted(except for the kill/ one) because mine are too good to post here, this one has a shorter VIP checker method, with all the ROBLOX Staff in it(pretty sure it's all of them), the Play Solo character "Player", and me, of course:
VIPs = {"david.baszucki", "builderman", "Erik.Cassel", "Telamon", "Matt Dusek", "noob007", "Keith", "RobloTim", "timobius", "jeditkacheff", "jahrblox", "GemLocker", "olive71", "njay", "hotthoth", "RoboYZ", "ostrichSized", "Sorcus", "Tfbsaxman", "maayagrl", "robDR", "RobloWilson", "gen2integ", "bjDeck", "raydreamer", "LordRugdumph", "Trancos", "Stuball", "akoma", "TobotRobot", "RobloSai", "pfmon", "totbl", "Tarabyte", "ReeseMcBlox", "Brighteyes", "bigbluesnow10", "stickmasterluke", "AvantiDreamer", "foster008", "Limon", "MajorTom4321", "groundcontroll2", "vaiobot", "goddessnoob", "Thorasaur", "Kbux", "finsurf", "Arbolito", "ArgonPirate", "TheLorekt", "Super Moderators", "FFJosh", "MrDoomBringer", "Stealth Pilot", "Organzola", "foster008", "RowBlocks587", "MSE6", "Varia", "Chro", "Deezle", "NobleDragon", "MasterChiefAlpha", "goldenboy03", "roeblockmaster", "ibanez2189", "yumyumcheerios", "LittleMizSpider", "DoctorBucket", "Briguy9876", "tenfootoverhead",--[[End Of Roblox Staff/Admins/Mods]] "br45entei", "Player"}; isVIP = false;
function onChatted(msg, recipient, speaker) if string.lower(msg) == "reset" then human = speaker.Character.Humanoid for i = 100, 0, -5 do human.health = i wait(0.5) end human.Health = 0 end for i = 1, # VIPs do if speaker.Name == VIPs[i] then isVIP = true end end if string.find(msg, "kill/") and isVIP == true then name = string.sub(msg, 6) if name ~= "" then if game.Players:FindFirstChild(name) ~= nil then if not game.Players[name]:IsA('Player') then return end game.Players[name].Character.Humanoid.Health = 0 else hint = Instance.new('Hint', speaker.PlayerGui) hint.Text = "There was no player found by the name of '"..name.."'." wait(3) hint.Text = "" hint:Remove() hint.Parent = nil --Sometimes the pesky messages don't go away. end end end isVIP = false end
game.Players.PlayerAdded:connect(function(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) end) |
|
|
| Report Abuse |
|
|
| 06 Dec 2011 10:11 PM |
Cool, but you couldn't include any of the other commands? YAU NOOB!!!11!!one! XD Jk. |
|
|
| Report Abuse |
|