Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. 1. local owners = {"Dark_Exploit0"} -- Are able to set admins who can ban/etc... using :pa name
  2. 2. local admins = {"Kohltastrophe"} -- Sets admins who can use ban/kick/admin or shutdown
  3. 3. local tempadmins = {} -- Sets admins who can't use ban/kick/admin or shutdown
  4. 4. local banland = {"MasterKhaos"} -- Permanently Bans people
  5. 5. local prefix = ":" -- If you wanna change how your commands start ':'kill noob
  6. 6. local AutoUpdate = true -- Set to false if you don't want it to automatically update
  7. 7. local FunCommands = true -- Set to false if you only want the basic commands (For Strict Places)
  8. 8. ---------------------
  9. 9. --    VIP Admin    --
  10. 10. ---------------------
  11. 11. local VipAdmin = false -- If someone can have admin for owning an item
  12. 12. local ItemId = 0 -- The item they must own in order to have admin
  13. 13. ---------------------
  14. 14. --   Group Admin   --
  15. 15. ---------------------
  16. 16. local GroupAdmin = false -- If a certain group can have admin
  17. 17. local GroupId = 0 -- Sets the group id that can have admin
  18. 18. local GroupRank = 0 -- Sets what rank and above a person has to be in the group to have admin
  19. 19. ---------------------
  20. 20. -- Tips and Tricks --
  21. 21. ---------------------
  22. 22. --[[
  23. 23. With this admin you can do a command on multiple people at a time;
  24. 24.          :kill me,noob1,noob2,random,team-raiders,nonadmins
  25. 25.  
  26. 26. You can also use a variety commands for different people;
  27. 27.          all
  28. 28.          others
  29. 29.          me
  30. 30.          team-
  31. 31.          admins
  32. 32.          nonadmins
  33. 33.          random
  34. 34. --]]
  35. 35. ---------------------
  36. 36. --    Commands     --
  37. 37. ---------------------
  38. 38. --[[
  39. 39. -- |Temp Admin Commands| --
  40. 40. 0. clean -- Is a command anyone can use to remove hats/tools lagging up the place
  41. 41. 1. :s print("Hello World") -- Lets you script normally
  42. 42. 2. :ls print("Hello World") -- Lets you script in localscripts
  43. 43. 3. :clear -- Will remove all scripts/localscripts and jails
  44. 44. 4. :m Hello People -- This commands will let you shout a message to everyone on the server
  45. 45. 5. :kill kohl -- Kills the player
  46. 46. 6. :respawn kohl -- Respawns the player
  47. 47. 7. :trip kohl -- Trips the player
  48. 48. 8. :stun kohl -- Stuns the player
  49. 49. 9. :unstun kohl -- Unstuns the player
  50. 50. 10. :jump kohl -- Makes the player jump
  51. 51. 11. :sit kohl -- Makes the player sit
  52. 52. 12. :invisible kohl -- Makes the player invisible
  53. 53. 13. :visible kohl -- Makes the player visible
  54. 54. 14. :explode kohl -- Makes the player explode
  55. 55. 15. :fire kohl -- Sets the player on fire
  56. 56. 16. :unfire kohl -- Removes fire from the player
  57. 57. 17. :smoke kohl -- Adds smoke to the player
  58. 58. 18. :unsmoke kohl -- Removes smoke from the player
  59. 59. 19. :sparkles kohl -- Adds sparkles to the player
  60. 60. 20. :unsparkles kohl -- Removes sparkles from the player
  61. 61. 21. :ff kohl -- Adds a forcefield to the player
  62. 62. 22. :unff kohl -- Removes the forcefield from the player
  63. 63. 23. :punish kohl -- Punishes the player
  64. 64. 24. :unpunish kohl -- Unpunishes the player
  65. 65. 25. :freeze kohl -- Freezes the player
  66. 66. 26. :thaw kohl -- Thaws the player
  67. 67. 27. :heal kohl -- Heals the player
  68. 68. 28. :god kohl -- Makes the player have infinite health
  69. 69. 29. :ungod kohl -- Makes the player have 100 health
  70. 70. 30. :ambient .5 .5 .5 -- Changes the ambient
  71. 71. 31. :brightness .5 -- Changes the brightness
  72. 72. 32. :time 12 -- Changes the time
  73. 73. 33. :fogcolor .5 .5 .5 -- Changes the fogcolor
  74. 74. 34. :fogend 100 -- Changes the fogend
  75. 75. 35. :fogstart 100 -- Changes the fogstart
  76. 76. 36. :removetools kohl -- Removes all tools from the player
  77. 77. 37. :btools kohl -- Gives the player building tools
  78. 78. 38. :give kohl sword -- Gives the player a tool
  79. 79. 39. :damage kohl -- Damages the player
  80. 80. 40. :grav kohl -- Sets the player's gravity to normal
  81. 81. 41. :setgrav kohl 100 -- Sets the player's gravity
  82. 82. 42. :nograv kohl -- Makes the player have 0 gravity
  83. 83. 43. :health kohl 1337 -- Changes the player's health
  84. 84. 44. :speed kohl 1337 -- Changes the player's walkspeed
  85. 85. 45. :name kohl potato -- Changes the player's name
  86. 86. 46. :unname kohl -- Remove the player's name
  87. 87. 47. :team kohl Raiders -- Changes the player's team
  88. 88. 48. :stopmusic -- Will stop all music playing in the server
  89. 89. 49. :teleport kohl potato -- Teleports the player
  90. 90. 50. :change kohl kills 1337 -- Changes a player's stat
  91. 91. 51. :kick kohl -- Removes the player from the game
  92. 92. 52. :infect kohl -- Turns the player into a zombie
  93. 93. 53. :rainbowify kohl -- Turns the player into a rainbow
  94. 94. 54. :flashify kohl -- Turns the player into a strobe
  95. 95. 55. :noobify kohl -- Turns the player into a noob
  96. 96. 56. :ghostify kohl -- Turns the player into a ghost
  97. 97. 57. :goldify kohl -- Turns the player into gold
  98. 98. 58. :shiny kohl -- Makes the player shiny
  99. 99. 59. :normal kohl -- Puts the player back to normal
  100. 100. 60. :trippy kohl -- Spams random colors on the player's screen
  101. 101. 61. :untrippy kohl -- Untrippys the player
  102. 102. 62. :strobe kohl -- Spams white and black on the player's screen
  103. 103. 63. :unstrobe kohl -- Unstrobes the player
  104. 104. 64. :blind kohl -- Blinds the player
  105. 105. 65. :unblind kohl -- Unblinds the player
  106. 106. 66. :guifix kohl -- Will fix trippy/strobe/blind on a player
  107. 107. 67. :fling kohl -- Flings the player
  108. 108. 68. :seizure kohl -- Puts the player in a seizure
  109. 109. 69. :music 1337 -- Plays a sound from the ID
  110. 110. 70. :lock kohl -- Locks the player
  111. 111. 71. :unlock kohl -- Unlocks the player
  112. 112. 72. :removelimbs kohl -- Removes the player's limbs
  113. 113. 73. :jail kohl -- Puts the player in a jail
  114. 114. 74. :unjail kohl -- Removes the jail from the player
  115. 115. 75. :fix -- This will fix the lighting to it's original settings
  116. 116. 76. :fly kohl -- Makes the player fly
  117. 117. 77. :unfly kohl -- Removes fly from the player
  118. 118. 78. :noclip kohl -- Makes the player able to noclip
  119. 119. 79. :clip kohl -- Removes noclipping from the player
  120. 120. 80. :pm kohl Hey bro -- Sends the player a private message
  121. 121. 81. :dog kohl -- Turns the player into a dog
  122. 122. 82. :undog kohl -- Turns the player back to normal
  123. 123. 83. :creeper kohl -- Turns the player into a creeper
  124. 124. 84. :uncreeper kohl -- Turns the player back to normal
  125. 125. 85. :place kohl 1337 -- Sends a teleporation request to a player to go to a different place
  126. 126. 86. :char kohl 261 -- Will make a player look like a different player ID
  127. 127. 87. :unchar kohl -- Will return the player back to normal
  128. 128. 88. :h Hello People -- This will shout a hint to everyone
  129. 129. 89. :rank kohl 109373 -- Will show up a message with the person's Role and Rank in a group
  130. 130. 90. :starttools kohl -- Will give the player starter tools
  131. 131. 91. :sword kohl -- Will give the player a sword
  132. 132. 92. :bighead kohl -- Will make the player's head larger than normal
  133. 133. 93. :minihead kohl -- Will make the player's head smaller than normal
  134. 134. 94. :insert 1337 -- Will insert a model at the speaker's position
  135. 135. 95. :disco -- Will make the server flash random colors
  136. 136. 96. :flash -- Will make the server flash
  137. 137. 97. :admins -- Shows the admin list
  138. 138. 98. :bans -- Shows the banlist
  139. 139. 99. :musiclist -- Shows the music list
  140. 140. 100. :spin kohl -- Spins the player
  141. 141. 101. :cape kohl Really black -- Gives the player a colored cape
  142. 142. 102. :uncape kohl -- Removes the player's cape
  143. 143. 103. :loopheal kohl -- Will constantly heal the player
  144. 144. 104. :loopfling kohl -- Will constantly fling the player
  145. 145. 105. :hat kohl 1337 -- Will give the player a hat under the id of 1337
  146. 146. 106. :unloopheal kohl -- Will remove the loopheal on the player
  147. 147. 107. :unloopfling kohl -- Will remove the loopfling on the player
  148. 148. 108. :unspin kohl -- Removes spin from the player
  149. 149. 109. :tools -- Gives a list of the tools in the lighting
  150. 150. 110. :undisco -- Removes disco effects
  151. 151. 111. :unflash -- Removes flash effects
  152. 152. 112. :resetstats kohl -- Sets all the stats of a player to 0
  153. 153. 113. :gear kohl 1337 -- Gives a player a gear
  154. 154. 114. :cmdbar -- Gives the speaker a command bar
  155. 155. 115. :shirt kohl 1337 -- Changes the player's shirt
  156. 156. 116. :pants kohl 1337 -- Changes the player's pants
  157. 157. 117. :face kohl 1337 -- Changes the player's face
  158. 158. 118. :swagify kohl -- Swagifies the player
  159. 159. 119. :version -- Shows the current version of the admin
  160. 160. 120. :tm 1337 yolo -- Shows a message for 1337 seconds
  161. 161. 121. :countdown 120 -- Shows a countdown message, maxes out at 120 seconds
  162. 162. 122. :clone kohl -- Creates a clone of the player
  163. 163. 123. :lsplr kohl print("yolo") -- Creates a localscript inside of a player
  164. 164. 124. :startergive kohl epic -- Gives a player a gear in their starterpack
  165. 165. 125. :control kohl -- Controls a player
  166. 166.  
  167. 167. -- |Admin Commands| --
  168. 168. - :serverlock -- Locks the server
  169. 169. - :serverunlock -- Unlocks the server
  170. 170. - :sm Hello World -- Creates a system message
  171. 171. - :crash kohl -- Crashes a player
  172. 172. - :admin kohl -- Admins a player
  173. 173. - :unadmin kohl -- Unadmins a player
  174. 174. - :ban kohl -- Bans a player
  175. 175. - :unban kohl -- Unbans a player
  176. 176. - :loopkill kohl -- Will constantly kill the player
  177. 177. - :unloopkill kohl -- Will remove the loopkill on the player
  178. 178. - :logs -- Will show all of the commands any admin has used in a game session
  179. 179. - :shutdown -- Shutsdown the server
  180. 180.  
  181. 181. -- |Owner Commands| --
  182. 182. - :pa kohl -- Makes someone a super admin
  183. 183. - :unpa kohl -- Removes a super admin
  184. 184. - :nuke kohl -- Creates a nuke on kohl
  185. 185.  
  186. 186. -- |True Owner Commands| --
  187. 187. - :oa kohl -- Makes someone an owner
  188. 188. - :unoa kohl -- Removes an owner
  189. 189. - :settings -- Shows settings for the commands
  190. 190. --]]
  191. 191. ---------------------
  192. 192. --   Main Script   --
  193. 193. ---------------------
  194. 194. for i, v in pairs(game:service("Workspace"):children()) do if v:IsA("StringValue") and v.Value:sub(1,2) == "AA" then v:Destroy() end end
  195. 195.  
  196. 196. function CHEESE()
  197. 197. if game:service("Lighting"):findFirstChild("KACV2") then
  198. 198. owners = {} admins = {} tempadmins = {} banland = {}
  199. 199. for i,v in pairs(game.Lighting.KACV2:children()) do
  200. 200. if v.Name == "Owner" then table.insert(owners, v.Value) end
  201. 201. if v.Name == "Admin" then table.insert(admins, v.Value) end
  202. 202. if v.Name == "TempAdmin" then table.insert(tempadmins, v.Value) end
  203. 203. if v.Name == "Banland" then table.insert(banland, v.Value) end
  204. 204. if v.Name == "Prefix" then prefix = v.Value end
  205. 205. if v.Name == "FunCommands" then FunCommands = v.Value end
  206. 206. if v.Name == "GroupAdmin" then GroupAdmin = v.Value end
  207. 207. if v.Name == "GroupId" then GroupId = v.Value end
  208. 208. if v.Name == "GroupRank" then GroupRank = v.Value end
  209. 209. if v.Name == "VipAdmin" then VipAdmin = v.Value end
  210. 210. if v.Name == "ItemId" then ItemId = v.Value end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement