Advertisement
MasterControlProgram

AUTOBAN 1b {ROBLOX}

Apr 8th, 2011
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- EASY BAN SCRIPT BY DYARIAN. CANNOT CHOOSE SPECIFIC PLAYER --
  2. print("Loading AUTOBAN Beta...")
  3. ban = game:FindFirstChild("Players")  
  4. if ban.Name~="InsertName" -- DO NOT REMOVE THE "'s But replace InsertName with your name
  5. then ban:Remove()  -- Removes ban :3.
  6. else
  7.  return
  8.    end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement