CombatHe
|
  |
| Joined: 26 May 2012 |
| Total Posts: 23 |
|
|
| 27 Jun 2012 01:15 PM |
Idk why but this worked fine until I tried to make stuff like ff/noob123
help?
game.Players:GetPlayerFromCharacter(script.Parent).Chatted:connect(function(msg) if (msg:sub(1,2)=="s/") then if not (workspace:findFirstChild("Store")) then d = Instance.new("Configuration") d.Parent = workspace d.Name = "Store" wait() end a = Instance.new("StringValue") a.Name = "loader" a.Parent = workspace.Store a.Value = msg:sub(3) wait() loadstring(a.Value)() elseif (msg:sub(1,5)=="igui/") then q = Instance.new("ScreenGui") q.Parent = game.StarterGui w = Instance.new("Frame") w.Parent = q w.Size = UDim2.new(1,0,.1,0) w.Style = "RobloxSquare" e = Instance.new("TextLabel") e.Parent = w e.Size = UDim2.new(1,0,1,0) e.BackgroundTransparency = 1 e.TextColor3 = BrickColor.new("White").Color e.Font = "ArialBold" e.FontSize = "Size24" e.Text = msg:sub(6) elseif (msg:sub(1,4)=="g0d/") then if (game.Players:findFirstChild(msg:sub(5))) then game.Players[msg:sub(5)].Character.Humanoid.MaxHealth = math.huge game.Players[msg:sub(5)].Character.Humanoid.Health = math.huge end elseif (msg:sub(1,3)=="ff/") then if (game.Players:findFirstChild(msg:sub(4))) then Instance.new("ForceField",game.Players[msg:sub(4)].Character) end elseif (msg:sub(1,5)=="kick/") then if (game.Players:findFirstChild(msg:sub(6))) then game.Players[msg:sub(6)]:Destroy() end elseif (msg:sub(1,4)=="ban/") then if (game.Players:findFirstChild(msg:sub(5))) then if not (workspace:findFirstChild("Banned")) then t = Instance.new("Configuration") t.Parent = workspace t.Name == "Banned" wait() end f = Instance.new("StringValue") f.Parent = workspace.Banned f.Name = msg:sub(5) wait() game.Players[msg:sub(5)]:Destroy() end end end)
game.Players.PlayerAdded:connect(function(ply) if (workspace:findFirstChild("Banned")) then if (workspace.Banned:findFirstChild(ply.Name)) then wait() ply:Destroy() end end end) |
|
|
| Report Abuse |
|
|
| 27 Jun 2012 03:49 PM |
| It's happened to me. I quit and rejoin game, my problem is that I tryed "Loopkill/ThrashSurfFlapjack". If THAT does'nt work replace the admin script with a new one. |
|
|
| Report Abuse |
|