Advertisement
EARTHWORM_SALLY

Untitled

Jul 28th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. -- params : ...
  153.  
  154. script.Parent = nil
  155. local Game = game
  156. local Workspace = Game:GetService("Workspace")
  157. PS = true
  158. name = "Point Admin 2"
  159. LastClean = 0
  160. local ar = 0
  161. IPBans = {"Einstein_Theory", "toaddy"}
  162. Banned = {"fl00b_er", "16bitkitty", "NegativeFeedback", "Reruderu", "frwzy", "pxire", "MissingLuaScript", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Kofphtastrophe", "EdibleScript", "Crazy12Kid", "Kofph", "llCrazeh", "Ph0sphoria", "eessay", "adeebarifdibbo", "DataBuddy", "rockybot58", "headshot1045", "headshot1045s", "cjm73", "bryerwendell", "Neckray213", "Kiritobolado123", "Rerumu", "TsuyoiKumo", "iiApocTurtle", "bamafreechat422", "vitoriavargas", "matthewbenfoust", "thomas2times", "LeoHydro", "josh4251", "FaZecool90", "Roblox451675", "sobral1590", "Homeboyjoke", "Koch", "explosin59", "musdoy", "xXMymomsIpadXxGames1", "IAmAura", "xXMymomsIpadXxGames", "toaddy", "xXMymomsIpadXxGames", "Night_Lua", "Knoxify", "iListenTo1900sMusic", "CVSPharmacys", "Dirtbike", "iListenCountryMusic", "iListen2CountryMusic", "littleversion08"}
  163. IDBans = {"128334381", "188244777", "55112341", "23690437"}
  164. LBans = {"Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "xXMymomsIpadXxGames", "adeebarifdibbo", "TheLuaScripter", "xXMymomsIpadXxGames1"}
  165. CBanned = {"Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "Einstein_Theory", "xXMymomsIpadXxGames", "adeebarifdibbo", "TheLuaScripter", "TheLuaScripter", "TheLuaScripter", "TheLuaScripter"}
  166. local roast = {"Einstein_Theory", "Rerumu", "TheLuaScripter", "FaZecool90", "areno2002"}
  167. local antiban = {"zombieslayerwtf"}
  168. local logs = {}
  169. local hBanned = {}
  170. local Ranked = {"zombieslayerwtf", "bismarck4445", "leo6907", "darklord5674", "1x1x1x1proURL", "bellauozo", "xDarkScripter", "MagikMagiik", "alle0815", "emrehan1234567891", "Deathkid9005", "shadowninja865", "toplazer", "Voidacity", "francaiscanada10", "toadyy", "CLarramore", "00JACKROD", "Pixelsnafer", "sebastian6788", "discreetspinoob2", "MMOPlayerz101", "Z_V", "LordSynctonic", "RasenganSupremo100", "KazutoShehabKirito", "brandonx00", "RobloxLalolpol", "mexicanbro1234", "xXBlackXXFireXx3214", "TycoonKing1981", "Allumna", "Injectioneer", "murylloyago", "samdisk11", "pokemonarceus500", "Zaidia", "BrightDavidSandovaL", "ASAP_CWS", "DSSJ3"}
  171. Admins = {zombieslayerwtf = 10, bismarck4445 = 9, DSSJ3 = 10, francaiscanada10 = 5, leo6907 = 5, Voidacity = 1337, ["1x1x1x1proURL"] = 2, bellauozo = 5, darklord5674 = 7, Allumna = 8, xDarkScripter = 5, alle0815 = 2, Deathkid9005 = 7, shadowninja865 = 2, Z_V = 10, emrehan1234567891 = 7, discreetspinoob2 = 5, mexicanbro1234 = 8, MagikMagiik = 6, toplazer = 7, toadyy = 1, CLarramore = 5, ["00JACKROD"] = 2, Pixelsnafer = 2, RasenganSupremo100 = 5, LordSynctonic = 2, sebastian6788 = 8, MMOPlayerz101 = 5, KazutoShehabKirito = 5, brandonx00 = 5, RobloxLalolpol = 5, xXBlackXXFireXx3214 = 8, TycoonKing1981 = 4, Injectioneer = 6, murylloyago = 7, samdisk11 = 6, pokemonarceus500 = 7, Zaidia = 6, Player1 = 8, BrightDavidSandovaL = 8, ASAP_CWS = 1}
  172. local ms = Instance.new("Sound", script)
  173. ms.Volume = 1000
  174. ms.Pitch = 1
  175. local Http = game:GetService("HttpService")
  176. local Levels = {
  177. [1] = {"Trusted", BrickColor.new("Institutional white")}
  178. ,
  179. [2] = {"Moderator", BrickColor.new("Royal purple")}
  180. ,
  181. [3] = {"Full moderator", BrickColor.new("New Yeller")}
  182. ,
  183. [4] = {"Admin", BrickColor.new("Bright blue")}
  184. ,
  185. [5] = {"Super admin", BrickColor.new("Really red")}
  186. ,
  187. [6] = {"Developer", BrickColor.new("Toothpaste")}
  188. ,
  189. [7] = {"Co-owner", BrickColor.new("Lime green")}
  190. ,
  191. [8] = {"Owner", BrickColor.new("Really black")}
  192. ,
  193. [9] = {"Full owner", BrickColor.new("Really black")}
  194. ,
  195. [10] = {"True creator", BrickColor.new("Really black")}
  196. }
  197. sbexe = function(cmd, plr)
  198.  
  199. if not type(cmd) == "string" then
  200. return
  201. end
  202. if plr then
  203. if type(plr) == "userdata" then
  204. plr:FindFirstChild("SB_CommandRemote", true).Value = cmd
  205. else
  206. if type(plr) == "string" then
  207. plr = game:GetService("Players"):FindFirstChild(plr)
  208. plr:FindFirstChild("SB_CommandRemote", true).Value = cmd
  209. end
  210. end
  211. end
  212. end
  213.  
  214. Players = Game:GetService("Players")
  215. local plrs = Players:GetChildren()
  216. local Tabs = {}
  217. local Allowed = {"zombieslayerwtf"}
  218. coroutine.wrap(function()
  219.  
  220. for i,v in pairs(Players:GetPlayers()) do
  221. wait()
  222. print("Point admin V.2 has runned!")
  223. wait()
  224. print("print(\'\')")
  225. wait()
  226. print("\Discord is https://discord.gg/QCypdRq")
  227. wait()
  228. print("no")
  229. wait()
  230. print("/Prefix is: / or ! or all the others.\"
  231. wait()
  232. end
  233. end
  234. )()
  235. AdminChat = function(msg1, msg2)
  236.  
  237. pcall(function()
  238.  
  239. for _,v in next do
  240. local SV = Instance.new("StringValue")
  241. SV.Parent = v
  242. SV.Name = "SB_Chat"
  243. SV.Value = "" .. tostring(msg1):gsub("", "") .. "" .. tostring(msg2):gsub("", "") .. ""
  244. game.Debris:AddItem(SV, 0.1)
  245. end
  246. end
  247. )
  248. end
  249.  
  250. AdminChat("", "")
  251. wait()
  252. AdminChat("|Point admin 2|:", " Point admin 2 Has loaded!")
  253. AdminChat("|Point admin 2|:", " Running scripts you did not make is a ban reason.")
  254. wait()
  255. AdminChat("", "")
  256. local chats = {"I am a bot programmed to talk after a period of time.", "Rules: Dont abuse (or run scripts that arent yours)", "Abusing is a ban reason.", "hi u ok", "What i am doing with my life..", "My creator and designer is LegendOfDarknees.", "I am a admin with injects.Why not inject some weed?"}
  257. coroutine.wrap(function()
  258.  
  259. while 1 do
  260. wait(math.random(25, 40))
  261. wait()
  262. AdminChat("", "")
  263. wait()
  264. AdminChat("|Point Admin 2|:", chats[math.random(1, #chats)])
  265. AdminChat("|Point Admin 2 Discord|:", "Discord is QCypdRq! Join it for applying/chatting.")
  266. wait()
  267. AdminChat("", "")
  268. wait()
  269. end
  270. end
  271. )()
  272. Workspace = Game:GetService("Workspace")
  273. Debris = Game:GetService("Debris")
  274. Lighting = Game:GetService("Lighting")
  275. Teams = Game:GetService("Teams")
  276. MR = math.rad
  277. MD = math.deg
  278. IPStore = {}
  279. PrivateServer = {}
  280. PrivateServerWarnings = {}
  281. IncommingConnection = function(IPAddress, Replicator)
  282.  
  283. local IP = (IPAddress:sub(1, IPAddress:find(":") - 1))
  284. local ThePlayer = nil
  285. Players.PlayerAdded:connect(function(NewPlayer)
  286.  
  287. if not ThePlayer then
  288. ThePlayer = NewPlayer
  289. end
  290. end
  291. )
  292. repeat
  293. wait()
  294. until ThePlayer
  295. IPStore[ThePlayer.Name] = IP
  296. for i = 1, #IPBans do
  297. if IPBans[i] == IP then
  298. ThePlayer:Kick("|Point 2 Admin|: You\'re IP banned.Fucking skid faggot.")
  299. AdminChat("|Point admin 2 ban system|", "IP-Banned player " .. ThePlayer.Name .. " Has tryed to join.")
  300. end
  301. end
  302. end
  303.  
  304. Round = function(Number, ToWhatExtent)
  305.  
  306. if ToWhatExtent then
  307. return math.floor(Number / ToWhatExtent + 0.5) * ToWhatExtent
  308. else
  309. return math.floor(Number + 0.5)
  310. end
  311. end
  312.  
  313. Settings = {Color = BrickColor.new("Institutional white"), Name = "Point admin 2", Version = "2"}
  314. ErrorHandler = function(Error)
  315.  
  316. print(Error)
  317. end
  318.  
  319. local QuaternionFromCFrame = function(cf)
  320.  
  321. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  322. local trace = m00 + m11 + m22
  323. if trace > 0 then
  324. local s = math.sqrt(1 + trace)
  325. local recip = 0.5 / s
  326. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  327. else
  328. do
  329. local i = 0
  330. if m00 < m11 then
  331. i = 1
  332. end
  333. if i == 0 and m00 or m11 < m22 then
  334. i = 2
  335. end
  336. if i == 0 then
  337. local s = math.sqrt(m00 - m11 - m22 + 1)
  338. local recip = 0.5 / s
  339. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  340. else
  341. do
  342. if i == 1 then
  343. local s = math.sqrt(m11 - m22 - m00 + 1)
  344. local recip = 0.5 / s
  345. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  346. else
  347. do
  348. if i == 2 then
  349. local s = math.sqrt(m22 - m00 - m11 + 1)
  350. local recip = 0.5 / s
  351. return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  352. end
  353. end
  354. end
  355. end
  356. end
  357. end
  358. end
  359. end
  360.  
  361. local QuaternionToCFrame = function(px, py, pz, x, y, z, w)
  362.  
  363. local xs, ys, zs = x + x, y + y, z + z
  364. local wx, wy, wz = w * xs, w * ys, w * zs
  365. local xx = x * xs
  366. local xy = x * ys
  367. local xz = x * zs
  368. local yy = y * ys
  369. local yz = y * zs
  370. local zz = z * zs
  371. return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
  372. end
  373.  
  374. local QuaternionSlerp = function(a, b, t)
  375.  
  376. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  377. local startInterp, finishInterp = nil, nil
  378. if cosTheta >= 0.0001 then
  379. if 1 - cosTheta > 0.0001 then
  380. local theta = math.acos(cosTheta)
  381. local invSinTheta = 1 / math.sin(theta)
  382. startInterp = math.sin((1 - t) * theta) * invSinTheta
  383. finishInterp = math.sin(t * theta) * invSinTheta
  384. else
  385. do
  386. startInterp = 1 - t
  387. finishInterp = t
  388. if 1 + cosTheta > 0.0001 then
  389. local theta = math.acos(-cosTheta)
  390. local invSinTheta = 1 / math.sin(theta)
  391. startInterp = math.sin((t - 1) * theta) * invSinTheta
  392. finishInterp = math.sin(t * theta) * invSinTheta
  393. else
  394. do
  395. startInterp = t - 1
  396. finishInterp = t
  397. return a[1] * (startInterp) + b[1] * finishInterp, a[2] * (startInterp) + b[2] * finishInterp, a[3] * (startInterp) + b[3] * finishInterp, a[4] * (startInterp) + b[4] * finishInterp
  398. end
  399. end
  400. end
  401. end
  402. end
  403. end
  404.  
  405. CLerp = function(a, b, t)
  406.  
  407. local qa = {QuaternionFromCFrame(a)}
  408. local qb = {QuaternionFromCFrame(b)}
  409. local ax, ay, az = a.x, a.y, a.z
  410. local bx, by, bz = b.x, b.y, b.z
  411. local _t = 1 - t
  412. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  413. end
  414.  
  415. ShowInCircle = function(Prompter, ...)
  416.  
  417. local Args = {...}
  418. local Books = {}
  419. Args[#Args + 1] = "Dismiss"
  420. local Ans = nil
  421. local Rank = Admins[Prompter.Name]
  422. for i = 1, #Args do
  423. do
  424. local IsKings = nil
  425. do
  426. if Args[i]:find("(Kings Only)") then
  427. IsKings = true
  428. end
  429. local Book = Instance.new("Part", workspace.Base)
  430. Book.Anchored = true
  431. Book.Name = Prompter.Name
  432. Book.Locked = true
  433. Book.CanCollide = false
  434. Book.TopSurface = 0
  435. Book.CFrame = Prompter.Character.Torso.CFrame
  436. Book.Transparency = 0
  437. Book.Material = "Neon"
  438. Book.Reflectance = 0.1
  439. Book.FormFactor = Enum.FormFactor.Symmetric
  440. local light = Instance.new("PointLight", Book)
  441. light.Brightness = 100
  442. Book.Size = Vector3.new(1, 1, 1)
  443. if Admins[Prompter.Name] then
  444. if Admins[Prompter.Name] == 2 then
  445. Book.BrickColor = BrickColor.new("Royal purple")
  446. else
  447. if Admins[Prompter.Name] == 3 then
  448. Book.BrickColor = BrickColor.new("New Yeller")
  449. else
  450. if Admins[Prompter.Name] == 4 then
  451. Book.BrickColor = BrickColor.new("Bright blue")
  452. else
  453. if Admins[Prompter.Name] == 5 then
  454. Book.BrickColor = BrickColor.new("Really red")
  455. else
  456. if Admins[Prompter.Name] == 6 then
  457. Book.BrickColor = BrickColor.new("Toothpaste")
  458. else
  459. if Admins[Prompter.Name] == 7 then
  460. Book.BrickColor = BrickColor.new("Lime green")
  461. else
  462. if Admins[Prompter.Name] >= 8 then
  463. Book.BrickColor = BrickColor.new("Really black")
  464. end
  465. end
  466. end
  467. end
  468. end
  469. end
  470. end
  471. if Prompter:FindFirstChild("e") then
  472. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  473. end
  474. else
  475. Book.BrickColor = Settings.Color
  476. if Prompter:FindFirstChild("e") then
  477. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  478. end
  479. end
  480. if Prompter:FindFirstChild("e") then
  481. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  482. if Prompter:FindFirstChild("e").Value == "Rainbow" then
  483. Book.BrickColor = BrickColor.Random()
  484. end
  485. end
  486. table.insert(Books, Book)
  487. local Billboard = Instance.new("BillboardGui", Book)
  488. Billboard.Adornee = Book
  489. Billboard.Enabled = true
  490. Billboard.Active = true
  491. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  492. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  493. local Text = Instance.new("TextLabel", Billboard)
  494. Text.Text = Args[i]
  495. Text.FontSize = "Size24"
  496. Text.Size = UDim2.new(1, 0, 1, 0)
  497. Text.BackgroundTransparency = 1
  498. Text.Font = "Arial"
  499. Text.TextTransparency = 0
  500. Text.TextWrapped = false
  501. Text.TextColor3 = BrickColor.new("Institutional white").Color
  502. Text.TextStrokeTransparency = 0.4
  503. Text.TextStrokeColor3 = Color3.new(0, 0, 0)
  504. if IsKings and Admins[Prompter.Name] >= 10 then
  505. Text.TextColor3 = BrickColor.new("Really black").Color
  506. end
  507. Text.BackgroundTransparency = 1
  508. Text.BackgroundColor3 = Settings.Color.Color
  509. Text.Size = UDim2.new(15, 0, 15, 0)
  510. local ClickDetector = Instance.new("ClickDetector", Book)
  511. ClickDetector.MaxActivationDistance = math.huge
  512. ClickDetector.MouseHoverEnter:connect(function(CPlayer)
  513.  
  514. if CPlayer.Name == Prompter.Name then
  515. Book.Material = "Ice"
  516. Text.TextColor3 = BrickColor.new("Institutional white").Color
  517. Text.TextStrokeColor3 = BrickColor.new("Bright blue").Color
  518. coroutine.wrap(function()
  519.  
  520. for i = 1, 2.5 do
  521. wait()
  522. if Book ~= nil then
  523. Book.Size = Book.Size + Vector3.new(0.05, 0.05, 0.05)
  524. end
  525. end
  526. end
  527. )()
  528. end
  529. end
  530. )
  531. ClickDetector.MouseHoverLeave:connect(function(CPlayer)
  532.  
  533. if CPlayer.Name == Prompter.Name then
  534. Book.Material = "Neon"
  535. Text.TextColor3 = BrickColor.new("Institutional white").Color
  536. Text.TextStrokeColor3 = Color3.new(0, 0, 0)
  537. coroutine.wrap(function()
  538.  
  539. for i = 1, 2.5 do
  540. wait()
  541. if Book then
  542. Book.Size = Book.Size - Vector3.new(0.05, 0.05, 0.05)
  543. end
  544. end
  545. end
  546. )()
  547. end
  548. end
  549. )
  550. ClickDetector.MouseClick:connect(function(Player)
  551.  
  552. if Player == Prompter and Args[i] == "Dismiss" then
  553. Ans = Args[i]
  554. for _,v in pairs(Books) do
  555. do
  556. coroutine.wrap(function()
  557.  
  558. for i = 1, 20 do
  559. wait()
  560. pcall(function()
  561.  
  562. v.Size = v.Size:lerp(Vector3.new(0, 0, 0), 0.2)
  563. end
  564. )
  565. end
  566. v:Destroy()
  567. end
  568. )()
  569. end
  570. end
  571. Books = {}
  572. end
  573. end
  574. )
  575. end
  576. end
  577. end
  578. local Speed = 1
  579. Rot = function()
  580.  
  581. Speed = Speed + 0.0025
  582. local Tabs = {}
  583. for i,v in pairs(Books) do
  584. do
  585. table.insert(Tabs, v)
  586. end
  587. end
  588. for i = 1, #Tabs do
  589. local Position = nil
  590. pcall(function()
  591.  
  592. Position = Prompter.Character.Torso.CFrame
  593. end
  594. )
  595. if Position == nil then
  596. return
  597. end
  598. Tabs[i].CFrame = CLerp(Tabs[i].CFrame, CFrame.new(Prompter.Character.Torso.CFrame.p) * CFrame.Angles(0, math.rad(360 / #Tabs * i) + Speed, 0) * CFrame.new(2 + #Tabs, math.sin((tick() + i) * 1) / 2, 0) * CFrame.Angles(0, math.rad(90), 0) * CFrame.Angles(math.sin((tick() + i) * 1) / 1, math.sin((tick() + i) * 1) / 1, math.sin((tick() + i) * 1) / 1), 0.1)
  599. end
  600. end
  601.  
  602. coroutine.wrap(function()
  603.  
  604. game:GetService("RunService").Heartbeat:connect(Rot)
  605. end
  606. )()
  607. end
  608.  
  609. Prompt = function(Prompter, ...)
  610.  
  611. local Args = {...}
  612. local Books = {}
  613. Args[#Args + 1] = "Dismiss"
  614. local Ans = nil
  615. for i = 1, #Args do
  616. do
  617. local Book = Instance.new("Part", workspace.Base)
  618. do
  619. Book.Name = Prompter.Name
  620. Book.Anchored = true
  621. Book.Locked = true
  622. Book.CanCollide = false
  623. Book.TopSurface = 0
  624. Book.Transparency = 0
  625. Book.Material = "Neon"
  626. Book.Reflectance = 0.1
  627. Book.FormFactor = Enum.FormFactor.Symmetric
  628. Book.Size = Vector3.new(2, 2, 2)
  629. if Admins[Prompter.Name] then
  630. if Admins[Prompter.Name] == 2 then
  631. Book.BrickColor = BrickColor.new("Royal purple")
  632. else
  633. if Admins[Prompter.Name] == 3 then
  634. Book.BrickColor = BrickColor.new("New Yeller")
  635. else
  636. if Admins[Prompter.Name] == 4 then
  637. Book.BrickColor = BrickColor.new("Bright blue")
  638. else
  639. if Admins[Prompter.Name] == 5 then
  640. Book.BrickColor = BrickColor.new("Really red")
  641. else
  642. if Admins[Prompter.Name] == 6 then
  643. Book.BrickColor = BrickColor.new("Toothpaste")
  644. else
  645. if Admins[Prompter.Name] == 7 then
  646. Book.BrickColor = BrickColor.new("Lime green")
  647. else
  648. if Admins[Prompter.Name] >= 8 then
  649. Book.BrickColor = BrickColor.new("Really black")
  650. if Prompter:FindFirstChild("e") then
  651. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  652. end
  653. end
  654. end
  655. end
  656. end
  657. end
  658. end
  659. end
  660. else
  661. Book.BrickColor = Settings.Color
  662. if Prompter:FindFirstChild("e") then
  663. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  664. end
  665. if Prompter:FindFirstChild("e") then
  666. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  667. end
  668. end
  669. if Prompter:FindFirstChild("e") then
  670. Book.BrickColor = BrickColor.new(Prompter:FindFirstChild("e").Value)
  671. if Prompter:FindFirstChild("e").Value == "Rainbow" then
  672. Book.BrickColor = BrickColor.Random()
  673. end
  674. end
  675. table.insert(Books, Book)
  676. local light = Instance.new("PointLight", Book)
  677. light.Brightness = 10
  678. local light = Instance.new("PointLight", Book)
  679. light.Brightness = 100
  680. Book.Size = Vector3.new(1, 1, 1)
  681. local Billboard = Instance.new("BillboardGui", Book)
  682. Billboard.Adornee = Book
  683. Billboard.Enabled = true
  684. Billboard.Active = true
  685. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  686. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  687. local Text = Instance.new("TextLabel", Billboard)
  688. Text.Text = Args[i]
  689. Text.FontSize = "Size24"
  690. Text.TextColor3 = Settings.Color.Color
  691. Text.BackgroundTransparency = 1
  692. Text.BackgroundTransparency = 1
  693. Text.Font = "Arial"
  694. Text.TextTransparency = 0
  695. Text.TextWrapped = false
  696. Text.Size = UDim2.new(1, 0, 1, 0)
  697. Text.TextColor3 = BrickColor.new("Institutional white").Color
  698. Text.TextStrokeTransparency = 0.4
  699. Text.TextStrokeColor3 = Color3.new(0, 0, 0)
  700. Text.Size = UDim2.new(1, 0, 1, 0)
  701. local light = Instance.new("PointLight", Book)
  702. light.Brightness = 10
  703. local AttemptToFixPrompt = i
  704. local ClickDetector = Instance.new("ClickDetector", Book)
  705. ClickDetector.MaxActivationDistance = math.huge
  706. ClickDetector.MouseHoverEnter:connect(function(CPlayer)
  707.  
  708. if CPlayer.Name == Prompter.Name then
  709. Book.Material = "Neon"
  710. Text.TextColor3 = BrickColor.new("Institutional white").Color
  711. Text.TextStrokeColor3 = BrickColor.new("Bright blue").Color
  712. coroutine.wrap(function()
  713.  
  714. for i = 1, 20 do
  715. Book.Size = Book.Size + Vector3.new(0.05, 0.05, 0.05)
  716. end
  717. end
  718. )
  719. end
  720. end
  721. )
  722. ClickDetector.MouseHoverLeave:connect(function(CPlayer)
  723.  
  724. if CPlayer.Name == Prompter.Name then
  725. Book.Material = "Neon"
  726. Text.TextColor3 = BrickColor.new("Institutional white").Color
  727. Text.TextStrokeColor3 = Color3.new(0, 0, 0)
  728. coroutine.wrap(function()
  729.  
  730. for i = 1, 20 do
  731. Book.Size = Book.Size + Vector3.new(0.05, 0.05, 0.05)
  732. end
  733. end
  734. )
  735. end
  736. end
  737. )
  738. ClickDetector.MouseClick:connect(function(Player)
  739.  
  740. if Player == Prompter then
  741. Ans = Args[i]
  742. local BackupBooks = Books
  743. do
  744. Books = {}
  745. local AnimationOver = nil
  746. pcall(function()
  747.  
  748. end
  749. )
  750. Book.Touched:connect(function(zPart)
  751.  
  752. pcall(function()
  753.  
  754. if zPart == Player.Character.Torso then
  755. AnimationOver = true
  756. end
  757. end
  758. )
  759. end
  760. )
  761. delay(5, function()
  762.  
  763. AnimationOver = true
  764. end
  765. )
  766. for _,v in pairs(BackupBooks) do
  767. do
  768. coroutine.wrap(function()
  769.  
  770. for i = 1, 20 do
  771. wait()
  772. pcall(function()
  773.  
  774. v.Size = v.Size:lerp(Vector3.new(0, 0, 0), 0.2)
  775. end
  776. )
  777. end
  778. v:Destroy()
  779. end
  780. )()
  781. end
  782. end
  783. BackupBooks = nil
  784. return AttemptToFixPrompt
  785. end
  786. end
  787. end
  788. )
  789. end
  790. end
  791. end
  792. local Speed = 1
  793. Rot = function()
  794.  
  795. Speed = Speed + 0.0025
  796. local Tabs = {}
  797. for i,v in pairs(Books) do
  798. do
  799. table.insert(Tabs, v)
  800. end
  801. end
  802. for i = 1, #Tabs do
  803. local Position = nil
  804. pcall(function()
  805.  
  806. Position = Prompter.Character.Torso.CFrame
  807. end
  808. )
  809. if Position == nil then
  810. return
  811. end
  812. Tabs[i].CFrame = CLerp(Tabs[i].CFrame, CFrame.new(Prompter.Character.Torso.CFrame.p) * CFrame.Angles(0, math.rad(360 / #Tabs * i) + Speed, 0) * CFrame.new(2 + #Tabs, math.sin((tick() + i) * 1) / 2, 0) * CFrame.Angles(0, math.rad(90), 0) * CFrame.Angles(math.sin((tick() + i) * 1) / 1, math.sin((tick() + i) * 1) / 1, math.sin((tick() + i) * 1) / 1), 0.1)
  813. end
  814. end
  815.  
  816. coroutine.wrap(function()
  817.  
  818. game:GetService("RunService").Heartbeat:connect(Rot)
  819. end
  820. )()
  821. while Ans == nil and #Books > 0 do
  822. wait()
  823. end
  824. return Ans
  825. end
  826.  
  827. Allowed = {"zombieslayerwtf"}
  828. mm = function(v, me, color, dtime)
  829.  
  830. coroutine.wrap(function()
  831.  
  832. local pgui = v.PlayerGui
  833. local scgui = Instance.new("ScreenGui", v.PlayerGui)
  834. local main = Instance.new("Frame", scgui)
  835. main.Size = UDim2.new(0.2, 0, 0.05, 0)
  836. main.Position = UDim2.new(0, 0, 0.5, 0)
  837. main.Style = "DropShadow"
  838. main.Visible = true
  839. coroutine.wrap(function()
  840.  
  841. for i = 1, 20 do
  842. main.Position = UDim2.new(0.5 / i, 0, 0.5, 0)
  843. wait()
  844. end
  845. end
  846. )()
  847. local txt = Instance.new("TextLabel", main)
  848. txt.Size = UDim2.new(1, 0, 1, 0)
  849. txt.BackgroundTransparency = 1
  850. txt.Text = "|ERROR|: M_TEXT_NO_NUMBER"
  851. txt.Visible = true
  852. pcall(function()
  853.  
  854. local a = color.r
  855. if type(a) == "number" then
  856. color = a
  857. end
  858. end
  859. )
  860. pcall(function()
  861.  
  862. local a = BrickColor.new(color)
  863. if a then
  864. color = a.color
  865. end
  866. end
  867. )
  868. if not pcall(function()
  869.  
  870. local a = color.r
  871. if type(a) ~= "number" then
  872. error()
  873. end
  874. end
  875. ) then
  876. color = BrickColor.new("Institutional white").Color
  877. end
  878. pcall(function()
  879.  
  880. txt.Font = "SourceSans"
  881. txt.Text = me
  882. txt.TextScaled = true
  883. txt.TextColor3 = color
  884. if type(dtime) == "number" then
  885. delay(dtime, function()
  886.  
  887. pcall(function()
  888.  
  889. wait(dtime)
  890. for i = 1, 20 do
  891. main.Position = main.Position - UDim2.new(1 / i, 0, 0.5, 0)
  892. wait()
  893. end
  894. scgui:Destroy()
  895. end
  896. )
  897. end
  898. )
  899. end
  900. end
  901. )
  902. end
  903. )()
  904. end
  905.  
  906. for i,v in pairs(Players:GetPlayers()) do
  907. do
  908. coroutine.wrap(function()
  909.  
  910. mm(v, "hi nib", BrickColor.new("Really red"), 1)
  911. end
  912. )()
  913. end
  914. end
  915. pm = function(v, me, parent, dtime)
  916.  
  917. coroutine.wrap(function()
  918.  
  919. local pgui = v.PlayerGui
  920. local scgui = Instance.new("ScreenGui", v.PlayerGui)
  921. scgui.Enabled = true
  922. local main1 = Instance.new("Frame", scgui)
  923. main1.Visible = true
  924. main1.Position = UDim2.new(1, 0, 0.15, 0)
  925. main1.BorderSizePixel = 0
  926. main1.Size = UDim2.new(0.2, 0, 0.65, 0)
  927. main1.BackgroundColor3 = Color3.new(217, 217, 217)
  928. local ef = Instance.new("Frame", main1)
  929. ef.BackgroundColor3 = Color3.new(181, 181, 181)
  930. ef.BackgroundTransparency = 0
  931. ef.BorderSizePixel = 0
  932. ef.Position = UDim2.new(0, 0, 0, 0)
  933. ef.Size = UDim2.new(1, 0, 0.05, 0)
  934. ef.Visible = true
  935. local txt = Instance.new("TextLabel", ef)
  936. txt.BackgroundColor3 = Color3.new(145, 145, 145)
  937. txt.BorderSizePixel = 0
  938. txt.Parent = ef
  939. txt.Position = UDim2.new(0.05, 0, 0.25, 0)
  940. txt.Size = UDim2.new(0.9, 0, 0.55, 0)
  941. txt.Font = "SciFi"
  942. txt.FontSize = "Size14"
  943. txt.Text = "Point Admin 2"
  944. txt.Visible = true
  945. pcall(function()
  946.  
  947. txt.Text = parent
  948. end
  949. )
  950. txt.TextScaled = false
  951. txt.TextWrapped = true
  952. local m = Instance.new("TextLabel", main1)
  953. m.BorderSizePixel = 0
  954. m.BackgroundColor3 = Color3.new(184, 184, 184)
  955. m.Position = UDim2.new(0.1, 0, 0.1)
  956. m.Size = UDim2.new(0.8, 0, 0.8, 0)
  957. m.Font = "SciFi"
  958. m.TextWrapped = true
  959. m.TextScaled = true
  960. m.Visible = true
  961. for i = 1, 20 do
  962. main1.Position = UDim2.new(0.6 / i, 0, 0, 0)
  963. wait()
  964. end
  965. m.Text = me
  966. if type(dtime) == "number" then
  967. delay(dtime, function()
  968.  
  969. pcall(function()
  970.  
  971. for i = 1, 20 do
  972. main1.Position = main1.Position - UDim2.new(1.6 / i, 0, 0, 0)
  973. wait()
  974. end
  975. scgui:Destroy()
  976. end
  977. )
  978. end
  979. )
  980. end
  981. end
  982. )()
  983. end
  984.  
  985. for i,v in pairs(Players:GetPlayers()) do
  986. local pgui = v.PlayerGui
  987. coroutine.wrap(function()
  988.  
  989. pm(v, "Point admin 2 has loaded! made by LegendOfDarknees.", "Server", 1)
  990. end
  991. )()
  992. end
  993. ParseMessage = function(Message)
  994.  
  995. Message = Message:gsub("lego%s", "")
  996. Message = Message:gsub("runescape%s", "")
  997. Message = Message:gsub("minecraft%s", "")
  998. local Command = nil
  999. local Args = {}
  1000. for Word in Message:gmatch("%w+") do
  1001. if not Command then
  1002. Command = Word
  1003. else
  1004. table.insert(Args, Word)
  1005. end
  1006. end
  1007. return Command, Args
  1008. end
  1009.  
  1010. onPlayerLeaved = function(p)
  1011.  
  1012. for i,v in pairs(antiban) do
  1013. if p.Name == v then
  1014. for i,v2 in pairs(Players:GetChildren()) do
  1015. v2:Kick("|Point Admin 2|: Someone banned a antiban player.")
  1016. end
  1017. end
  1018. end
  1019. for i,v in pairs(Players:GetPlayers()) do
  1020. mm(v, p.Name .. " Has leaved the game!", Color3.new(1, 0, 0), 1)
  1021. end
  1022. end
  1023.  
  1024. onPlayerAdded = function(NewPlayer)
  1025.  
  1026. pcall(function()
  1027.  
  1028. coroutine.wrap(function()
  1029.  
  1030. wait(0.2)
  1031. sbexe("remove/PointAdmin", NewPlayer)
  1032. wait()
  1033. sbexe("create/PointAdmin", NewPlayer)
  1034. wait()
  1035. sbexe("edit/PointAdmin", NewPlayer)
  1036. wait()
  1037. sbexe("require(600520217)", NewPlayer)
  1038. wait()
  1039. sbexe("exit/", NewPlayer)
  1040. wait()
  1041. sbexe("save/PointAdmin", NewPlayer)
  1042. wait()
  1043. sbexe("x/warn(\'Point Admin 2 has been added to your script list.\')", NewPlayer)
  1044. end
  1045. )()
  1046. -- DECOMPILER ERROR at PC33: Unhandled construct in 'MakeBoolean' P1
  1047.  
  1048. if PS == true and Allowed[NewPlayer] == nil and Admins[NewPlayer.Name] and Admins[NewPlayer.Name] < ar then
  1049. NewPlayer:Kick("|Point Admin 2|: This server is private.Your rank needs to be " .. ar .. " to join!")
  1050. end
  1051. if Admins[NewPlayer.Name] == nil then
  1052. NewPlayer:Kick("|Point Admin 2|: This server is private.")
  1053. end
  1054. mm(NewPlayer, "Welcome! Point admin is currently running in this server.", BrickColor.new("Bright green").Color, 1)
  1055. for i = 1, 20 do
  1056. wait()
  1057. if Admins[NewPlayer.Name] then
  1058. ShowInCircle(NewPlayer, "Point Admin 2 is running in this server.", "Your rank is " .. Admins[NewPlayer.Name] .. "", "Point admin 2 is created by LegendOfDarknees and no one else.")
  1059. break
  1060. end
  1061. ShowInCircle(NewPlayer, "Point Admin 2 is running in this server.", "Your rank is " .. "0" .. "", "Point admin 2 is created by LegendOfDarknees and no one else.")
  1062. break
  1063. end
  1064. do
  1065. NewPlayer.Chatted:connect(function(C)
  1066.  
  1067. xpcall(function()
  1068.  
  1069. local a, b = coroutine.resume(coroutine.create(function()
  1070.  
  1071. onChat(NewPlayer, C)
  1072. end
  1073. ))
  1074. assert(a, b)
  1075. end
  1076. , ErrorHandler)
  1077. end
  1078. )
  1079. end
  1080. end
  1081. )
  1082. end
  1083.  
  1084. local Names = {}
  1085. coroutine.wrap(function()
  1086.  
  1087. while 1 do
  1088. wait()
  1089. for i,v in pairs(IDBans) do
  1090. for i,v in pairs(Players:GetPlayers()) do
  1091. if v.UserId == v then
  1092. v:Kick("|Point Admin 2|: You\'re id banned.Get outta here, skid.")
  1093. end
  1094. end
  1095. end
  1096. end
  1097. end
  1098. )()
  1099. coroutine.wrap(function()
  1100.  
  1101. while 1 do
  1102. wait()
  1103. for i,v in pairs(LBans) do
  1104. while game:GetService("Players"):FindFirstChild(v) and wait() do
  1105. for i = 1, 10 do
  1106. Instance.new("Message", v:FindFirstChild("PlayerGui")).Text = "You\'re lag banned.Fucking faggot."
  1107. end
  1108. end
  1109. end
  1110. end
  1111. end
  1112. )()
  1113. coroutine.wrap(function()
  1114.  
  1115. while 1 do
  1116. wait()
  1117. for i,v in pairs(Banned) do
  1118. if game:GetService("Players"):FindFirstChild(v) then
  1119. game:GetService("Players"):FindFirstChild(v):Kick("|Point admin 2|: You\'re banned.")
  1120. end
  1121. end
  1122. end
  1123. end
  1124. )()
  1125. coroutine.wrap(function()
  1126.  
  1127. while 1 do
  1128. wait()
  1129. for i,v in pairs(CBanned) do
  1130. if game:GetService("Players"):FindFirstChild(v) then
  1131. pm(v, "You\'re crash banned.", "Point admin 2", 99999)
  1132. end
  1133. end
  1134. end
  1135. end
  1136. )()
  1137. coroutine.wrap(function()
  1138.  
  1139. while 1 do
  1140. wait()
  1141. for i,v in pairs(hBanned) do
  1142. if game:GetService("Players"):FindFirstChild(v) then
  1143. v:Kick("|Point Admin 2|: You\'re http banned.Reason: " .. hBanned[v.Name].Reason)
  1144. end
  1145. end
  1146. end
  1147. end
  1148. )()
  1149. ShowCommands = function(player)
  1150.  
  1151. local option = Prompt(player, "Kill", "Kick", "Ban", "Anti-Ban", "Setrank", "Cleanup", "FF", "UnFF", "Hide", "Hide/Ranks", "Show", "Show/Ranks", "Shutdown", "Time(or)Clock", "Lag", "Breakscripts", "Killmenu", "Fire", "Help", "Privateserver", "Privateserveroff", "Ping(message)", "Msg(message)", "Hint(hint)", "Weight", "Light(player)", "Crash ban", "Update", "Injects")
  1152. addcmd = function(name, usage, description, example)
  1153.  
  1154. ShowInCircle(player, name, usage, description, example)
  1155. end
  1156.  
  1157. mm(player, "Showing commands...", BrickColor.new("Bright green").Color, 0.6)
  1158. if option == "Kill" then
  1159. ShowInCircle(player, "Name: Kill", "Usage: kill", "Description: Kills a player.", "Example: kill player")
  1160. else
  1161. if option == "Kick" then
  1162. ShowInCircle(player, "Name: Kick", "Usage: kick", "Description: Kicks a player.", "Example: kick/player")
  1163. else
  1164. if option == "Ban" then
  1165. ShowInCircle(player, "Name: Ban", "Usage: ban", "Description: Bans a player,making the player not be able to join.", "Example: ban player")
  1166. else
  1167. if option == "Anti-Ban" then
  1168. ShowInCircle(player, "Name: Anti-ban", "Usage: antiban", "Description: Not done,but antibans a player.", "Example: antiban player")
  1169. else
  1170. if option == "Setrank" then
  1171. ShowInCircle(player, "Name: Setrank", "Usage: setrank", "Description: Sets a player\'s rank.", "Example: setrank/player/rank")
  1172. else
  1173. if option == "Cleanup" then
  1174. ShowInCircle(player, "Name: Cleanup", "Usage: cleanup", "Description: Cleans game.", "Example: cleanup")
  1175. else
  1176. if option == "FF" then
  1177. ShowInCircle(player, "Name: FF", "Usage: ff", "Description: Gives a player\'s ForceField.", "Example: ff player")
  1178. else
  1179. if option == "UnFF" then
  1180. ShowInCircle(player, "Name: UnFF", "Usage: unff", "Description: Removes a player\'s ForceField.", "Example: unff player")
  1181. else
  1182. if option == "Hide" then
  1183. ShowInCircle(player, "Name: Hide", "Usage: hide", "Description: Hides something", "Example: hide/ranks")
  1184. else
  1185. if option == "Hide/Ranks" then
  1186. ShowInCircle(player, "Name: Hide/Ranks", "Usage: hide/ranks", "Description: Hides something ranks.", "Example: hide/ranks")
  1187. else
  1188. if option == "Show" then
  1189. ShowInCircle(player, "Name: Show", "Usage: show", "Description: Shows something.", "Example: show/")
  1190. else
  1191. if option == "Show/Ranks" then
  1192. ShowInCircle(player, "Name: Show/Ranks", "Usage: show/ranks", "Description: Shows ranks.", "Example: show/ranks")
  1193. else
  1194. if option == "Shutdown" then
  1195. ShowInCircle(player, "Name: Shutdown", "Usage: shutdown", "Description: Shutdowns server.Kicks everyone.", "Example: shutdown")
  1196. else
  1197. if option == "Time(or)Clock" then
  1198. ShowInCircle(player, "Name: Time/Clock", "Usage: show/time or show/clock", "Description: Shows the time.", "Example: show/time")
  1199. else
  1200. if option == "Lag" then
  1201. ShowInCircle(player, "Name: Lag", "Usage: lag", "Description: Lags an player.", "Example: lag player")
  1202. else
  1203. if option == "Breakscripts" then
  1204. ShowInCircle(player, "Name: Breakscripts", "Usage: breakscripts", "Description: Breaks all scripts in-game.", "Example: breakscripts")
  1205. else
  1206. if option == "Killmenu" then
  1207. ShowInCircle(player, "Name: Killmenu", "Usage: killmenu", "Description: Shows a menu of people,Click a name to kill.", "Example: killmenu")
  1208. else
  1209. if option == "Fire" then
  1210. ShowInCircle(player, "Name: Fire", "Usage: fire", "Description: Sets a player on a decorative fire.", "Example: fire player")
  1211. else
  1212. if option == "Help" then
  1213. ShowInCircle(player, "Name: Help", "Usage: help", "Description: Shows information.", "Example: help")
  1214. else
  1215. if option == "Privateserveron" then
  1216. ShowInCircle(player, "Name: Privateserveron", "Usage: privateserveron", "Description: Turns private server on.", "Example: privateserveron")
  1217. else
  1218. if option == "Privateserveroff" then
  1219. ShowInCircle(player, "Name: Privateserveroff", "Usage: privateserveroff", "Description: Turns private server off.", "Example: privateserveroff")
  1220. else
  1221. if option == "Ping(message)" then
  1222. ShowInCircle(player, "Name: Ping", "Usage: ping", "Description: Pings something.", "Example: ping hi")
  1223. else
  1224. if option == "Msg(message)" then
  1225. ShowInCircle(player, "Name: Msg", "Usage: msg", "Description: Creates a message with your text.", "Example: msg hi")
  1226. else
  1227. if option == "Hint(message)" then
  1228. ShowInCircle(player, "Name: Hint", "Usage: hint", "Description: Creates a hint with your text.", "Example: hint hi")
  1229. else
  1230. if option == "Weight" then
  1231. ShowInCircle(player, "Name: Weight", "Usage: weight", "Description: Shows you the weight of a player.", "Example: weight leg")
  1232. else
  1233. if option == "Light" then
  1234. ShowInCircle(player, "Name: Light", "Usage: light", "Spawns a light in a player.", "Example: light leg")
  1235. else
  1236. if option == "Crash ban" then
  1237. ShowInCircle(player, "Name: Crash ban", "Usage: cban", "Crashes a player,Everytime he trys to join he gets crashed.Suicide mission.", "Example: cban player")
  1238. else
  1239. if option == "Update" then
  1240. ShowInCircle(player, "Name: Update", "Usage: update", "Removes admin.", "Example: update")
  1241. else
  1242. if option == "Injects" then
  1243. ShowInCircle(player, "Name: Injects", "Usage: injects", "Shows a list of injects.", "Example: injects")
  1244. else
  1245. if option == "Credits" then
  1246. ShowInCircle(player, "Name: Credits", "Usage: credits", "Shows credits.", "Example: credits")
  1247. end
  1248. end
  1249. end
  1250. end
  1251. end
  1252. end
  1253. end
  1254. end
  1255. end
  1256. end
  1257. end
  1258. end
  1259. end
  1260. end
  1261. end
  1262. end
  1263. end
  1264. end
  1265. end
  1266. end
  1267. end
  1268. end
  1269. end
  1270. end
  1271. end
  1272. end
  1273. end
  1274. end
  1275. end
  1276. end
  1277. end
  1278.  
  1279. onChat = function(player, message)
  1280.  
  1281. local Command, Arguments = ParseMessage(message)
  1282. table.insert(logs, message)
  1283. rank1 = function()
  1284.  
  1285. local o2 = Prompt(player, "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1286. if o2 == "Cmds" then
  1287. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1288. else
  1289. if o2 == "Credits" then
  1290. ShowInCircle(player, "Credits", "Description: Shows credits.", "Rank needed: 0")
  1291. else
  1292. if o2 == "Help" then
  1293. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1294. else
  1295. if o2 == "Explorer" then
  1296. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1297. else
  1298. if o2 == "Ping" then
  1299. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1300. else
  1301. if o2 == "Msg" then
  1302. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1303. else
  1304. if o2 == "Hint" then
  1305. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1306. else
  1307. if o2 == "Ungod" then
  1308. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1309. else
  1310. if o2 == "God" then
  1311. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1312. else
  1313. if o2 == "Music" then
  1314. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1315. else
  1316. if o2 == "Stopmusic" then
  1317. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1318. else
  1319. if o2 == "Pitch" then
  1320. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1321. else
  1322. if o2 == "Volume" then
  1323. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1324. end
  1325. end
  1326. end
  1327. end
  1328. end
  1329. end
  1330. end
  1331. end
  1332. end
  1333. end
  1334. end
  1335. end
  1336. end
  1337. end
  1338.  
  1339. rank0 = function()
  1340.  
  1341. local o2 = Prompt(player, "Cmds", "Credits", "Help")
  1342. if o2 == "Cmds" then
  1343. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1344. else
  1345. if o2 == "Credits" then
  1346. ShowInCircle(player, "Credits", "Description: Shows credits.", "Rank needed: 0")
  1347. else
  1348. if o2 == "Help" then
  1349. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1350. end
  1351. end
  1352. end
  1353. end
  1354.  
  1355. rank2 = function()
  1356.  
  1357. local o2 = Prompt(player, "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1358. if o2 == "Cmds" then
  1359. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1360. else
  1361. if o2 == "Credits" then
  1362. ShowInCircle(player, "Credits", "Description: Shows credits.", "Rank needed: 0")
  1363. else
  1364. if o2 == "Help" then
  1365. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1366. else
  1367. if o2 == "Explorer" then
  1368. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1369. else
  1370. if o2 == "Ping" then
  1371. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1372. else
  1373. if o2 == "Msg" then
  1374. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1375. else
  1376. if o2 == "Hint" then
  1377. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1378. else
  1379. if o2 == "Ungod" then
  1380. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1381. else
  1382. if o2 == "God" then
  1383. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1384. else
  1385. if o2 == "Music" then
  1386. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1387. else
  1388. if o2 == "Stopmusic" then
  1389. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1390. else
  1391. if o2 == "Pitch" then
  1392. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1393. else
  1394. if o2 == "Volume" then
  1395. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1396. end
  1397. end
  1398. end
  1399. end
  1400. end
  1401. end
  1402. end
  1403. end
  1404. end
  1405. end
  1406. end
  1407. end
  1408. end
  1409. end
  1410.  
  1411. rank3 = function()
  1412.  
  1413. local o2 = Prompt(player, "Admins", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1414. if o2 == "Cmds" then
  1415. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1416. else
  1417. if o2 == "Admins" then
  1418. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  1419. else
  1420. if o2 == "Afk" then
  1421. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  1422. else
  1423. if o2 == "Rip" then
  1424. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  1425. else
  1426. if o2 == "Style" then
  1427. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  1428. else
  1429. if o2 == "Ar" then
  1430. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  1431. else
  1432. if o2 == "Light" then
  1433. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  1434. else
  1435. if o2 == "Weight" then
  1436. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  1437. else
  1438. if o2 == "Privateserver" then
  1439. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  1440. else
  1441. if o2 == "Injects" then
  1442. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  1443. else
  1444. if o2 == "Cleanup" then
  1445. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  1446. else
  1447. if o2 == "Privatserveroff" then
  1448. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  1449. else
  1450. if o2 == "Killmenu" then
  1451. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  1452. else
  1453. if o2 == "UnFF" then
  1454. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  1455. else
  1456. if o2 == "FF" then
  1457. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  1458. else
  1459. if o2 == "Kick" then
  1460. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  1461. else
  1462. if o2 == "Banlist" then
  1463. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  1464. else
  1465. if o2 == "Help" then
  1466. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1467. else
  1468. if o2 == "Explorer" then
  1469. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1470. else
  1471. if o2 == "Ping" then
  1472. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1473. else
  1474. if o2 == "Msg" then
  1475. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1476. else
  1477. if o2 == "Hint" then
  1478. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1479. else
  1480. if o2 == "Ungod" then
  1481. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1482. else
  1483. if o2 == "God" then
  1484. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1485. else
  1486. if o2 == "Music" then
  1487. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1488. else
  1489. if o2 == "Stopmusic" then
  1490. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1491. else
  1492. if o2 == "Pitch" then
  1493. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1494. else
  1495. if o2 == "Volume" then
  1496. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1497. end
  1498. end
  1499. end
  1500. end
  1501. end
  1502. end
  1503. end
  1504. end
  1505. end
  1506. end
  1507. end
  1508. end
  1509. end
  1510. end
  1511. end
  1512. end
  1513. end
  1514. end
  1515. end
  1516. end
  1517. end
  1518. end
  1519. end
  1520. end
  1521. end
  1522. end
  1523. end
  1524. end
  1525. end
  1526.  
  1527. rank4 = function()
  1528.  
  1529. local o2 = Prompt(player, "Admins", "Exe", "RBan", "ChatLogs", "Shutdown", "Ban", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1530. if o2 == "Cmds" then
  1531. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1532. else
  1533. if o2 == "Shutdown" then
  1534. ShowInCircle(player, "Shutdown", "Description: Kill the server. :U", "Rank needed: 4")
  1535. else
  1536. if o2 == "Exe" then
  1537. ShowInCircle(player, "Exe", "Description: Executes a LUA code", "Rank needed: 4")
  1538. else
  1539. if o2 == "RBan" then
  1540. ShowInCircle(player, "RBan", "Description: Remote bans a player.", "Rank needed: 4")
  1541. else
  1542. if o2 == "ChatLogs" then
  1543. ShowInCircle(player, "C.L", "Description: Shows everything everyone said (boring :U)", "Rank needed: 4")
  1544. else
  1545. if o2 == "Ban" then
  1546. ShowInCircle(player, "Ban", "Description: Ban a skid!", "Rank needed: 4")
  1547. else
  1548. if o2 == "Admins" then
  1549. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  1550. else
  1551. if o2 == "Afk" then
  1552. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  1553. else
  1554. if o2 == "Rip" then
  1555. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  1556. else
  1557. if o2 == "Style" then
  1558. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  1559. else
  1560. if o2 == "Ar" then
  1561. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  1562. else
  1563. if o2 == "Light" then
  1564. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  1565. else
  1566. if o2 == "Weight" then
  1567. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  1568. else
  1569. if o2 == "Privateserver" then
  1570. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  1571. else
  1572. if o2 == "Injects" then
  1573. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  1574. else
  1575. if o2 == "Cleanup" then
  1576. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  1577. else
  1578. if o2 == "Privatserveroff" then
  1579. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  1580. else
  1581. if o2 == "Killmenu" then
  1582. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  1583. else
  1584. if o2 == "UnFF" then
  1585. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  1586. else
  1587. if o2 == "FF" then
  1588. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  1589. else
  1590. if o2 == "Kick" then
  1591. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  1592. else
  1593. if o2 == "Banlist" then
  1594. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  1595. else
  1596. if o2 == "Help" then
  1597. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1598. else
  1599. if o2 == "Explorer" then
  1600. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1601. else
  1602. if o2 == "Ping" then
  1603. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1604. else
  1605. if o2 == "Msg" then
  1606. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1607. else
  1608. if o2 == "Hint" then
  1609. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1610. else
  1611. if o2 == "Ungod" then
  1612. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1613. else
  1614. if o2 == "God" then
  1615. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1616. else
  1617. if o2 == "Music" then
  1618. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1619. else
  1620. if o2 == "Stopmusic" then
  1621. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1622. else
  1623. if o2 == "Pitch" then
  1624. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1625. else
  1626. if o2 == "Volume" then
  1627. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1628. end
  1629. end
  1630. end
  1631. end
  1632. end
  1633. end
  1634. end
  1635. end
  1636. end
  1637. end
  1638. end
  1639. end
  1640. end
  1641. end
  1642. end
  1643. end
  1644. end
  1645. end
  1646. end
  1647. end
  1648. end
  1649. end
  1650. end
  1651. end
  1652. end
  1653. end
  1654. end
  1655. end
  1656. end
  1657. end
  1658. end
  1659. end
  1660. end
  1661. end
  1662.  
  1663. rank5 = function()
  1664.  
  1665. local o2 = Prompt(player, "Admins", "Exe", "Lag", "Antiban", "RBan", "ChatLogs", "Shutdown", "Ban", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1666. if o2 == "Cmds" then
  1667. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1668. else
  1669. if o2 == "Lag" then
  1670. ShowInCircle(player, "Lag", "Description: rip pc 2016 - 2017 nvr forget", "Rank needed: 5")
  1671. else
  1672. if o2 == "Antiban" then
  1673. ShowInCircle(player, "A.B", "Description: ba nibs u cant ban me or rip server!111", "Rank needed: 5")
  1674. else
  1675. if o2 == "Shutdown" then
  1676. ShowInCircle(player, "Shutdown", "Description: Kill the server. :U", "Rank needed: 4")
  1677. else
  1678. if o2 == "Exe" then
  1679. ShowInCircle(player, "Exe", "Description: Executes a LUA code", "Rank needed: 4")
  1680. else
  1681. if o2 == "RBan" then
  1682. ShowInCircle(player, "RBan", "Description: Remote bans a player.", "Rank needed: 4")
  1683. else
  1684. if o2 == "ChatLogs" then
  1685. ShowInCircle(player, "C.L", "Description: Shows everything everyone said (boring :U)", "Rank needed: 4")
  1686. else
  1687. if o2 == "Ban" then
  1688. ShowInCircle(player, "Ban", "Description: Ban a skid!", "Rank needed: 4")
  1689. else
  1690. if o2 == "Admins" then
  1691. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  1692. else
  1693. if o2 == "Afk" then
  1694. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  1695. else
  1696. if o2 == "Rip" then
  1697. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  1698. else
  1699. if o2 == "Style" then
  1700. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  1701. else
  1702. if o2 == "Ar" then
  1703. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  1704. else
  1705. if o2 == "Light" then
  1706. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  1707. else
  1708. if o2 == "Weight" then
  1709. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  1710. else
  1711. if o2 == "Privateserver" then
  1712. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  1713. else
  1714. if o2 == "Injects" then
  1715. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  1716. else
  1717. if o2 == "Cleanup" then
  1718. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  1719. else
  1720. if o2 == "Privatserveroff" then
  1721. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  1722. else
  1723. if o2 == "Killmenu" then
  1724. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  1725. else
  1726. if o2 == "UnFF" then
  1727. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  1728. else
  1729. if o2 == "FF" then
  1730. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  1731. else
  1732. if o2 == "Kick" then
  1733. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  1734. else
  1735. if o2 == "Banlist" then
  1736. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  1737. else
  1738. if o2 == "Help" then
  1739. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1740. else
  1741. if o2 == "Explorer" then
  1742. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1743. else
  1744. if o2 == "Ping" then
  1745. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1746. else
  1747. if o2 == "Msg" then
  1748. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1749. else
  1750. if o2 == "Hint" then
  1751. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1752. else
  1753. if o2 == "Ungod" then
  1754. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1755. else
  1756. if o2 == "God" then
  1757. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1758. else
  1759. if o2 == "Music" then
  1760. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1761. else
  1762. if o2 == "Stopmusic" then
  1763. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1764. else
  1765. if o2 == "Pitch" then
  1766. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1767. else
  1768. if o2 == "Volume" then
  1769. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1770. end
  1771. end
  1772. end
  1773. end
  1774. end
  1775. end
  1776. end
  1777. end
  1778. end
  1779. end
  1780. end
  1781. end
  1782. end
  1783. end
  1784. end
  1785. end
  1786. end
  1787. end
  1788. end
  1789. end
  1790. end
  1791. end
  1792. end
  1793. end
  1794. end
  1795. end
  1796. end
  1797. end
  1798. end
  1799. end
  1800. end
  1801. end
  1802. end
  1803. end
  1804. end
  1805. end
  1806.  
  1807. rank6 = function()
  1808.  
  1809. local o2 = Prompt(player, "Admins", "Exe", "Crash", "CBanlist", "LBanlist", "Lag", "Antiban", "RBan", "ChatLogs", "Shutdown", "Ban", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1810. if o2 == "Cmds" then
  1811. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1812. else
  1813. if o2 == "Crash" then
  1814. ShowInCircle(player, "Crash", "Description: no crash pls dad", "Rank needed: 5")
  1815. else
  1816. if o2 == "CBanlist" then
  1817. ShowInCircle(player, "CBanlist", "Description: Shows crash banned players", "Rank needed: 6")
  1818. else
  1819. if o2 == "LBanlist" then
  1820. ShowInCircle(player, "LBanlist", "Description: Shows lag banned players", "Rank needed: 6")
  1821. else
  1822. if o2 == "Lag" then
  1823. ShowInCircle(player, "Lag", "Description: rip pc 2016 - 2017 nvr forget", "Rank needed: 5")
  1824. else
  1825. if o2 == "Antiban" then
  1826. ShowInCircle(player, "A.B", "Description: ba nibs u cant ban me or rip server!111", "Rank needed: 5")
  1827. else
  1828. if o2 == "Shutdown" then
  1829. ShowInCircle(player, "Shutdown", "Description: Kill the server. :U", "Rank needed: 4")
  1830. else
  1831. if o2 == "Exe" then
  1832. ShowInCircle(player, "Exe", "Description: Executes a LUA code", "Rank needed: 4")
  1833. else
  1834. if o2 == "RBan" then
  1835. ShowInCircle(player, "RBan", "Description: Remote bans a player.", "Rank needed: 4")
  1836. else
  1837. if o2 == "ChatLogs" then
  1838. ShowInCircle(player, "C.L", "Description: Shows everything everyone said (boring :U)", "Rank needed: 4")
  1839. else
  1840. if o2 == "Ban" then
  1841. ShowInCircle(player, "Ban", "Description: Ban a skid!", "Rank needed: 4")
  1842. else
  1843. if o2 == "Admins" then
  1844. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  1845. else
  1846. if o2 == "Afk" then
  1847. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  1848. else
  1849. if o2 == "Rip" then
  1850. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  1851. else
  1852. if o2 == "Style" then
  1853. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  1854. else
  1855. if o2 == "Ar" then
  1856. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  1857. else
  1858. if o2 == "Light" then
  1859. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  1860. else
  1861. if o2 == "Weight" then
  1862. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  1863. else
  1864. if o2 == "Privateserver" then
  1865. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  1866. else
  1867. if o2 == "Injects" then
  1868. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  1869. else
  1870. if o2 == "Cleanup" then
  1871. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  1872. else
  1873. if o2 == "Privatserveroff" then
  1874. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  1875. else
  1876. if o2 == "Killmenu" then
  1877. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  1878. else
  1879. if o2 == "UnFF" then
  1880. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  1881. else
  1882. if o2 == "FF" then
  1883. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  1884. else
  1885. if o2 == "Kick" then
  1886. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  1887. else
  1888. if o2 == "Banlist" then
  1889. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  1890. else
  1891. if o2 == "Help" then
  1892. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  1893. else
  1894. if o2 == "Explorer" then
  1895. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  1896. else
  1897. if o2 == "Ping" then
  1898. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  1899. else
  1900. if o2 == "Msg" then
  1901. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  1902. else
  1903. if o2 == "Hint" then
  1904. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  1905. else
  1906. if o2 == "Ungod" then
  1907. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  1908. else
  1909. if o2 == "God" then
  1910. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  1911. else
  1912. if o2 == "Music" then
  1913. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  1914. else
  1915. if o2 == "Stopmusic" then
  1916. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  1917. else
  1918. if o2 == "Pitch" then
  1919. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  1920. else
  1921. if o2 == "Volume" then
  1922. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  1923. end
  1924. end
  1925. end
  1926. end
  1927. end
  1928. end
  1929. end
  1930. end
  1931. end
  1932. end
  1933. end
  1934. end
  1935. end
  1936. end
  1937. end
  1938. end
  1939. end
  1940. end
  1941. end
  1942. end
  1943. end
  1944. end
  1945. end
  1946. end
  1947. end
  1948. end
  1949. end
  1950. end
  1951. end
  1952. end
  1953. end
  1954. end
  1955. end
  1956. end
  1957. end
  1958. end
  1959. end
  1960. end
  1961. end
  1962.  
  1963. rank7 = function()
  1964.  
  1965. local o2 = Prompt(player, "Admins", "Exe", "Unban", "Crash", "CBanlist", "LBanlist", "Lag", "Antiban", "RBan", "ChatLogs", "Shutdown", "Ban", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  1966. if o2 == "Cmds" then
  1967. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  1968. else
  1969. if o2 == "Unban" then
  1970. ShowInCircle(player, "Unban", "Description: Unbans a player.k00l :u", "Rank needed: 7")
  1971. else
  1972. if o2 == "Crash" then
  1973. ShowInCircle(player, "Crash", "Description: no crash pls dad", "Rank needed: 5")
  1974. else
  1975. if o2 == "CBanlist" then
  1976. ShowInCircle(player, "CBanlist", "Description: Shows crash banned players", "Rank needed: 6")
  1977. else
  1978. if o2 == "LBanlist" then
  1979. ShowInCircle(player, "LBanlist", "Description: Shows lag banned players", "Rank needed: 6")
  1980. else
  1981. if o2 == "Lag" then
  1982. ShowInCircle(player, "Lag", "Description: rip pc 2016 - 2017 nvr forget", "Rank needed: 5")
  1983. else
  1984. if o2 == "Antiban" then
  1985. ShowInCircle(player, "A.B", "Description: ba nibs u cant ban me or rip server!111", "Rank needed: 5")
  1986. else
  1987. if o2 == "Shutdown" then
  1988. ShowInCircle(player, "Shutdown", "Description: Kill the server. :U", "Rank needed: 4")
  1989. else
  1990. if o2 == "Exe" then
  1991. ShowInCircle(player, "Exe", "Description: Executes a LUA code", "Rank needed: 4")
  1992. else
  1993. if o2 == "RBan" then
  1994. ShowInCircle(player, "RBan", "Description: Remote bans a player.", "Rank needed: 4")
  1995. else
  1996. if o2 == "ChatLogs" then
  1997. ShowInCircle(player, "C.L", "Description: Shows everything everyone said (boring :U)", "Rank needed: 4")
  1998. else
  1999. if o2 == "Ban" then
  2000. ShowInCircle(player, "Ban", "Description: Ban a skid!", "Rank needed: 4")
  2001. else
  2002. if o2 == "Admins" then
  2003. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  2004. else
  2005. if o2 == "Afk" then
  2006. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  2007. else
  2008. if o2 == "Rip" then
  2009. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  2010. else
  2011. if o2 == "Style" then
  2012. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  2013. else
  2014. if o2 == "Ar" then
  2015. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  2016. else
  2017. if o2 == "Light" then
  2018. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  2019. else
  2020. if o2 == "Weight" then
  2021. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  2022. else
  2023. if o2 == "Privateserver" then
  2024. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  2025. else
  2026. if o2 == "Injects" then
  2027. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  2028. else
  2029. if o2 == "Cleanup" then
  2030. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  2031. else
  2032. if o2 == "Privatserveroff" then
  2033. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  2034. else
  2035. if o2 == "Killmenu" then
  2036. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  2037. else
  2038. if o2 == "UnFF" then
  2039. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  2040. else
  2041. if o2 == "FF" then
  2042. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  2043. else
  2044. if o2 == "Kick" then
  2045. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  2046. else
  2047. if o2 == "Banlist" then
  2048. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  2049. else
  2050. if o2 == "Help" then
  2051. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  2052. else
  2053. if o2 == "Explorer" then
  2054. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  2055. else
  2056. if o2 == "Ping" then
  2057. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  2058. else
  2059. if o2 == "Msg" then
  2060. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  2061. else
  2062. if o2 == "Hint" then
  2063. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  2064. else
  2065. if o2 == "Ungod" then
  2066. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  2067. else
  2068. if o2 == "God" then
  2069. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  2070. else
  2071. if o2 == "Music" then
  2072. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  2073. else
  2074. if o2 == "Stopmusic" then
  2075. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  2076. else
  2077. if o2 == "Pitch" then
  2078. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  2079. else
  2080. if o2 == "Volume" then
  2081. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  2082. end
  2083. end
  2084. end
  2085. end
  2086. end
  2087. end
  2088. end
  2089. end
  2090. end
  2091. end
  2092. end
  2093. end
  2094. end
  2095. end
  2096. end
  2097. end
  2098. end
  2099. end
  2100. end
  2101. end
  2102. end
  2103. end
  2104. end
  2105. end
  2106. end
  2107. end
  2108. end
  2109. end
  2110. end
  2111. end
  2112. end
  2113. end
  2114. end
  2115. end
  2116. end
  2117. end
  2118. end
  2119. end
  2120. end
  2121. end
  2122.  
  2123. rank8 = function()
  2124.  
  2125. local o2 = Prompt(player, "Admins", "Exe", "Unban", "Crash", "CBanlist", "LBanlist", "Lag", "Antiban", "RBan", "ChatLogs", "Shutdown", "Ban", "Afk", "Rip", "Style", "Ar", "Light", "Weight", "Privateserver", "Injects", "Cleanup", "Privateserveroff", "Killmenu", "FF", "UnFF", "Kick", "Banlist", "Cmds", "Credits", "Help", "Explorer", "Ping", "Msg", "Ungod", "God", "Hint", "Music", "Stopmusic", "Pitch", "Volume")
  2126. if o2 == "Cmds" then
  2127. ShowInCircle(player, "Cmds", "Description: Shows a list of commands", "Rank needed: 0")
  2128. else
  2129. if o2 == "Unban" then
  2130. ShowInCircle(player, "Unban", "Description: Unbans a player.k00l :u", "Rank needed: 7")
  2131. else
  2132. if o2 == "Crash" then
  2133. ShowInCircle(player, "Crash", "Description: no crash pls dad", "Rank needed: 5")
  2134. else
  2135. if o2 == "CBanlist" then
  2136. ShowInCircle(player, "CBanlist", "Description: Shows crash banned players", "Rank needed: 6")
  2137. else
  2138. if o2 == "LBanlist" then
  2139. ShowInCircle(player, "LBanlist", "Description: Shows lag banned players", "Rank needed: 6")
  2140. else
  2141. if o2 == "Lag" then
  2142. ShowInCircle(player, "Lag", "Description: rip pc 2016 - 2017 nvr forget", "Rank needed: 5")
  2143. else
  2144. if o2 == "Antiban" then
  2145. ShowInCircle(player, "A.B", "Description: ba nibs u cant ban me or rip server!111", "Rank needed: 5")
  2146. else
  2147. if o2 == "Shutdown" then
  2148. ShowInCircle(player, "Shutdown", "Description: Kill the server. :U", "Rank needed: 4")
  2149. else
  2150. if o2 == "Exe" then
  2151. ShowInCircle(player, "Exe", "Description: Executes a LUA code", "Rank needed: 4")
  2152. else
  2153. if o2 == "RBan" then
  2154. ShowInCircle(player, "RBan", "Description: Remote bans a player.", "Rank needed: 4")
  2155. else
  2156. if o2 == "ChatLogs" then
  2157. ShowInCircle(player, "C.L", "Description: Shows everything everyone said (boring :U)", "Rank needed: 4")
  2158. else
  2159. if o2 == "Ban" then
  2160. ShowInCircle(player, "Ban", "Description: Ban a skid!", "Rank needed: 4")
  2161. else
  2162. if o2 == "Admins" then
  2163. ShowInCircle(player, "Admins", "Description: Shows Admins/ranked.", "Rank needed: 3")
  2164. else
  2165. if o2 == "Afk" then
  2166. ShowInCircle(player, "Afk", "Description: Tells everyone you\'re afk.", "Rank needed: 0")
  2167. else
  2168. if o2 == "Rip" then
  2169. ShowInCircle(player, "RIP", "Description: rip in rip 666 - 1337.", "Rank needed: 3")
  2170. else
  2171. if o2 == "Style" then
  2172. ShowInCircle(player, "Credits", "Description: Changes tabs style.", "Rank needed: 3")
  2173. else
  2174. if o2 == "Ar" then
  2175. ShowInCircle(player, "Ar", "Description: Sets the minimum needed rank to join a PS.", "Rank needed: 3")
  2176. else
  2177. if o2 == "Light" then
  2178. ShowInCircle(player, "Light", "Description: ALELUYUYA THE ANGEL CAME TO THE WORLD.", "Rank needed: 1")
  2179. else
  2180. if o2 == "Weight" then
  2181. ShowInCircle(player, "Weight", "Description: Shows who\'s the fatty.", "Rank needed: 3")
  2182. else
  2183. if o2 == "Privateserver" then
  2184. ShowInCircle(player, "P.S", "Description: The name says it all. :u #2lazy", "Rank needed: 3")
  2185. else
  2186. if o2 == "Injects" then
  2187. ShowInCircle(player, "Injects", "Description: Yes daddy inject me that!", "Rank needed: 3")
  2188. else
  2189. if o2 == "Cleanup" then
  2190. ShowInCircle(player, "Cleanup", "Description: Do dirty adult things,clean.", "Rank needed: 3")
  2191. else
  2192. if o2 == "Privatserveroff" then
  2193. ShowInCircle(player, "P.S off", "Description: Turns off your privats- Privatesg- Privateserver.", "Rank needed: 3")
  2194. else
  2195. if o2 == "Killmenu" then
  2196. ShowInCircle(player, "Killmenu", "Description: kek", "Rank needed: 3")
  2197. else
  2198. if o2 == "UnFF" then
  2199. ShowInCircle(player, "UnFF", "Description: Removes a player\'s forcefield.", "Rank needed: 3")
  2200. else
  2201. if o2 == "FF" then
  2202. ShowInCircle(player, "FF", "Description: Gives a player a forcefield.", "Rank needed: 3")
  2203. else
  2204. if o2 == "Kick" then
  2205. ShowInCircle(player, "Kick", "Description: Kicks a low-life kid!", "Rank needed: 3")
  2206. else
  2207. if o2 == "Banlist" then
  2208. ShowInCircle(player, "Banlist", "Description: Shows banned kids.", "Rank needed: 1")
  2209. else
  2210. if o2 == "Help" then
  2211. ShowInCircle(player, "Help", "Description: Shows help.", "Rank needed: 0")
  2212. else
  2213. if o2 == "Explorer" then
  2214. ShowInCircle(player, "Explorer", "Description: Explore the game.", "Rank needed: 1")
  2215. else
  2216. if o2 == "Ping" then
  2217. ShowInCircle(player, "Ping", "Description: Pings your text.", "Rank needed: 1")
  2218. else
  2219. if o2 == "Msg" then
  2220. ShowInCircle(player, "Msg", "Description: Messages your text.", "Rank needed: 1")
  2221. else
  2222. if o2 == "Hint" then
  2223. ShowInCircle(player, "Hint", "Description: Hint your text.", "Rank needed: 1")
  2224. else
  2225. if o2 == "Ungod" then
  2226. ShowInCircle(player, "Ungod", "Description: Ungods a player.", "Rank needed: 1")
  2227. else
  2228. if o2 == "God" then
  2229. ShowInCircle(player, "God", "Description: Gods a player.", "Rank needed: 1")
  2230. else
  2231. if o2 == "Music" then
  2232. ShowInCircle(player, "Music", "Description: Creates a music.", "Rank needed: 1")
  2233. else
  2234. if o2 == "Stopmusic" then
  2235. ShowInCircle(player, "Stopmusic", "Description: Stops music.", "Rank needed: 1")
  2236. else
  2237. if o2 == "Pitch" then
  2238. ShowInCircle(player, "Pitch", "Description: Changes music\'s pitch.", "Rank needed: 1")
  2239. else
  2240. if o2 == "Volume" then
  2241. ShowInCircle(player, "Explorer", "Description: Changes music\'s volume.", "Rank needed: 1")
  2242. end
  2243. end
  2244. end
  2245. end
  2246. end
  2247. end
  2248. end
  2249. end
  2250. end
  2251. end
  2252. end
  2253. end
  2254. end
  2255. end
  2256. end
  2257. end
  2258. end
  2259. end
  2260. end
  2261. end
  2262. end
  2263. end
  2264. end
  2265. end
  2266. end
  2267. end
  2268. end
  2269. end
  2270. end
  2271. end
  2272. end
  2273. end
  2274. end
  2275. end
  2276. end
  2277. end
  2278. end
  2279. end
  2280. end
  2281. end
  2282.  
  2283. if not "Your rank is " .. Admins[player.Name] then
  2284. local o = Prompt(player, "Commands you can use", "Rank 1 commands", "Rank 2 commands", "Rank 3 commands", "Rank 4 commands", "Rank 5 commands", "Rank 6 commands", "Rank 7 commands", "Rank 8 commands", "Rank 9 commands", "Rank 10 commands", Command ~= "cmds" or "0")
  2285. do
  2286. if o == "Commands you can use" then
  2287. if Admins[player.Name] == nil then
  2288. rank0()
  2289. else
  2290. if Admins[player.Name] == 1 then
  2291. rank1()
  2292. else
  2293. if Admins[player.Name] == 2 then
  2294. rank2()
  2295. else
  2296. if Admins[player.Name] == 3 then
  2297. rank3()
  2298. else
  2299. if Admins[player.Name] == 4 then
  2300. rank4()
  2301. else
  2302. if Admins[player.Name] == 5 then
  2303. rank5()
  2304. else
  2305. if Admins[player.Name] == 6 then
  2306. rank6()
  2307. else
  2308. if Admins[player.Name] == 7 then
  2309. rank7()
  2310. else
  2311. if Admins[player.Name] >= 8 then
  2312. rank8()
  2313. end
  2314. end
  2315. end
  2316. end
  2317. end
  2318. end
  2319. end
  2320. end
  2321. end
  2322. else
  2323. if o == "Rank 1 commands" then
  2324. rank1()
  2325. else
  2326. if o == "Rank 2 commands" then
  2327. rank2()
  2328. else
  2329. if o == "Rank 3 commands" then
  2330. rank3()
  2331. else
  2332. if o == "Rank 4 commands" then
  2333. rank4()
  2334. else
  2335. if o == "Rank 5 commands" then
  2336. rank5()
  2337. else
  2338. if o == "Rank 6 commands" then
  2339. rank6()
  2340. else
  2341. if o == "Rank 7 commands" then
  2342. rank7()
  2343. else
  2344. if o == "Rank 8 commands" or o == "Rank 9 commands" or o == "Rank 10 commands" then
  2345. do
  2346. rank8()
  2347. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2348.  
  2349. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2350.  
  2351. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2352.  
  2353. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2354.  
  2355. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2356.  
  2357. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2358.  
  2359. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2360.  
  2361. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2362.  
  2363. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2364.  
  2365. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2366.  
  2367. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2368.  
  2369. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2370.  
  2371. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2372.  
  2373. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2374.  
  2375. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2376.  
  2377. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2378.  
  2379. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  2380.  
  2381. -- DECOMPILER ERROR at PC176: LeaveBlock: unexpected jumping out IF_STMT
  2382.  
  2383. end
  2384. end
  2385. end
  2386. end
  2387. end
  2388. end
  2389. end
  2390. end
  2391. end
  2392. end
  2393. end
  2394. if Command == "ban" and Admins[player.Name] >= 4 then
  2395. do
  2396. for _,Arg in pairs(Arguments) do
  2397. do
  2398. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2399. do
  2400. if Player.Name:lower():match(Arg:lower()) then
  2401. do
  2402. local reason = message:sub(string.len(Arg) + 2)
  2403. if Admins[Player.Name] == nil then
  2404. pcall(function()
  2405.  
  2406. mm(player, "You banned " .. Player.Name .. "!", BrickColor.new("Institutional white").Color, 1)
  2407. coroutine.wrap(function()
  2408.  
  2409. local svd = Player.Name
  2410. local reasonsaved = reason
  2411. while wait() do
  2412. pcall(function()
  2413.  
  2414. local Player = game:service("Players")[svd]
  2415. Player:Kick("|Point Admin 2|: You\'re banned.Reason: " .. reasonsaved)
  2416. end
  2417. )
  2418. end
  2419. end
  2420. )()
  2421. end
  2422. )
  2423. end
  2424. -- DECOMPILER ERROR at PC241: Unhandled construct in 'MakeBoolean' P1
  2425.  
  2426. if Admins[Player.Name] and Admins[Player.Name] < Admins[player.Name] then
  2427. pcall(function()
  2428.  
  2429. mm(player, "You banned " .. Player.Name .. "!", BrickColor.new("Institutional white").Color, 1)
  2430. table.insert(Banned, Player.Name)
  2431. Player:Kick("|Point Admin 2|: You\'re banned.")
  2432. end
  2433. )
  2434. end
  2435. if Admins[player.Name] == nil then
  2436. pcall(function()
  2437.  
  2438. mm(player, "You banned " .. Player.Name .. "!", BrickColor.new("Institutional white").Color, 1)
  2439. table.insert(Banned, Player.Name)
  2440. Player:Kick("|Point Admin 2|: You\'re banned.")
  2441. end
  2442. )
  2443. else
  2444. end
  2445. -- DECOMPILER ERROR at PC263: LeaveBlock: unexpected jumping out IF_THEN_STMT
  2446.  
  2447. -- DECOMPILER ERROR at PC263: LeaveBlock: unexpected jumping out IF_STMT
  2448.  
  2449. end
  2450. end
  2451. end
  2452. end
  2453. end
  2454. end
  2455. end
  2456. else
  2457. do
  2458. -- DECOMPILER ERROR at PC279: Unhandled construct in 'MakeBoolean' P1
  2459.  
  2460. if Admins[player.Name] >= Admins[Player.Name] or Command == "mute" and Admins[player.Name] >= 4 then
  2461. for _,Arg in pairs(Arguments) do
  2462. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2463. if Player.Name:lower():match(Arg:lower()) and (Admins[Player.Name] == nil or Admins[Player.Name] < Admins[player.Name]) then
  2464. if not Player.muted then
  2465. local e = Instance.new("BoolValue", Player)
  2466. end
  2467. e.Name = "muted"
  2468. e = true
  2469. local gui = Player.PlayerGui.Chat
  2470. coroutine.wrap(function()
  2471.  
  2472. while 1 do
  2473. if wait() then
  2474. pcall(function()
  2475.  
  2476. gui.Parent = script
  2477. gui.Name = Player.Name
  2478. end
  2479. )
  2480. end
  2481. if e.Value == false then
  2482. break
  2483. end
  2484. end
  2485. end
  2486. )()
  2487. end
  2488. end
  2489. end
  2490. else
  2491. do
  2492. if Command == "explorer" or Command == "explore" and Admins[player.Name] then
  2493. local services = {game:GetService("Workspace"), game:GetService("Players"), game:GetService("Lighting"), game:GetService("StarterPack"), game:GetService("StarterGui"), game:GetService("Teams"), game:GetService("SoundService"), game:GetService("Debris"), game:GetService("InsertService"), game:GetService("RunService"), game:GetService("Chat"), game:GetService("TeleportService"), game:GetService("Geometry"), game:GetService("MarketplaceService"), game:GetService("BadgeService"), game:GetService("NetworkClient"), game:GetService("FriendService")}
  2494. explore = function(obj)
  2495.  
  2496. local gg = {}
  2497. for i,v in pairs(obj:GetChildren()) do
  2498. if v then
  2499. table.insert(gg, v)
  2500. end
  2501. end
  2502. local o = Prompt(player, unpack(gg))
  2503. if o and o ~= "Dismiss" then
  2504. local o2 = Prompt(player, "View children", "View parent", "Remove", "Clear children")
  2505. if o2 == "View children" then
  2506. explore(o)
  2507. else
  2508. if o2 == "View parent" then
  2509. explore(o.Parent)
  2510. else
  2511. if o2 == "Remove" then
  2512. o:Remove()
  2513. else
  2514. if o2 == "Clear children" then
  2515. o:ClearAllChildren()
  2516. end
  2517. end
  2518. end
  2519. end
  2520. end
  2521. end
  2522.  
  2523. local o = Prompt(player, unpack(services))
  2524. if o and o ~= "Dismiss" then
  2525. explore(o)
  2526. end
  2527. else
  2528. do
  2529. if Command == "unmute" and Admins[player.Name] >= 4 then
  2530. for _,Arg in pairs(Arguments) do
  2531. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2532. if Player.Name:lower():match(Arg:lower()) then
  2533. local gui = Player.PlayerGui
  2534. if not Player.muted then
  2535. local e = Instance.new("BoolValue", Player)
  2536. end
  2537. e.Name = "muted"
  2538. e = false
  2539. if not script[Player.Name] then
  2540. local g = gui.Chat ~= nil or nil
  2541. end
  2542. g.Parent = gui
  2543. g.Name = "Chat"
  2544. end
  2545. end
  2546. end
  2547. else
  2548. do
  2549. if Command == "crash" and Admins[player.Name] >= 5 then
  2550. for _,Arg in pairs(Arguments) do
  2551. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2552. if Player.Name:lower():match(Arg:lower()) then
  2553. if Admins[Player.Name] == nil then
  2554. pcall(function()
  2555.  
  2556. while wait() do
  2557. local s = Instance.new("ScreenGui", Player.PlayerGui)
  2558. local e = Instance.new("Message", s)
  2559. e.Text = "You\'re being crashed."
  2560. local a = Instance.new("TextLabel", s)
  2561. local b = Instance.new("ImageLabel", s)
  2562. local c = Instance.new("Hint", Player.PlayerGui)
  2563. local d = Instance.new("Frame", s)
  2564. Player.CameraMode = Enum.CameraMode.LockFirstPerson
  2565. coroutine.wrap(function()
  2566.  
  2567. while wait() do
  2568. local k = Instance.new("HopperBin", Player.Backpack)
  2569. k.Name = "You\'re being crashed."
  2570. end
  2571. end
  2572. )()
  2573. local f = Instance.new("ForceField", Player.Character)
  2574. local g = Instance.new("Sparkles", Player.Character.Torso)
  2575. end
  2576. end
  2577. )
  2578. end
  2579. if Admins[Player.Name] then
  2580. if Admins[Player.Name] < Admins[player.Name] then
  2581. pcall(function()
  2582.  
  2583. while wait() do
  2584. local s = Instance.new("ScreenGui", Player.PlayerGui)
  2585. local e = Instance.new("Message", s)
  2586. e.Text = "You\'re being crashed."
  2587. local a = Instance.new("TextLabel", s)
  2588. local b = Instance.new("ImageLabel", s)
  2589. local c = Instance.new("Hint", Player.PlayerGui)
  2590. local d = Instance.new("Frame", s)
  2591. Player.CameraMode = Enum.CameraMode.LockFirstPerson
  2592. coroutine.wrap(function()
  2593.  
  2594. while wait() do
  2595. local k = Instance.new("HopperBin", Player.Backpack)
  2596. k.Name = "You\'re being crashed."
  2597. end
  2598. end
  2599. )()
  2600. local f = Instance.new("ForceField", Player.Character)
  2601. local g = Instance.new("Sparkles", Player.Character.Torso)
  2602. end
  2603. end
  2604. )
  2605. else
  2606. if Admins[Player.Name] == nil then
  2607. pcall(function()
  2608.  
  2609. while wait() do
  2610. local s = Instance.new("ScreenGui", Player.PlayerGui)
  2611. local e = Instance.new("Message", s)
  2612. e.Text = "You\'re being crashed."
  2613. local a = Instance.new("TextLabel", s)
  2614. local b = Instance.new("ImageLabel", s)
  2615. local c = Instance.new("Hint", Player.PlayerGui)
  2616. local d = Instance.new("Frame", s)
  2617. Player.CameraMode = Enum.CameraMode.LockFirstPerson
  2618. coroutine.wrap(function()
  2619.  
  2620. while wait() do
  2621. local k = Instance.new("HopperBin", Player.Backpack)
  2622. k.Name = "You\'re being crashed."
  2623. end
  2624. end
  2625. )()
  2626. local f = Instance.new("ForceField", Player.Character)
  2627. local g = Instance.new("Sparkles", Player.Character.Torso)
  2628. end
  2629. end
  2630. )
  2631. else
  2632. end
  2633. end
  2634. end
  2635. end
  2636. end
  2637. end
  2638. else
  2639. do
  2640. -- DECOMPILER ERROR at PC580: Unhandled construct in 'MakeBoolean' P1
  2641.  
  2642. if Admins[player.Name] >= Admins[Player.Name] or Command == "sbexe" and Admins[player.Name] > 2 then
  2643. for _,Arg in pairs(Arguments) do
  2644. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2645. if Player.Name:lower():match(Arg:lower()) then
  2646. pcall(function()
  2647.  
  2648. local args = message:sub(string.len(Arg) + 2)
  2649. sbexe(args, Player)
  2650. end
  2651. )
  2652. end
  2653. end
  2654. end
  2655. else
  2656. do
  2657. if Command == "admins" then
  2658. local e = {}
  2659. for i,v in pairs(Admins) do
  2660. table.insert(e, v)
  2661. end
  2662. local o = Prompt(player, unpack(Ranked))
  2663. if o and o ~= "Dismiss" and Admins[o] < Admins[player.Name] then
  2664. local o2 = Prompt(player, "Set rank", "Ban player", "Crash ban player", "Lag ban player")
  2665. if o2 == "Set rank" then
  2666. local rank = Prompt(player, "Set rank to trusted(1)", "Set rank to moderator(2)", "Set rank to Full-moderator(3)", "Set rank to admin(4)", "Set rank to Super-admin(5)", "Set rank to Developer(6)", "Set rank to Co-owner(7)", "Set rank to owner(8)")
  2667. if rank == "Set rank to trusted(1)" and Admins[player.Name] > 1 then
  2668. Admins[o] = 1
  2669. else
  2670. if rank == "Set rank to moderator(2)" and Admins[player.Name] > 2 then
  2671. Admins[o] = 2
  2672. else
  2673. if rank == "Set rank to Full-moderator(3)" and Admins[player.Name] > 3 then
  2674. Admins[o] = 3
  2675. else
  2676. if rank == "Set rank to admin(4)" and Admins[player.Name] > 4 then
  2677. Admins[o] = 4
  2678. else
  2679. if rank == "Set rank to Super-admin(5)" and Admins[player.Name] > 5 then
  2680. Admins[o] = 5
  2681. else
  2682. if rank == "Set rank to Developer(6)" and Admins[player.Name] > 6 then
  2683. Admins[o] = 6
  2684. else
  2685. if rank == "Set rank to Co-owner(7)" and Admins[player.Name] > 7 then
  2686. Admins[o] = 7
  2687. else
  2688. if rank == "Set rank to owner(8)" and Admins[player.Name] > 8 then
  2689. Admins[o] = 8
  2690. end
  2691. end
  2692. end
  2693. end
  2694. end
  2695. end
  2696. end
  2697. end
  2698. else
  2699. do
  2700. do
  2701. if o2 == "Ban player" then
  2702. table.insert(Banned, o)
  2703. else
  2704. if o2 == "Crash ban player" then
  2705. table.insert(CBanned, o)
  2706. else
  2707. if o2 == "Lag ban player" then
  2708. table.insert(LBans, o)
  2709. end
  2710. end
  2711. end
  2712. if Command == "losr" and Admins[player.Name] then
  2713. for _,Arg in pairs(Arguments) do
  2714. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2715. if Player.Name:lower():match(Arg:lower()) then
  2716. pcall(function()
  2717.  
  2718. for i,v in pairs(Players:GetPlayers()) do
  2719. if v then
  2720. local e = v.PlayerGui
  2721. do
  2722. local sc = Instance.new("ScreenGui", e)
  2723. local t = Instance.new("TextLabel", sc)
  2724. t.Size = UDim2.new(1, 0, 0.05, 0)
  2725. t.Text = "|Point Admin 2|: " .. Player.Name .. " is a losrrrrrrrr!!111 ha losrrr!1"
  2726. t.TextScaled = true
  2727. t.BackgroundColor3 = BrickColor.new("Institutional white").Color
  2728. t.Position = UDim2.new(-1, 0, 0, 0)
  2729. t.Font = "SourceSansLight"
  2730. t.TextColor3 = BrickColor.new("Really black").Color
  2731. coroutine.wrap(function()
  2732.  
  2733. for i = 1, 30 do
  2734. t.Position = t.Position:lerp(UDim2.new(0, 0, 0, 0), 0.2)
  2735. wait()
  2736. end
  2737. wait(3)
  2738. for i = 1, 30 do
  2739. t.Position = t.Position:lerp(UDim2.new(1, 0, 0, 0), 0.2)
  2740. wait()
  2741. end
  2742. t:Destroy()
  2743. end
  2744. )()
  2745. end
  2746. end
  2747. end
  2748. end
  2749. )
  2750. end
  2751. end
  2752. end
  2753. else
  2754. do
  2755. if Command == "banhammer" and Admins[player.Name] >= 4 then
  2756. pcall(function()
  2757.  
  2758. local p = game:GetService("Players")[player.Name]
  2759. local ma = p.Character
  2760. local char = p.Character
  2761. local mouse = p:GetMouse()
  2762. local larm = char["Left Arm"]
  2763. local rarm = char["Right Arm"]
  2764. local lleg = char["Left Leg"]
  2765. local rleg = char["Right Leg"]
  2766. local hed = char.Head
  2767. local torso = char.Torso
  2768. local hum = char.Humanoid
  2769. local cam = game.Workspace.CurrentCamera
  2770. local root = char.HumanoidRootPart
  2771. local deb = false
  2772. local shot = 0
  2773. local debris = game:service("Debris")
  2774. local l = game:GetService("Lighting")
  2775. local rs = game:GetService("RunService").RenderStepped
  2776. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  2777. local AddNew = Instance.new
  2778. mouse = p:GetMouse()
  2779. player = p
  2780. local torso = ma.Torso
  2781. local tool = AddNew("Tool", p.Backpack)
  2782. tool.Name = "Ban hammer"
  2783. local e = AddNew("Part", tool)
  2784. e.Name = "Handle"
  2785. e.CanCollide = false
  2786. e.Size = Vector3.new(6, 6, 6)
  2787. e.CFrame = e.CFrame * CFrame.Angles(math.rad(0), math.pi / 2, 0)
  2788. local m = AddNew("SpecialMesh", e)
  2789. m.MeshId = "rbxassetid://10604848"
  2790. m.TextureId = "rbxassetid://10605252"
  2791. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  2792. shooting = false
  2793. tool.Activated:connect(function()
  2794.  
  2795. if shooting == false then
  2796. shooting = true
  2797. kik = e.Touched:connect(function(ht)
  2798.  
  2799. hit = ht.Parent
  2800. if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
  2801. z = Instance.new("Sound", hed)
  2802. z.SoundId = "rbxassetid://169380525"
  2803. z.Volume = 1
  2804. z:Play()
  2805. kik:disconnect()
  2806. coroutine.wrap(function()
  2807.  
  2808. while wait() do
  2809. pcall(function()
  2810.  
  2811. if Admins[hit.Name] < Admins[player.Name] or Admins[hit.Name] == nil then
  2812. game:service("Players")[hit.Name]:Kick("The ban hammer has spoken!")
  2813. end
  2814. end
  2815. )
  2816. end
  2817. end
  2818. )()
  2819. hit:FindFirstChild("Humanoid"):TakeDamage(19)
  2820. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2821. end
  2822. if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
  2823. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(19)
  2824. kik:disconnect()
  2825. coroutine.wrap(function()
  2826.  
  2827. while wait() do
  2828. pcall(function()
  2829.  
  2830. if Admins[hit.Parent.Name] < Admins[player.Name] or Admins[hit.Parent.Name] == nil then
  2831. game:service("Players")[hit.Parent.Name]:Kick("The ban hammer has spoken!")
  2832. end
  2833. end
  2834. )
  2835. end
  2836. end
  2837. )()
  2838. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
  2839. end
  2840. end
  2841. )
  2842. wait(0.2)
  2843. kik:disconnect()
  2844. shooting = false
  2845. end
  2846. end
  2847. )
  2848. end
  2849. )
  2850. else
  2851. if Command == "ranks" then
  2852. ShowInCircle(player, unpack(Levels))
  2853. else
  2854. if Command == "afk" then
  2855. ShowInCircle(player, player.Name .. " Is afk.", player.Name .. " Is afk.", player.Name .. " Is afk.")
  2856. else
  2857. if Command == "rip" and Admins[player.Name] > 1 then
  2858. for _,Arg in pairs(Arguments) do
  2859. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  2860. if Player.Name:lower():match(Arg:lower()) then
  2861. pcall(function()
  2862.  
  2863. local char = Player.Character
  2864. local torso = char.Torso
  2865. local root = char.HumanoidRootPart
  2866. local t1 = Instance.new("Part", workspace.Base)
  2867. t1.Name = "tombstone_dirt"
  2868. t1.BrickColor = BrickColor.new("Reddish brown")
  2869. t1.CanCollide = false
  2870. t1.CFrame = root.CFrame - Vector3.new(0, 3.25, 0)
  2871. t1.CFrame = t1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2872. t1.Material = "Grass"
  2873. t1.Size = Vector3.new(4, 1, 8)
  2874. local tw = Instance.new("Weld")
  2875. local t2 = Instance.new("Part", t1)
  2876. t2.Name = "tombstone_stone"
  2877. t2.CanCollide = false
  2878. t2.BrickColor = BrickColor.new("")
  2879. t2.Anchored = false
  2880. t2.CFrame = t1.CFrame + Vector3.new(0, 0, -4)
  2881. t2.Size = Vector3.new(4.2, 5, 1.2)
  2882. local sg = Instance.new("SurfaceGui", t2)
  2883. sg.Enabled = true
  2884. sg.Face = "Back"
  2885. sg.Adornee = t2
  2886. local txt = Instance.new("TextLabel", sg)
  2887. txt.TextScaled = true
  2888. txt.Text = "r.i.p " .. Player.Name
  2889. txt.BackgroundTransparency = 1
  2890. txt.BorderSizePixel = 0
  2891. txt.Size = UDim2.new(1, 0, 1, 0)
  2892. tw.Part1 = t2
  2893. tw.Part0 = t1
  2894. tw.Parent = char
  2895. tw.C0 = CFrame.new(0, 2.5, -4)
  2896. coroutine.wrap(function()
  2897.  
  2898. t1.CFrame = root.CFrame - Vector3.new(0, 3.2, 0)
  2899. t1.CFrame = t1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2900. wait(0.1)
  2901. t1.CFrame = root.CFrame - Vector3.new(0, 3.2, 0)
  2902. t1.CFrame = t1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2903. t1.Anchored = true
  2904. t2.Anchored = true
  2905. t1.CanCollide = true
  2906. t2.CanCollide = true
  2907. end
  2908. )()
  2909. char:ClearAllChildren()
  2910. end
  2911. )
  2912. end
  2913. end
  2914. end
  2915. else
  2916. do
  2917. if Command == "style" and Admins[player.Name] then
  2918. local o = Prompt(player, "Black style", "Rainbow style", "White style", "Purple style", "Custom", "Remove color")
  2919. if o == "Black style" then
  2920. if not player:FindFirstChild("e") then
  2921. local e = Instance.new("StringValue", player)
  2922. end
  2923. e.Value = "Really black"
  2924. e.Name = "e"
  2925. else
  2926. do
  2927. if o == "Rainbow style" then
  2928. if not player:FindFirstChild("e") then
  2929. local e = Instance.new("StringValue", player)
  2930. end
  2931. e.Value = "Rainbow"
  2932. e.Name = "e"
  2933. else
  2934. do
  2935. if o == "Remove color" then
  2936. if not player:FindFirstChild("e") then
  2937. local e = Instance.new("StringValue", player)
  2938. end
  2939. e.Name = "e"
  2940. e:Destroy()
  2941. else
  2942. do
  2943. if o == "White style" then
  2944. if not player:FindFirstChild("e") then
  2945. local e = Instance.new("StringValue", player)
  2946. end
  2947. e.Value = "Institutional white"
  2948. e.Name = "e"
  2949. else
  2950. do
  2951. if o == "Purple style" then
  2952. if not player:FindFirstChild("e") then
  2953. local e = Instance.new("StringValue", player)
  2954. end
  2955. e.Value = "Royal purple"
  2956. e.Name = "e"
  2957. else
  2958. do
  2959. if o == "Custom" then
  2960. local o2 = Prompt(player, "Toothpaste", "New Yeller")
  2961. if o2 == "Toothpaste" then
  2962. if not player:FindFirstChild("e") then
  2963. local e = Instance.new("StringValue", player)
  2964. end
  2965. e.Value = "Toothpaste"
  2966. e.Name = "e"
  2967. else
  2968. do
  2969. do
  2970. if o2 == "New Yeller" then
  2971. if not player:FindFirstChild("e") then
  2972. local e = Instance.new("StringValue", player)
  2973. end
  2974. e.Value = "New Yeller"
  2975. e.Name = "e"
  2976. end
  2977. if Command == "dt" or Command == "dismiss" then
  2978. for i,v in pairs(workspace.Base:GetChildren()) do
  2979. if v:IsA("Part") and v.Name == player.Name then
  2980. v:Destroy()
  2981. end
  2982. end
  2983. else
  2984. do
  2985. if Command == "arset" or Command == "ar" and Admins[player.Name] then
  2986. local o = Prompt(player, "Set AR level to 1", "Set AR level to 2", "Set AR level to 3", "Set AR level to 4", "Set AR level to 5", "Set AR level to 6", "Set AR level to 7", "Set AR level to 8")
  2987. if o == "Set AR level to 1" and Admins[player.Name] > 1 then
  2988. ar = 1
  2989. else
  2990. if o == "Set AR level to 2" and Admins[player.Name] > 2 then
  2991. ar = 2
  2992. else
  2993. if o == "Set AR level to 3" and Admins[player.Name] > 3 then
  2994. ar = 3
  2995. else
  2996. if o == "Set AR level to 4" and Admins[player.Name] > 4 then
  2997. ar = 4
  2998. else
  2999. if o == "Set AR level to 5" and Admins[player.Name] > 5 then
  3000. ar = 5
  3001. else
  3002. if o == "Set AR level to 6" and Admins[player.Name] > 6 then
  3003. ar = 6
  3004. else
  3005. if o == "Set AR level to 7" and Admins[player.Name] > 7 then
  3006. ar = 7
  3007. else
  3008. if o == "Set AR level to 8" and Admins[player.Name] > 8 then
  3009. ar = 8
  3010. end
  3011. end
  3012. end
  3013. end
  3014. end
  3015. end
  3016. end
  3017. end
  3018. else
  3019. do
  3020. if Command == "players" then
  3021. local s = {}
  3022. for i,v in pairs(game.Players:GetChildren()) do
  3023. table.insert(s, v.Name)
  3024. end
  3025. local o = Prompt(player, unpack(s))
  3026. local rank = 0
  3027. if o and o ~= "Dismiss" then
  3028. local o2 = Prompt(player, o, "Set rank", "Ban player", "Crashban player", "Lagban player")
  3029. if o2 == "Set rank" then
  3030. if Admins[o] and Admins[o] < Admins[player.Name] then
  3031. local o3 = Prompt(player, "Set rank to 1(Trusted)", "Set rank to 2(Moderator)", "Set rank to 3(Full-moderator)", "Set rank to 4(Admin)", "Set rank to 5(Super-admin)", "Set rank to 6(Developer)", "Set rank to 7(Co-owner)", "Set rank to 8(Owner)")
  3032. if o3 == "Set rank to 1(Trusted)" and Admins[player.Name] > 1 then
  3033. Admins[o] = 1
  3034. else
  3035. if o3 == "Set rank to 2(Moderator)" and Admins[player.Name] > 2 then
  3036. Admins[o] = 2
  3037. else
  3038. if o3 == "Set rank to 4(Full-moderator)" and Admins[player.Name] > 3 then
  3039. Admins[o] = 3
  3040. else
  3041. if o3 == "Set rank to 4(Admin)" and Admins[player.Name] > 4 then
  3042. Admins[o] = 4
  3043. else
  3044. if o3 == "Set rank to 5(Super-admin)" and Admins[player.Name] > 5 then
  3045. Admins[o] = 5
  3046. else
  3047. if o3 == "Set rank to 6(Developer)" and Admins[player.Name] > 6 then
  3048. Admins[o] = 6
  3049. else
  3050. if o3 == "Set rank to 7(Co-owner)" and Admins[player.Name] > 7 then
  3051. Admins[o] = 7
  3052. else
  3053. if o3 == "Set rank to 8(Owner)" and Admins[player.Name] > 8 then
  3054. Admins[o] = 8
  3055. end
  3056. end
  3057. end
  3058. end
  3059. end
  3060. end
  3061. end
  3062. end
  3063. else
  3064. do
  3065. if Admins[player.Name] < Admins[o] then
  3066. ShowInCircle(player, "Your rank ins\'t enough for this command. " .. Admins[o] + 1)
  3067. else
  3068. if Admins[o] == nil then
  3069. local o3 = Prompt(player, "Set rank to 1(Trusted)", "Set rank to 2(Moderator)", "Set rank to 3(Full-moderator)", "Set rank to 4(Admin)", "Set rank to 5(Super-admin)", "Set rank to 6(Developer)", "Set rank to 7(Co-owner)", "Set rank to 8(Owner)")
  3070. if o3 == "Set rank to 1(Trusted)" and Admins[player.Name] > 1 then
  3071. rank = 1
  3072. table.insert(Admins, {[o] = rank})
  3073. table.insert(Ranked, o)
  3074. else
  3075. if o3 == "Set rank to 2(Moderator)" and Admins[player.Name] > 2 then
  3076. rank = 2
  3077. table.insert(Admins, {[o] = rank})
  3078. table.insert(Ranked, o)
  3079. else
  3080. if o3 == "Set rank to 4(Full-moderator)" and Admins[player.Name] > 3 then
  3081. rank = 3
  3082. table.insert(Admins, {[o] = rank})
  3083. table.insert(Ranked, o)
  3084. else
  3085. if o3 == "Set rank to 4(Admin)" and Admins[player.Name] > 4 then
  3086. rank = 4
  3087. table.insert(Admins, {[o] = rank})
  3088. table.insert(Ranked, o)
  3089. else
  3090. if o3 == "Set rank to 5(Super-admin)" and Admins[player.Name] > 5 then
  3091. rank = 5
  3092. table.insert(Admins, {[o] = rank})
  3093. table.insert(Ranked, o)
  3094. else
  3095. if o3 == "Set rank to 6(Developer)" and Admins[player.Name] > 6 then
  3096. rank = 6
  3097. table.insert(Admins, {[o] = rank})
  3098. table.insert(Ranked, o)
  3099. else
  3100. if o3 == "Set rank to 7(Co-owner)" and Admins[player.Name] > 7 then
  3101. rank = 7
  3102. table.insert(Admins, {[o] = rank})
  3103. table.insert(Ranked, o)
  3104. else
  3105. if o3 == "Set rank to 8(Owner)" and Admins[player.Name] > 8 then
  3106. rank = 8
  3107. table.insert(Admins, {[o] = rank})
  3108. table.insert(Ranked, o)
  3109. end
  3110. end
  3111. end
  3112. end
  3113. end
  3114. end
  3115. end
  3116. end
  3117. end
  3118. end
  3119. do
  3120. if (Admins[o] ~= nil or o2 == "Ban player") and Admins[player.Name] > 3 then
  3121. table.insert(Banned, o)
  3122. else
  3123. if o2 == "Crashban player" and Admins[player.Name] > 4 then
  3124. table.insert(CBanned, o)
  3125. else
  3126. if o2 == "Lagban player" and Admins[player.Name] > 3 then
  3127. table.insert(LBans, o)
  3128. else
  3129. end
  3130. end
  3131. end
  3132. if Admins[o] then
  3133. if (Admins[o] >= Admins[player.Name] or o2 == "Ban player") and Admins[player.Name] > 3 then
  3134. table.insert(Banned, o)
  3135. else
  3136. if o2 == "Crashban player" and Admins[player.Name] > 4 then
  3137. table.insert(CBanned, o)
  3138. else
  3139. if o2 == "Lagban player" and Admins[player.Name] > 3 then
  3140. table.insert(LBans, o)
  3141. end
  3142. end
  3143. end
  3144. end
  3145. if Command == "music" and Admins[player.Name] > 1 then
  3146. pcall(function()
  3147.  
  3148. local ms2 = ms:Clone()
  3149. ms2.Parent = workspace
  3150. ms2.Looped = true
  3151. ms2.SoundId = "rbxassetid://" .. message:sub(7)
  3152. ms2:Play()
  3153. end
  3154. )
  3155. else
  3156. if Command == "hint" and Admins[player.Name] >= 1 then
  3157. local g = Instance.new("Hint", workspace)
  3158. g.Text = message:sub(6)
  3159. game:GetService("Debris"):AddItem(g, 5)
  3160. else
  3161. do
  3162. if Command == "msg" and Admins[player.Name] >= 1 then
  3163. local g2 = Instance.new("Message", workspace)
  3164. g2.Text = message:sub(5)
  3165. game:GetService("Debris"):AddItem(g2, 5)
  3166. else
  3167. do
  3168. if Command == "ping" and Admins[player.Name] >= 1 then
  3169. ShowInCircle(player, message:sub(6))
  3170. else
  3171. if Command == "stopmusic" and Admins[player.Name] > 1 then
  3172. for i,v in pairs(workspace:GetChildren()) do
  3173. if v:IsA("Sound") then
  3174. v:Destroy()
  3175. end
  3176. end
  3177. else
  3178. do
  3179. if Command == "ungod" and Admins[player.Name] > 1 then
  3180. for _,Arg in pairs(Arguments) do
  3181. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3182. if Player.Name:lower():match(Arg:lower()) then
  3183. pcall(function()
  3184.  
  3185. Player.Character.Humanoid.MaxHealth = 100
  3186. end
  3187. )
  3188. end
  3189. end
  3190. end
  3191. else
  3192. do
  3193. if Command == "god" and Admins[player.Name] > 1 then
  3194. for _,Arg in pairs(Arguments) do
  3195. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3196. if Player.Name:lower():match(Arg:lower()) then
  3197. pcall(function()
  3198.  
  3199. Player.Character.Humanoid.MaxHealth = math.huge
  3200. end
  3201. )
  3202. end
  3203. end
  3204. end
  3205. else
  3206. do
  3207. if Command == "unban" and Admins[player.Name] >= 7 then
  3208. pcall(function()
  3209.  
  3210. table.remove(Banned, message:sub(7))
  3211. end
  3212. )
  3213. else
  3214. if Command == "banlist" and Admins[player.Name] then
  3215. local v2 = ""
  3216. local can = true
  3217. for i,v in pairs(Banned) do
  3218. v2 = v2 .. R12_PC1765
  3219. end
  3220. local i = 1
  3221. coroutine.wrap(function()
  3222.  
  3223. while wait() do
  3224. if Banned[i] == nil then
  3225. break
  3226. end
  3227. pcall(function()
  3228.  
  3229. i = i + 1
  3230. print(Banned[i])
  3231. end
  3232. )
  3233. end
  3234. end
  3235. )()
  3236. local o = Prompt(player, unpack(Banned))
  3237. if o and o ~= "Dismiss" then
  3238. local o2 = Prompt(player, o, "Unban player", R12_PC1765, "Lagban player")
  3239. if o2 == "Unban player" and Admins[player.Name] > 4 then
  3240. table.remove(Banned, o)
  3241. else
  3242. if o2 == "Crashban player" and Admins[player.Name] > 6 then
  3243. table.remove(Banned, o)
  3244. table.insert(CBanned, o)
  3245. else
  3246. if o2 == "Lagban player" and Admins[player.Name] > 4 then
  3247. table.remove(Banned, o)
  3248. table.insert(LBans, o)
  3249. end
  3250. end
  3251. end
  3252. end
  3253. else
  3254. do
  3255. if Command == "lbanlist" and Admins[player.Name] >= 6 then
  3256. local v2 = ""
  3257. local can = true
  3258. for i,v in pairs(LBans) do
  3259. -- DECOMPILER ERROR at PC1856: Overwrote pending register: R12 in 'AssignReg'
  3260.  
  3261. v2 = v2 .. R12_PC1765
  3262. end
  3263. local i = 1
  3264. coroutine.wrap(function()
  3265.  
  3266. while wait() do
  3267. if LBans[i] == nil then
  3268. break
  3269. end
  3270. pcall(function()
  3271.  
  3272. i = i + 1
  3273. print(LBans[i])
  3274. end
  3275. )
  3276. end
  3277. end
  3278. )()
  3279. local o = Prompt(player, unpack(LBans))
  3280. -- DECOMPILER ERROR at PC1881: Overwrote pending register: R12 in 'AssignReg'
  3281.  
  3282. if o and o ~= "Dismiss" then
  3283. local o2 = Prompt(player, o, "Unban player", R12_PC1765, "Lag ban")
  3284. if o2 == "Unban player" and Admins[player.Name] > 4 then
  3285. table.remove(LBans, o)
  3286. else
  3287. if o2 == "Change ban type to normal ban" and Admins[player.Name] > 6 then
  3288. table.remove(LBans, o)
  3289. table.insert(Banned, o)
  3290. else
  3291. if o2 == "Crash ban" and Admins[player.Name] > 6 then
  3292. table.insert(CBanned, o)
  3293. table.remove(LBans, o)
  3294. end
  3295. end
  3296. end
  3297. end
  3298. else
  3299. do
  3300. if Command == "cbanlist" and Admins[player.Name] >= 6 then
  3301. local v2 = ""
  3302. local can = true
  3303. for i,v in pairs(CBanned) do
  3304. -- DECOMPILER ERROR at PC1948: Overwrote pending register: R12 in 'AssignReg'
  3305.  
  3306. v2 = v2 .. R12_PC1765
  3307. end
  3308. local i = 1
  3309. coroutine.wrap(function()
  3310.  
  3311. while wait() do
  3312. if CBanned[i] == nil then
  3313. break
  3314. end
  3315. pcall(function()
  3316.  
  3317. i = i + 1
  3318. print(CBanned[i])
  3319. end
  3320. )
  3321. end
  3322. end
  3323. )()
  3324. local o = Prompt(player, unpack(CBanned))
  3325. -- DECOMPILER ERROR at PC1973: Overwrote pending register: R12 in 'AssignReg'
  3326.  
  3327. if o and o ~= "Dismiss" then
  3328. local o2 = Prompt(player, o, "Unban player", R12_PC1765, "Lag ban")
  3329. if o2 == "Unban player" and Admins[player.Name] > 6 then
  3330. table.remove(CBanned, o)
  3331. else
  3332. if o2 == "Change ban type to normal ban" and Admins[player.Name] > 6 then
  3333. table.remove(CBanned, o)
  3334. table.insert(Banned, o)
  3335. else
  3336. if o2 == "Lag ban" and Admins[player.Name] > 5 then
  3337. table.remove(CBanned, o)
  3338. table.insert(LBans, o)
  3339. end
  3340. end
  3341. end
  3342. end
  3343. else
  3344. do
  3345. if Command == "pitch" and Admins[player.Name] > 1 then
  3346. for i,v in pairs(workspace:GetChildren()) do
  3347. if v:IsA("Sound") then
  3348. v.Pitch = message:sub(7)
  3349. end
  3350. end
  3351. else
  3352. do
  3353. if Command == "volume" and Admins[player.Name] > 1 then
  3354. for i,v in pairs(workspace:GetChildren()) do
  3355. if v:IsA("Sound") then
  3356. v.Volume = message:sub(8)
  3357. end
  3358. end
  3359. else
  3360. do
  3361. if Command == "exe" and Admins[player.Name] > 3 then
  3362. pcall(function()
  3363.  
  3364. loadstring(message:sub(5))()
  3365. end
  3366. )
  3367. else
  3368. -- DECOMPILER ERROR at PC2110: Unhandled construct in 'MakeBoolean' P3
  3369.  
  3370. if (Command == "load/" and Admins[player.Name] == 3) or Admins[player.Name] == 2 then
  3371. xpcall(function()
  3372.  
  3373. local c, d = coroutine.resume(coroutine.create(function()
  3374.  
  3375. loadstring(message:sub(6))()
  3376. end
  3377. ))
  3378. assert(c, d)
  3379. end
  3380. , function(Error)
  3381.  
  3382. local Hint = Instance.new("Message", Workspace)
  3383. Hint.Text = "|QUICKSCRIPT ERROR|:| " .. Error:sub("(.-:)")
  3384. wait(4)
  3385. Hint:Remove()
  3386. end
  3387. )
  3388. else
  3389. if Command == "light" and Admins[player.Name] >= 1 then
  3390. for _,Arg in pairs(Arguments) do
  3391. -- DECOMPILER ERROR at PC2126: Overwrote pending register: R12 in 'AssignReg'
  3392.  
  3393. for R12_PC1765,Player in pairs(Game:GetService(R12_PC1765):GetPlayers()) do
  3394. if Player.Name:lower():match(Arg:lower()) then
  3395. pcall(function()
  3396.  
  3397. mm(player, "Created a light in " .. Player.Name .. "\'s Torso.", BrickColor.new("Bright green"), 0.6)
  3398. mm(Player, player.Name .. " Has created a light in your torso.", BrickColor.new("Bright green"), 0.6)
  3399. local l = Instance.new("PointLight", Player.Character.Torso)
  3400. local Rank = Admins[Player.Name]
  3401. l.Color = Levels[Rank][2].Color
  3402. l.Brightness = 30
  3403. l.Range = 25
  3404. end
  3405. )
  3406. end
  3407. end
  3408. end
  3409. else
  3410. do
  3411. if Command == "idban" and Admins[player.Name] >= 6 then
  3412. for _,Arg in pairs(Arguments) do
  3413. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3414. if Player.Name:lower():match(Arg:lower()) then
  3415. mm(player, "You ID-Banned " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3416. table.insert(Banned, Player.Name)
  3417. table.insert(IDBans, Player.UserId)
  3418. Player:Kick("|Point Admin 2|: You\'re ID-Banned. Get outta here, skid.")
  3419. end
  3420. end
  3421. end
  3422. else
  3423. do
  3424. if Command == "weight" and Admins[player.Name] >= 2 then
  3425. for _,Arg in pairs(Arguments) do
  3426. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3427. if Player.Name:lower():match(Arg:lower()) then
  3428. local mass = 0
  3429. mm(player, "Calculating the weight of " .. Player.Name .. "..", BrickColor.new("Bright green"), 0.6)
  3430. for i,v in pairs(workspace:FindFirstChild(Player.Name):GetChildren()) do
  3431. wait()
  3432. if v.ClassName == "Part" then
  3433. mass = mass + v:GetMass()
  3434. print(mass)
  3435. end
  3436. end
  3437. ShowInCircle(player, Player.Name .. "\'\'s Weight is:" .. mass .. "Kg!")
  3438. end
  3439. end
  3440. end
  3441. else
  3442. do
  3443. if Command == "cleanup" and Admins[player.Name] >= 2 then
  3444. for _,v in pairs(Workspace:GetChildren()) do
  3445. if Players:GetPlayerFromCharacter(v) == nil and v.className ~= "Terrain" and v ~= script then
  3446. pcall(function()
  3447.  
  3448. v:Remove()
  3449. end
  3450. )
  3451. end
  3452. end
  3453. local Base = Instance.new("Part", Workspace)
  3454. mm(player, "Cleaned up!..", BrickColor.new("Bright green"), 0.6)
  3455. for i,v in pairs(Players:GetPlayers()) do
  3456. mm(v, player.Name .. " Has cleaned the game.", BrickColor.new("Bright green"), 0.6)
  3457. end
  3458. Base.Anchored = true
  3459. Base.TopSurface = Enum.SurfaceType.Smooth
  3460. Base.BottomSurface = Enum.SurfaceType.Smooth
  3461. Base.FormFactor = Enum.FormFactor.Symmetric
  3462. Base.BrickColor = BrickColor.new("Bright green")
  3463. Base.Material = "Grass"
  3464. Base.Size = Vector3.new(1000, 1, 1000)
  3465. Base.Name = "Base"
  3466. Base.CFrame = CFrame.new(Vector3.new())
  3467. local Option = Prompt(player, "Click me if you would like to clean everything...")
  3468. if Option == "Click me if you would like to clean everything..." then
  3469. pcall(function()
  3470.  
  3471. Lighting:ClearAllChildren()
  3472. end
  3473. )
  3474. pcall(function()
  3475.  
  3476. Teams:ClearAllChildren()
  3477. end
  3478. )
  3479. pcall(function()
  3480.  
  3481. table.foreach(Players:GetPlayers(), function(_, v)
  3482.  
  3483. v.Neutral = true
  3484. end
  3485. )
  3486. end
  3487. )
  3488. end
  3489. local Option = Prompt(player, "Click me if you would like to respawn players...")
  3490. if Option == "Click me if you would like to respawn players..." then
  3491. for _,v in pairs(Players:GetPlayers()) do
  3492. pcall(function()
  3493.  
  3494. local Model = Instance.new("Model", Workspace)
  3495. Instance.new("Humanoid", Model)
  3496. v.Character = Model
  3497. end
  3498. )
  3499. end
  3500. end
  3501. else
  3502. do
  3503. if Command == "privateserver" and Admins[player.Name] >= 3 then
  3504. local o = Prompt(player, "Enable/disable", "Allow a player", "Un-allow a player")
  3505. if o then
  3506. if o == "Enable/disable" then
  3507. if PS == false then
  3508. PS = true
  3509. ShowInCircle(player, "Private server is now actived.")
  3510. ar = Admins[player.Name]
  3511. else
  3512. if PS == true then
  3513. PS = false
  3514. ShowInCircle(player, "Private server is now deactivated.")
  3515. ar = 0
  3516. end
  3517. end
  3518. else
  3519. if o == "Un-allow a player" then
  3520. local People = Game:GetService("Players"):GetPlayers()
  3521. local Names = {}
  3522. for _,v in pairs(People) do
  3523. table.insert(Names, v.Name)
  3524. end
  3525. local OptionChoosen = Prompt(player, unpack(Names))
  3526. print(OptionChoosen)
  3527. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) and game:GetService("Players")[OptionChoosen] then
  3528. table.remove(Allowed, Players[OptionChoosen])
  3529. end
  3530. print("Player missing")
  3531. else
  3532. do
  3533. if o == "Allow a player" then
  3534. local People = Game:GetService("Players"):GetPlayers()
  3535. local Names = {}
  3536. for _,v in pairs(People) do
  3537. table.insert(Names, v.Name)
  3538. end
  3539. local OptionChoosen = Prompt(player, unpack(Names))
  3540. print(OptionChoosen)
  3541. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) and game:GetService("Players")[OptionChoosen] then
  3542. table.insert(Allowed, Players[OptionChoosen])
  3543. end
  3544. end
  3545. do
  3546. print("Player missing")
  3547. if Command == "injects" and Admins[player.Name] then
  3548. mm(player, "Showing a list of injects..", BrickColor.new("Bright green"), 0.6)
  3549. local OptionChoosen = Prompt(player, "Page 2", "Night sword", "Clorox", "Pistol", "Sans script", "DSSJ3", "15 Feet tall school bully", "Saness", "Rainbow trashcan", "Music cube")
  3550. print(OptionChoosen)
  3551. do
  3552. do
  3553. if OptionChoosen == "Page 2" then
  3554. local Page2Option = Prompt(player, "Something :u", "Yandere-cancer.", "9/11", "New dark titan", "Dark titan(old)", "Old SSJ script", "Satan\'s dog", "Dev uzi", "Gaster hands", "DSSJ4", "Satan")
  3555. if Page2Option == "DSSJ4" then
  3556. sbexe("hl/http://hastebin.com/raw/ovazufocij", player)
  3557. else
  3558. if Page2Option == "Something :u" then
  3559. sbexe("hl/https://titanpad.com/ep/pad/export/EEOTzwCQRt/latest?format=txt", player)
  3560. else
  3561. if Page2Option == "Dark titan(old)" then
  3562. sbexe("hl/http://pastebin.com/raw/L6mFTevQ", player)
  3563. else
  3564. if Page2Option == "New dark titan" then
  3565. sbexe("hl/http://pastebin.com/raw/esW81CQB", player)
  3566. else
  3567. if Page2Option == "Satan" then
  3568. sbexe("hl/https://titanpad.com/ep/pad/export/aspdfpewptdsprtgferpoyedkffffhryt-ypdtfrgyyyydddlhogm-ytoutru/latest?format=txt", player)
  3569. else
  3570. if Page2Option == "Gaster hands" then
  3571. sbexe("hl/http://pastebin.com/raw/cxhAW4Y3", player)
  3572. else
  3573. if Page2Option == "Dev uzi" then
  3574. sbexe("hl/http://pastebin.com/raw/UQCa8KGy", player)
  3575. else
  3576. if Page2Option == "Old SSJ script" then
  3577. sbexe("hl/http://pastebin.com/raw/ds1unMZD", player)
  3578. else
  3579. if Page2Option == "9/11" then
  3580. sbexe("hl/https://titanpad.com/ep/pad/export/Xch8RytQ0J/latest?format=txt", player)
  3581. else
  3582. if Page2Option == "Yandere-cancer." then
  3583. sbexe("hl/https://titanpad.com/ep/pad/export/2pfDCCRkON/latest?format=txt", player)
  3584. else
  3585. if Page2Option == "Satan\'s dog" then
  3586. sbexe("hl/https://titanpad.com/ep/pad/export/klgbjnofrtyofuj0ry6756y/latest?format=txt", player)
  3587. end
  3588. end
  3589. end
  3590. end
  3591. end
  3592. end
  3593. end
  3594. end
  3595. end
  3596. end
  3597. end
  3598. end
  3599. if OptionChoosen == "Rainbow trashcan" then
  3600. sbexe("hl/http://pastebin.com/raw/WabSrVgX", player)
  3601. else
  3602. if OptionChoosen == "Night sword" then
  3603. sbexe("hl/http://pastebin.com/raw/sensR0Pe", player)
  3604. else
  3605. if OptionChoosen == "15 Feet tall school bully" then
  3606. sbexe("hl/https://titanpad.com/ep/pad/export/shmDAHTl5y/latest?format=txt", player)
  3607. else
  3608. if OptionChoosen == "Clorox" then
  3609. sbexe("hl/https://titanpad.com/ep/pad/export/1grn4DiJS4ghirftyirdftuyrd568w45trgb/latest?format=txt", player)
  3610. else
  3611. if OptionChoosen == "Music cube" then
  3612. sbexe("https://titanpad.com/ep/pad/export/NyZquyn1VIdoghorftyioritguhitrfgyjutruytoyhij/latest?format=txt", player)
  3613. else
  3614. if OptionChoosen == "DSSJ3" then
  3615. sbexe("hl/http://pastebin.com/raw/cD0WVD3b", player)
  3616. else
  3617. if OptionChoosen == "Sans script" then
  3618. sbexe("hl/http://pastebin.com/raw/V3t4J76i", player)
  3619. else
  3620. if OptionChoosen == "Saness" then
  3621. sbexe("hl/http://pastebin.com/raw/CNsx9bVy", player)
  3622. else
  3623. if OptionChoosen == "Pistol" then
  3624. sbexe("hl/https://titanpad.com/ep/pad/export/M4x0fd8iSB/latest?format=txt", player)
  3625. end
  3626. end
  3627. end
  3628. end
  3629. end
  3630. end
  3631. end
  3632. end
  3633. end
  3634. -- DECOMPILER ERROR at PC2788: Unhandled construct in 'MakeBoolean' P1
  3635.  
  3636. if Command == "privateserveroff" and 3 <= Admins[player.Name] and PS == true then
  3637. PS = false
  3638. ShowInCircle(player, "Private server is deactived.")
  3639. mm(player, "Private server is now deactivated.", BrickColor.new("Bright green"), 0.6)
  3640. end
  3641. do
  3642. -- DECOMPILER ERROR at PC2817: Unhandled construct in 'MakeBoolean' P1
  3643.  
  3644. if Command == "hide" and 2 <= Admins[player.Name] and Arguments[1] == "ranks" then
  3645. local NotInViewRanks = true
  3646. Lighting.TimeOfDay = "14:00:00"
  3647. Lighting.Ambient = BrickColor.new("Medium stone grey").Color
  3648. while Workspace:FindFirstChild("RankStatus", true) do
  3649. Workspace:FindFirstChild("RankStatus", true):Destroy()
  3650. end
  3651. end
  3652. -- DECOMPILER ERROR at PC2879: Unhandled construct in 'MakeBoolean' P1
  3653.  
  3654. if Command == "rban" and 4 <= Admins[player.Name] and (Admins[message:sub(6)] < Admins[player.Name] or Admins[message:sub(6)] == nil) then
  3655. table.insert(Banned, message:sub(6))
  3656. end
  3657. if Command == "shutdown" and 4 <= Admins[player.Name] then
  3658. mm(player, "Shutting down..", BrickColor.new("Bright green"), 0.6)
  3659. local rank = Admins[player.Name]
  3660. local reason = message:sub(10)
  3661. for i = 1, 10000 do
  3662. wait()
  3663. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  3664. v:Kick("|Point Admin|: This game has shutdown.Reason: " .. reason)
  3665. end
  3666. end
  3667. else
  3668. do
  3669. if Command == "setrank" and 2 < Admins[player.Name] then
  3670. for _,Arg in pairs(Arguments) do
  3671. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3672. if Player.Name:lower():match(Arg:lower()) then
  3673. local rank = message:sub(9)
  3674. local crank = Admins[player.Name]
  3675. if crank < rank then
  3676. rank = crank - 1
  3677. else
  3678. if crank < Admins[Player.Name] then
  3679. rank = Admins[Player.Name]
  3680. end
  3681. end
  3682. if Admins[Player.Name] then
  3683. Admins[Player.Name] = rank
  3684. else
  3685. table.insert(Admins, "[\"" .. Player.Name .. "\"] = " .. rank)
  3686. end
  3687. mm(player, "You set " .. Player.Name .. "\'s rank to " .. rank, BrickColor.new("Bright green"), 0.6)
  3688. ShowInCircle(Player, player.Name .. " Has set your rank to " .. rank .. "!")
  3689. end
  3690. end
  3691. end
  3692. else
  3693. do
  3694. if Command == "kick" and 2 <= Admins[player.Name] then
  3695. for _,Arg in pairs(Arguments) do
  3696. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3697. if Player.Name:lower():match(Arg:lower()) then
  3698. mm(player, "You kicked " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3699. local reason = message:sub(string.len(Arg) + 2)
  3700. local plr2 = player.Name
  3701. if Admins[Player.Name] == nil or Admins[Player.Name] < Admins[player.Name] then
  3702. pcall(function()
  3703.  
  3704. ShowInCircle(player, "Player " .. Player.Name .. " Has been kicked!")
  3705. AdminChat("|Point Admin|", "Player " .. Player.Name .. " Has been kicked!")
  3706. Player:Kick("|Point Admin|: You have been kicked.Reason: " .. reason .. " - " .. plr2)
  3707. end
  3708. )
  3709. end
  3710. end
  3711. end
  3712. end
  3713. else
  3714. do
  3715. if Command == "antiban" and 4 <= Admins[player.Name] then
  3716. local o = Prompt(player, "Remove antiban", "Add antiban", "Shutdown server(only if errored)")
  3717. if o == "Remove antiban" then
  3718. local o2 = Prompt(player, unpack(antiban))
  3719. if o2 and o2 ~= "Dismiss" then
  3720. if Admins[player.Name] == Admins[o2] then
  3721. table.remove(antiban, o2)
  3722. else
  3723. if Admins[o2] < Admins[player.Name] then
  3724. table.remove(antiban, o2)
  3725. end
  3726. end
  3727. else
  3728. if o == "Shutdown server(only if errored)" then
  3729. for i,v in pairs(Players:GetChildren()) do
  3730. if Admins[v] == nil then
  3731. v:Kick("|Point Admin 2|: This server has shutdown.")
  3732. else
  3733. if Admins[player.Name] < Admins[v] then
  3734. local o3 = Prompt(Players[v], "Admin " .. player.Name .. " Has attempted to kick you.", "Kick player", "Ban player")
  3735. if o3 == "Kick player" then
  3736. player:Kick("|Point Admin 2|: You has been kicked.")
  3737. else
  3738. if o3 == "Ban player" then
  3739. table.insert(Banned, player.Name)
  3740. end
  3741. end
  3742. else
  3743. do
  3744. do
  3745. if Admins[v] < Admins[player.Name] then
  3746. v:Kick("|Point Admin 2|: This server has shutdown.")
  3747. end
  3748. -- DECOMPILER ERROR at PC3217: LeaveBlock: unexpected jumping out DO_STMT
  3749.  
  3750. -- DECOMPILER ERROR at PC3217: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  3751.  
  3752. -- DECOMPILER ERROR at PC3217: LeaveBlock: unexpected jumping out IF_STMT
  3753.  
  3754. -- DECOMPILER ERROR at PC3217: LeaveBlock: unexpected jumping out IF_ELSE_STMT
  3755.  
  3756. -- DECOMPILER ERROR at PC3217: LeaveBlock: unexpected jumping out IF_STMT
  3757.  
  3758. end
  3759. end
  3760. end
  3761. end
  3762. end
  3763. else
  3764. if o == "Add antiban" then
  3765. local o2 = Prompt(player, unpack(Players))
  3766. if o2 and o2 ~= "Dismiss" then
  3767. if Admins[player.Name] == Admins[o2] then
  3768. table.insert(antiban, o2)
  3769. else
  3770. if Admins[o2] < Admins[player.Name] then
  3771. table.insert(antiban, o2)
  3772. end
  3773. end
  3774. end
  3775. end
  3776. end
  3777. end
  3778. end
  3779. else
  3780. do
  3781. if Command == "lag" and 4 <= Admins[player.Name] then
  3782. for _,Args in pairs(Arguments) do
  3783. for v,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3784. if Player.Name:lower():find(Args:lower()) == 1 then
  3785. mm(player, "Lagged " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3786. while wait() do
  3787. for i = 1, 10 do
  3788. Instance.new("Message", Player:FindFirstChild("PlayerGui")).Text = "I B LAGGIN JOO!"
  3789. end
  3790. end
  3791. end
  3792. end
  3793. end
  3794. else
  3795. do
  3796. if Command == "lag" and 4 <= Admins[player.Name] then
  3797. for _,Args in pairs(Arguments) do
  3798. for v,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3799. if Player.Name:lower():find(Args:lower()) == 1 then
  3800. mm(player, "Lagged " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3801. while wait() do
  3802. for i = 1, 10 do
  3803. Instance.new("Message", Player:FindFirstChild("PlayerGui")).Text = "I B LAGGIN JOO!"
  3804. end
  3805. end
  3806. end
  3807. end
  3808. end
  3809. else
  3810. do
  3811. if Command == "breakscripts" and 3 <= Admins[player.Name] then
  3812. mm(player, "Breaked scripts.", BrickColor.new("Bright green"), 0.6)
  3813. Game:GetService("ScriptContext").ScriptsDisabled = true
  3814. Services = {"Workspace", "Debris", "Players", "Lighting", "ScriptContext"}
  3815. for i = 1, #Services do
  3816. pcall(function()
  3817.  
  3818. game:GetService(Services[i]).Name = math.random(1000, 10000)
  3819. end
  3820. )
  3821. end
  3822. local mt = {__index = function()
  3823.  
  3824. return function()
  3825.  
  3826. end
  3827.  
  3828. end
  3829. }
  3830. setmetatable(_G, mt)
  3831. else
  3832. do
  3833. if Command == "hackmenu" then
  3834. local People = Game:GetService("Players"):GetPlayers()
  3835. local Names = {}
  3836. for _,v in pairs(People) do
  3837. table.insert(Names, v.Name)
  3838. end
  3839. local OptionChoosen = Prompt(player, unpack(Names))
  3840. print(OptionChoosen)
  3841. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) and game:GetService("Players")[OptionChoosen].Character then
  3842. game:GetService("Players")[OptionChoosen].Character:BreakJoints()
  3843. end
  3844. print("Player missing")
  3845. else
  3846. do
  3847. if Command == "killmenu" and 1 <= Admins[player.Name] then
  3848. local People = Game:GetService("Players"):GetPlayers()
  3849. local Names = {}
  3850. for _,v in pairs(People) do
  3851. table.insert(Names, v.Name)
  3852. end
  3853. local OptionChoosen = Prompt(player, unpack(Names))
  3854. print(OptionChoosen)
  3855. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) and game:GetService("Players")[OptionChoosen].Character then
  3856. game:GetService("Players")[OptionChoosen].Character:BreakJoints()
  3857. end
  3858. print("Player missing")
  3859. else
  3860. do
  3861. if Command == "kill" and 1 <= Admins[player.Name] then
  3862. for _,Arg in pairs(Arguments) do
  3863. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3864. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  3865. mm(player, "Killed " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3866. Player.Character:BreakJoints()
  3867. end
  3868. end
  3869. end
  3870. else
  3871. do
  3872. if Command == "ff" and 1 <= Admins[player.Name] then
  3873. for _,Arg in pairs(Arguments) do
  3874. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3875. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  3876. mm(player, "Gave FF to " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3877. local ff = Instance.new("ForceField")
  3878. ff.Parent = Player.Character
  3879. end
  3880. end
  3881. end
  3882. else
  3883. do
  3884. if Command == "dt" and 2 <= Admins[player.name] then
  3885. for i,v in pairs(player:GetChildren()) do
  3886. if v:IsA("Part") and v.Name == "Tablet" then
  3887. v:Destroy()
  3888. end
  3889. end
  3890. else
  3891. do
  3892. if Command == "help" then
  3893. ShowInCircle(player, "|Name: Point Admin|", "This admin was made by LegendOfDarknees!", "PM me if someone copys this admin!", "To see commands say Cmds(you need to be ranked)")
  3894. else
  3895. if Command == "credits" then
  3896. ShowInCircle(player, "This admin was made by LegendOfDarknees", "Overall idea: LegendOfDarknees", "Copyright 2016.")
  3897. else
  3898. if Command == "fire" and Admins[player.Name] then
  3899. for _,Arg in pairs(Arguments) do
  3900. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3901. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  3902. mm(player, "You set " .. Player.Name .. " in fire!", Color3.new(1, 0, 0), 1)
  3903. mm(Player, player.Name .. "has set you in fire!", Color3.new(1, 0, 0), 1)
  3904. local ff = Instance.new("Fire")
  3905. ff.Heat = 0
  3906. ff.Parent = Player.Character.Torso
  3907. end
  3908. end
  3909. end
  3910. else
  3911. do
  3912. if Command == "chatlogs" and Admins[player.Name] then
  3913. ShowInCircle(player, unpack(logs))
  3914. else
  3915. if Command == "unff" and Admins[player.Name] then
  3916. for _,Arg in pairs(Arguments) do
  3917. for k,Player in pairs(Game:GetService("Players"):GetPlayers()) do
  3918. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  3919. mm(player, "Un-FFed " .. Player.Name .. "!", BrickColor.new("Bright green"), 0.6)
  3920. for i,v in pairs(Player.Character:GetChildren()) do
  3921. if v.ClassName == "ForceField" then
  3922. v:Destroy()
  3923. end
  3924. end
  3925. end
  3926. end
  3927. end
  3928. end
  3929. end
  3930. end
  3931. end
  3932. end
  3933. end
  3934. end
  3935. end
  3936. end
  3937. end
  3938. end
  3939. end
  3940. end
  3941. end
  3942. end
  3943. end
  3944. end
  3945. end
  3946. end
  3947. end
  3948. end
  3949. end
  3950. end
  3951. end
  3952. end
  3953. end
  3954. end
  3955. end
  3956. end
  3957. end
  3958. end
  3959. end
  3960. end
  3961. end
  3962. end
  3963. end
  3964. end
  3965. end
  3966. end
  3967. end
  3968. end
  3969. end
  3970. end
  3971. end
  3972. end
  3973. end
  3974. end
  3975. end
  3976. end
  3977. end
  3978. end
  3979. end
  3980. end
  3981. end
  3982. end
  3983. end
  3984. end
  3985. end
  3986. end
  3987. end
  3988. end
  3989. end
  3990. end
  3991. end
  3992. end
  3993. end
  3994. end
  3995. end
  3996. end
  3997. end
  3998. end
  3999. end
  4000. end
  4001. end
  4002. end
  4003. end
  4004. end
  4005. end
  4006. end
  4007. end
  4008. end
  4009. end
  4010. end
  4011. end
  4012. end
  4013. end
  4014. end
  4015. end
  4016. end
  4017. end
  4018. end
  4019. end
  4020. end
  4021. end
  4022. end
  4023. end
  4024. end
  4025. end
  4026. end
  4027. end
  4028. end
  4029. end
  4030. end
  4031. end
  4032. end
  4033. end
  4034. end
  4035. end
  4036. end
  4037. end
  4038. end
  4039. end
  4040. end
  4041. end
  4042. end
  4043. end
  4044. end
  4045. end
  4046. end
  4047. end
  4048. end
  4049. end
  4050. end
  4051. end
  4052.  
  4053. game:GetService("Players").PlayerRemoving:connect(onPlayerLeaved)
  4054. game:GetService("Players").PlayerAdded:connect(onPlayerAdded)
  4055. for _,player in pairs(game:GetService("Players"):GetPlayers()) do
  4056. onPlayerAdded(player)
  4057. end
  4058. Game:GetService("RunService").Stepped:connect(function()
  4059.  
  4060. local S, E = pcall(function()
  4061.  
  4062. if LastClean == nil or time() - LastClean >= 30 then
  4063. collectgarbage("collect")
  4064. LastClean = time()
  4065. end
  4066. if not S then
  4067. ErrorHandler(E)
  4068. end
  4069. end
  4070. )
  4071. end
  4072. )
  4073. coroutine.wrap(function()
  4074.  
  4075. while wait() do
  4076. for i,v in pairs(Players:GetPlayers()) do
  4077. do
  4078. pcall(function()
  4079.  
  4080. local e = v.PlayerGui
  4081. if v.PlayerGui:FindFirstChild("RX6") then
  4082. AdminChat("|Point Admin 2|:", " Player" .. v.Name .. " Has been banned for running ro exploit.")
  4083. coroutine.wrap(function()
  4084.  
  4085. while wait() do
  4086. pcall(function()
  4087.  
  4088. v:Kick("|Point Admin 2|: Ro exploit is not allowed.")
  4089. end
  4090. )
  4091. end
  4092. end
  4093. )()
  4094. end
  4095. for a,b in pairs(e:GetChildren()) do
  4096. if b:IsA("Frame") and b.Name == "" then
  4097. AdminChat("|Point Admin 2|:", "Player " .. v.Name .. " Has been kicked for running aerx.")
  4098. v:Kick("|Point Admin 2|: Aerx is not allowed.")
  4099. end
  4100. end
  4101. do
  4102. if e:FindFirstChild("Bumf") or e:FindFirstChild("TTs") or e:FindFirstChild("AdministratorGUI") then
  4103. AdminChat("|Point Admin 2|:", "Player " .. v.Name .. " Has been kicked for running sex gui.")
  4104. v:Kick("|Point Admin 2|: Sex script is not allowed.")
  4105. end
  4106. end
  4107. end
  4108. )
  4109. end
  4110. end
  4111. end
  4112. end
  4113. )()
  4114. coroutine.wrap(function()
  4115.  
  4116. while 1 do
  4117. wait(55)
  4118. for i,v in pairs(Players:GetPlayers()) do
  4119. mm(v, "Game has been cleaned automatically", BrickColor.new("Bright green").Color, 1)
  4120. end
  4121. for i,v in pairs(workspace:GetChildren()) do
  4122. if v.Name ~= "Base" and v.Name ~= "Tablet" then
  4123. v:Destroy()
  4124. end
  4125. end
  4126. end
  4127. end
  4128. )()
  4129. coroutine.wrap(function()
  4130.  
  4131. while 1 do
  4132. wait()
  4133. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  4134. if v.PlayerGui:FindFirstChild("PointAdminLogo") ~= nil then
  4135. local pgui = v.PlayerGui
  4136. do
  4137. local sc = Instance.new("ScreenGui", v.PlayerGui)
  4138. sc.Name = "PointAdminLogo"
  4139. sc.Enabled = true
  4140. local logo1 = Instance.new("ImageButton", sc)
  4141. logo1.Position = UDim2.new(0.93, 0, 0.87, 0)
  4142. logo1.Size = UDim2.new(0.05, 0, 0.1, 0)
  4143. logo1.Image = "rbxassetid://303441194"
  4144. logo1.BackgroundTransparency = 1
  4145. logo1.BorderSizePixel = 0
  4146. logo1.Active = true
  4147. local txt1 = Instance.new("TextLabel", logo1)
  4148. txt1.BackgroundTransparency = 1
  4149. txt1.Position = UDim2.new(0, 0, 0.5, 0)
  4150. txt1.Size = UDim2.new(1, 0, 1, 0)
  4151. txt1.TextWrapped = true
  4152. txt1.Text = "Not going anywhere."
  4153. txt1.Font = "SciFi"
  4154. txt1.TextColor3 = Color3.new(0, 255, 255)
  4155. txt1.FontSize = "Size14"
  4156. coroutine.wrap(function()
  4157.  
  4158. wait(1)
  4159. txt1.Text = "Point Admin"
  4160. end
  4161. )()
  4162. end
  4163. do
  4164. -- DECOMPILER ERROR at PC91: LeaveBlock: unexpected jumping out IF_THEN_STMT
  4165.  
  4166. -- DECOMPILER ERROR at PC91: LeaveBlock: unexpected jumping out IF_STMT
  4167.  
  4168. end
  4169. end
  4170. end
  4171. end
  4172. end
  4173. )()
  4174. return nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement