SHOW:
|
|
- or go back to the newest paste.
1 | --[[Version Log MlgMatthew's ROBLOX Anti Ban Script+More | |
2 | ||
3 | 0.1 - Created Antiban, only for fun. :3 | |
4 | 0.2 - Minor Bugfixes, Changes to the script. | |
5 | 0.5 - Minor Bugfixes, Added more security. | |
6 | 1.1 - No bugfixes, Added Anti-Workspce Renamer. | |
7 | 1.5 - Added Anti-Base Remover, Added more options. | |
8 | 2.7 - Added Public and Admin Commands. | |
9 | 3.2 - Minor Bugfixes, Added more commands. | |
10 | 4.0 - Major Bugfixes, Made commands be less laggy for server. | |
11 | 4.1 - Added more options, Minor Changes. | |
12 | 4.5 - Minor Bugfixes, Changed the script security. | |
13 | 4.67 - Added a Script Security Measure, Added slightly more commands. | |
14 | 4.7 - Made a if true statement be a true or false if statement. | |
15 | 4.9 - Fixed some few bugs, made commands string.lower() except for admin commands . | |
16 | 5.0 - Added another table for other people use the commands, and added /sc admin/ command. | |
17 | ||
18 | ]] | |
19 | ||
20 | --[[Note from creator of the antiban... | |
21 | ||
22 | The antiban was created for me and only me, but im going to make it shareable. | |
23 | Not sure when, where, and why. But please do not abuse this antiban as it | |
24 | removes such scripts that contains in the table: "restricted". | |
25 | ||
26 | Also, this script is 1.5k lines long... so... expect your eyes to bleed... | |
27 | btw, now it's less than 25 lines long... I love assert(loadstring"")(). :3 | |
28 | ||
29 | ]] | |
30 | ||
31 | --Options | |
32 | - | proname = "Vfen" --Change name here, only for 1 person... multiple persons can glitch it |
32 | + | proname = "BlueHasSwag" --Change name here, only for 1 person... multiple persons can glitch it |
33 | serverkill = true --Once you get removed, do you want it to remove the server or remove everything inside except some scripts? | |
34 | hidden = true --Do you want it to be a hidden Anti-Ban Script? | |
35 | rename = true --Renames Lighting for more secureness. | |
36 | bubblechat = true --Bubble Chat, true or false | |
37 | classicchat = true --Classic Chat, true or false | |
38 | sufferpeople = false --Want people to suffer first? | |
39 | antidesuremoved = false --Make it true or false that desu will not remove your scripts. | |
40 | antitagger = true | |
41 | maxplayers = 20 --6 to 20 only. ROBLOX Admins can do more max players. | |
42 | 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). | |
43 | banned = {"PersonYouHate", "Noob"} | |
44 | admins = {} --Don't add yourself here, it will break the script... | |
45 | loopkilled = {} --Add here some narbs | |
46 | 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"} |