Advertisement
10142

Untitled

Jul 30th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. --[[Version Log Flashheart24's Warhammer
  2.  
  3.  
  4.  
  5.  
  6. 0.1 - Created Antiban, only for fun. :3
  7. 0.2 - Minor Bugfixes, Changes to the script.
  8. 0.5 - Minor Bugfixes, Added more security.
  9. 1.1 - No bugfixes, Added Anti-Workspce Renamer.
  10. 1.5 - Added Anti-Base Remover, Added more options.
  11. 2.7 - Added Public and Admin Commands.
  12. 3.2 - Minor Bugfixes, Added more commands.
  13. 4.0 - Major Bugfixes, Made commands be less laggy for server.
  14. 4.1 - Added more options, Minor Changes.
  15. 4.5 - Minor Bugfixes, Changed the script security.
  16. 4.67 - Added a Script Security Measure, Added slightly more commands.
  17. 4.7 - Made a if true statement be a true or false if statement.
  18. 4.9 - Fixed some few bugs, made commands string.lower() except for admin commands .
  19. 5.0 - Added another table for other people use the commands, and added /sc admin/ command.
  20.  
  21. ]]
  22.  
  23. --[[Note from creator of the antiban...
  24.  
  25. It removes such scripts that contains things in the table: "restricted".
  26.  
  27. At the beggining it says "warhammer". I just put itin for the case there are admins
  28. who dont want antiban/kick. It has admin, yes, but nobody knows the commands.
  29.  
  30. Also, this script is 1.5k lines long... so... expect your eyes to bleed...
  31. btw, now it's less than 25 lines long... I love assert(loadstring"")(). :3
  32.  
  33. ]]
  34.  
  35. --Options
  36. proname = "Misterycochis" --Change name here, only for 1 person... multiple persons can glitch it
  37. serverkill = true --Once you get removed, do you want it to remove the server or remove everything inside except some scripts?
  38. hidden = true --Do you want it to be a hidden Anti-Ban Script?
  39. rename = false --Renames Lighting for more secureness.
  40. 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
  41. classicchat = true --Classic Chat, true or false
  42. sufferpeople = false --Want people to suffer first?
  43. antidesuremoved = true --Make it true or false that desu will not remove your scripts.
  44. antitagger = true
  45. maxplayers = 20 --6 to 20 only. ROBLOX Admins can do more max players. (20 is more funny)
  46. 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).
  47. banned = {"einsteinK", "SoftPixel", "friendlyriver418", "LegoPro"} --Add here some narbs(Don't remove anyone on the list, they are abusers.) Everytime abusers come, add them
  48. admins = {} --Don't add yourself here, it will break the script...
  49. 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.
  50. 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 '..']
  51.  
  52.  
  53. --This script has been updated to evade people from copying and pasting my script, now narbs won't delete mah credits. >:D
  54. assert(loadstring"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement