Advertisement
MewGod

Untitled

Dec 18th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.69 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. CreatorId = game.CreatorId -- If you want to override the creator id to be someone elses, change "game.CreatorId" to their id.
  20.  
  21. Version=2 -- Don't edit this.
  22.  
  23. PrivateServer = false --If you want your game to forever be a game for only set admins in the script to be able to join.
  24.  
  25. StartMsg = true --Toggles the "Tab" when you join telling you aether is running in the game.
  26.  
  27. HelperAdmin = true --Toggles if you can have other admins to help you.
  28.  
  29. ShowMenuGui = true; -- Whether to show the special menu star in the corner alerting people aether admin is here.
  30.  
  31. ScriptBlock = false; -- Forcefully attempts to remove all scripts if true.
  32.  
  33. PromptAether = true; -- Prompt people into buying aether admin on join?
  34.  
  35. Version = 1 --The version of the admin, dont edit this.
  36.  
  37. Module = 316459594 --Dont touch this, it loads the main part of the admin. If you change this the script wont work.
  38.  
  39. Prefix = ":" --What goes at the beginning of a command, example: ":god me" the : will be whatever you set.
  40.  
  41. Periastrons = { -- This is the most important list in the entire script.
  42. 159229806; -- Without it, you will only get the default periastrons when using :periastron on a player.
  43. 80661504; -- Add gear ids to this list and they will also be given.
  44. 108158379; -- May god have mercy for what you might add...
  45. 93136802; -- Your mortal form may no longer be able to contain you.
  46. 99119240;
  47. 73829193;
  48. 69499437;
  49. 233520257;
  50. 139577901;
  51. }
  52.  
  53. 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!
  54. "Rainbowbunnyboi"; -- You can remove me if you want.
  55. "Trusted Person";
  56. }
  57. Admins = { --People who get the perms of an admin, but cant admin/owner others.
  58. "Friend Or Something";
  59. }
  60.  
  61. Temp_Admins = { --People who dont get many commands but have enough power to help.
  62. "Temp Admin";
  63. }
  64.  
  65. Moderators = { --Moderators of the server, has powers like the Temp admins.
  66. "Moderators";
  67. }
  68.  
  69. Bans = { --People who you dont like and are banned forever from your game!
  70. "Noob here";
  71. 'Another noob here';
  72. }
  73. RemoveCommands={
  74. --"cmds" -- Put any command in this list to make it unusable.
  75. };
  76. Colors = {
  77. ["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.
  78. }
  79. GroupAdmins={
  80. --[[
  81. Example:
  82. {
  83. ID=2684242; -- The groups Id
  84. Rank=5; -- 5 is placeowner, 4 is oa, 3 is admin, 2 is temp-admin, 1 is mod, 0 is normal, -1 is banned.
  85. GroupRank=-250; -- Put a minus before the number so it has all ranks above it aswell.
  86. }
  87. ]]
  88. }
  89. RankColors = { --What color a said rank level gets, or custom set for a user above.
  90. [0] = "New Yeller";
  91. [2] = "Navy blue";
  92. [3] = "Crimson";
  93. [1] = "Royal purple";
  94. [4] = "Cyan";
  95. [5] = "Toothpaste";
  96. }
  97.  
  98. ----------------------------------------------------------------------------------------------------------------------------
  99. --[[
  100. _ _____ _____ _ _ _____ ____ ____ ____ _____ ____ ___ _____ ____
  101. / \ | ____|_ _| | | | ____| _ \ / ___| _ \| ____| _ \_ _|_ _/ ___|
  102. / _ \ | _| | | | |_| | _| | |_) | | | | |_) | _| | | | | | | | \___ \
  103. / ___ \| |___ | | | _ | |___| _ < | |___| _ <| |___| |_| | | | | ___) |
  104. /_/ \_\_____| |_| |_| |_|_____|_| \_\ \____|_| \_\_____|____/___| |_| |____/
  105.  
  106.  
  107. ----------------------------------------------------------------------------------------------------------------------------
  108. ----------------------------------------------------------------------------------------------------------------------------
  109. ----------------------------------------------------------------------------------------------------------------------------
  110. | __ \ | | | | / ____| | | |
  111. | | | | __ _ _ __| |_| |__ | (___ | |_ _ __ __ _ _ __ | |_ __ ___ __ --]]return getfenv()--[[
  112. | | | |/ _` | '__| __| '_ \ \___ \| __| '__/ _` | '_ \| __/ _` \ \/ /
  113. | |__| | (_| | | | |_| | | |____) | |_| | | (_| | | | | || (_| |> <
  114. |_____/ \__,_|_| \__|_| |_|_____/ \__|_| \__,_|_| |_|\__\__,_/_/\_\
  115. ----------------------------------------------------------------------------------------------------------------------------
  116.  
  117. /$$$$$$ /$$ /$$ /$$ /$$$$$$ /$$
  118. /$$__ $$ | $$ | $$ | $$ /$$__ $$ | $$
  119. | $$ \__/ /$$$$$$ | $$ /$$$$$$$ /$$$$$$ /$$$$$$$ | $$ /$$ /$$ /$$$$$$ | $$ \__/ /$$$$$$ /$$$$$$$ /$$$$$$
  120. | $$ /$$$$ /$$__ $$| $$ /$$__ $$ /$$__ $$| $$__ $$| $$ | $$ | $$ |____ $$| $$ /$$__ $$ /$$__ $$ /$$__ $$
  121. | $$|_ $$| $$ \ $$| $$| $$ | $$| $$$$$$$$| $$ \ $$| $$ | $$ | $$ /$$$$$$$| $$ | $$ \ $$| $$ | $$| $$$$$$$$
  122. | $$ \ $$| $$ | $$| $$| $$ | $$| $$_____/| $$ | $$| $$ | $$ | $$ /$$__ $$| $$ $$| $$ | $$| $$ | $$| $$_____/
  123. | $$$$$$/| $$$$$$/| $$| $$$$$$$| $$$$$$$| $$ | $$| $$$$$$$$| $$$$$$/| $$$$$$$| $$$$$$/| $$$$$$/| $$$$$$$| $$$$$$$
  124. \______/ \______/ |__/ \_______/ \_______/|__/ |__/|________/ \______/ \_______/ \______/ \______/ \_______/ \_______/
  125.  
  126. ----------------------------------------------------------------------------------------------------------------------------
  127.  
  128. _ _
  129. /\ /\ | ___ ___| | _____
  130. / //_/ |/ _ \ / __| |/ / _ \
  131. / __ \| | (_) | (__| < (_) |
  132. \/ \/|_|\___/ \___|_|\_\___/
  133.  
  134. ----------------------------------------------------------------------------------------------------------------------------
  135.  
  136. ~ALL AETHER ADMIN OFFICIAL DEVELOPERS ( AETHER CREDITS )~
  137.  
  138. - penguin0616 for cape
  139.  
  140.  
  141. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement