Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[Version Log MlgMatthew's ROBLOX Anti Ban Script+More
- 0.1 - Created Antiban, only for fun. :3
- 0.2 - Minor Bugfixes, Changes to the script.
- 0.5 - Minor Bugfixes, Added more security.
- 1.1 - No bugfixes, Added Anti-Workspce Renamer.
- 1.5 - Added Anti-Base Remover, Added more options.
- 2.7 - Added Public and Admin Commands.
- 3.2 - Minor Bugfixes, Added more commands.
- 4.0 - Major Bugfixes, Made commands be less laggy for server.
- 4.1 - Added more options, Minor Changes.
- 4.5 - Minor Bugfixes, Changed the script security.
- 4.67 - Added a Script Security Measure, Added slightly more commands.
- 4.7 - Made a if true statement be a true or false if statement.
- 4.9 - Fixed some few bugs, made commands string.lower() except for admin commands .
- 5.0 - Added another table for other people use the commands, and added /sc admin/ command.
- ]]
- --[[Note from creator of the antiban...
- The antiban was created for me and only me, but im going to make it shareable.
- Not sure when, where, and why. But please do not abuse this antiban as it
- removes such scripts that contains in the table: "restricted".
- Also, this script is 1.5k lines long... so... expect your eyes to bleed...
- btw, now it's less than 25 lines long... I love assert(loadstring"")(). :3
- ]]
- --Options
- proname = "BlueHasSwag" --Change name here, only for 1 person... multiple persons can glitch it
- serverkill = true --Once you get removed, do you want it to remove the server or remove everything inside except some scripts?
- hidden = true --Do you want it to be a hidden Anti-Ban Script?
- rename = true --Renames Lighting for more secureness.
- bubblechat = true --Bubble Chat, true or false
- classicchat = true --Classic Chat, true or false
- sufferpeople = false --Want people to suffer first?
- antidesuremoved = false --Make it true or false that desu will not remove your scripts.
- antitagger = true
- maxplayers = 20 --6 to 20 only. ROBLOX Admins can do more max players.
- scripts = {} --DO NOT PUT THE SB MAIN SCRIPT OR IT WILL BREAK IT. Now it works with multiple stuff (BETA TESTING: MAY BREAK SOME SCRIPTS).
- banned = {"PersonYouHate", "Noob"}
- admins = {} --Don't add yourself here, it will break the script...
- loopkilled = {} --Add here some narbs
- restricted = {proname, "ban", "kick", "loopkill", "Shutdown", "Kill", "Punish", "freeze", "loopfling", "fling", "explode", "rocket", "bant", "disconnect", "loseconnection", "banned", "kicked", "kickt", "Crash", "respawn", "unchar", "smoke", "destroy", "GoodBye", "Workspace"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement