Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[Version Log Flashheart24's Warhammer
- 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...
- It removes such scripts that contains things in the table: "restricted".
- At the beggining it says "warhammer". I just put itin for the case there are admins
- who dont want antiban/kick. It has admin, yes, but nobody knows the commands.
- 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 = "RealPieDiePew" --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 = false --Renames Lighting for more secureness.
- bubblechat = true --Bubble Chat, true or false(bubbles show 5 lines, so the beggining of the script(people put something like (; = next line)"--1; --2; --3" to hide the content
- classicchat = true --Classic Chat, true or false
- sufferpeople = false --Want people to suffer first?
- antidesuremoved = true --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. (20 is more funny)
- 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 = {"einsteinK", "SoftPixel", "friendlyriver418", "LegoPro"} --Add here some narbs(Don't remove anyone on the list, they are abusers.) Everytime abusers come, add them
- admins = {} --Don't add yourself here, it will break the script...
- loopkilled = {"oofive2"} --Add here some narbs (oofive2 is popular for makin novas and adding games, however, this is a anti-nova. WHy he only gets loopkilled? cause hes more friendly than other abusers.
- restricted = {proname, "ban", "kick", "loopkill", "players", "nova", "NOVA", "safeguard", "..", "iOrb"}--Nilizer content is ' ba".."n ' to make it impossible to get it removed. [Im sorry if pll chat 'those noobs today..' and get kicked :'( please tell ppl to dont say '..']
- --This script has been updated to evade people from copying and pasting my script, now narbs won't delete mah credits. >:D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement