of     1   

RGO01
#139335713Saturday, July 05, 2014 6:44 PM GMT

local Player = game.Players.LocalPlayer wait(3) Player.Chatted:connect(function(msg) if msg:sub(1,4) == "kill/" then a=game.Players:FindFirstChild(msg:sub(5)) if a then a.Character:BreakJoints() end elseif msg:sub(1,8) == "respawn/" then b=game.Players:FindFirstChild(msg:sub(9)) b:LoadCharacter() elseif msg:sub(1,8) == "ambient/" then game.Lighting.Ambient = Color3.new(string.sub(9)) elseif msg:sub(1,13) == "rainingtacos/" then a=Instance.new("Sound" ,Workspace) a.SoundId = "http://roblox.com/asset/?id=142295308" a:Play() a.Name = "Music" a.Looped = true elseif msg:sub(1,6) == "disco/" then while true do wait(0.1) game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random()) end elseif msg:sub(1,4) == "god/" then mother=game.Players:FindFirstChild(msg:sub(5)) if mother then mother.Character.Humanoid.MaxHealth = math.huge end elseif msg:sub(1,11) == "tinfoilbot/" then tini=game.Players:FindFirstChild(msg:sub(12)) if tini then tini.CharacterAppeararance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=20857287" end elseif msg:sub(1,5) == "drug/" then ccc=game.Players:FindFirstChild(msg:sub(6)) if ccc then acc=Instance.new("ScreenGui" ,ccc.PlayerGui) acc.Name = "DrugGui" color=Instance.new("Frame" ,acc) color.Size = UDim2.new(1,0,1,0) color.BorderPixelSize = 0 while true do wait() color.BackgroundColor3 = Color3.new(math.random(),math.random(),math.random()) end end end end)
Frostglacier
#139335956Saturday, July 05, 2014 6:47 PM GMT

What part of it won't work? The entire thing?
e_Scriph
#139336007Saturday, July 05, 2014 6:47 PM GMT

yes, this is in his join.me cast

    of     1