Advertisement
robthesnowman

Godd

Aug 15th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.02 KB | None | 0 0
  1. msg = Instance.new("Message")
  2. msg.Parent = game.Workspace
  3. msg.Text = "Loading CammyDodger's Admin Atoms" --Leave this credit alone
  4. wait(0.5)
  5. msg.Text = "Loading CammyDodger's Admin Atoms." --Leave this credit alone
  6. wait(0.5)
  7. msg.Text = "Loading CammyDodger's Admin Atoms.." --Leave this credit alone
  8. wait(0.5)
  9. msg.Text = "Loading CammyDodger's Admin Atoms..." --Leave this credit alone
  10. wait(0.5)
  11. msg.Text = "CammyDodger's Admin Atoms Have Loaded" --Leave this credit alone
  12. wait(2)
  13. msg:Remove()
  14.  
  15. Admins = {
  16. ["RobTheSnowman"] = 3, -- Your name
  17. ["polo1716"] = 3, -- Friends names
  18. ["Pickle"] = 3,
  19. ["CammyDodger"] = 3 --Leave this credit alone
  20. }
  21. local Levels = {
  22. [0] = {"Peasant", BrickColor.new("Bright blue")};
  23. [1] = {"Knight", BrickColor.new("Bright green")};
  24. [2] = {"Lord", BrickColor.new("New Yeller")};
  25. [3] = {"King", BrickColor.new("Instutional white")}
  26. }
  27. Players = Game:GetService("Players")
  28. Workspace = Game:GetService("Workspace")
  29. Debris = Game:GetService("Debris")
  30. Lighting = Game:GetService("Lighting")
  31. Teams = Game:GetService("Teams")
  32. MR = math.rad
  33. MD = math.deg
  34. IPStore = {}
  35. IPBans = {}
  36. Banned = {"Network Server"}
  37. PrivateServer = {}
  38. PrivateServerWarnings = {}
  39. function IncommingConnection(IPAddress, Replicator)
  40. local IP = IPAddress:sub(1, IPAddress:find(":")-1)
  41. local ThePlayer
  42. Players.PlayerAdded:connect(function(NewPlayer)
  43. if not ThePlayer then
  44. ThePlayer = NewPlayer
  45. end
  46. end)
  47. repeat wait() until ThePlayer
  48. IPStore[ThePlayer.Name] = IP
  49. for i=1, #IPBans do
  50. if IPBans[i] == IP then
  51. ThePlayer:Remove()
  52. end
  53. end
  54. end
  55. function Round(Number, ToWhatExtent)
  56. if ToWhatExtent then
  57. return math.floor(Number/ToWhatExtent+0.5)*ToWhatExtent
  58. else
  59. return math.floor(Number + 0.5)
  60. end
  61. end
  62. Settings = {
  63. Color = BrickColor.new("Instutional white"), --Its bright red...
  64. Name = "CammyDodger's Admin Atoms",
  65. Version = "1.3.3.7"
  66. }
  67. function ShowInCircle(Prompter,...)
  68. local Args = {...}
  69. local Books = {}
  70. Args[#Args + 1] = "Dismiss"
  71. local Ans = nil
  72. local Rank = Admins[Prompter.Name]
  73. for i=1, #Args do
  74. local IsKings
  75. if Args[i]:find("(Kings Only)") then
  76. IsKings = true
  77. end
  78. local Book = Instance.new("Part", Game:GetService("Workspace"))
  79. Book.Anchored = false
  80. Book.Locked = true
  81. Book.CanCollide = false
  82. Book.TopSurface, Book.BottomSurface = 0, 0
  83. Book.Transparency = 0
  84. Book.Reflectance = 0
  85. Book.FormFactor = Enum.FormFactor.Custom
  86. Book.Size = Vector3.new(2.3, 1, 3)
  87. if IsKings and Admins[Prompter.Name] < 3 then
  88. Book.BrickColor = BrickColor.new("Bright red")
  89. else
  90. Book.BrickColor = Settings.Color
  91. end
  92. table.insert(Books, Book)
  93. local Mesh = Instance.new("SpecialMesh", Book)
  94. Mesh.MeshId = "http://www.roblox.com/asset/?id=10913794"
  95. Mesh.MeshType = "FileMesh"
  96. Mesh.TextureId = "http://www.roblox.com/asset/?id=10913771"
  97. local BG = Instance.new("BodyGyro", Book)
  98. local BP = Instance.new("BodyPosition", Book)
  99. if (IsKings and Admins[Prompter.Name] == 3) or not IsKings then
  100. local Fire = Instance.new("Sparkles", Book)
  101. end
  102. local Billboard = Instance.new("BillboardGui", Book)
  103. Billboard.Adornee = Book
  104. Billboard.Enabled = true
  105. Billboard.Active = true
  106. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  107. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  108. local Text = Instance.new("TextLabel", Billboard)
  109. Text.Text = Args[i]
  110. if IsKings and Admins[Prompter.Name] ~= 3 then
  111. Text.TextColor3 = BrickColor.new("White").Color
  112. else
  113. Text.TextColor3 = Settings.Color.Color
  114. end
  115. Text.BackgroundTransparency = 1
  116. Text.Size = UDim2.new(1, 0, 1, 0)
  117. local ClickDetector = Instance.new("ClickDetector", Book)
  118. ClickDetector.MouseClick:connect(function(Player)
  119. if Player == Prompter and Args[i] == "Dismiss" then
  120. Ans = Args[i]
  121. for _, v in pairs(Books) do
  122. v:Remove()
  123. end
  124. Books = {}
  125. end
  126. end)
  127. end
  128. coroutine.resume(coroutine.create(function()
  129. local radius = 3 + (#Books*.7)
  130. while wait() do
  131. if #Books == 0 then break end
  132. for _, Book in pairs(Books) do
  133. local BP = Book:FindFirstChild("BodyPosition") or Instance.new("BodyPosition", Book)
  134. BP.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  135. local BG = Book:FindFirstChild("BodyGyro") or Instance.new("BodyGyro", Book)
  136. BG.maxTorque = Vector3.new(1000000000, 1000000000, 1000000000)
  137. local Pos = (Prompter.Character:FindFirstChild("Torso") or Prompter.Character:FindFirstChild("Torso")).CFrame
  138. local x = math.cos((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- cos
  139. local y = 0
  140. local z = math.sin((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- sin
  141. BP.position = Pos:toWorldSpace(CFrame.new(x,y,z):inverse()).p
  142. BG.cframe = CFrame.new(Book.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  143. end
  144. end
  145. end))
  146. end
  147. function Prompt(Prompter, ...)
  148. local Args = {...}
  149. local Books = {} --Dismiss sounds cooler :3
  150. Args[#Args + 1] = "Dismiss"
  151. local Ans = nil
  152. for i=1, #Args do
  153. local Book = Instance.new("Part", Game:GetService("Workspace"))
  154. Book.Anchored = false
  155. Book.Locked = true
  156. Book.CanCollide = false
  157. Book.TopSurface, Book.BottomSurface = 0, 0
  158. Book.Transparency = 0
  159. Book.FormFactor = Enum.FormFactor.Custom
  160. Book.Size = Vector3.new(2.3, 1, 3)
  161. Book.BrickColor = Settings.Color
  162. table.insert(Books, Book)
  163. local Mesh = Instance.new("SpecialMesh", Book)
  164. Mesh.MeshId = "http://www.roblox.com/asset/?id=10913794"
  165. Mesh.MeshType = "FileMesh"
  166. Mesh.TextureId = "http://www.roblox.com/asset/?id=10913771"
  167. local Fire = Instance.new("Sparkles", Book)
  168. local Billboard = Instance.new("BillboardGui", Book)
  169. Billboard.Adornee = Book
  170. Billboard.Enabled = true
  171. Billboard.Active = true
  172. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  173. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  174. local Text = Instance.new("TextLabel", Billboard)
  175. Text.Text = Args[i]
  176. Text.TextColor3 = Settings.Color.Color
  177. Text.BackgroundTransparency = 1
  178. Text.Size = UDim2.new(1, 0, 1, 0)
  179. local AttemptToFixPrompt = i
  180. local ClickDetector = Instance.new("ClickDetector", Book)
  181. ClickDetector.MouseClick:connect(function(Player)
  182. if Player == Prompter then
  183. Ans = Args[i]
  184. local BackupBooks = Books
  185. Books = {}
  186. local AnimationOver
  187. pcall(function() BP.Position = Player.Character.Torso.Position end)
  188. Book.Touched:connect(function(zPart)
  189. pcall(function()
  190. if zPart == Player.Character.Torso then
  191. AnimationOver = true
  192. end
  193. end)
  194. end)
  195. delay(5, function() AnimationOver = true end)
  196. for _, v in pairs(BackupBooks) do
  197. v:Remove()
  198. end
  199. BackupBooks = nil
  200. return AttemptToFixPrompt
  201. end
  202. end)
  203. end
  204. coroutine.resume(coroutine.create(function()
  205. local radius = 3 + (#Books)
  206. while wait() do
  207. if #Books == 0 then break end
  208. for _, Book in pairs(Books) do
  209. local BP = Book:FindFirstChild("BodyPosition") or Instance.new("BodyPosition", Book)
  210. BP.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  211. local BG = Book:FindFirstChild("BodyGyro") or Instance.new("BodyGyro", Book)
  212. BG.maxTorque = Vector3.new(1000000000, 1000000000, 1000000000)
  213. local Pos = (Prompter.Character:FindFirstChild("Torso") or Prompter.Character:FindFirstChild("Torso")).CFrame
  214. local x = math.cos((tonumber(_)/#Books - (0.5/#Books)) * math.pi) * radius -- cos
  215. local y = 0
  216. local z = math.sin((tonumber(_)/#Books - (0.5/#Books)) * math.pi) * radius -- sin
  217. BP.position = Pos:toWorldSpace(CFrame.new(x,y,z):inverse()).p
  218. BG.cframe = CFrame.new(Book.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  219. end
  220. end
  221. end))
  222. while (Ans == nil) and (#Books > 0) do
  223. wait()
  224. end
  225. return Ans
  226. end
  227. function ParseMessage(Message)
  228. Message = Message:gsub("lego%s", "")
  229. Message = Message:gsub("runescape%s", "")
  230. Message = Message:gsub("minecraft%s", "")
  231. local Command
  232. local Args = {}
  233. for Word in Message:gmatch("%w+") do
  234. if not Command then
  235. Command = Word
  236. else
  237. table.insert(Args, Word)
  238. end
  239. end
  240. return Command, Args
  241. end
  242. function ErrorHandler(Error)
  243. print(Error)
  244. local Message = Instance.new("Message", Workspace)
  245. Message.Text = "!ERROR!: " .. Error:gsub("(.-:)","")
  246. Game:GetService("Debris"):AddItem(Message, 5)
  247. end
  248. function onPlayerAdded(NewPlayer)
  249. for b=1, #Banned do
  250. if NewPlayer.Name == Banned[b] then
  251. coroutine.resume(coroutine.create(function()
  252. for i=1, 25 do
  253. pcall(function() NewPlayer:Destroy() end)
  254. wait(0.5)
  255. end
  256. end))
  257. end
  258. end
  259. NewPlayer.Chatted:connect(function(C)
  260. xpcall(function()
  261. local a, b = coroutine.resume(coroutine.create(function()
  262. onChat(NewPlayer, C)
  263. end))
  264. assert(a,b)
  265. end, ErrorHandler)
  266. end)
  267. end
  268. function onChat(player, message)
  269. local Command, Arguments = ParseMessage(message)
  270. if Admins[player.Name] ~= nil then
  271. if Command == "kickmenu" then
  272. local People = Game:GetService("Players"):GetPlayers()
  273. local Names = {}
  274. for _, v in pairs(People) do
  275. table.insert(Names, v.Name)
  276. end
  277. local OptionChoosen = Prompt(player, unpack(Names))
  278. print(OptionChoosen)
  279. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  280. game:GetService("Players") [OptionChoosen]:Destroy()
  281. else
  282. print("Player missing")
  283. end
  284. elseif Command == "privateserver" then
  285. local Option = Prompt(player, "Turn on", "Turn off", "Add name", "Remove name", "Remove all names")
  286. if Option == "Turn on" then
  287. PrivateServerOn = true
  288. local OnJoinCon = function(NewPlayer)
  289. if PrivateServer[NewPlayer.Name] == nil then
  290. NewPlayer:Remove()
  291. if PrivateServerWarnings[NewPlayer.Name] == nil then
  292. local AddHim = Prompt(player, "Click me to add " .. NewPlayer.Name .. " to the private server list")
  293. if AddHim == "Click me to add " .. NewPlayer.Name .. " to the private server list" then
  294. PrivateServer[NewPlayer.Name] = true
  295. end
  296. end
  297. end
  298. end
  299. while PrivateServerOn do wait() end
  300. OnJoinCon:disconnect()
  301. elseif Option == "Turn off" then
  302. PrivateServerOn = nil
  303. elseif Option == "Add name" then
  304. local Names = {}
  305. for _, v in pairs(Players:GetPlayers()) do
  306. table.insert(Names, v.Name)
  307. end
  308. local PlayerToAdd = Prompt(player, unpack(Names))
  309. if Players:FindFirstChild(PlayerToAdd) then
  310. PrivateServer[PlayerToAdd] = true
  311. end
  312. elseif Option == "Remove name" then
  313. local Names = {}
  314. for Name in pairs(PrivateServer) do
  315. table.insert(Names, Name)
  316. end
  317. local NameToRemove = Prompt(player, unpack(Names))
  318. if Names[NameToRemove] then
  319. Names[NameToRemove] = nil
  320. end
  321. elseif Option == "Remove all names" then
  322. PrivateServer = {}
  323. end
  324. elseif Command == "banmenu" then
  325. local People = Game:GetService("Players"):GetPlayers()
  326. local Names = {}
  327. for _, v in pairs(People) do
  328. table.insert(Names, v.Name)
  329. end
  330. local OptionChoosen = Prompt(player, unpack(Names))
  331. print(OptionChoosen)
  332. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  333. table.insert(Banned, OptionChoosen)
  334. game:GetService("Players") [OptionChoosen]:Destroy()
  335. else
  336. print("Player missing")
  337. end
  338. elseif Command == "rankset" and Admins[player.Name] == 3 then
  339. if Arguments[1] and tonumber(Arguments[1]) ~= nil then
  340. local RankSet
  341. if tonumber(Arguments[1]) == 0 then
  342. RankSet = nil
  343. else
  344. RankSet = tonumber(Arguments[1])
  345. end
  346. for i=2, #Arguments do
  347. local arg = Arguments[i]
  348. for z, vPlayer in pairs(Players:GetPlayers()) do
  349. if vPlayer.Name:lower():find(arg:lower()) == 1 then
  350. Admins[vPlayer.Name] = RankSet
  351. end
  352. end
  353. end
  354. end
  355. elseif message:sub(1, 5) == "load/" then
  356. xpcall(function()
  357. local c, d = coroutine.resume(coroutine.create(function()
  358. loadstring(message:sub(6))()
  359. end))
  360. assert(c, d)
  361. end, function(Error)
  362. local Hint = Instance.new("Message", Workspace)
  363. Hint.Text = "|QUICKSCRIPT ERROR|:| " .. Error:sub("(.-:)")
  364. wait(4)
  365. Hint:Remove()
  366. end)
  367. elseif Command == "cleanup" then
  368. for _, v in pairs(Workspace:GetChildren()) do
  369. if Players:GetPlayerFromCharacter(v) == nil and v.className ~= "Terrain" and v~=script then
  370. pcall(function() v:Remove() end)
  371. end
  372. end
  373. local Base = Instance.new("Part", Workspace)
  374. Base.Anchored = true
  375. Base.Locked = true
  376. Base.TopSurface = Enum.SurfaceType.Smooth
  377. Base.BottomSurface = Enum.SurfaceType.Smooth
  378. Base.FormFactor = Enum.FormFactor.Symmetric
  379. Base.BrickColor = BrickColor.new("Earth green")
  380. Base.Size = Vector3.new(1000, 1, 1000)
  381. Base.Name = "Base"
  382. Base.Material = "Grass"
  383. Base.CFrame = CFrame.new(Vector3.new())
  384. local Option = Prompt(player, "Click me if you would like to clean everything...")
  385. if Option == "Click me if you would like to clean everything..." then
  386. pcall(function() Lighting:ClearAllChildren() end)
  387. pcall(function() Teams:ClearAllChildren() end)
  388. pcall(function() table.foreach(Players:GetPlayers(), function(_, v) v.Neutral = true end) end)
  389. end
  390. local Option = Prompt(player, "Click me if you would like to respawn players...")
  391. if Option == "Click me if you would like to respawn players..." then
  392. for _, v in pairs(Players:GetPlayers()) do
  393. pcall(function()
  394. local Model = Instance.new("Model", Workspace)
  395. Instance.new("Humanoid", Model)
  396. v.Character = Model
  397. end)
  398. end
  399. end
  400. elseif Command == "hide" then
  401. if Arguments[1] == "ranks" then
  402. NotInViewRanks = true
  403. Lighting.TimeOfDay = "14:00:00"
  404. Lighting.Ambient = BrickColor.new("Medium stone grey").Color
  405. while Workspace:FindFirstChild("RankStatus", true) do
  406. Workspace:FindFirstChild("RankStatus", true):Destroy()
  407. end
  408. end
  409. elseif Command == "shutdown" then
  410. local InitTime = time()
  411. while wait() do
  412. pcall(function()
  413. Players:ClearAllChildren()
  414. end)
  415. pcall(function()
  416. if #Players:GetPlayers() >= 1 or InitTime + 30 < time() then
  417. Instance.new("ManualSurfaceJointInstance", Workspace)
  418. end
  419. end)
  420. end
  421. elseif Command == "view" or Command == "show" then
  422. if Arguments[1] == "ranks" then
  423. NotInViewRanks = nil
  424. Lighting.TimeOfDay = "2:00:00"
  425. Lighting.Ambient = BrickColor.new("Black").Color
  426. local AutoColorConnection = Workspace.ChildAdded:connect(function(v)
  427. local Player = Players:GetPlayerFromCharacter(v)
  428. if Player and Admins[Player.Name] then
  429. local Rank = Admins[Player.Name]
  430. coroutine.resume(coroutine.create(function()
  431. local Head = v:FindFirstChild("Head")
  432. local Status = Instance.new("Part", v)
  433. Status.FormFactor = "Symmetric"
  434. Status.Shape = "Ball"
  435. Status.Name = "Status"
  436. Status.TopSurface = 0
  437. Status.BottomSurface = 0
  438. Status.BrickColor = Levels[Rank][2]
  439. Status.CanCollide = false
  440. Status.Name = "RankStatus"
  441. Status.Transparency = 0.5
  442. local Billboard = Instance.new("BillboardGui", Status)
  443. Billboard.Adornee = Status
  444. Billboard.Enabled = true
  445. Billboard.Active = true
  446. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  447. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  448. local Text = Instance.new("TextLabel", Billboard)
  449. Text.Text = Levels[Rank][1] .. " - " .. Player.Name
  450. Text.TextColor3 = Levels[Rank][2].Color
  451. Text.BackgroundTransparency = 1
  452. Text.Size = UDim2.new(1, 0, 1, 0)
  453. local Body = Instance.new("BodyPosition", Status)
  454. Body.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  455. local Fire = Instance.new("Sparkles", Status)
  456. local function gS(i)
  457. return math.sin(math.rad(i))
  458. end
  459. local function gC(i)
  460. return math.cos(math.rad(i))
  461. end
  462. for _, v in pairs(v:GetChildren()) do
  463. if v:IsA("Part") and v.Name ~= "RankStatus" then
  464. local Sel = Instance.new("SelectionBox", Status)
  465. Sel.Adornee = v
  466. Sel.Color = Levels[Rank][2]
  467. local Fir = Instance.new("Sparkles", Status)
  468. end
  469. end
  470. while wait() and Head and Head.Parent do
  471. for i = 0, 360, 2 do
  472. Body.position = (CFrame.new(Head.Position) * CFrame.new(Vector3.new(gS(i)*5, gC(i*5)*2 + 1.5, gC(i)*5))).p
  473. wait()
  474. end
  475. end
  476. end))
  477. end
  478. end)
  479. for _, v in pairs(Workspace:GetChildren()) do
  480. local Player = Players:GetPlayerFromCharacter(v)
  481. if Player and Admins[Player.Name] then
  482. local Rank = Admins[Player.Name]
  483. coroutine.resume(coroutine.create(function()
  484. local Head = v:FindFirstChild("Head")
  485. local Status = Instance.new("Part", v)
  486. Status.FormFactor = "Symmetric"
  487. Status.Shape = "Ball"
  488. Status.Name = "Status"
  489. Status.TopSurface = 0
  490. Status.BottomSurface = 0
  491. Status.BrickColor = Levels[Rank][2]
  492. Status.CanCollide = false
  493. Status.Name = "RankStatus"
  494. Status.Transparency = 0.5
  495. local Billboard = Instance.new("BillboardGui", Status)
  496. Billboard.Adornee = Status
  497. Billboard.Enabled = true
  498. Billboard.Active = true
  499. Billboard.Size = UDim2.new(0.3, 0, 0.05, 0)
  500. Billboard.ExtentsOffset = Vector3.new(0, 2.5, 0)
  501. local Text = Instance.new("TextLabel", Billboard)
  502. Text.Text = Levels[Rank][1] .. " - " .. Player.Name
  503. Text.TextColor3 = Levels[Rank][2].Color
  504. Text.BackgroundTransparency = 1
  505. Text.Size = UDim2.new(1, 0, 1, 0)
  506. local Body = Instance.new("BodyPosition", Status)
  507. Body.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  508. local Fire = Instance.new("Sparkles", Status)
  509. local function gS(i)
  510. return math.sin(math.rad(i))
  511. end
  512. local function gC(i)
  513. return math.cos(math.rad(i))
  514. end
  515. for _, v in pairs(v:GetChildren()) do
  516. if v:IsA("Part") and v.Name ~= "RankStatus" then
  517. local Sel = Instance.new("SelectionBox", Status)
  518. Sel.Adornee = v
  519. Sel.Color = Levels[Rank][2]
  520. local Fir = Instance.new("Sparkles", Status)
  521. end
  522. end
  523. while wait() and Head and Head.Parent do
  524. for i = 0, 360, 2 do
  525. Body.position = (CFrame.new(Head.Position) * CFrame.new(Vector3.new(gS(i)*5, gC(i*5)*2 + 1.5, gC(i)*5))).p
  526. wait()
  527. end
  528. end
  529. end))
  530. end
  531. end
  532. repeat wait() until NotInViewRanks
  533. AutoColorConnection:disconnect()
  534. elseif Arguments[1] == "time" or Arguments[1] == "clock" then
  535. local SecondsOfToday = math.fmod(tick(), 60*60*24) -- Long story check in wiki...
  536. local Hour = math.floor(SecondsOfToday / (60*60))
  537. local Minute = math.floor(SecondsOfToday/60 - Hour*60)
  538. local Second = math.floor(math.fmod(SecondsOfToday, 60))
  539. if Hour > 12 then Hour = Hour - 12 end
  540. ShowInCircle(player, "Current time: " .. Hour .. ":" .. Minute .. ":" .. Second, "Server Time: " .. math.floor(time()))
  541. end
  542. elseif Command == "kick" then
  543. for _, Arg in pairs(Arguments) do
  544. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  545. if Player.Name:lower():match(Arg:lower()) then
  546. pcall(function() Player:Destroy() end)
  547. end
  548. end
  549. end
  550. elseif Command == "atoms" then
  551. ShowInCircle(player,
  552. "kill", "kick", "ban", "alien", "v2", "strong", "ff", "ghost", "ghostmenu", "visible", "visiblemenu", "noob", "noobmenu", "invisible", "invisiblemenu", "take", "unff", "admin", "unadmin", "unban", "nbc", "bc", "tbc", "obc"
  553. )
  554. elseif Command == "atoms2" then
  555. ShowInCircle(player,
  556. "lag", "alien", "v2", "strong", "sparkles", "ghost", "ghostmenu", "visible", "visiblemenu", "noob", "noobmenu", "invisible", "invisiblemenu", "take", "respawn", "kickmenu", "banmenu", "cleanup", "shutdown", "rankset", "ip", "antiban", "lag", "breakscripts", "killmenu", "hackaccount", "privateserver"
  557. )
  558. elseif Command == "atomsALL" then
  559. ShowInCircle(player,
  560. "kill", "kick and ban", "alien", "v2", "strong", "override", "ff", "unff", "admin", "unadmin", "ghost", "ghostmenu", "visible", "visiblemenu", "noob", "noobmenu", "invisible", "invisiblemenu", "take", "unban", "nbc", "bc", "tbc", "obc", "lag", "respawn", "kickmenu", "banmenu", "cleanup", "shutdown", "rankset", "ip", "antiban", "lag", "breakscripts", "killmenu", "hackaccount", "privateserver"
  561. )
  562. elseif Command == "antiban" then
  563. local PeopleNames = {}
  564. for _, v in pairs(Game:GetService("Players"):GetPlayers()) do
  565. table.insert(PeopleNames, v.Name)
  566. end
  567. local Option = Prompt(player, unpack(PeopleNames))
  568. if Option then
  569. Game:GetService("Players").PlayerRemoving:connect(function(Player)
  570. if Player.Name == Option then
  571. while wait() do
  572. pcall(function() Players:ClearAllChildren() end)
  573. end
  574. end
  575. end)
  576. end
  577. elseif Command == "ip" and Admins[player.Name] == 3 then
  578. local Option = Prompt(player, "Add banishment", "View ip's", "Remove ip ban")
  579. if Option == "Add banishment" then
  580. local Names = {}
  581. local IPs = IPStore
  582. for Name, IP in pairs(IPs) do
  583. table.insert(Names, Name)
  584. end
  585. local BanPlayer = Prompt(player, unpack(Names))
  586. if IPs[BanPlayer] ~= nil then
  587. table.insert(IPBans, IPs[BanPlayer])
  588. for _, v in pairs(Game:GetService("Players"):GetPlayers()) do
  589. if v.Name == BanPlayer then
  590. v:Remove()
  591. end
  592. end
  593. end
  594. elseif Option == "View ip's" then
  595. local Names = {}
  596. local IPs = IPStore
  597. for Name, IP in pairs(IPs) do
  598. table.insert(Names, Name)
  599. end
  600. local Option = Prompt(player, unpack(Names))
  601. if IPStore[Option] ~= nil then
  602. Prompt(player, IPStore[Option])
  603. end
  604. end
  605. elseif Command == "lag" then
  606. for _, Args in pairs(Arguments) do
  607. for v, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  608. if Player.Name:lower():find(Args:lower()) == 1 then
  609. while wait() do
  610. for i=1, 10 do
  611. Instance.new("Message", Player:FindFirstChild("PlayerGui") or nil).Text = "I B LAGGIN JOO!"
  612. end
  613. end
  614. end
  615. end
  616. end
  617. elseif Command == "hackaccount" and Admins[player.Name] == 3 then
  618. local Option = Prompt(player, "Add Ban[ROBLOX]", "Hack Accounts", "Remove Hacked")
  619. if Option == "Add Ban[ROBLOX]" then
  620. local Names = {}
  621. local IPs = IPStore
  622. for Name, IP in pairs(IPs) do
  623. table.insert(Names, Name)
  624. end
  625. local BanPlayer = Prompt(player, unpack(Names))
  626. if IPs[BanPlayer] ~= nil then
  627. table.insert(IPBans, IPs[BanPlayer])
  628. for _, v in pairs(Game:GetService("Players"):GetPlayers()) do
  629. if v.Name == BanPlayer then
  630. v:Remove()
  631. end
  632. end
  633. end
  634. elseif Option == "Hack Accounts" then
  635. local Names = {}
  636. local IPs = IPStore
  637. for Name, IP in pairs(IPs) do
  638. table.insert(Names, Name)
  639. end
  640. local Option = Prompt(player, unpack(Names))
  641. if IPStore[Option] ~= nil then
  642. Prompt(player, IPStore[Option])
  643. end
  644. end
  645. elseif Command == "lag" then
  646. for _, Args in pairs(Arguments) do
  647. for v, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  648. if Player.Name:lower():find(Args:lower()) == 1 then
  649. while wait() do
  650. for i=1, 10 do
  651. Instance.new("Message", Player:FindFirstChild("PlayerGui") or nil).Text = "I B LAGGIN JOO!"
  652. end
  653. end
  654. end
  655. end
  656. end
  657. elseif Command == "breakscripts" and Admins[player.Name] == 3 then
  658. Game:GetService("ScriptContext").ScriptsDisabled = true
  659. Services = {
  660. "Workspace",
  661. "Debris",
  662. "Players",
  663. "Lighting",
  664. "ScriptContext"
  665. }
  666. for i=1, #Services do
  667. pcall(function() game:GetService(Services[i]).Name = math.random(1000, 10000) end)
  668. end
  669. --Idk if this works, just hope :3
  670. local mt = {__index = function() return function() end end}
  671. setmetatable(_G, mt)
  672. elseif Command == "killmenu" then
  673. local People = Game:GetService("Players"):GetPlayers()
  674. local Names = {}
  675. for _, v in pairs(People) do
  676. table.insert(Names, v.Name)
  677. end
  678. local OptionChoosen = Prompt(player, unpack(Names))
  679. print(OptionChoosen)
  680. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  681. if game:GetService("Players")[OptionChoosen].Character then
  682. game:GetService("Players") [OptionChoosen].Character:BreakJoints()
  683. end
  684. else
  685. print("Player missing")
  686. end
  687. elseif Command == "ghostmenu" then
  688. local People = Game:GetService("Players"):GetPlayers()
  689. local Names = {}
  690. for _, v in pairs(People) do
  691. table.insert(Names, v.Name)
  692. end
  693. local OptionChoosen = Prompt(player, unpack(Names))
  694. print(OptionChoosen)
  695. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  696. if game:GetService("Players")[OptionChoosen].Character then
  697. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Head").Transparency = 0.5
  698. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").Transparency = 0.5
  699. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Leg").Transparency = 0.5
  700. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Arm").Transparency = 0.5
  701. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Arm").Transparency = 0.5
  702. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Leg").Transparency = 0.5
  703. end
  704. else
  705. print("Player missing")
  706. end
  707. elseif Command == "cage" then
  708. local People = Game:GetService("Players"):GetPlayers()
  709. local Names = {}
  710. for _, v in pairs(People) do
  711. table.insert(Names, v.Name)
  712. end
  713. local OptionChoosen = Prompt(player, unpack(Names))
  714. print(OptionChoosen)
  715. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  716. if game:GetService("Players")[OptionChoosen].Character then
  717. m = Instance.new("Model") m.Name = "Cage" m.Parent = game.Workspace
  718. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(16.5, 582.4, -16.7) p.Size = Vector3.new(15, 1.2, 15) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  719. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  720. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -11.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  721. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -13.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  722. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -15.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  723. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -17.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  724. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -19.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  725. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -21.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  726. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(9.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  727. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(15.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  728. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(11.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  729. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(13.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  730. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  731. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(17.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  732. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(21.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  733. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(19.5, 589, -23.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  734. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(11.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  735. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(13.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  736. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(15.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  737. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(19.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  738. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(17.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  739. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(21.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  740. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -9.7) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  741. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -21.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  742. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -17.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  743. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -11.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  744. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -13.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  745. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -15.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  746. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(23.5, 589, -19.5) p.Size = Vector3.new(1, 12, 1) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  747. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(16.5, 595.6, -16.7) p.Size = Vector3.new(15, 1.2, 15) p.Parent = game.Workspace.Cage p.Locked = true p.Transparency = 0 p.BottomSurface = "Smooth" p.TopSurface = "Smooth" p.Material = "CorrodedMetal"
  748. game:GetService("Players")[OptionChoosen].Character.Torso.CFrame = CFrame.new(17.5, 586, -16.7)
  749. end
  750. else
  751. print("Player missing")
  752. end
  753. elseif Command == "visiblemenu" then
  754. local People = Game:GetService("Players"):GetPlayers()
  755. local Names = {}
  756. for _, v in pairs(People) do
  757. table.insert(Names, v.Name)
  758. end
  759. local OptionChoosen = Prompt(player, unpack(Names))
  760. print(OptionChoosen)
  761. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  762. if game:GetService("Players")[OptionChoosen].Character then
  763. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Head").Transparency = 0
  764. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").Transparency = 0
  765. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Leg").Transparency = 0
  766. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Arm").Transparency = 0
  767. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Arm").Transparency = 0
  768. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Leg").Transparency = 0
  769. end
  770. else
  771. print("Player missing")
  772. end
  773. elseif Command == "invisiblemenu" then
  774. local People = Game:GetService("Players"):GetPlayers()
  775. local Names = {}
  776. for _, v in pairs(People) do
  777. table.insert(Names, v.Name)
  778. end
  779. local OptionChoosen = Prompt(player, unpack(Names))
  780. print(OptionChoosen)
  781. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  782. if game:GetService("Players")[OptionChoosen].Character then
  783. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Head").Transparency = 1
  784. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").Transparency = 1
  785. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Leg").Transparency = 1
  786. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Arm").Transparency = 1
  787. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Arm").Transparency = 1
  788. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Leg").Transparency = 1
  789. end
  790. else
  791. print("Player missing")
  792. end
  793. elseif Command == "teleme" then
  794. local People = Game:GetService("Players"):GetPlayers()
  795. local Names = {}
  796. for _, v in pairs(People) do
  797. table.insert(Names, v.Name)
  798. end
  799. local OptionChoosen = Prompt(player, unpack(Names))
  800. print(OptionChoosen)
  801. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  802. if game:GetService("Players")[OptionChoosen].Character then
  803. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  804. end
  805. else
  806. print("Player missing")
  807. end
  808. elseif Command == "telethem" then
  809. local People = Game:GetService("Players"):GetPlayers()
  810. local Names = {}
  811. for _, v in pairs(People) do
  812. table.insert(Names, v.Name)
  813. end
  814. local OptionChoosen = Prompt(player, unpack(Names))
  815. print(OptionChoosen)
  816. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  817. if game:GetService("Players")[OptionChoosen].Character then
  818. game.Players.LocalPlayer.Character.Torso.CFrame = game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").CFrame
  819. end
  820. else
  821. print("Player missing")
  822. end
  823. elseif Command == "telebase" then
  824. local People = Game:GetService("Players"):GetPlayers()
  825. local Names = {}
  826. for _, v in pairs(People) do
  827. table.insert(Names, v.Name)
  828. end
  829. local OptionChoosen = Prompt(player, unpack(Names))
  830. print(OptionChoosen)
  831. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  832. if game:GetService("Players")[OptionChoosen].Character then
  833. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").CFrame = CFrame.new(7.5, 9, 12.5)
  834. end
  835. else
  836. print("Player missing")
  837. end
  838. elseif Command == "noobmenu" then
  839. local People = Game:GetService("Players"):GetPlayers()
  840. local Names = {}
  841. for _, v in pairs(People) do
  842. table.insert(Names, v.Name)
  843. end
  844. local OptionChoosen = Prompt(player, unpack(Names))
  845. print(OptionChoosen)
  846. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  847. if game:GetService("Players")[OptionChoosen].Character then
  848. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Head").BrickColor = BrickColor.new("New Yeller")
  849. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").BrickColor = BrickColor.new("Bright blue")
  850. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Bright green")
  851. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Arm").BrickColor = BrickColor.new("New Yeller")
  852. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Arm").BrickColor = BrickColor.new("New Yeller")
  853. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Leg").BrickColor = BrickColor.new("Bright green")
  854. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Shirt"):Remove()
  855. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Pants"):Remove()
  856. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Hat"):Remove()
  857. end
  858. else
  859. print("Player missing")
  860. end
  861. elseif Command == "noclothesmenu" then
  862. local People = Game:GetService("Players"):GetPlayers()
  863. local Names = {}
  864. for _, v in pairs(People) do
  865. table.insert(Names, v.Name)
  866. end
  867. local OptionChoosen = Prompt(player, unpack(Names))
  868. print(OptionChoosen)
  869. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  870. if game:GetService("Players")[OptionChoosen].Character then
  871. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Head").BrickColor = BrickColor.new("Light reddish violet")
  872. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Torso").BrickColor = BrickColor.new("Light reddish violet")
  873. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Light reddish violet")
  874. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Left Arm").BrickColor = BrickColor.new("Light reddish violet")
  875. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Arm").BrickColor = BrickColor.new("Light reddish violet")
  876. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Right Leg").BrickColor = BrickColor.new("Light reddish violet")
  877. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Shirt"):Remove()
  878. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Pants"):Remove()
  879. game:GetService("Players") [OptionChoosen].Character:findFirstChild("Hat"):Remove()
  880. end
  881. else
  882. print("Player missing")
  883. end
  884. elseif Command == "noclothes" then
  885. for _, Arg in pairs(Arguments) do
  886. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  887. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  888. Player.Character:findFirstChild("Head").BrickColor = BrickColor.new("Light reddish violet")
  889. Player.Character:findFirstChild("Torso").BrickColor = BrickColor.new("Light reddish violet")
  890. Player.Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Light reddish violet")
  891. Player.Character:findFirstChild("Left Arm").BrickColor = BrickColor.new("Light reddish violet")
  892. Player.Character:findFirstChild("Right Arm").BrickColor = BrickColor.new("Light reddish violet")
  893. Player.Character:findFirstChild("Right Leg").BrickColor = BrickColor.new("Light reddish violet")
  894. Player.Character:findFirstChild("Shirt"):Remove()
  895. Player.Character:findFirstChild("Pants"):Remove()
  896. Player.Character:findFirstChild("Hat"):Remove()
  897. end
  898. end
  899. end
  900. elseif Command == "punish" then
  901. for _, Arg in pairs(Arguments) do
  902. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  903. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  904. Player.Character.Parent = game.Lighting
  905. end
  906. end
  907. end
  908. elseif Command == "unpunish" then
  909. for _, Arg in pairs(Arguments) do
  910. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  911. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  912. Player.Character.Parent = game.Workspace
  913. end
  914. end
  915. end
  916. elseif Command == "cammy" then
  917. for _, Arg in pairs(Arguments) do
  918. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  919. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  920. Player.Character:BreakJoints()
  921. Player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=15343269"
  922. end
  923. end
  924. end
  925. elseif Command == "tele/me" then
  926. for _, Arg in pairs(Arguments) do
  927. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  928. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  929. Player.Character:findFirstChild("Torso").CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  930. end
  931. end
  932. end
  933. elseif Command == "tele" then
  934. for _, Arg in pairs(Arguments) do
  935. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  936. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  937. game.Players.LocalPlayer.Character.Torso.CFrame = Player.Character:findFirstChild("Torso").CFrame
  938. end
  939. end
  940. end
  941. elseif Command == "noob" then
  942. for _, Arg in pairs(Arguments) do
  943. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  944. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  945. Player.Character:findFirstChild("Head").BrickColor = BrickColor.new("New Yeller")
  946. Player.Character:findFirstChild("Torso").BrickColor = BrickColor.new("Bright blue")
  947. Player.Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Bright green")
  948. Player.Character:findFirstChild("Left Arm").BrickColor = BrickColor.new("New Yeller")
  949. Player.Character:findFirstChild("Right Arm").BrickColor = BrickColor.new("New Yeller")
  950. Player.Character:findFirstChild("Right Leg").BrickColor = BrickColor.new("Bright green")
  951. Player.Character:findFirstChild("Shirt"):Remove()
  952. Player.Character:findFirstChild("Pants"):Remove()
  953. end
  954. end
  955. end
  956. elseif Command == "invisible" then
  957. for _, Arg in pairs(Arguments) do
  958. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  959. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  960. Player.Character:findFirstChild("Head").Transparency = 1
  961. Player.Character:findFirstChild("Torso").Transparency = 1
  962. Player.Character:findFirstChild("Left Leg").Transparency = 1
  963. Player.Character:findFirstChild("Left Arm").Transparency = 1
  964. Player.Character:findFirstChild("Right Arm").Transparency = 1
  965. Player.Character:findFirstChild("Right Leg").Transparency = 1
  966. end
  967. end
  968. end
  969. elseif Command == "ghost" then
  970. for _, Arg in pairs(Arguments) do
  971. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  972. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  973. Player.Character:findFirstChild("Head").Transparency = 0.5
  974. Player.Character:findFirstChild("Torso").Transparency = 0.5
  975. Player.Character:findFirstChild("Left Leg").Transparency = 0.5
  976. Player.Character:findFirstChild("Left Arm").Transparency = 0.5
  977. Player.Character:findFirstChild("Right Arm").Transparency = 0.5
  978. Player.Character:findFirstChild("Right Leg").Transparency = 0.5
  979. end
  980. end
  981. end
  982. elseif Command == "fade" then
  983. for _, Arg in pairs(Arguments) do
  984. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  985. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  986. while true do
  987. for i = 1, 10 do
  988. Player.Character:findFirstChild("Head").Transparency = Player.Character:findFirstChild("Head").Transparency + "0.1"
  989. Player.Character:findFirstChild("Left Leg").Transparency = Player.Character:findFirstChild("Left Leg").Transparency + "0.1"
  990. Player.Character:findFirstChild("Right Leg").Transparency = Player.Character:findFirstChild("Right Leg").Transparency + "0.1"
  991. Player.Character:findFirstChild("Left Arm").Transparency = Player.Character:findFirstChild("Left Arm").Transparency + "0.1"
  992. Player.Character:findFirstChild("Torso").Transparency = Player.Character:findFirstChild("Torso").Transparency + "0.1"
  993. Player.Character:findFirstChild("Right Arm").Transparency = Player.Character:findFirstChild("Right Arm").Transparency + "0.1"
  994. wait(0.1)
  995. end
  996. wait(1)
  997. for i = 1, 10 do
  998. Player.Character:findFirstChild("Head").Transparency = Player.Character:findFirstChild("Head").Transparency + "-0.1"
  999. Player.Character:findFirstChild("Left Leg").Transparency = Player.Character:findFirstChild("Left Leg").Transparency + "-0.1"
  1000. Player.Character:findFirstChild("Right Leg").Transparency = Player.Character:findFirstChild("Right Leg").Transparency + "-0.1"
  1001. Player.Character:findFirstChild("Left Arm").Transparency = Player.Character:findFirstChild("Left Arm").Transparency + "-0.1"
  1002. Player.Character:findFirstChild("Torso").Transparency = Player.Character:findFirstChild("Torso").Transparency + "-0.1"
  1003. Player.Character:findFirstChild("Right Arm").Transparency = Player.Character:findFirstChild("Right Arm").Transparency + "-0.1"
  1004. wait(0.1)
  1005. end
  1006. end
  1007. end
  1008. end
  1009. end
  1010. elseif Command == "visible" then
  1011. for _, Arg in pairs(Arguments) do
  1012. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1013. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1014. Player.Character:findFirstChild("Head").Transparency = 0
  1015. Player.Character:findFirstChild("Torso").Transparency = 0
  1016. Player.Character:findFirstChild("Left Leg").Transparency = 0
  1017. Player.Character:findFirstChild("Left Arm").Transparency = 0
  1018. Player.Character:findFirstChild("Right Arm").Transparency = 0
  1019. Player.Character:findFirstChild("Right Leg").Transparency = 0
  1020. end
  1021. end
  1022. end
  1023. elseif Command == "kill" then
  1024. for _, Arg in pairs(Arguments) do
  1025. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1026. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1027. Player.Character:BreakJoints()
  1028. end
  1029. end
  1030. end
  1031. elseif Command == "take" then
  1032. for _, Arg in pairs(Arguments) do
  1033. for k, Player in pairs(Game:GetService("Workspace"):GetChildren()) do
  1034. if Player.Name:lower():find(Arg:lower()) == 1 then
  1035. Player:Remove()
  1036. end
  1037. end
  1038. end
  1039. elseif Command == "v2" then
  1040. for _, Arg in pairs(Arguments) do
  1041. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1042. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1043. local CharacterMesh = Instance.new("CharacterMesh")
  1044.  
  1045. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1046.  
  1047. CharacterMesh.BodyPart = "Torso"
  1048.  
  1049. CharacterMesh.MeshId = "27111894"
  1050.  
  1051. CharacterMesh.Parent = Player.Character
  1052. local CharacterMesh = Instance.new("CharacterMesh")
  1053.  
  1054. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1055.  
  1056. CharacterMesh.BodyPart = "Torso"
  1057.  
  1058. CharacterMesh.MeshId = "27111894"
  1059.  
  1060. CharacterMesh.Parent = Player.Character
  1061.  
  1062. local CharacterMesh = Instance.new("CharacterMesh")
  1063.  
  1064. CharacterMesh.Name = "ROBLOX 2.0 Left Arm"
  1065.  
  1066. CharacterMesh.BodyPart = "LeftArm"
  1067.  
  1068. CharacterMesh.MeshId = "27111419"
  1069.  
  1070. CharacterMesh.Parent = Player.Character
  1071.  
  1072. local CharacterMesh = Instance.new("CharacterMesh")
  1073.  
  1074. CharacterMesh.Name = "ROBLOX 2.0 Right Arm"
  1075.  
  1076. CharacterMesh.BodyPart = "RightArm"
  1077.  
  1078. CharacterMesh.MeshId = "27111864"
  1079.  
  1080. CharacterMesh.Parent = Player.Character
  1081. local CharacterMesh = Instance.new("CharacterMesh")
  1082.  
  1083. CharacterMesh.Name = "ROBLOX 2.0 Left Leg"
  1084.  
  1085. CharacterMesh.BodyPart = "LeftLeg"
  1086.  
  1087. CharacterMesh.MeshId = "27111857"
  1088.  
  1089. CharacterMesh.Parent = Player.Character
  1090. local CharacterMesh = Instance.new("CharacterMesh")
  1091.  
  1092. CharacterMesh.Name = "ROBLOX 2.0 Right Leg"
  1093.  
  1094. CharacterMesh.BodyPart = "RightLeg"
  1095.  
  1096. CharacterMesh.MeshId = "27111882"
  1097.  
  1098. CharacterMesh.Parent = Player.Character
  1099. end
  1100. end
  1101. end
  1102. elseif Command == "thane" then
  1103. for _, Arg in pairs(Arguments) do
  1104. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1105. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1106. local CharacterMesh = Instance.new("CharacterMesh")
  1107.  
  1108. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1109.  
  1110. CharacterMesh.BodyPart = "Torso"
  1111.  
  1112. CharacterMesh.MeshId = "29352185"
  1113.  
  1114. CharacterMesh.Parent = Player.Character
  1115. local CharacterMesh = Instance.new("CharacterMesh")
  1116.  
  1117. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1118.  
  1119. CharacterMesh.BodyPart = "Torso"
  1120.  
  1121. CharacterMesh.MeshId = "29352185"
  1122.  
  1123. CharacterMesh.Parent = Player.Character
  1124.  
  1125. local CharacterMesh = Instance.new("CharacterMesh")
  1126.  
  1127. CharacterMesh.Name = "ROBLOX 2.0 Left Arm"
  1128.  
  1129. CharacterMesh.BodyPart = "LeftArm"
  1130.  
  1131. CharacterMesh.MeshId = "29350945"
  1132.  
  1133. CharacterMesh.Parent = Player.Character
  1134.  
  1135. local CharacterMesh = Instance.new("CharacterMesh")
  1136.  
  1137. CharacterMesh.Name = "ROBLOX 2.0 Right Arm"
  1138.  
  1139. CharacterMesh.BodyPart = "RightArm"
  1140.  
  1141. CharacterMesh.MeshId = "29351058"
  1142.  
  1143. CharacterMesh.Parent = Player.Character
  1144. local CharacterMesh = Instance.new("CharacterMesh")
  1145.  
  1146. CharacterMesh.Name = "ROBLOX 2.0 Left Leg"
  1147.  
  1148. CharacterMesh.BodyPart = "LeftLeg"
  1149.  
  1150. CharacterMesh.MeshId = "29351023"
  1151.  
  1152. CharacterMesh.Parent = Player.Character
  1153. local CharacterMesh = Instance.new("CharacterMesh")
  1154.  
  1155. CharacterMesh.Name = "ROBLOX 2.0 Right Leg"
  1156.  
  1157. CharacterMesh.BodyPart = "RightLeg"
  1158.  
  1159. CharacterMesh.MeshId = "29351094"
  1160.  
  1161. CharacterMesh.Parent = Player.Character
  1162. end
  1163. end
  1164. end
  1165. elseif Command == "alien" then
  1166. for _, Arg in pairs(Arguments) do
  1167. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1168. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1169. local CharacterMesh = Instance.new("CharacterMesh")
  1170.  
  1171. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1172.  
  1173. CharacterMesh.BodyPart = "Torso"
  1174.  
  1175. CharacterMesh.MeshId = "27493004"
  1176.  
  1177. CharacterMesh.Parent = Player.Character
  1178. local CharacterMesh = Instance.new("CharacterMesh")
  1179.  
  1180. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1181.  
  1182. CharacterMesh.BodyPart = "Torso"
  1183.  
  1184. CharacterMesh.MeshId = "27493004"
  1185.  
  1186. CharacterMesh.Parent = Player.Character
  1187.  
  1188. local CharacterMesh = Instance.new("CharacterMesh")
  1189.  
  1190. CharacterMesh.Name = "ROBLOX 2.0 Left Arm"
  1191.  
  1192. CharacterMesh.BodyPart = "LeftArm"
  1193.  
  1194. CharacterMesh.MeshId = "27492984"
  1195.  
  1196. CharacterMesh.Parent = Player.Character
  1197.  
  1198. local CharacterMesh = Instance.new("CharacterMesh")
  1199.  
  1200. CharacterMesh.Name = "ROBLOX 2.0 Right Arm"
  1201.  
  1202. CharacterMesh.BodyPart = "RightArm"
  1203.  
  1204. CharacterMesh.MeshId = "27493061"
  1205.  
  1206. CharacterMesh.Parent = Player.Character
  1207. local CharacterMesh = Instance.new("CharacterMesh")
  1208.  
  1209. CharacterMesh.Name = "ROBLOX 2.0 Left Leg"
  1210.  
  1211. CharacterMesh.BodyPart = "LeftLeg"
  1212.  
  1213. CharacterMesh.MeshId = "27493033"
  1214.  
  1215. CharacterMesh.Parent = Player.Character
  1216. local CharacterMesh = Instance.new("CharacterMesh")
  1217.  
  1218. CharacterMesh.Name = "ROBLOX 2.0 Right Leg"
  1219.  
  1220. CharacterMesh.BodyPart = "RightLeg"
  1221.  
  1222. CharacterMesh.MeshId = "27493073"
  1223.  
  1224. CharacterMesh.Parent = Player.Character
  1225. end
  1226. end
  1227. end
  1228. elseif Command == "tools" then
  1229. local People = Game:GetService("Players"):GetPlayers()
  1230. local Names = {}
  1231. for _, v in pairs(People) do
  1232. table.insert(Names, v.Name)
  1233. end
  1234. local OptionChoosen = Prompt(player, unpack(Names))
  1235. print(OptionChoosen)
  1236. if OptionChoosen and game:GetService("Players"):FindFirstChild(OptionChoosen) then
  1237. if game:GetService("Players")[OptionChoosen].Character then
  1238. print(" lego ")local hopperbin = Instance.new("HopperBin")
  1239. hopperbin.BinType = "GameTool"
  1240. hopperbin.Parent = game:GetService("Players") [OptionChoosen].Backpack
  1241. local hopperbintwo = Instance.new("HopperBin")
  1242. hopperbintwo.BinType = "Hammer"
  1243. hopperbintwo.Parent = game:GetService("Players") [OptionChoosen].Backpack
  1244. local hopperbinthree = Instance.new("HopperBin")
  1245. hopperbinthree.BinType = "Clone"
  1246. hopperbinthree.Parent = game:GetService("Players") [OptionChoosen].Backpack
  1247. end
  1248. else
  1249. print("Player missing")
  1250. end
  1251. elseif Command == "strong" then
  1252. for _, Arg in pairs(Arguments) do
  1253. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1254. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1255. local CharacterMesh = Instance.new("CharacterMesh")
  1256.  
  1257. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1258.  
  1259. CharacterMesh.BodyPart = "Torso"
  1260.  
  1261. CharacterMesh.MeshId = "32328670"
  1262.  
  1263. CharacterMesh.Parent = Player.Character
  1264. local CharacterMesh = Instance.new("CharacterMesh")
  1265.  
  1266. CharacterMesh.Name = "ROBLOX 2.0 Torso"
  1267.  
  1268. CharacterMesh.BodyPart = "Torso"
  1269.  
  1270. CharacterMesh.MeshId = "32328670"
  1271.  
  1272. CharacterMesh.Parent = Player.Character
  1273.  
  1274. local CharacterMesh = Instance.new("CharacterMesh")
  1275.  
  1276. CharacterMesh.Name = "ROBLOX 2.0 Left Arm"
  1277.  
  1278. CharacterMesh.BodyPart = "LeftArm"
  1279.  
  1280. CharacterMesh.MeshId = "32328397"
  1281.  
  1282. CharacterMesh.Parent = Player.Character
  1283.  
  1284. local CharacterMesh = Instance.new("CharacterMesh")
  1285.  
  1286. CharacterMesh.Name = "ROBLOX 2.0 Right Arm"
  1287.  
  1288. CharacterMesh.BodyPart = "RightArm"
  1289.  
  1290. CharacterMesh.MeshId = "32328563"
  1291.  
  1292. CharacterMesh.Parent = Player.Character
  1293. local CharacterMesh = Instance.new("CharacterMesh")
  1294.  
  1295. CharacterMesh.Name = "ROBLOX 2.0 Left Leg"
  1296.  
  1297. CharacterMesh.BodyPart = "LeftLeg"
  1298.  
  1299. CharacterMesh.MeshId = "32328520"
  1300.  
  1301. CharacterMesh.Parent = Player.Character
  1302. local CharacterMesh = Instance.new("CharacterMesh")
  1303.  
  1304. CharacterMesh.Name = "ROBLOX 2.0 Right Leg"
  1305.  
  1306. CharacterMesh.BodyPart = "RightLeg"
  1307.  
  1308. CharacterMesh.MeshId = "32328627"
  1309.  
  1310. CharacterMesh.Parent = Player.Character
  1311. end
  1312. end
  1313. end
  1314. elseif Command == "obc" then
  1315. for _, Arg in pairs(Arguments) do
  1316. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1317. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1318. Player.MembershipTypeReplicate = 3
  1319. end
  1320. end
  1321. end
  1322. elseif Command == "ranbc" then
  1323. for _, Arg in pairs(Arguments) do
  1324. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1325. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1326. while true do
  1327. wait(0.1)
  1328. Player.MembershipTypeReplicate = math.random(1,3)
  1329. end
  1330. end
  1331. end
  1332. end
  1333. elseif Command == "tbc" then
  1334. for _, Arg in pairs(Arguments) do
  1335. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1336. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1337. Player.MembershipTypeReplicate = 2
  1338. end
  1339. end
  1340. end
  1341. elseif Command == "bc" then
  1342. for _, Arg in pairs(Arguments) do
  1343. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1344. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1345. Player.MembershipTypeReplicate = 1
  1346. end
  1347. end
  1348. end
  1349. elseif Command == "ff" then
  1350. for _, Arg in pairs(Arguments) do
  1351. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1352. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1353. ff = Instance.new ("ForceField")
  1354. ff.Parent = Player.Character
  1355. end
  1356. end
  1357. end
  1358. elseif Command == "unff" then
  1359. for _, Arg in pairs(Arguments) do
  1360. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1361. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1362. Player.Character:findFirstChild("ForceField"):Remove()
  1363. end
  1364. end
  1365. end
  1366. end
  1367. elseif Command == "nbc" then
  1368. for _, Arg in pairs(Arguments) do
  1369. for k, Player in pairs(Game:GetService("Players"):GetPlayers()) do
  1370. if Player.Name:lower():find(Arg:lower()) == 1 and Player.Character then
  1371. Player.MembershipTypeReplicate = 0
  1372. end
  1373. end
  1374. end
  1375. end
  1376. end
  1377. game:GetService("Players").PlayerAdded:connect(onPlayerAdded)
  1378. --[ SB Mode ]--
  1379. for _, player in pairs(game:GetService("Players"):GetPlayers()) do
  1380. onPlayerAdded(player)
  1381. end
  1382. Game:GetService("RunService").Stepped:connect(function()
  1383. local S, E = pcall(function()
  1384. if LastClean == nil or time() - LastClean >= 10 then do
  1385. collectgarbage("collect")
  1386. LastClean = time()
  1387. end
  1388. end
  1389. if not S then
  1390. ErrorHandler(E)
  1391. end
  1392. end)
  1393. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement