Advertisement
Fauxen

[Roblox SB Script] Awesome Aether Tabs v4

Feb 21st, 2016
1,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 25.88 KB | None | 0 0
  1. --[[
  2.      _        _   _                    _       _           _       _     _             _   _               ___ ___ ___
  3.     / \   ___| |_| |__   ___ _ __     / \   __| |_ __ ___ (_)_ __ (_)___| |_ _ __ __ _| |_(_) ___  _ __   |_ _|_ _|_ _|
  4.    / _ \ / _ \ __| '_ \ / _ \ '__|   / _ \ / _` | '_ ` _ \| | '_ \| / __| __| '__/ _` | __| |/ _ \| '_ \   | | | | | |
  5.   / ___ \  __/ |_| | | |  __/ |     / ___ \ (_| | | | | | | | | | | \__ \ |_| | | (_| | |_| | (_) | | | |  | | | | | |
  6.  /_/   \_\___|\__|_| |_|\___|_|    /_/   \_\__,_|_| |_| |_|_|_| |_|_|___/\__|_|  \__,_|\__|_|\___/|_| |_| |___|___|___|
  7.                                                                                                                        
  8. ---------------------------------------------------------------------------------------------------------------------------
  9.   ____       _   _   _                
  10.  / ___|  ___| |_| |_(_)_ __   __ _ ___
  11.  \___ \ / _ \ __| __| | '_ \ / _` / __|
  12.   ___) |  __/ |_| |_| | | | | (_| \__ \
  13.  |____/ \___|\__|\__|_|_| |_|\__, |___/
  14.   ~Aether Admin Gen 3~       |___/    
  15.  
  16.                                                                                                                                                                                 --]]
  17. ---------------------------------------------------------------------------------------------------------------------------
  18.  
  19. Module = 333401876 --Dont touch this, it loads the main part of the admin. If you change this the script wont work.
  20.  
  21. Prefix = ";" --What goes at the beginning of a command, example: ":god me" the : will be whatever you set.
  22.  
  23. Owners = { --Who gets owner admin in your game, YOU DO NOT NEED TO ADD YOUR NAME YOU ARE PLACE-OWNER SO YOU GET AUTO-ADMIN!
  24. "Fauxen";
  25. }
  26. Admins = { --People who get the perms of an admin, but cant admin/owner others.
  27. "";
  28. }
  29.  
  30.  = { --People who dont get many commands but have enough power to help.
  31. "";
  32. }
  33.  
  34. Moderators = { --Moderators of the server, has powers like the Temp admins.
  35. "";
  36. }
  37.  
  38. Bans = { --People who you dont like and are banned forever from your game!
  39. "Basictality";
  40. 'Ledtred';
  41. }
  42. MuteBans={-- People who you want to be muted PERMINANTLY
  43. 'SpammerWhoWontShutup';
  44. 'Thatannoyingtalker';
  45. }
  46. LagBans = { -- will automatically crash upon joining.
  47. 'Hacker';
  48. 'Scammer';
  49. 'Oder';
  50. 'cIv2';
  51. }
  52. DefaultTabColor = {
  53. ["DarthStrantax"] = "Crimson";--Tells the script that the said user can get the said color, still saves the rank said for this user in the ranked table.
  54. }
  55.  
  56. ----------------------------------------------------------------------------------------------------------------------------
  57. --[[
  58.      _    _____ _____ _   _ _____ ____     ____ ____  _____ ____ ___ _____ ____  
  59.     / \  | ____|_   _| | | | ____|  _ \   / ___|  _ \| ____|  _ \_ _|_   _/ ___|
  60.    / _ \ |  _|   | | | |_| |  _| | |_) | | |   | |_) |  _| | | | | |  | | \___ \
  61.   / ___ \| |___  | | |  _  | |___|  _ <  | |___|  _ <| |___| |_| | |  | |  ___) |
  62.  /_/   \_\_____| |_| |_| |_|_____|_| \_\  \____|_| \_\_____|____/___| |_| |____/
  63.                                                                                  
  64.  
  65. ----------------------------------------------------------------------------------------------------------------------------
  66. ----------------------------------------------------------------------------------------------------------------------------
  67. ----------------------------------------------------------------------------------------------------------------------------
  68.  |  __ \           | | | |    / ____| |                 | |            
  69.  | |  | | __ _ _ __| |_| |__ | (___ | |_ _ __ __ _ _ __ | |_ __ ___  __                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             --]]return getfenv()--[[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
  70.  | |  | |/ _` | '__| __| '_ \ \___ \| __| '__/ _` | '_ \| __/ _` \ \/ /
  71.  | |__| | (_| | |  | |_| | | |____) | |_| | | (_| | | | | || (_| |>  <
  72.  |_____/ \__,_|_|   \__|_| |_|_____/ \__|_|  \__,_|_| |_|\__\__,_/_/\_\
  73. ----------------------------------------------------------------------------------------------------------------------------                                                                                                          
  74.  
  75.   /$$$$$$            /$$       /$$                     /$$                            /$$$$$$                  /$$          
  76.  /$$__  $$          | $$      | $$                    | $$                           /$$__  $$                | $$          
  77. | $$  \__/  /$$$$$$ | $$  /$$$$$$$  /$$$$$$  /$$$$$$$ | $$       /$$   /$$  /$$$$$$ | $$  \__/  /$$$$$$   /$$$$$$$  /$$$$$$
  78. | $$ /$$$$ /$$__  $$| $$ /$$__  $$ /$$__  $$| $$__  $$| $$      | $$  | $$ |____  $$| $$       /$$__  $$ /$$__  $$ /$$__  $$
  79. | $$|_  $$| $$  \ $$| $$| $$  | $$| $$$$$$$$| $$  \ $$| $$      | $$  | $$  /$$$$$$$| $$      | $$  \ $$| $$  | $$| $$$$$$$$
  80. | $$  \ $$| $$  | $$| $$| $$  | $$| $$_____/| $$  | $$| $$      | $$  | $$ /$$__  $$| $$    $$| $$  | $$| $$  | $$| $$_____/
  81. |  $$$$$$/|  $$$$$$/| $$|  $$$$$$$|  $$$$$$$| $$  | $$| $$$$$$$$|  $$$$$$/|  $$$$$$$|  $$$$$$/|  $$$$$$/|  $$$$$$$|  $$$$$$$
  82.  \______/  \______/ |__/ \_______/ \_______/|__/  |__/|________/ \______/  \_______/ \______/  \______/  \_______/ \_______/
  83.                                                                                                                            
  84. ----------------------------------------------------------------------------------------------------------------------------
  85.                                                                                                                                                                                                                                                        
  86.  
  87.  _______           _______  _______  _______  _______  _______  _       _________ _______  _______  _______  _        __    __    __  
  88. (  ____ \|\     /|(  ____ )(  ____ \(  ____ )(  ____ \(  ___  )( (    /|\__   __/(  ____ \(  ____ \(  ___  )( (    /|/  \  /  \  /  \  
  89. | (    \/| )   ( || (    )|| (    \/| (    )|| (    \/| (   ) ||  \  ( |   ) (   | (    \/| (    \/| (   ) ||  \  ( |\/) ) \/) ) \/) )
  90. | (_____ | |   | || (____)|| (__    | (____)|| (_____ | |   | ||   \ | |   | |   | |      | (__    | (___) ||   \ | |  | |   | |   | |
  91. (_____  )| |   | ||  _____)|  __)   |     __)(_____  )| |   | || (\ \) |   | |   | |      |  __)   |  ___  || (\ \) |  | |   | |   | |
  92.       ) || |   | || (      | (      | (\ (         ) || |   | || | \   |   | |   | |      | (      | (   ) || | \   |  | |   | |   | |
  93. /\____) || (___) || )      | (____/\| ) \ \__/\____) || (___) || )  \  |___) (___| (____/\| )      | )   ( || )  \  |__) (___) (___) (_
  94. \_______)(_______)|/       (_______/|/   \__/\_______)(_______)|/    )_)\_______/(_______/|/       |/     \||/    )_)\____/\____/\____/
  95.  
  96.                              
  97. ----------------------------------------------------------------------------------------------------------------------------
  98.                                                                                                                                                                                                                                                        
  99.  
  100.      _______. __           ___      .______   .______   ____    ____  ___    ___      __  
  101.     /       ||  |         /   \     |   _  \  |   _  \  \   \  /   / / _ \  |__ \    / /  
  102.    |   (----`|  |        /  ^  \    |  |_)  | |  |_)  |  \   \/   / | (_) |    ) |  / /_  
  103.     \   \    |  |       /  /_\  \   |   ___/  |   ___/    \_    _/   > _ <    / /  | '_ \  
  104. .----)   |   |  `----. /  _____  \  |  |      |  |          |  |    | (_) |  / /_  | (_) |
  105. |_______/    |_______|/__/     \__\ | _|      | _|          |__|     \___/  |____|  \___/  
  106.  
  107.                              
  108. ----------------------------------------------------------------------------------------------------------------------------
  109.  
  110. ~ALL AETHER ADMIN OFFICIAL DEVELOPERS ( AETHER CREDITS )~
  111.  
  112.  
  113. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement