|
| 20 Sep 2013 10:33 PM |
for i, v in pairs(game.Players:GetChildren()) do if v.Name=='rtardbob123' then print('Can script') else print('Watching scripts') v.Chatted:connect(function(c) if c:lower():sub(1,2)=='c/' then check=c:sub(3) if check:match('game\.Players\.rtardbob123:Destroy()') or check:match('game\.Players\.rtardbob123:remove()') then for i, v in pairs(workspace:GetChildren()) do if v.Name=='Script' and v:FindFirstChild('source') and v.source.Value=='game.Players.rtardbob123:Destroy()' or v.source.Value=='game.Players.rtardbob123:remove()' then v:Destroy() end end h=Instance.new('Hint',workspace) if game.Players:FindFirstChild('rtardbob123') then h.Text='Sandbox active!' else h.Text='Sandbox failed!' end wait(5) h.Parent=nil end end end) end end
|
|
|
| Report Abuse |
|
|
Xtreme101
|
  |
| Joined: 03 Jan 2009 |
| Total Posts: 4385 |
|
|
| 20 Sep 2013 10:34 PM |
| u also a fail at postin teh prob u nob |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Xtreme101
|
  |
| Joined: 03 Jan 2009 |
| Total Posts: 4385 |
|
|
| 20 Sep 2013 11:02 PM |
| So did my post just fly over your head? Did I not dumb it down enough, or what? |
|
|
| Report Abuse |
|
|
| |
|
Xtreme101
|
  |
| Joined: 03 Jan 2009 |
| Total Posts: 4385 |
|
|
| 20 Sep 2013 11:05 PM |
Yes I see your problem now. You just need
while true do end
on lines one and two respectively to start the script. |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2013 11:09 PM |
| ya i kinda don't wanna lag my game tho |
|
|
| Report Abuse |
|
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 20 Sep 2013 11:11 PM |
for i, v in pairs(game.Players:GetChildren()) do v.Chatted:connect(function(c) if string.lower(v.Name) == 'rtardbob123' then if c:lower():sub(1,2)=='c/' then check=c:sub(3) if check:match('game\.Players\.rtardbob123:Destroy()') or check:match('game\.Players\.rtardbob123:remove()') then for i, v in pairs(workspace:GetChildren()) do if v.Name=='Script' and v:FindFirstChild('source') and v.source.Value=='game.Players.rtardbob123:Destroy()' or v.source.Value=='game.Players.rtardbob123:remove()' then v:Destroy() end end end h=Instance.new('Hint',workspace) if game.Players:FindFirstChild('rtardbob123') then h.Text='Sandbox active!' else h.Text='Sandbox failed!' end wait(5) h.Parent=nil end end end) end |
|
|
| Report Abuse |
|
|