|
| 06 Apr 2014 03:40 PM |
I'm paying 500 RBX for someone to make me a Synced Ban script. Must be working. |
|
|
| Report Abuse |
|
|
|
| 06 Apr 2014 03:40 PM |
| Please explain what a "synced ban" is. |
|
|
| Report Abuse |
|
|
| |
|
Vexeris
|
  |
| Joined: 03 Apr 2014 |
| Total Posts: 468 |
|
|
| 06 Apr 2014 03:45 PM |
coroutine.wrap(function() local bl = {} game.Players.ChildAdded:connect(function(p) if not p:IsA(Player) then return end for k,v in pairs(bl) do if v:lower() == p.Name:lower() then for i=1,5 do pcall(function() p:Destroy() end) wait() end return end end end) end) local function FilterData(data,tab) local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility") local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)") for s in fo:gmatch("[^,]+") do table.insert(tab,s) end end local function GetData(tab) local col = game:GetService("InsertService"):GetCollection(1041042) for k,asset in pairs(col) do FilterData(asset.AssetId,tab) end end repeat bl = {} GetData(bl) until not wait(30) ----------------------------- Pay me here : http://www.roblox.com/Donated-500-Robux-item?id=152507641 |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 06 Apr 2014 03:45 PM |
use data store, special boy -=Robo=- |
|
|
| Report Abuse |
|
|
|
| 06 Apr 2014 03:48 PM |
| But How do I add people to it? |
|
|
| Report Abuse |
|
|
Vexeris
|
  |
| Joined: 03 Apr 2014 |
| Total Posts: 468 |
|
|
| 06 Apr 2014 04:14 PM |
| http://www.roblox.com/Auto-Updating-Ban-Script-item?id=152524448 |
|
|
| Report Abuse |
|
|