of     1   

Killbunny90210
#2032824Monday, July 28, 2008 3:24 PM GMT

me = game.Players.killbunny90210 function onChatted(msg) msg = msg if string.match(msg, "hat/") then p = game.Workspace.killbunny90210:GetChildren() for n = 1,#p do for w in string.gmatch(msg, "%d+") do if (p[n].className == "Hat") then for i = 1,w do wait(0.05) t = p[n].Handle:clone() t.Parent = game.Workspace t.CanCollide = true t.Anchored = false t.Position = me.Character.Torso.Position t.Name = "HatRocket" local rp = Instance.new("RocketPropulsion") rp.Parent = t rp.Target = me.Character.Head rp.MaxSpeed = 100 rp:Fire() end end end end end if string.match(msg, "attack/") then players = game.Players:GetChildren() for i = 1,#players do if string.match(msg, string.lower(players[i].Name)) then p = game.Workspace:GetChildren() for n = 1,#p do if (p[n].Name == "HatRocket") then p[n].RocketPropulsion.Target = players[i].Character.Head end end end end end if string.match(msg, "attack/rocket/") then players = game.Players:GetChildren() for i = 1,#players do if string.match(msg, string.lower(players[i].Name)) then p = game.Workspace:GetChildren() for n = 1,#p do if (p[n].Name == "HatRocket") then p[n].RocketPropulsion.Target = players[i].Character.Head p[n].RocketPropulsion.CartoonFactor = 1 p[n].RocketPropulsion.TargetRadius = 3 function onBlown(hit) hit = p[n].RocketPropulsion.Target if (hit ~= nil) then local e = Instance.new("Explosion") e.Parent = hit.Parent e.BlastPressure = 9999 e.Position = p[n].Position e.BlastRadius = 6 wait(3) p[n]:remove() end end boom = p[n].RocketPropulsion.ReachedTarget:connect(onBlown) wait(5) boom:disconnect() end end end end end if (msg == "disperse") then local p = game.Workspace:GetChildren() for i = 1,#p do if (p[i].Name == "HatRocket") then p[i].RocketPropulsion.MaxSpeed = 0 local e = Instance.new("Explosion") e.Parent = game.Workspace e.Position = p[i].Position e.BlastPressure = 0 p[i]:remove() end end end end me.Chatted:connect(onChatted) I hate stupid global functions. >:(
jdog1234567
#2033181Monday, July 28, 2008 3:46 PM GMT

ok here it is just change my name to youre name me = game.Players.jdog1234567 function onChatted(msg) msg = msg if string.match(msg, "hat/") then p = game.Workspace.jdog1234567:GetChildren() for n = 1,#p do for w in string.gmatch(msg, "%d+") do if (p[n].className == "Hat") then for i = 1,w do wait(0.00001) t = Clone(p[n].Handle) t.Parent = game.Workspace t.CanCollide = true t.Anchored = false t.Position = me.Character.Torso.Position t.Name = "HatRocket" local rp = Instance.new("RocketPropulsion") rp.Parent = t rp.Target = me.Character.Head rp.MaxSpeed = 999999999 rp:Fire() end end end end end if string.match(msg, "attack/") then players = game.Players:GetChildren() for i = 1,#players do if string.match(msg, string.lower(players[i].Name)) then p = game.Workspace:GetChildren() for n = 1,#p do if (p[n].Name == "HatRocket") then p[n].RocketPropulsion.Target = players[i].Character.Head end end end end end if string.match(msg, "rocket/") then players = game.Players:GetChildren() for i = 1,#players do if string.match(msg, string.lower(players[i].Name)) then p = game.Workspace:GetChildren() for n = 1,#p do if (p[n].Name == "HatRocket") then p[n].RocketPropulsion.Target = players[i].Character.Head p[n].RocketPropulsion.CartoonFactor = 1 p[n].RocketPropulsion.TargetRadius = 3 function onBlown(hit) hit = p[n].RocketPropulsion.Target if (hit ~= nil) then local e = Instance.new("Explosion") e.Parent = hit.Parent e.BlastPressure = 9999 e.Position = p[n].Position e.BlastRadius = 5 wait(3) Remove(p[n]) end end boom = p[n].RocketPropulsion.ReachedTarget:connect(onBlown) wait(5) boom:disconnect() end end end end end if (msg == "boom") then local p = game.Workspace:GetChildren() for i = 1,#p do if (p[i].Name == "HatRocket") then p[i].RocketPropulsion.MaxSpeed = 0 local e = Instance.new("Explosion") e.Parent = game.Workspace e.Position = p[i].Position e.BlastPressure = 99 Remove(p[i]) end end end end me.Chatted:connect(onChatted)
jdog1234567
#2835617Wednesday, September 17, 2008 1:46 AM GMT

it will work so ok
jdog1234567
#2835631Wednesday, September 17, 2008 1:46 AM GMT

oh and by the way i
jdog1234567
#2835651Wednesday, September 17, 2008 1:47 AM GMT

WILL PWN
jdog1234567
#3511476Sunday, November 02, 2008 12:19 AM GMT

owned owned OWNED U!!!!!!!!!!!!!!!!!
jdog1234567
#3511480Sunday, November 02, 2008 12:19 AM GMT

ROFL
jdog1234567
#3511496Sunday, November 02, 2008 12:20 AM GMT

DOORMAN KILLED ME OW IDC. AAGK IS A NOOB HEE WILL DIE
blorgo
#3511756Sunday, November 02, 2008 12:32 AM GMT

or you could create/hatz edit/hatz script: exit/ get/Tool source/hatz name/hat create/

    of     1