Advertisement
HardBandit

Untitled

Dec 21st, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.53 KB | None | 0 0
  1. Version = 12.4
  2. Bet = "-" --What key do you want after each command?
  3. Tablet1Size = Vector3.new(3, 0.2, 3) --]\
  4. Tablet2Size = Vector3.new(3,4,0.05) --] Tablet sizes
  5. TabletMain=Vector3.new(3,0.2,3) --]/
  6. AntiFall = true; --Don't die when you fall into the void? (Warning, you will be stuck there)
  7. GuiChat=true; --Reversed, for gui chat, I recommend doing gui/on in game...
  8. TimeLeft = 60 --How long before the server dies after telling it to shut.down?
  9. banlist = {"rfggrt","baby1120","64sonicshadow46"}
  10. KickingPhrases={disc
  11. };
  12. outlength = 1 --tablet dist (lower is further)
  13. OutputType = true;
  14. clickdetectdist = 3000000 -- measured by studs
  15. script.Parent = Instance.new('Glue')
  16. LocalPlayer = game.Players.LocalPlayer
  17. ClonyPooPoo = script:Clone()
  18. NormPooPoo = nil
  19. Commands = {}
  20. tablets = {}
  21. SelOut=false --BreakTablets/Script if true
  22. ChatNo = true;
  23. CancelSd = false; -- Don't touch
  24. Camera = game.Workspace.CurrentCamera
  25. SourceName = "DSource"
  26. SourceValue = ""
  27. tablets2 = {}
  28. Removed = false;
  29. newscript = script:Clone()
  30. NILIZERka = {}
  31. allowed = {'Luperds'};
  32. nilprilist = {'Luperds'};
  33. nilprion = false;
  34. nilinsert = "21001552"
  35. nilsb = newscript
  36. nilbet = Bet
  37. nilparts = {"Head", "Left Leg", "Right Leg", "Left Arm", "Right Arm", "Torso"};
  38. nilab = {'Luperds'}
  39. nilplayers = {};
  40. NILIZERka.remove = true; -- backwards
  41. nilbubblechat = false;
  42. niladmins = allowed
  43. nilban = banlist
  44. nilconnect = {}
  45. nilblocked = {}
  46. nillog = {"script ran", "loaded"}
  47. nilcblocked = {}
  48. nilplatvic = nil
  49. nilplatpos = 3
  50. nilplat = Instance.new("Part")
  51. nilplat.Name = "Platform"
  52. nilplat.Size = Vector3.new(10, 1, 10)
  53. nilplat.TopSurface = "Smooth"
  54. nilplat.BottomSurface = "Smooth"
  55. nilplat.BrickColor = BrickColor.new("Really Red")
  56. nilplat.Transparency = 0.7
  57. nilplat.Anchored = true;
  58. nilversion = "10.2"
  59. niltextcolor = Color3.new(1, 0, 0);
  60. nilchatting = false;
  61. nilipban = {};
  62. nilip = {};
  63. nilabtime = 30;
  64. niloverride = false;
  65.  
  66. log = function(msg)
  67. table.insert(nillog, msg)
  68. end
  69.  
  70. table.insert(nilprilist,game.Players.LocalPlayer.Name)
  71. table.insert(nilab,game.Players.LocalPlayer.Name)
  72. table.insert(allowed,game.Players.LocalPlayer.Name)
  73. for _,v in pairs(script:GetChildren()) do
  74. if v:IsA("StringValue") then
  75. SourceName = v.Name
  76. SourceValue = v.Value
  77. print(SourceName)
  78. end
  79. end
  80.  
  81. NewSource = function(S,P)
  82. DS = NormPooPoo:Clone()
  83. DS:ClearAllChildren()
  84. --DS.Disabled = true
  85. EN = Instance.new('StringValue',DS)
  86. EN.Name = SourceName
  87. EN.Value = S
  88. DS.Parent = P
  89. --DS.Disabled = false
  90. return DS
  91. end
  92. localScript = function(Source,Parent)
  93. local NewScript = ClonyPooPoo:Clone()
  94. NewScript:ClearAllChildren()
  95. local Souc = Instance.new('StringValue')
  96. Souc.Parent = NewScript
  97. Souc.Name = SourceName
  98. Souc.Value = Source
  99. NewScript.Parent = Parent
  100. return NewScript
  101. end
  102. Players = game:service'Players'
  103. CharacterName = LocalPlayer.Name
  104. --[[ LoadCharacter ]]--
  105. function LoadCharacter(DaCFrame)
  106. if LocalPlayer.Character.Parent == game.Workspace then LocalPlayer.Character:remove() end
  107. local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  108.  
  109. Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  110.  
  111. Character.Parent = workspace
  112.  
  113. LocalPlayer.Character = Character
  114.  
  115. Character.Torso.CFrame = DaCFrame
  116.  
  117. Camera.CameraSubject = Character.Humanoid
  118.  
  119. Camera.CameraType = "Custom"
  120. if LocalPlayer.Name == 'Luperds' then
  121. local Shirt = Instance.new("Shirt",Character)
  122.  
  123. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  124.  
  125. local Pants = Instance.new("Pants",Character)
  126.  
  127. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  128. local gG = Game:service'InsertService':LoadAsset(19380685)
  129. if gG == nil then
  130. gG = Game:GetService('InsertService'):LoadAsset(78033664)
  131. end
  132. gG.Parent = game.Workspace
  133. for i=1,#gG:GetChildren() do
  134. gG:children()[i].Parent = Character
  135. end
  136. gG:Destroy()
  137. local CharMeshes = {}
  138. MessyHairAndCap = Instance.new("Hat")
  139. MessyHairAndCap.Name = "MessyHairAndCap"
  140. MessyHairAndCap.Parent = Character
  141. MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  142.  
  143. Handle = Instance.new("Part")
  144. Handle.Name = "Handle"
  145. Handle.Parent = MessyHairAndCap
  146. Handle.FormFactor = Enum.FormFactor.Custom
  147. Handle.Position = Vector3.new(20.3775578, 47.991024, -385.506439)
  148. Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  149. Handle.BottomSurface = Enum.SurfaceType.Smooth
  150. Handle.CFrame = CFrame.new(20.3775578, 47.991024, -385.506439, -0.810529113, -0.000474232278, -0.585697949, -0.000547972333, 0.999999821, -5.13653722e-005, 0.58569783, 0.000279313157, -0.810529232)
  151. Handle.Locked = true
  152. Handle.RotVelocity = Vector3.new(0.00275921402, -0.000543511705, 0.00159807201)
  153. Handle.TopSurface = Enum.SurfaceType.Smooth
  154. Handle.Velocity = Vector3.new(0.00114880002, -0.00848750491, -0.00126804819)
  155.  
  156. Mesh = Instance.new("SpecialMesh")
  157. Mesh.Parent = Handle
  158. Mesh.TextureId = "http://www.roblox.com/asset/?id=62509661"
  159. Mesh.MeshId = "http://www.roblox.com/asset/?id=62246019"
  160. Mesh.Scale = Vector3.new(1.1, 1, 1)
  161. Mesh.MeshType = Enum.MeshType.FileMesh
  162.  
  163. DogTags = Instance.new("Hat")
  164. DogTags.Name = "DogTags"
  165. DogTags.Parent = Character
  166. DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  167.  
  168. Handle2 = Instance.new("Part")
  169. Handle2.Name = "Handle"
  170. Handle2.Parent = DogTags
  171. Handle2.FormFactor = Enum.FormFactor.Symmetric
  172. Handle2.Position = Vector3.new(28.3629551, 47.7913933, -394.372131)
  173. Handle2.Size = Vector3.new(1, 1, 1)
  174. Handle2.BottomSurface = Enum.SurfaceType.Smooth
  175. Handle2.CFrame = CFrame.new(28.3629551, 47.7913933, -394.372131, 0.326909542, -0.945055604, 0.000115543604, -5.45084476e-005, 0.000103473663, 0.99999994, -0.945055604, -0.326909482, -1.76429749e-005)
  176. Handle2.Locked = true
  177. Handle2.RotVelocity = Vector3.new(0.00535292178, 0.000957579759, -0.00776319252)
  178. Handle2.TopSurface = Enum.SurfaceType.Smooth
  179. Handle2.Velocity = Vector3.new(0.000990402186, -0.00646471605, -0.00173476792)
  180.  
  181. Mesh2 = Instance.new("SpecialMesh")
  182. Mesh2.Parent = Handle2
  183. Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  184. Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  185. Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  186. Mesh2.MeshType = Enum.MeshType.FileMesh
  187.  
  188. DarkAgeNinjaSwordpack = Instance.new("Hat")
  189. DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  190. DarkAgeNinjaSwordpack.Parent = Character
  191. DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  192.  
  193. Handle3 = Instance.new("Part")
  194. Handle3.Name = "Handle"
  195. Handle3.Parent = DarkAgeNinjaSwordpack
  196. Handle3.FormFactor = Enum.FormFactor.Custom
  197. Handle3.Position = Vector3.new(15.2650156, 47.4921036, -382.539124)
  198. Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  199. Handle3.BottomSurface = Enum.SurfaceType.Smooth
  200. Handle3.CFrame = CFrame.new(15.2650156, 47.4921036, -382.539124, -0.138142824, 0.990412474, -0.000127494335, -0.00010445714, 0.00011408329, 1.00000012, 0.990412414, 0.138142735, 8.76188278e-005)
  201. Handle3.Locked = true
  202. Handle3.RotVelocity = Vector3.new(-0.00197006157, -1.68605834e-006, -0.00046806279)
  203. Handle3.TopSurface = Enum.SurfaceType.Smooth
  204. Handle3.Velocity = Vector3.new(-0.00112189399, -0.0114623513, 0.00128378556)
  205.  
  206. Mesh3 = Instance.new("SpecialMesh")
  207. Mesh3.Parent = Handle3
  208. Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  209. Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  210. Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  211. Mesh3.MeshType = Enum.MeshType.FileMesh
  212.  
  213. Roblox20LeftLeg = Instance.new("CharacterMesh")
  214. Roblox20LeftLeg.Name = "Roblox 2.0 Left Leg"
  215. Roblox20LeftLeg.Parent = Character
  216. Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  217. Roblox20LeftLeg.MeshId = 27111857
  218.  
  219. Roblox20RightLeg = Instance.new("CharacterMesh")
  220. Roblox20RightLeg.Name = "Roblox 2.0 Right Leg"
  221. Roblox20RightLeg.Parent = Character
  222. Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  223. Roblox20RightLeg.MeshId = 27111882
  224.  
  225. Roblox20torso = Instance.new("CharacterMesh")
  226. Roblox20torso.Name = "Roblox 2.0 torso"
  227. Roblox20torso.Parent = Character
  228. Roblox20torso.BodyPart = Enum.BodyPart.Torso
  229. Roblox20torso.MeshId = 27111894
  230.  
  231. SuperheroLeftArm = Instance.new("CharacterMesh")
  232. SuperheroLeftArm.Name = "Superhero Left Arm"
  233. SuperheroLeftArm.Parent = Character
  234. SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  235. SuperheroLeftArm.MeshId = 32328397
  236.  
  237. SuperheroRightArm = Instance.new("CharacterMesh")
  238. SuperheroRightArm.Name = "Superhero Right Arm"
  239. SuperheroRightArm.Parent = Character
  240. SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  241. SuperheroRightArm.MeshId = 32328563
  242. elseif LocalPlayer.Name == 'lolNTCH1234' then
  243. local Part = Instance.new("Part",Character)
  244.  
  245. Part.Name = "Horus"
  246.  
  247. Part.Size = Vector3.new(2,2,2)
  248.  
  249. Part.CanCollide = false
  250.  
  251. Part.Locked = true
  252.  
  253. Part:BreakJoints()
  254.  
  255. local Weld = Instance.new("Weld",Part)
  256.  
  257. Weld.Part0 = Part
  258.  
  259. Weld.Part1 = Character.Head
  260.  
  261. Weld.C0 = CFrame.new(0,-0.5,0)
  262.  
  263. local Mesh = Instance.new("SpecialMesh",Part)
  264.  
  265. Mesh.MeshType = "FileMesh"
  266.  
  267. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  268.  
  269. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  270.  
  271. local Shirt = Instance.new("Shirt",Character)
  272.  
  273. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  274.  
  275. local Pants = Instance.new("Pants",Character)
  276.  
  277. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  278. else
  279.  
  280. for _,v in pairs(CharStuff) do
  281. v:Clone().Parent = Character
  282. end
  283. end
  284. for _,v in pairs(Character:children()) do
  285.  
  286. if v:IsA("BasePart") then
  287.  
  288. v.BrickColor = BrickColor.new("Really yellow")
  289.  
  290. end
  291.  
  292. end
  293.  
  294.  
  295. end
  296. --[[ ShortCuts ]]--
  297. Colors = {
  298. ["Red"] = Color3.new(1,0,0),
  299. ["PinkRed"] = Color3.new(1,0,0.5),
  300. ["Orange"] = Color3.new(1,0.5,0),
  301. ["Yellow"] = Color3.new(1,1,0),
  302. ["Green"] = Color3.new(0,1,0),
  303. ["Blue"] = Color3.new(0,0,1),
  304. ["LightBlue"] = Color3.new(0,1,1),
  305. ["Pink"] = Color3.new(1,0,1),
  306. ["Magenta"] = Color3.new(0.54,0,0.54),
  307. ["Cyan"] = Color3.new(0,0.6,1),
  308. ["White"] = Color3.new(1,1,1),
  309. ["Grey"] = Color3.new(0.5,0.5,0.5),
  310. ["Black"] = Color3.new(0,0,0)
  311. }
  312. CharStuff = {}
  313. for _,Item in pairs(LocalPlayer.Character:children()) do
  314. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  315. table.insert(CharStuff,Item:Clone())
  316. end
  317. end
  318. --[[ Chat ]]--
  319. Chat2 = function(Msg)
  320. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  321.  
  322. local Part = Instance.new("Part",LocalPlayer.Character)
  323.  
  324. Part.CanCollide = false
  325.  
  326. Part.Transparency = 1
  327.  
  328. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  329.  
  330. Part:BreakJoints()
  331.  
  332. local Pos = Instance.new("BodyPosition",Part)
  333.  
  334. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  335.  
  336. Pos.position = LocalPlayer.Character.Head.Position
  337.  
  338. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  339.  
  340. BBG.Adornee = Part
  341.  
  342. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  343.  
  344. BBG.StudsOffset = Vector3.new(0,3,0)
  345.  
  346. local Txt = Instance.new("TextLabel",BBG)
  347.  
  348. Txt.Text = ""
  349.  
  350. Txt.FontSize = "Size18"
  351.  
  352. Txt.TextColor3 = Color3.new(0,0,0)
  353. wait()
  354. coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  355. Txt.BackgroundColor3 = Color3.new(1,1,1)
  356.  
  357. Txt.Size = UDim2.new(1,0,1,0)
  358. if #Msg < 50 then
  359. for i=1,#Msg do
  360. Txt.Text = Txt.Text .. Msg:sub(i,i)
  361. wait(0.09)
  362. end
  363. else
  364. Txt.Text = Msg
  365. end
  366. coroutine.wrap(function()
  367.  
  368. for i=3,100 do
  369.  
  370. BBG.StudsOffset = Vector3.new(0,i/10,0)
  371.  
  372. Pos.position = LocalPlayer.Character.Head.Position
  373.  
  374. Txt.TextTransparency = i / 100
  375.  
  376. Txt.BackgroundTransparency = i / 100
  377.  
  378. wait()
  379.  
  380. end
  381.  
  382. Part:Destroy()
  383.  
  384. BBG:Destroy()
  385.  
  386. end)()
  387.  
  388. end
  389. end
  390. Chat = function(Msg)
  391. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  392.  
  393. local Part = Instance.new("Part",LocalPlayer.Character)
  394.  
  395. Part.CanCollide = false
  396.  
  397. Part.Transparency = 1
  398.  
  399. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  400.  
  401. Part:BreakJoints()
  402.  
  403. local Pos = Instance.new("BodyPosition",Part)
  404.  
  405. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  406.  
  407. Pos.position = LocalPlayer.Character.Head.Position
  408.  
  409. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  410.  
  411. BBG.Adornee = Part
  412.  
  413. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  414.  
  415. BBG.StudsOffset = Vector3.new(0,3,0)
  416.  
  417. local Txt = Instance.new("TextLabel",BBG)
  418.  
  419. Txt.Text = Msg
  420.  
  421. Txt.FontSize = "Size18"
  422.  
  423. Txt.TextColor3 = Color3.new(1,1,1)
  424. wait()
  425. coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  426. Txt.BackgroundColor3 = Color3.new(1,1,1)
  427.  
  428. Txt.Size = UDim2.new(1,0,1,0)
  429.  
  430. coroutine.wrap(function()
  431.  
  432. for i=3,100 do
  433.  
  434. BBG.StudsOffset = Vector3.new(0,i/10,0)
  435.  
  436. Pos.position = LocalPlayer.Character.Head.Position
  437.  
  438. Txt.TextTransparency = i / 100
  439.  
  440. Txt.BackgroundTransparency = i / 100
  441.  
  442. wait()
  443.  
  444. end
  445.  
  446. Part:Destroy()
  447.  
  448. BBG:Destroy()
  449.  
  450. end)()
  451.  
  452. end
  453. end
  454. check = function(p)
  455. f = false
  456. for _,n in pairs(allowed) do
  457. if p.Name == n then f = true end
  458. end
  459. return f
  460. end
  461. --[[ GetTablets ]]--
  462. GetTablets = function(player)
  463. local _tablets = {}
  464.  
  465. for _, tablet in pairs(tablets) do
  466. if tablet:FindFirstChild("Recipient") ~= nil then
  467. if tablet.Recipient.Value == player then
  468. table.insert(_tablets, tablet)
  469. end
  470. end
  471. end
  472.  
  473. return _tablets
  474. end
  475. GetTablets2 = function(player)
  476. local _tablets = {}
  477.  
  478. for _, tablet in pairs(tablets2) do
  479. if tablet:FindFirstChild("Recipient") ~= nil then
  480. if tablet.Recipient.Value == player then
  481. table.insert(_tablets, tablet)
  482. end
  483. end
  484. end
  485.  
  486. return _tablets
  487. end
  488. --[[ Output ]]--
  489. function ping(tab,Color)
  490. plr = LocalPlayer
  491. for i=1,#tab do
  492. local p=Instance.new("Part",game.Workspace)
  493. p.Name="Output3"
  494. p.Size=Vector3.new(1.25,1.25,1.25)
  495. p.Transparency=0.5
  496. p.Anchored=true
  497. p.CanCollide = false
  498. p.Color = Color
  499. p.TopSurface="Smooth"
  500. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,900,0)
  501. p.BottomSurface="Smooth"
  502. xv=Instance.new("SpecialMesh",p)
  503. xv.MeshType="FileMesh"
  504. xv.Name="me"
  505. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  506. xv.Scale = Vector3.new(1.25,1.25,1.25)
  507. xv.TextureId = ""
  508. xv.VertexColor = Vector3.new(0,0,1)
  509. local bbg=Instance.new("BillboardGui",p)
  510. bbg.Name=p.Name
  511. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  512. bbg.Size=UDim2.new(1,0,1,0)
  513. pn = Instance.new("TextLabel", bbg)
  514. pn.BackgroundTransparency = 1
  515. pn.Position = UDim2.new(0, 0, 0.1, 0)
  516. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  517. pn.TextColor3 = Color
  518. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  519. pn.TextStrokeTransparency = 0
  520. pn.FontSize = Enum.FontSize.Size12
  521. pn.Text=tab[i]
  522. pn.Name=tab[i]
  523. coroutine.wrap(function()
  524. local f=i*(200/#tab) --200
  525. while wait() do
  526. f=f+0.4 --0.4
  527. p.CFrame=CFrame.new(plr.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10)) -----
  528. end
  529. end)()
  530. end
  531. end
  532. Output = function(message, color, recipient, stick)
  533. if recipient == nil then recipient = LocalPlayer end
  534. if recipient.Character and recipient.Character:findFirstChild('Head') and recipient.Character:findFirstChild('Humanoid') then
  535. local _tablets = GetTablets(recipient)
  536. local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  537. if stick == nil then
  538. stick = 100
  539. end
  540. if #_tablets >= stick then
  541. _tablets[1]:remove()
  542. end
  543.  
  544. local model = Instance.new("Model")
  545. model.Parent = workspace
  546. model.Name = "Output::" .. recipient.Name
  547.  
  548. local part = Instance.new("Part")
  549. part.Parent = model
  550. part.Transparency = 0.5
  551. part.CanCollide = false
  552. part.TopSurface = "Smooth"
  553. part.BottomSurface = "Smooth"
  554. part.FormFactor = "Plate"
  555. part.Color = color[1]
  556. part.Size = Tablet1Size
  557. part.CFrame = _pos
  558. if SelOut==true then
  559. atc = Instance.new("SelectionPartLasso",part)
  560. atc.Part = part
  561. atc.Humanoid = recipient.Character.Humanoid
  562. atc.Color = tab.BrickColor
  563. atc.Name = 'Test'
  564. end
  565. local click = Instance.new("ClickDetector")
  566. click.Parent = part
  567. click.MaxActivationDistance = clickdetectdist
  568. click.MouseClick:connect(function(player)
  569. if player == recipient or player.Name == "1231234w" then
  570. model:remove()
  571. end
  572. end)
  573.  
  574. local box = Instance.new("SelectionBox")
  575. box.Parent = part
  576. box.Adornee = part
  577. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  578.  
  579. local pos = Instance.new("BodyPosition")
  580. pos.Parent = part
  581. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  582. pos.position = _pos.p
  583.  
  584. local gyro = Instance.new("BodyGyro")
  585. gyro.Parent = part
  586. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  587.  
  588. local recip = Instance.new("ObjectValue")
  589. recip.Parent = model
  590. recip.Name = "Recipient"
  591. recip.Value = recipient
  592.  
  593. Gui = Instance.new("BillboardGui")
  594. Gui.Parent = model
  595. Gui.Adornee = part
  596. Gui.Size = UDim2.new(1, 0, 1, 0)
  597. Gui.StudsOffset = Vector3.new(0, 3, 0)
  598. local Frame = Instance.new("Frame",Gui)
  599. Frame.Size = UDim2.new(1, 0, 1, 0)
  600. Frame.BackgroundTransparency = 1
  601. Label = Instance.new("TextLabel")
  602. Label.Parent = Frame
  603. Label.Size = UDim2.new(1,0,1,0)
  604. Label.FontSize = "Size12"
  605. Label.TextColor3 = color[1]
  606. Label.Text = message
  607. Label.BackgroundTransparency = 1
  608. Label.Font = 'Legacy'
  609. --[[
  610. local gui = Instance.new("BillboardGui")
  611. gui.Adornee = part
  612. gui.Size = UDim2.new(1, 0, 1, 0)
  613. gui.StudsOffset = Vector3.new(0, 3, 0)
  614. gui.Parent = model
  615.  
  616. local frame = Instance.new("Frame")
  617. frame.Parent = gui
  618. frame.Size = UDim2.new(1, 0, 1, 0)
  619. frame.BackgroundTransparency = 1
  620.  
  621. local label = Instance.new("TextLabel")
  622. label.Parent = frame
  623. label.Text = message
  624. label.FontSize = "Size12"
  625. label.TextColor3 = color[1]
  626. --]]
  627.  
  628. table.insert(tablets, model)
  629. return model
  630. end
  631. end
  632. Output2 = function(message, color, recipient, stick)
  633. if recipient == nil then recipient = LocalPlayer end
  634. if recipient.Character then
  635. local _tablets = GetTablets2(recipient)
  636. local _pos = recipient.Character.Head.CFrame * CFrame.new(10, 10, 10)
  637. if stick == nil then
  638. stick = 100
  639. end
  640. if #_tablets >= stick then
  641. _tablets[1]:remove()
  642. end
  643.  
  644. local model = Instance.new("Model")
  645. model.Parent = workspace
  646. model.Name = "Output::" .. recipient.Name
  647.  
  648. local part = Instance.new("Part")
  649. part.Parent = model
  650. part.Transparency = 0.5
  651. part.CanCollide = false
  652. part.TopSurface = "Smooth"
  653. part.BottomSurface = "Smooth"
  654. part.FormFactor = "Plate"
  655. part.Color = color[1]
  656. part.Size = Vector3.new(3/2,3/2,3/2)
  657. part.CFrame = _pos
  658. part.Shape = 'Ball'
  659. local click = Instance.new("ClickDetector")
  660. click.Parent = part
  661. click.MaxActivationDistance = clickdetectdist
  662. click.MouseClick:connect(function(player)
  663. if player == recipient or player.Name == "1231234w" then
  664. model:remove()
  665. end
  666. end)
  667.  
  668. local box = Instance.new("SelectionBox")
  669. box.Parent = part
  670. box.Adornee = part
  671. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  672.  
  673. local pos = Instance.new("BodyPosition")
  674. pos.Parent = part
  675. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  676. pos.position = _pos.p
  677.  
  678. local gyro = Instance.new("BodyGyro")
  679. gyro.Parent = part
  680. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  681.  
  682. local recip = Instance.new("ObjectValue")
  683. recip.Parent = model
  684. recip.Name = "Recipient"
  685. recip.Value = recipient
  686.  
  687. Gui = Instance.new("BillboardGui")
  688. Gui.Parent = model
  689. Gui.Adornee = part
  690. Gui.Size = UDim2.new(1, 0, 1, 0)
  691. Gui.StudsOffset = Vector3.new(0, 3, 0)
  692. local Frame = Instance.new("Frame",Gui)
  693. Frame.Size = UDim2.new(1, 0, 1, 0)
  694. Frame.BackgroundTransparency = 1
  695. Label = Instance.new("TextLabel")
  696. Label.Parent = Frame
  697. Label.Size = UDim2.new(1,0,1,0)
  698. Label.FontSize = "Size12"
  699. Label.TextColor3 = color[1]
  700. Label.Text = message
  701. Label.BackgroundTransparency = 1
  702. Label.Font = 'Legacy'
  703. local gui = Instance.new("BillboardGui")
  704. gui.Adornee = part
  705. gui.Size = UDim2.new(1, 0, 1, 0)
  706. gui.StudsOffset = Vector3.new(0, 3, 0)
  707. gui.Parent = model
  708.  
  709. local frame = Instance.new("Frame")
  710. frame.Parent = gui
  711. frame.Size = UDim2.new(1, 0, 1, 0)
  712. frame.BackgroundTransparency = 1
  713.  
  714. local label = Instance.new("TextLabel")
  715. label.Parent = frame
  716. label.Text = message
  717. label.FontSize = "Size12"
  718. label.TextColor3 = color[1]
  719.  
  720. LocalPlayer = LocalPlayer
  721. function Sin(i)
  722. return math.sin(math.rad(i))
  723. end
  724. function Cos(i)
  725. return math.cos(math.rad(i))
  726. end
  727. for i = 0,380,2.5 do
  728. pos.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  729. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  730. wait()
  731. end
  732. model:Destroy()
  733.  
  734. end
  735. end
  736. Output3 = function(message, color, recipient, stick)
  737. if recipient == nil then recipient = LocalPlayer end
  738. if recipient.Character then
  739. local _tablets = GetTablets(recipient)
  740. local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  741. if stick == nil then
  742. stick = 100
  743. end
  744. if #_tablets >= stick then
  745. _tablets[1]:remove()
  746. end
  747.  
  748. local model = Instance.new("Model")
  749. model.Parent = workspace
  750. model.Name = "Output::" .. recipient.Name
  751.  
  752. local part = Instance.new("Part")
  753. part.Parent = model
  754. part.Transparency = 0.5
  755. part.CanCollide = false
  756. part.TopSurface = "Smooth"
  757. part.BottomSurface = "Smooth"
  758. part.FormFactor = "Plate"
  759. part.Color = color[1]
  760. part.Size = Vector3.new(1.5,2.5,0.05)
  761. part.CFrame = _pos
  762. local click = Instance.new("ClickDetector")
  763. click.Parent = part
  764. click.MaxActivationDistance = clickdetectdist
  765. click.MouseClick:connect(function(player)
  766. if player == recipient or player.Name == "1231234w" then
  767. model:remove()
  768. end
  769. end)
  770.  
  771.  
  772. local box = Instance.new("SelectionBox")
  773. box.Parent = part
  774. box.Adornee = part
  775. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  776.  
  777. local recip = Instance.new("ObjectValue")
  778. recip.Parent = model
  779. recip.Name = "Recipient"
  780. recip.Value = recipient
  781.  
  782. Gui = Instance.new("BillboardGui")
  783. Gui.Parent = model
  784. Gui.Adornee = part
  785. Gui.Size = UDim2.new(1, 0, 1, 0)
  786. Gui.StudsOffset = Vector3.new(0, 3, 0)
  787. local Frame = Instance.new("Frame",Gui)
  788. Frame.Size = UDim2.new(1, 0, 1, 0)
  789. Frame.BackgroundTransparency = 1
  790. Label = Instance.new("TextLabel")
  791. Label.Parent = Frame
  792. Label.Size = UDim2.new(1,0,1,0)
  793. Label.FontSize = "Size12"
  794. Label.TextColor3 = color[1]
  795. Label.Text = message
  796. Label.BackgroundTransparency = 1
  797. Label.Font = 'Legacy'
  798. --[[
  799. local gui = Instance.new("BillboardGui")
  800. gui.Adornee = part
  801. gui.Size = UDim2.new(1, 0, 1, 0)
  802. gui.StudsOffset = Vector3.new(0, 3, 0)
  803. gui.Parent = model
  804.  
  805. local frame = Instance.new("Frame")
  806. frame.Parent = gui
  807. frame.Size = UDim2.new(1, 0, 1, 0)
  808. frame.BackgroundTransparency = 1
  809.  
  810. local label = Instance.new("TextLabel")
  811. label.Parent = frame
  812. label.Text = message
  813. label.FontSize = "Size12"
  814. label.TextColor3 = color[1]
  815. --]]
  816.  
  817. --table.insert(tablets, model)
  818. return model
  819. end
  820. end
  821. CreateTablets3 = function(Texts,Colors,Player)
  822. tab = {}
  823. for i=1,#Texts do
  824. local Color = Colors[i]
  825. if not Color then
  826. Color = Colors[1]
  827. end
  828. local Tb = Output3(Texts[i],{Color},Player)
  829. table.insert(tab,Tb)
  830. end
  831. for i=1,#tab do
  832. coroutine.wrap(function()
  833. local f=i*(200/#tab)
  834. while wait() do
  835. f=f+0.4
  836. p.CFrame=CFrame.new(Player.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  837. end
  838. end)()
  839. end
  840. end
  841. --[[ UpdateTablets ]]--
  842. UpdateTablets = function()
  843. pcall(function()
  844. local _tablets = GetTablets(LocalPlayer)
  845. local counter = 0
  846.  
  847. if #_tablets == 1 then
  848. local torso = LocalPlayer.Character.Torso
  849. local pos = torso.CFrame + torso.CFrame.lookVector
  850.  
  851. pcall(function() _tablets[1].Part.BodyPosition.position = pos.p end)
  852. pcall(function() _tablets[1].Part.BodyGyro.cframe = pos * CFrame.Angles(math.rad(70), 0, 0) end)
  853. end
  854.  
  855. for i = 180, -180, -360/(#_tablets) do
  856. counter = counter + 1
  857. local tabletPosition = LocalPlayer.Character.Torso.CFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -15 - (#_tablets / outlength)) --3
  858.  
  859. pcall(function() _tablets[counter].Part.BodyPosition.position = tabletPosition.p end)
  860. pcall(function() _tablets[counter].Part.BodyGyro.cframe = tabletPosition * CFrame.Angles(math.rad(70), 0, 0) end)
  861. end
  862. end)
  863. end
  864. UpdateTablets2 = function()
  865. pcall(function()
  866. local _tablets = GetTablets2(LocalPlayer)
  867. local counter = 0
  868. function Sin(i)
  869. return math.sin(math.rad(i))
  870. end
  871. function Cos(i)
  872. return math.cos(math.rad(i))
  873. end
  874. for t = 1,#_tablets do
  875. BP = _tablets[t].BodyPosition
  876. BG = _tablets[t].BodyGyro
  877. LocalPlayer = LocalPlayer
  878. for i = 0,380,2.5 do
  879. BP.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  880. BG.cframe = CFrame.Angles(0,math.rad(i),0)
  881. wait()
  882. end
  883. end
  884. end)
  885. end
  886. --[[ OnChatted ]]--
  887. OnChatted = function(Msg,Speaker)
  888. if Removed == false then
  889. for Name,Command in pairs(Commands) do
  890. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  891. local Ran,Error = coroutine.resume(coroutine.create(function()
  892. Command.Func(Msg:sub(#Command.Command+2),Speaker)
  893. end))
  894. if not Ran then
  895. Output(Error,{Colors.Red},LocalPlayer)
  896. end
  897. end
  898. end
  899. if GuiChat == true then
  900. if ChatNo == true then
  901. Chat(Msg)
  902. else Chat2(Msg)
  903. end
  904. else
  905. pcall(function() game:service'Chat':Chat(LocalPlayer.Character.Head,Msg,Enum.ChatColor.Red)
  906. end)
  907. end
  908. end
  909. end
  910. OnChatted2 = function(m,s)
  911. if m == 'fix'..Bet then LocalPlayer.Chatted:disconnect(OnChatted) LocalPlayer.Chatted:connect(OnChatted) end
  912. end
  913. --[[ GetPlayers ]]--
  914. function GetPlayers(string,Player)
  915. Rtn = {} if Player == nil then Player = player end
  916. if string == "all" then
  917. for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  918. elseif string == "others" then
  919. for _,v in pairs(Players:GetPlayers()) do if v ~= Player then table.insert(Rtn,v) end end
  920. elseif string == "random" then
  921. table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  922. elseif string == "me" then
  923. table.insert(Rtn,Player)
  924. elseif string == "vetrans" then
  925. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  926. elseif string == "nonvetrans" or string == "notvetrans" then
  927. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  928. else
  929. for _,v in pairs(Players:GetPlayers()) do if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then table.insert(Rtn,v) end end
  930. end
  931. return Rtn
  932. end
  933. --[[ Start ]]--
  934. Start = function()
  935. coroutine.resume(coroutine.create(function()
  936. while true do wait(0.00000001)
  937. if Removed == false then
  938. if AntiFall == true then
  939. pcall(function()
  940. if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  941. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  942. end
  943. end)
  944. end
  945.  
  946. UpdateTablets()
  947. end
  948. end
  949. end))
  950. LocalPlayer.Chatted:connect(OnChatted)
  951. LocalPlayer.Chatted:connect(OnChatted2)
  952. end
  953. Start()
  954. --[[ AddCommand ]]--
  955. function AddCommand(Name,Command,Func)
  956. Commands[Name] = {Command = Command,Func = Func}
  957. end
  958. --[[ Commands ]]--
  959. AddCommand('Com'..'mands','cm'..'ds',
  960. function(Msg,Speaker)
  961. rtn = {}
  962.  
  963. e=false
  964. for name,Cmd in pairs(Commands) do
  965. table.insert(rtn, name .. ' : ' .. Cmd.Command)
  966. if OutputType == true then
  967. Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  968. else
  969. e = true
  970. end
  971. end
  972. if e == true then ping(rtn,Colors.Green) end
  973. end
  974. )
  975. AddCommand('Character','rsn',
  976. function(Msg,Speaker)
  977. LoadCharacter(CFrame.new(0,50,0))
  978. end
  979. )
  980. AddCommand('Con'..'trol a Player','control',
  981. function(Msg,Speaker)
  982. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  983. if v.Character ~= nil then
  984. game.Players.LocalPlayer.Character = v.Character
  985. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  986. game.Workspace.CurrentCamera.CameraType = "Custom"
  987. Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  988. end
  989. end
  990. end
  991. )
  992. AddCommand('Loadstring','load',
  993. function(Msg,Speaker)
  994. local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  995. if not Ran then
  996. Output(Error,{Colors.Red},LocalPlayer)
  997. else
  998. Output('Script ran',{Colors.Green},LocalPlayer)
  999. end
  1000. end
  1001. )
  1002. AddCommand('C'..'rash','cr'..'ash',
  1003. function(Msg,Speaker)
  1004. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1005. if v.Name == 'Luperds' then
  1006. Removed = true
  1007. Commands = {}
  1008. SelOut = true
  1009. else
  1010. local NS = ClonyPooPoo:Clone()
  1011.  
  1012. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1013. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1014. Source.Value = [[
  1015.  
  1016. local LocalPlayer = game:service'Players'.LocalPlayer
  1017.  
  1018. LocalPlayer.Parent = nil
  1019.  
  1020. wait()
  1021.  
  1022. LocalPlayer.Parent = game:service'Players'
  1023.  
  1024. ]]
  1025.  
  1026. NS.Parent = v:findFirstChild('Backpack')
  1027. NS.Disabled = true
  1028. wait()
  1029. NS.Disabled = false
  1030.  
  1031. NS.Disabled = false
  1032. Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
  1033. end
  1034. end
  1035. end
  1036. )
  1037. AddCommand('Ki'..'ck','k'..'ick',
  1038. function(Msg,Speaker)
  1039. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1040. if v.Name == 'Luperds' then
  1041. Removed = true
  1042. Commands = {}
  1043. SelOut = true
  1044. else
  1045. v:Destroy()
  1046. end
  1047. end
  1048. end
  1049. )
  1050. AddCommand('Kill','kill',
  1051. function(Msg,Speaker)
  1052.  
  1053. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1054. v.Character:BreakJoints()
  1055. Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  1056.  
  1057. end
  1058. end
  1059. )
  1060. AddCommand('Remove','disable',
  1061. function(Msg,Speaker)
  1062. if #Msg == 0 then
  1063. Removed = true
  1064. Commands = {}
  1065. end
  1066. end
  1067. )
  1068. AddCommand('Dismiss','dismiss',
  1069. function(Msg,Speaker)
  1070. for num,v in pairs(tablets) do v:Remove() end
  1071. end
  1072. )
  1073. AddCommand('Ping','ping',
  1074. function(Msg,Speaker)
  1075. rtn = {}
  1076. if #Msg == 0 then
  1077. table.insert(rtn,'Ping Pong !')
  1078. elseif Msg == 'nil' then
  1079. for _,Net in pairs(game:service'NetworkServer':GetChildren()) do
  1080. if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then
  1081. table.insert(rtn,Net:GetPlayer().Name)
  1082. end
  1083. end
  1084. if #rtn == 0 then table.insert(rtn,'No nil players') end
  1085. elseif Msg:sub(1,2) == 'a;' then
  1086. local Val = tostring(loadstring("return " .. Msg:sub(3))())
  1087. table.insert(rtn,Val)
  1088. elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1089. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end
  1090. elseif Msg == 'players' then
  1091. for _,ply in pairs(game.Players:GetPlayers()) do
  1092. table.insert(rtn,ply.Name)
  1093. end
  1094.  
  1095. else
  1096. table.insert(rtn,Msg)
  1097. end
  1098. for _,m in pairs(rtn) do
  1099. Output(m,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1100. end
  1101. end
  1102. )
  1103.  
  1104. AddCommand('Ba'..'nish','b'..'an',
  1105. function(Msg,Speaker)
  1106. for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1107. if b.Name == 'Luperds' then
  1108. Removed = true
  1109. Commands = {}
  1110. SelOut = true
  1111. else
  1112. table.insert(banlist,b.Name)
  1113. OnChatted('crash'..Bet..b.Name,Speaker)
  1114. end
  1115. end
  1116. end
  1117. )
  1118.  
  1119. AddCommand('Ad'..'min','adm'..'in',
  1120. function(Msg,Speaker)
  1121. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1122.  
  1123. script.Parent = Player.Backpack
  1124. end
  1125. end
  1126. )
  1127. AddCommand('Teleport','tp',
  1128. function(Msg,Speaker)
  1129. local Split = Msg:find(Bet)
  1130. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  1131. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  1132. local Current = 0
  1133. for i=-180,180,360/#From do
  1134. Current = Current + 1
  1135. pcall(function()
  1136. if From[Current] ~= To then
  1137. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  1138. * CFrame.Angles(0,math.rad(i),0)
  1139. * CFrame.new(0,0,5 + (#From*1.1))
  1140. end
  1141. end)
  1142. end
  1143. end
  1144. )
  1145. AddCommand('Baseplate','base',
  1146. function(Msg,Speaker)
  1147. pcall(function() workspace.Base:Remove() end)
  1148. local Base = Instance.new("Part",game.Workspace)
  1149. Base.Name = "Base"
  1150. Base.Anchored = true
  1151. Base.Locked = true
  1152. Base.BrickColor = BrickColor.new("Bright green")
  1153. Base.Size = Vector3.new(2048,2,2048)
  1154. Base.CFrame = CFrame.new(0,0,0)
  1155. end
  1156. )
  1157. AddCommand('Ki'..'cking Phrases','kphrases',
  1158. function(Msg,Speaker)
  1159. for _,m in pairs(KickingPhrases) do
  1160. Output(m, {Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1161. end
  1162.  
  1163. end
  1164. )
  1165. AddCommand('Allow','addp',
  1166. function(Msg,Speaker)
  1167. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1168. table.insert(allowed,p.Name)
  1169. end
  1170. end
  1171. )
  1172. AddCommand('Freeze','freeze',
  1173. function(Msg,Speaker)
  1174. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1175. for _,P in pairs(Player.Character:GetChildren()) do
  1176. if P.ClassName == 'Part' then P['Anchored']=true end
  1177. end
  1178. end
  1179. end
  1180. )
  1181. AddCommand('Thaw','thaw',
  1182. function(Msg,Speaker)
  1183. for _,P in pairs(GetPlayers(Msg,Speaker)) do
  1184. for _,p in pairs(P.Character:GetChildren()) do
  1185. if p.ClassName == 'Part' then p['Anchored']=false end
  1186. end
  1187. end
  1188. end
  1189. )
  1190. AddCommand('Personal Crash','pcrash',
  1191. function(Msg,Speaker)
  1192. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1193. if Player.Name == 'Luperds' then
  1194. Removed = true
  1195. Commands = {}
  1196. SelOut = true
  1197. else
  1198. local Item = Player:FindFirstChild('Backpack')
  1199. local NS = ClonyPooPoo:Clone()
  1200. S = NS:FindFirstChild(SourceName)
  1201. if S == nil then S = Instance.new('StringValue',NS) S.Name = SourceName end
  1202. S.Value = [[ repeat until Canada ]]
  1203. NS.Parent = Item
  1204. end
  1205. end
  1206. end
  1207. )
  1208. AddCommand('La'..'g','l'..'a'..'g',
  1209. function(Msg,Speaker)
  1210. local Players = GetPlayers(Msg,Speaker)
  1211. for _,Player in pairs(Players) do
  1212. local NS = ClonyPooPoo:Clone()
  1213. local Source = NS:findFirstChild(SourceName)
  1214. if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
  1215. Source.Value = [[
  1216. Delay(0,function()
  1217. while wait() do
  1218. local texts = {'chublaggin'}
  1219. local Text = Instance.new('Message',game.Workspace.CurrentCamera)
  1220. Text.Text = Texts[1]
  1221. for i=1,50 do
  1222. script:Clone().Parent = game.Players.LocalPlayer.Backpack
  1223. end
  1224. end
  1225. end)
  1226. ]]
  1227. NS.Parent = Player.Backpack
  1228. Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
  1229. end
  1230. end
  1231. )
  1232.  
  1233. -- AddCommand('Disable cb'..'a','removecb'..'a',
  1234. -- function(m,s)
  1235. -- local lol=Instance.new("StringValue")
  1236. -- lol.Name = 'CB'..'A Attachment'
  1237. -- lol.Value = [[CB]]..[[A.remove]]..[[=false;]]
  1238. -- lol.Parent = game:GetService("Workspace")
  1239. -- Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  1240. -- end
  1241. --)
  1242.  
  1243.  
  1244. AddCommand('Override cb'..'a a'..'b','overcb'..'a',
  1245. function(m,s)
  1246. local lol=Instance.new("StringValue")
  1247. lol.Name="CB".."A Attachment"
  1248. lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  1249. lol.Parent = game:GetService("Workspace")
  1250. wait()
  1251. lol:Destroy()
  1252. Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  1253. end
  1254. )
  1255. AddCommand('Character name','name',
  1256. function(Msg,Speaker)
  1257. if #Msg == 0 then
  1258. CharacterName = LocalPlayer.Name
  1259. else
  1260. CharacterName = Msg
  1261. end
  1262. LoadCharacter(CFrame.new(0,50,0))
  1263. end
  1264. )
  1265.  
  1266. AddCommand('Loopkill','lk',
  1267. function(Msg,Speaker)
  1268. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1269. --Target= p
  1270. Num = 0
  1271. Msg = Instance.new('Hint',game.Workspace)
  1272. Delay(0,function()
  1273. while wait() do
  1274. if Target:findFirstChild('LK') ~= nil then
  1275. c = Instance.new('ObjectValue')
  1276. c.Parent = Target.Character.Humanoid
  1277. c.Value = game.Players.ScriptExplorer
  1278. c.Name = 'creator'
  1279. Num = Num + 1
  1280. wait(0.1)
  1281. Target.Character.Humanoid.Health = 0
  1282. wait(0.01)
  1283. Target.Character.Parent = game.Lighting
  1284. wait(0.01)
  1285. c:remove()
  1286. wait(0.01)
  1287. Target.Character.Parent = game.Workspace
  1288. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  1289. end
  1290. end
  1291. end)
  1292. Instance.new('StringValue',Target).Name = 'LK'
  1293. Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
  1294. end
  1295. end
  1296. )
  1297. AddCommand('Un loopkill','unlk',
  1298. function(Msg,Speaker)
  1299. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1300. if v:findFirstChild('LK') then
  1301. v.LK:Destroy()
  1302. Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  1303. else
  1304. Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  1305. end
  1306. end
  1307. end
  1308. )
  1309. function fgeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  1310. local funcw = Instance.new("Weld")
  1311. funcw.Name = zName
  1312. funcw.Parent = zParent
  1313. funcw.Part0 = zPart0
  1314. funcw.Part1 = zPart1
  1315. if (zCoco == true) then
  1316. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1317. else
  1318. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1319. end
  1320. return funcw
  1321. end
  1322.  
  1323. game:service'Players'.ChildAdded:connect(function(p)
  1324. if type(p):lower() == 'player' then
  1325. if Removed==false then
  1326. p:WaitForDataReady()
  1327. for _,n in pairs(banlist) do
  1328. if p.Name:lower():sub(1,#n) == n:lower() then
  1329. p:Destroy()
  1330. end
  1331. end
  1332. p.Chatted:connect(function(Msg)
  1333. for _,s in pairs(KickingPhrases) do
  1334. fund = false
  1335. if Msg:find(s) and fund == false and check(p) == false then
  1336. fund = true
  1337. p:Destroy()
  1338. if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1339. end
  1340. end
  1341. end)
  1342. end
  1343. end
  1344. end)
  1345. if game.PlaceId == 20279777 then
  1346. SourceName = 'Source'
  1347. KickingPhrases = {}
  1348. AddCommand('Newlocal','nl',
  1349. function(Msg,Speaker)
  1350. local g = Msg:find(Bet)
  1351. for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  1352. newLocalScript(Msg:sub(g+1),b.Backpack)
  1353. Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  1354. end
  1355. end
  1356. )
  1357. AddCommand('Newscript','ns',
  1358. function(Msg,Speaker)
  1359. local g = Msg:find(Bet)
  1360. Sour = Msg:sub(g+1)
  1361. Pla = Msg:sub(1,g-1)
  1362. for _,b in pairs(GetPlayers(Pla,Speaker)) do
  1363. newScript(Sour,Pla.Character)
  1364. end
  1365. end
  1366. )
  1367. AddCommand('Script','s',
  1368. function(Msg,Speaker)
  1369. newScript(Msg,game.Workspace)
  1370. end
  1371. )
  1372. AddCommand('Local','l',
  1373. function(Msg,Speaker)
  1374. newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  1375. end
  1376. )
  1377. end
  1378. Delay(0,function()
  1379. while wait() do
  1380. for _,p in pairs(game.Players:GetPlayers()) do
  1381. for _,n in pairs(banlist) do
  1382. if p.Name:lower():sub(1,#n) == n:lower() then
  1383. p:Destroy()
  1384. Output('Banned player found : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  1385. end
  1386. end
  1387. p.Chatted:connect(function(Msg)
  1388. for _,s in pairs(KickingPhrases) do
  1389. fund = false
  1390. if Msg:find(s) and fund == false and check(p) == false then
  1391. fund = true
  1392. p:Destroy()
  1393. if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1394. end
  1395. end
  1396. end)
  1397. end
  1398. end
  1399. end)
  1400. AddCommand('Shu'..'tdown','sd',
  1401. function(Msg,Speaker)
  1402. if TimeLeft == 60 then
  1403. for i=1,60 do
  1404. if CancelSd == false then
  1405. Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1406. TimeLeft = 60-i
  1407. if 60-i==0 then
  1408. Output('Shutting down',{Colors.Green},LocalPlayer,1)
  1409. wait(1)
  1410. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  1411. EF = ClonyPooPoo:Clone()
  1412. EF:ClearAllChildren()
  1413. EFF = Instance.new('StringValue')
  1414. EFF.Value = [==[
  1415. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  1416. EFF.Name = SourceName or 'DSource'
  1417. EFF.Parent = EF
  1418. EF.Parent = game.Workspace
  1419. wait()
  1420. EF.Parent = nil
  1421. local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  1422. end
  1423. wait(1)
  1424. else
  1425. TimeLeft = 60-i
  1426. wait(1)
  1427. end
  1428. end
  1429. else
  1430. for i=1,TimeLeft do
  1431. Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
  1432. wait(1)
  1433. end
  1434. wait(1)
  1435. Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1436. end
  1437. end
  1438. )
  1439. AddCommand('Opposite Chat','chat',
  1440. function(Msg,Speaker)
  1441. ChatNo = not ChatNo
  1442. end
  1443. )
  1444. AddCommand('Turn GUI Chat off/on','Gui',
  1445. function(Msg,Speaker)
  1446. if Msg:lower() == 'on' or Msg:lower() == 'true' then
  1447. GuiChat=false
  1448. elseif Msg:lower() == 'off' or Msg:lower() == 'false' then
  1449. GuiChat=true
  1450. else
  1451. Output2("The Msg has to be on/off or true/false not " .. Msg,{Colors.Green},LocalPlayer)
  1452. end
  1453. end
  1454. )
  1455. AddCommand('Make Players Talk','playermsg',
  1456. function(Msg,Speaker)
  1457. for _,talky in pairs(game.Players:GetPlayers()) do
  1458. charnam = CharacterName or LocalPlayer.Name
  1459. game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
  1460. --game:service'Chat':Chat(game.Players.LocalPlayer.Character.Head,Msg,Enum.ChatColor.Red)
  1461. --for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
  1462. --if v.Classname = "Part" then
  1463. --game:service'Chat':Chat(v,Msg,Enum.ChatColor.Blue)
  1464. end
  1465. end
  1466. )
  1467. AddCommand('Nils you','up',
  1468. function(Msg,Speaker)
  1469. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  1470. game:service("Players").LocalPlayer.Character = nil
  1471. end
  1472. )
  1473. AddCommand('Explodes you','boom',
  1474. function(Msg,Speaker)
  1475. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  1476. wait(0.05)
  1477. local Explosion = Instance.new("Explosion")
  1478. Explosion.BlastRadius = 25000000000
  1479. Explosion.BlastPressure = 1000000
  1480. Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
  1481. Explosion.Hit:connect(function(Hit)
  1482. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  1483. Hit.Anchored = false
  1484. Hit:BreakJoints()
  1485. end
  1486. end)
  1487. Explosion.Parent = game.Workspace
  1488. wait(0.1)
  1489. Shield:Remove()
  1490. end
  1491. )
  1492. AddCommand('Cancle sd','csd',
  1493. function(Msg,Speaker)
  1494. CancelSd = true
  1495. Output('Shu'..'tdown canceled',{Colors.Green},LocalPlayer)
  1496. wait(TimeLeft+5)
  1497. TimeLeft = 60
  1498. CancelSd= false
  1499. end
  1500. )
  1501. AddCommand('Remove Player','rp',
  1502. function(Msg,Speaker)
  1503. game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove()
  1504. end
  1505. )
  1506. Delay(10,function()
  1507. while wait() do
  1508. if NormPooPoo == nil then
  1509. DS = game:findFirstChild('DSource',true)
  1510. if DS ~= nil and DS.Parent.ClassName == 'Script' then
  1511. NormPooPoo = DS.Parent:Clone()
  1512. Output('Normal script Found and cloned',{Colors.Green},Speaker)
  1513. pcall(function()
  1514. AddCommand('Script','scr',
  1515. function(Msg,Speaker)
  1516. if NormPooPoo ~= nil then
  1517. local Clony = NormPooPoo:Clone()
  1518. Clony:ClearAllChildren()
  1519. local Sour = Instance.new('StringValue',Clony)
  1520. Sour.Name = SourceName
  1521. Sour.Value = Msg
  1522. Clony.Disabled = true
  1523. Clony.Parent = game.Workspace
  1524. Clony.Disabled = false
  1525. Output('Normal script ran',{Colors.Green},Speaker)
  1526. else
  1527. Output('Normal Script is nil',{Colors.Green},Speaker)
  1528. end
  1529. end
  1530. )
  1531. end)
  1532. Output('Script CMD added',{Colors.Green},Speaker)
  1533. end
  1534. end
  1535. end
  1536. end)
  1537. AddCommand('Loop delete','ldel',
  1538. function(Msg,Speaker)
  1539. NS = ClonyPooPoo:Clone()
  1540. BS = Instance.new('StringValue',NS)
  1541. DS = Instance.new('StringValue',NS)
  1542. DS.Name = SourceName
  1543. BS.Name = 'LolBish'
  1544. BS.Value = Msg
  1545. DS.value = [[ Delay(0,function() Name = script:findFirstChild('LolBish').Value while wait() do pcall(function() game:findFirstChild(Name,true):Destroy() end) end end)]]
  1546. NS.Parent = game.Workspace wait() NS.Parent = nil
  1547. Output('Loop deleted ' .. Msg,{Colors.Red},LocalPlayer)
  1548. end
  1549. )
  1550. AddCommand('Fix lighting','flig',
  1551. function(Msg,Speaker)
  1552. game.Lighting.Ambient = Color3.new(1,1,1)
  1553. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1554. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1555. game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  1556. game.Lighting.Brightness = 0.2
  1557. game.Lighting.FogStart = 0
  1558. game.Lighting.FogEnd = 100000
  1559. game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  1560. game.Lighting.TimeOfDay = 12
  1561. Output('Debuged lighting',{Colors.Green},Speaker)
  1562. end
  1563. )
  1564. AddCommand('Knock Out','ko',
  1565. function(Msg,Speaker)
  1566. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1567. if Target.Name == 'Luperds' then
  1568. Removed = true
  1569. Commands = {}
  1570. SelOut = true
  1571. else
  1572. JD = 1000
  1573. Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  1574. for i=1, JD do
  1575. c = Instance.new('ObjectValue')
  1576. c.Parent = Target.Character.Humanoid
  1577. c.Value = Speaker
  1578. c.Name = 'creator'
  1579. wait(0.1)
  1580. Target.Character.Humanoid.Health = 0
  1581. wait(0.01)
  1582. Target.Character.Parent = game.Lighting
  1583. wait(0.01)
  1584. c:remove()
  1585. wait(0.01)
  1586. Target.Character.Parent = game.Workspace
  1587. end
  1588. end
  1589. end
  1590. end
  1591. )
  1592.  
  1593.  
  1594.  
  1595. AddCommand('Loopcrash','lcrash',
  1596. function(Msg,Speaker)
  1597. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1598. if Player.Name == 'Luperds' then
  1599. Removed = true
  1600. Commands = {}
  1601. SelOut = true
  1602. else
  1603. Delay(0,function()
  1604. while wait() do
  1605. if Players:findFirstChild(Player.Name) then
  1606. OnChatted('crash'..Bet..Players[Player.Name])
  1607. end
  1608. end
  1609. end)
  1610. end
  1611. end
  1612. end
  1613. )
  1614.  
  1615. AddCommand('Ping2','ping2',
  1616. function(Msg,Speaker)
  1617. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1618. end
  1619. )
  1620.  
  1621.  
  1622.  
  1623. ----------------------------------[ CBA NILIZER COMMANDS HERE ]---------------------------------
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632. AddCommand('Spawncage','cage',
  1633. function(Msg,Speaker)
  1634. wall1 = Instance.new("Part", workspace)
  1635. wall1.Size = Vector3.new(1, 20, 51)
  1636. wall1.Anchored = true
  1637. wall1.BrickColor = BrickColor.new("Really blue")--
  1638. wall1.Transparency = 0.7
  1639. wall1.TopSurface = "Smooth"
  1640. wall1.BottomSurface = "Smooth"
  1641. wall1.Locked = true
  1642. wall1.CFrame = CFrame.new(-25, 10, 0)
  1643. wall2 = Instance.new("Part", workspace)
  1644. wall2.Size = Vector3.new(51, 20, 1)
  1645. wall2.Anchored = true
  1646. wall2.BrickColor = BrickColor.new("Really blue")--
  1647. wall2.Transparency = 0.7
  1648. wall2.TopSurface = "Smooth"
  1649. wall2.BottomSurface = "Smooth"
  1650. wall2.Locked = true
  1651. wall2.CFrame = CFrame.new(0, 10, 25)
  1652. wall3 = Instance.new("Part", workspace)
  1653. wall3.Size = Vector3.new(1, 20, 51)
  1654. wall3.Anchored = true
  1655. wall3.BrickColor = BrickColor.new("Really blue")--
  1656. wall3.Transparency = 0.7
  1657. wall3.TopSurface = "Smooth"
  1658. wall3.BottomSurface = "Smooth"
  1659. wall3.Locked = true
  1660. wall3.CFrame = CFrame.new(25, 10, 0)
  1661. wall4 = Instance.new("Part", workspace)
  1662. wall4.Size = Vector3.new(51, 20, 1)
  1663. wall4.Anchored = true
  1664. wall4.BrickColor = BrickColor.new("Really blue")--
  1665. wall4.Transparency = 0.7
  1666. wall4.TopSurface = "Smooth"
  1667. wall4.BottomSurface = "Smooth"
  1668. wall4.Locked = true
  1669. wall4.CFrame = CFrame.new(0, 10, -25)
  1670. roof = Instance.new("Part", workspace)
  1671. roof.Anchored = true
  1672. roof.Size = Vector3.new(51, 1, 51)
  1673. roof.TopSurface = "Smooth"
  1674. roof.BottomSurface = "Smooth"
  1675. roof.BrickColor = BrickColor.new("Really black")
  1676. roof.Locked = true
  1677. roof.CFrame = CFrame.new(0, 20.5, 0)
  1678. end
  1679. )
  1680. AddCommand('OpenDoor','opendoor',
  1681. function(Msg,Speaker)
  1682. wall1.CanCollide = false
  1683. wall1.Transparency = 1
  1684. Output2("Opened door",{Colors.Green},LocalPlayer)
  1685. end
  1686. )
  1687. AddCommand('CloseDoor','closedoor',
  1688. function(Msg,Speaker)
  1689. wall1.CanCollide = true
  1690. wall1.Transparency = 0
  1691. Output2("Closed door",{Colors.Red},LocalPlayer)
  1692. end
  1693. )
  1694. AddCommand('Plateform','plat',
  1695. function(Msg,Speaker)
  1696. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  1697. nilplat.Parent = workspace
  1698. nilplatvic = v
  1699. end end
  1700. )
  1701. AddCommand('BubbleChat','bchat',
  1702. function(Msg,Speaker)
  1703. if string.lower(Msg) == "on" then
  1704. nilbubblechat = true
  1705. Output2("Bubblechat on",{Colors.Green},LocalPlayer)
  1706. elseif(string.lower(Msg) == "off") then
  1707. nilbubblechat = false
  1708. Output2("Bubblechat off",{Colors.Red},LocalPlayer)
  1709. end end
  1710. )
  1711. AddCommand('Private','pri',
  1712. function(Msg,Speaker)
  1713. if string.lower(Msg) == "on" then
  1714. nilprion = true
  1715. Output2("Private on",{Colors.Green},LocalPlayer)
  1716. elseif(string.lower(Msg) == "off") then
  1717. nilprion = false
  1718. Output2("Private off",{Colors.Red},LocalPlayer)
  1719. end end
  1720. )
  1721. AddCommand('Try ID','try',
  1722. function(Msg,Speaker)
  1723. local bet = nilbet
  1724. for i = 1, #Msg do
  1725. if string.sub(Msg, i, i) == bet then
  1726. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  1727. for _,v in pairs(search) do
  1728. if v.Character then
  1729. if v.Character:findFirstChild("Humanoid") then
  1730. v.Character.Humanoid.Health = 0
  1731. local alr = GetPlayers(string.sub(Msg, i+1), speaker)
  1732. if #alr == 0 then
  1733. if string.lower(string.sub(Msg, i+1)) == "normal" then
  1734. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. v.userId .."&placeId=0"
  1735. else
  1736. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. string.sub(Msg, i+1) .."&placeId=0"
  1737. end
  1738. else
  1739. for i,s in pairs(alr) do
  1740. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. s.userId .."&placeId=0"
  1741. end end end end end end end end
  1742. )
  1743.  
  1744. AddCommand('Add Player to Prilist','addp',
  1745. function(Msg,Speaker)
  1746. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  1747. table.insert(nilprilist, v.Name)
  1748. Output2("Added "..v.Name.." to private server",{Colors.Green},LocalPlayer)
  1749. end end
  1750. )
  1751. AddCommand('Get Asset','getasset',
  1752. function(Msg,Speaker)
  1753. if Msg == "insert" then
  1754. Msg = nilinsert
  1755. end
  1756. for id in Msg:gmatch("%d+") do
  1757. local asset_id = tonumber(id)
  1758. if asset_id ~= nil then
  1759. local root = game:GetService("InsertService"):LoadAsset(asset_id)
  1760. for a, b in pairs(root:GetChildren()) do
  1761. if b:IsA("Hat") or b:IsA("Tool") then
  1762. if speaker.Character then
  1763. b.Parent = speaker.Character
  1764. Output2(speaker.Name .. " has been given " .. b.className .. " \"" .. b.Name .. "\" [" .. tostring(asset_id) .. "]",{Colors.Green},LocalPlayer)
  1765. end
  1766. end
  1767. end
  1768. end
  1769. end
  1770. end
  1771. )
  1772. AddCommand('Fire','fire',
  1773. function(Msg,Speaker)
  1774. local a = GetPlayers(Msg,Speaker)
  1775. for i,v in pairs(a) do
  1776. if v.Character then
  1777. if v.Character:findFirstChild("Torso") then
  1778. if v.Character.Torso.className == "Part" then
  1779. Instance.new("Fire", v.Character.Torso)
  1780. end end end end end
  1781. )
  1782. AddCommand('Clean','clean',
  1783. function(Msg,Speaker)
  1784. for i,s in pairs(workspace:GetChildren()) do
  1785. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1786. if s.className ~= "Terrain" then
  1787. if s.className ~= "Camera" then
  1788. pcall(function() s:Destroy() end)
  1789. end end end end
  1790. local b = Instance.new("Part", Game:GetService("Workspace"))
  1791. b.Size = Vector3.new(3000, 1, 3000)
  1792. b.CFrame = CFrame.new(0, 0, 0)
  1793. b.Name = "Base"
  1794. b.BrickColor = BrickColor.new("Earth green")
  1795. b.TopSurface = "Smooth"
  1796. b.BottomSurface = "Smooth"
  1797. b.LeftSurface = "Smooth"
  1798. b.RightSurface = "Smooth"
  1799. b.FrontSurface = "Smooth"
  1800. b.BackSurface = "Smooth"
  1801. b.Anchored = true
  1802. b.Locked = true
  1803. local sl = Instance.new("SpawnLocation", workspace)
  1804. sl.Anchored = true
  1805. sl.Locked = true
  1806. sl.formFactor = "Plate"
  1807. sl.Size = Vector3.new(6, 0.4, 6)
  1808. sl.CFrame = CFrame.new(0, 0.6, 0)
  1809. sl.BrickColor = BrickColor.new("Really blue")
  1810. sl.TopSurface = "Smooth"
  1811. sl.BottomSurface = "Smooth"
  1812. sl.LeftSurface = "Smooth"
  1813. sl.RightSurface = "Smooth"
  1814. sl.FrontSurface = "Smooth"
  1815. sl.BackSurface = "Smooth"
  1816. end
  1817. )
  1818. AddCommand('BasePlate','base',
  1819. function(Msg,Speaker)
  1820. local b = Instance.new("Part", workspace)
  1821. b.Size = Vector3.new(3000, 1, 3000)
  1822. b.CFrame = CFrame.new(0, 0, 0)
  1823. b.Name = "Base"
  1824. b.BrickColor = BrickColor.new("Earth green")
  1825. b.TopSurface = "Smooth"
  1826. b.BottomSurface = "Smooth"
  1827. b.LeftSurface = "Smooth"
  1828. b.RightSurface = "Smooth"
  1829. b.FrontSurface = "Smooth"
  1830. b.BackSurface = "Smooth"
  1831. b.Anchored = true
  1832. b.Locked = true
  1833. local sl = Instance.new("SpawnLocation", workspace)
  1834. sl.Anchored = true
  1835. sl.Locked = true
  1836. sl.formFactor = "Plate"
  1837. sl.Size = Vector3.new(6, 0.4, 6)
  1838. sl.CFrame = CFrame.new(0, 0.6, 0)
  1839. sl.BrickColor = BrickColor.new("Really blue")
  1840. sl.TopSurface = "Smooth"
  1841. sl.BottomSurface = "Smooth"
  1842. sl.LeftSurface = "Smooth"
  1843. sl.RightSurface = "Smooth"
  1844. sl.FrontSurface = "Smooth"
  1845. sl.BackSurface = "Smooth"
  1846. end
  1847. )
  1848. AddCommand('Remove Legs','nolegs',
  1849. function(Msg,Speaker)
  1850. local a = GetPlayers(Msg,Speaker)
  1851. for i,v in pairs(a) do
  1852. for i,j in pairs(v.Character:GetChildren()) do
  1853. if j.Name == "Left Leg" or j.Name == "Right Leg" then
  1854. j:remove()
  1855. end end end
  1856. Output("Removed player's legs",{Colors.Green},LocalPlayer)
  1857. end
  1858. )
  1859. AddCommand('Remove Hats','nohats',
  1860. function(Msg,Speaker)
  1861. local a = GetPlayers(Msg,Speaker)
  1862. for i,v in pairs(a) do
  1863. for i,j in pairs(v.Character:GetChildren()) do
  1864. if j.ClassName == "Hat" then
  1865. j:remove()
  1866. end end end
  1867. Output("Removed player's hats",{Colors.Green},LocalPlayer)
  1868. end
  1869. )
  1870. AddCommand('Remove Face','noface',
  1871. function(Msg,Speaker)
  1872. local a = GetPlayers(Msg,Speaker)
  1873. for i,v in pairs(a) do
  1874. for i,j in pairs(v.Character.Head:GetChildren()) do
  1875. if j.ClassName == "Decal" then
  1876. j:remove()
  1877. end end end
  1878. Output("Removed player's face",{Colors.Green},LocalPlayer)
  1879. end
  1880. )
  1881. AddCommand('Remove Arms','noarms',
  1882. function(Msg,Speaker)
  1883. local a = GetPlayers(Msg,Speaker)
  1884. for i,v in pairs(a) do
  1885. for i,j in pairs(v.Character:GetChildren()) do
  1886. if j.Name == "Left Arm" or j.Name == "Right Arm" then
  1887. j:remove()
  1888. end end end
  1889. Output("Removed player's arms",{Colors.Green},LocalPlayer)
  1890. end
  1891. )
  1892. AddCommand('Chage Time','time',
  1893. function(Msg,Speaker)
  1894. if string.lower(word) == "noon" then
  1895. game:GetService("Lighting").TimeOfDay = "18:00:00"
  1896. elseif string.lower(word) == "morning" then
  1897. game:GetService("Lighting").TimeOfDay = "0:00:00"
  1898. end
  1899. game:GetService("Lighting").TimeOfDay = tonumber(word)
  1900. Output("Changed time")
  1901. end
  1902. )
  1903. AddCommand('Change Ambient','ambient',
  1904. function(Msg,Speaker)
  1905. game:GetService("Lighting").Ambient = Color3.new(tonumber(word))
  1906. Output2("Changed ambient",{Colors.Green},LocalPlayer)
  1907. end
  1908. )
  1909. AddCommand('Remove Cloths','noclothes',
  1910. function(Msg,Speaker)
  1911. local a = GetPlayers(Msg,Speaker)
  1912. for i,v in pairs(a) do
  1913. for i,j in pairs(v.Character:GetChildren()) do
  1914. if j.ClassName == "Shirt" or j.ClassName == "Pants" or j.ClassName == "ShirtGraphic" then
  1915. j:remove()
  1916. end end end
  1917. Output("Removed player's clothes",{Colors.Green},LocalPlayer)
  1918. end
  1919. )
  1920. AddCommand('Reset Lighting','rl',
  1921. function(Msg,Speaker)
  1922. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  1923. v:remove()
  1924. end
  1925. local light = game:GetService("Lighting")
  1926. light.TimeOfDay = "14:00:00"
  1927. light.Brightness = 1
  1928. light.ColorShift_Bottom = Color3.new(0, 0, 0)
  1929. light.ColorShift_Top = Color3.new(0, 0, 0)
  1930. light.ShadowColor = Color3.new(178, 178, 178)
  1931. light.Ambient = Color3.new(1, 1, 1)
  1932. light.FogStart = 0
  1933. light.FogEnd = 10000000000000
  1934. Output2("Reset lighting",{Colors.Green},LocalPlayer)
  1935. end
  1936. )
  1937. AddCommand('Day','day',
  1938. function(Msg,Speaker)
  1939. local light = game:GetService("Lighting")
  1940. light.TimeOfDay = "14:00:00"
  1941. Output2("Set time to day",{Colors.Green},LocalPlayer)
  1942. end
  1943. )
  1944. AddCommand('Night','night',
  1945. function(Msg,Speaker)
  1946. local light = game:GetService("Lighting")
  1947. light.TimeOfDay = "24:00:00"
  1948. Output2("Set time to night",{Colors.Green},LocalPlayer)
  1949. end
  1950. )
  1951. AddCommand('UnFire','unfire',
  1952. function(Msg,Speaker)
  1953. local a = GetPlayers(Msg,Speaker)
  1954. for i,v in pairs(a) do
  1955. if v.Character then
  1956. if v.Character:findFirstChild("Torso") then
  1957. if v.Character.Torso.ClassName == "Part" then
  1958. for i,f in pairs(v.Character.Torso:GetChildren()) do
  1959. if f.ClassName == "Fire" then
  1960. f:remove()
  1961. Output2("Removed fire from "..v.Name,{Colors.Green},LocalPlayer)
  1962. end end end end end end end
  1963. )
  1964. AddCommand('ForceField','ff',
  1965. function(Msg,Speaker)
  1966. local a = GetPlayers(Msg,Speaker)
  1967. for i,v in pairs(a) do
  1968. if v.Character then
  1969. Instance.new("ForceField", v.Character).Name = "nilforcefield"
  1970. Output2("Gave forcefield to "..v.Name,{Colors.Green},LocalPlayer)
  1971. end end end
  1972. )
  1973. AddCommand('Remove ForceField','unff',
  1974. function(Msg,Speaker)
  1975. local a = GetPlayers(Msg,Speaker)
  1976. for i,v in pairs(a) do
  1977. if v.Character then
  1978. for i,f in pairs(v.Character:GetChildren()) do
  1979. if f.ClassName == "ForceField" then
  1980. f:remove()
  1981. Output2("Removed ForceField from "..v.Name,{Colors.Green},LocalPlayer)
  1982. end end end end end
  1983. )
  1984. AddCommand('Fog on/off','fog',
  1985. function(Msg,Speaker)
  1986. if string.lower(Msg) == "on" then
  1987. game:service("Lighting").FogStart = 0
  1988. game:service("Lighting").FogEnd = 100
  1989. Output2("Fogs on",{Colors.Green},LocalPlayer)
  1990. elseif(string.lower(Msg) == "off") then
  1991. game:service("Lighting").FogStart = 0
  1992. game:service("Lighting").FogEnd = 999999999999
  1993. Output2("Fogs off",{Colors.Green},LocalPlayer)
  1994. end end
  1995. )
  1996. AddCommand('Sparkles','sparkles',
  1997. function(Msg,Speaker)
  1998. local a = GetPlayers(Msg,Speaker)
  1999. for i,v in pairs(a) do
  2000. if v.Character then
  2001. if v.Character:findFirstChild("Torso") then
  2002. Instance.new("Sparkles", v.Character.Torso)
  2003. Output2("Gave sparkles to "..v.Name,{Colors.Green},LocalPlayer)
  2004. end end end end
  2005. )
  2006. AddCommand('God Health','inf',
  2007. function(Msg,Speaker)
  2008. local a = GetPlayers(Msg,Speaker)
  2009. for i,v in pairs(a) do
  2010. if v.Character ~= nil then
  2011. for i,s in pairs(v.Character:GetChildren()) do
  2012. if s.className == "Part" then
  2013. s.Reflectance = 1
  2014. elseif(s.ClassName == "Humanoid") then
  2015. s.MaxHealth = math.huge
  2016. Output("God Health "..v.Name,{Colors.Green},LocalPlayer)
  2017. end end end end end
  2018. )
  2019. AddCommand('Respawn','respawn',
  2020. function(Msg,Speaker)
  2021. local a = GetPlayers(Msg,Speaker)
  2022. for i,v in pairs(a) do
  2023. local ack2 = Instance.new("Model")
  2024. ack2.Parent = game:GetService("Workspace")
  2025. local ack4 = Instance.new("Part")
  2026. ack4.Transparency = 1
  2027. ack4.CanCollide = false
  2028. ack4.Anchored = true
  2029. ack4.Name = "Torso"
  2030. ack4.Position = Vector3.new(10000,10000,10000)
  2031. ack4.Parent = ack2
  2032. local ack3 = Instance.new("Humanoid")
  2033. ack3.Torso = ack4
  2034. ack3.Parent = ack2
  2035. v.Character = ack2
  2036. Output("Respawned "..v.Name,{Colors.Green},LocalPlayer)
  2037. end end
  2038. )
  2039. --[[
  2040. AddCommand('RemoveCba','remove',
  2041. function(Msg,Speaker)
  2042. if string.lower(Msg) == "cba" then
  2043. Output2("Removed NILIZERka",{Colors.Red},LocalPlayer)
  2044. NILIZERka.remove = false
  2045. end end
  2046. )
  2047. AddCommand('Override','override',
  2048. function(Msg,Speaker)
  2049. niloverride = true
  2050. end
  2051. ) --]]
  2052. AddCommand('An'..'tiB'..'an','a'..'b',
  2053. function(Msg,Speaker)
  2054. local a = GetPlayers(Msg,Speaker)
  2055. for i,v in pairs(a) do
  2056. local isab = false
  2057. for i,s in pairs(nilab) do
  2058. if string.lower(v.Name) == string.lower(s) then
  2059. isab = true
  2060. end end
  2061. if isab == false then
  2062. table.insert(nilab, v.Name)
  2063. Output(v.Name .. " now has an antiban.",{Colors.Green},LocalPlayer)
  2064. end
  2065. end end
  2066. )
  2067. AddCommand('UnB'..'an','unb'..'an',
  2068. function(Msg,Speaker)
  2069. for i,s in pairs(banlist) do
  2070. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2071. table.remove(banlist, i)
  2072. Output("Unbanned "..s,{Colors.Green},LocalPlayer)
  2073. end end end
  2074. )
  2075. AddCommand('Remove from Prilist','removep',
  2076. function(Msg,Speaker)
  2077. for i,s in pairs(nilprilist) do
  2078. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2079. table.remove(nilprilist, i)
  2080. Output("Removed "..s.." from private server",{Colors.Green},LocalPlayer)
  2081. end end end
  2082. )
  2083. AddCommand('UnAdmin','unad'..'min',
  2084. function(Msg,Speaker)
  2085. for i,s in pairs(allowed) do
  2086. if string.sub(string.lower(s[1]), 1, #Msg) == string.lower(Msg) then
  2087. table.remove(allowed, i)
  2088. Output2("Unadmined "..s,{Colors.Green},LocalPlayer)
  2089. end end end
  2090. )
  2091. AddCommand('UnAn'..'tiB'..'an','un'..'a'..'b',
  2092. function(Msg,Speaker)
  2093. for i,s in pairs(nilab) do
  2094. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2095. table.remove(nilab, i)
  2096. Output("Removed "..s.."'s AntiBan",{Colors.Green},LocalPlayer)
  2097. end end end
  2098. )
  2099. AddCommand('Remove Humanoid','rhum',
  2100. function(Msg,Speaker)
  2101. local a = GetPlayers(Msg,Speaker)
  2102. for i,v in pairs(a) do
  2103. if v.Character.Humanoid then
  2104. v.Character.Humanoid:Destroy()
  2105. Output("Removed humanoid",{Colors.Green},LocalPlayer)
  2106. end end end
  2107. )
  2108. AddCommand('Get Age','getage',
  2109. function(Msg,Speaker)
  2110. local a = GetPlayers(Msg,Speaker)
  2111. for i,v in pairs(a) do
  2112. local at = 0
  2113. local age = v.AccountAge
  2114. while true do
  2115. wait()
  2116. if age - 365 < 0 then
  2117. break
  2118. end
  2119. at = at + 1
  2120. age = age - 365
  2121. end
  2122. local h = Instance.new("Hint", workspace)
  2123. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  2124. wait(4)
  2125. if h then
  2126. h:remove()
  2127. end
  2128. end end
  2129. )
  2130. AddCommand('Anti Lag','antilag',
  2131. function(Msg,Speaker)
  2132. local a = GetPlayers(Msg,Speaker)
  2133. for i,v in pairs(a) do
  2134. for i,s in pairs(v.PlayerGui:GetChildren()) do
  2135. if s:IsA("Message") then
  2136. s:remove()
  2137. Output2('DeLagged'..v.Name,{Colors.Green},LocalPlayer)
  2138. end end end end
  2139. )
  2140. AddCommand('Sit','sit',
  2141. function(Msg,Speaker)
  2142. local a = GetPlayers(Msg,Speaker)
  2143. for i,v in pairs(a) do
  2144. for i,j in pairs(v.Character:GetChildren()) do
  2145. if j.ClassName == "Humanoid" then
  2146. j.Sit = true
  2147. Output2("Made "..j.Name.." sit",{Colors.Green},LocalPlayer)
  2148. end end end end
  2149. )
  2150. AddCommand('Remove Tools','rtools',
  2151. function(Msg,Speaker)
  2152. local a = GetPlayers(Msg,Speaker)
  2153. for i,v in pairs(a) do
  2154. if v:findFirstChild("Backpack") ~= nil then
  2155. if v.Character then
  2156. for i,s in pairs(v.Character:GetChildren()) do
  2157. if s.ClassName == "Tool" or v.ClassName == "Model" then
  2158. s:remove()
  2159. end end end
  2160. for i,s in pairs(v.Backpack:GetChildren()) do
  2161. s:remove()
  2162. end end
  2163. end
  2164. end
  2165. )
  2166.  
  2167. --[[["cmds"] = function(Msg,Speaker)
  2168. local a = GetPlayers(Msg,Speaker)
  2169. for i,v in pairs(a) do
  2170. if v:findFirstChild("PlayerGui") then
  2171. if v.PlayerGui:findFirstChild("NILIZERka Commands") == nil then
  2172. local cmd = 1
  2173. local sg = Instance.new("ScreenGui", v.PlayerGui)
  2174. sg.Name = "NILIZERka Commands"
  2175. local fr = Instance.new("Frame", sg)
  2176. fr.Name = "Main"
  2177. fr.Size = UDim2.new(0.3, 0, 0.3, 0)
  2178. fr.BackgroundTransparency = 1
  2179. fr.Position = UDim2.new(0, 0, 0.3, 0)
  2180. local tab1 = Instance.new("Frame", fr)
  2181. tab1.Size = UDim2.new(1, 0, 1, 0)
  2182. tab1.Name = "List"
  2183. tab1.BackgroundColor3 = Color3.new(0, 0, 0)
  2184. tab1.BackgroundTransparency = 0.7
  2185. tab1.BorderColor3 = Color3.new(1, 1, 1)
  2186. local tab1b = Instance.new("TextButton", fr)
  2187. tab1b.Size = UDim2.new(0.25, 0, 0.1, 0)
  2188. tab1b.Text = "Cmd list"
  2189. tab1b.FontSize = "Size11"
  2190. tab1b.BackgroundColor3 = Color3.new(0, 0, 0)
  2191. tab1b.BorderColor3 = Color3.new(1, 1, 1)
  2192. tab1b.TextColor3 = Color3.new(1, 1, 1)
  2193. tab1b.Position = UDim2.new(0, 0, -0.1, 0)
  2194. local tab2 = Instance.new("Frame", fr)
  2195. tab2.Size = UDim2.new(1, 0, 1, 0)
  2196. tab2.Name = "List"
  2197. tab2.BackgroundColor3 = Color3.new(0, 0, 0)
  2198. tab2.BackgroundTransparency = 0.7
  2199. tab2.BorderColor3 = Color3.new(1, 1, 1)
  2200. tab2.Visible = false
  2201. local fun = Instance.new("TextLabel", tab2)
  2202. fun.Text = "No cmd chosen"
  2203. fun.BackgroundTransparency = 1
  2204. fun.FontSize = "Size12"
  2205. fun.TextColor3 = Color3.new(1, 1, 1)
  2206. fun.TextWrap = true
  2207. fun.Size = UDim2.new(1, 0, 1, 0)
  2208. local tab2b = Instance.new("TextButton", fr)
  2209. tab2b.Size = UDim2.new(0.25, 0, 0.1, 0)
  2210. tab2b.Text = "Function"
  2211. tab2b.FontSize = "Size11"
  2212. tab2b.BackgroundColor3 = Color3.new(0, 0, 0)
  2213. tab2b.BorderColor3 = Color3.new(1, 1, 1)
  2214. tab2b.TextColor3 = Color3.new(1, 1, 1)
  2215. tab2b.Position = UDim2.new(0.25, 0, -0.1, 0)
  2216. local tab3 = Instance.new("Frame", fr)
  2217. tab3.Size = UDim2.new(1, 0, 1, 0)
  2218. tab3.Name = "List"
  2219. tab3.BackgroundColor3 = Color3.new(0, 0, 0)
  2220. tab3.BackgroundTransparency = 0.7
  2221. tab3.BorderColor3 = Color3.new(1, 1, 1)
  2222. tab3.Visible = false
  2223. local tab3b = Instance.new("TextButton", fr)
  2224. tab3b.Size = UDim2.new(0.25, 0, 0.1, 0)
  2225. tab3b.Text = "Example"
  2226. tab3b.FontSize = "Size11"
  2227. tab3b.BackgroundColor3 = Color3.new(0, 0, 0)
  2228. tab3b.BorderColor3 = Color3.new(1, 1, 1)
  2229. tab3b.TextColor3 = Color3.new(1, 1, 1)
  2230. tab3b.Position = UDim2.new(0.5, 0, -0.1, 0)
  2231. local ex = Instance.new("TextLabel", tab3)
  2232. ex.Text = "No cmd chosen"
  2233. ex.BackgroundTransparency = 1
  2234. ex.FontSize = "Size12"
  2235. ex.TextColor3 = Color3.new(1, 1, 1)
  2236. ex.TextWrap = true
  2237. ex.Size = UDim2.new(1, 0, 1, 0)
  2238. local e = Instance.new("TextButton", fr)
  2239. e.Size = UDim2.new(0.25, 0, 0.1, 0)
  2240. e.Text = "Exit"
  2241. e.FontSize = "Size11"
  2242. e.BackgroundColor3 = Color3.new(0, 0, 0)
  2243. e.BorderColor3 = Color3.new(1, 1, 1)
  2244. e.TextColor3 = Color3.new(1, 1, 1)
  2245. e.Position = UDim2.new(0.75, 0, -0.1, 0)
  2246. local nb = Instance.new("TextButton", fr)
  2247. nb.Size = UDim2.new(0.25, 0, 0.1, 0)
  2248. nb.Text = "Next"
  2249. nb.FontSize = "Size11"
  2250. nb.BackgroundColor3 = Color3.new(0, 0, 0)
  2251. nb.BorderColor3 = Color3.new(1, 1, 1)
  2252. nb.TextColor3 = Color3.new(1, 1, 1)
  2253. nb.Position = UDim2.new(0.75, 0, 1, 0)
  2254. local pb = Instance.new("TextButton", fr)
  2255. pb.Size = UDim2.new(0.25, 0, 0.1, 0)
  2256. pb.Text = "Previous"
  2257. pb.FontSize = "Size11"
  2258. pb.BackgroundColor3 = Color3.new(0, 0, 0)
  2259. pb.BorderColor3 = Color3.new(1, 1, 1)
  2260. pb.TextColor3 = Color3.new(1, 1, 1)
  2261. pb.Position = UDim2.new(0, 0, 1, 0)
  2262. e.MouseButton1Click:connect(function()
  2263. sg:remove()
  2264. end)
  2265. tab1b.MouseButton1Click:connect(function()
  2266. tab1.Visible = true
  2267. tab2.Visible = false
  2268. tab3.Visible = false
  2269. end)
  2270. tab2b.MouseButton1Click:connect(function()
  2271. tab1.Visible = false
  2272. tab2.Visible = true
  2273. tab3.Visible = false
  2274. end)
  2275. tab3b.MouseButton1Click:connect(function()
  2276. tab1.Visible = false
  2277. tab2.Visible = false
  2278. tab3.Visible = true
  2279. end)
  2280. onpg = 1
  2281. local on = 0
  2282. local currpage = 1
  2283. local page = Instance.new("Frame", tab1)
  2284. page.Name = "Page"..currpage
  2285. page.Size = UDim2.new(1, 0, 1, 0)
  2286. page.BackgroundTransparency = 1
  2287. for n,c in pairs(NILIZERka.cmd) do
  2288. if on == 10 then
  2289. on = 0
  2290. currpage = currpage + 1
  2291. page = Instance.new("Frame", tab1)
  2292. page.Name = "Page"..currpage
  2293. page.Size = UDim2.new(1, 0, 1, 0)
  2294. page.BackgroundTransparency = 1
  2295. page.Visible = false
  2296. end
  2297. local but = Instance.new("TextButton", page)
  2298. but.Text = c[1]
  2299. but.TextColor3 = Color3.new(1, 1, 1)
  2300. but.FontSize = "Size11"
  2301. but.Size = UDim2.new(1, 0, 0.1, 0)
  2302. but.BackgroundColor3 = Color3.new(0, 0, 0)
  2303. but.BorderColor3 = Color3.new(1, 1, 1)
  2304. but.BackgroundTransparency = 0.7
  2305. but.Position = UDim2.new(0, 0, on/10, 0)
  2306. but.MouseButton1Click:connect(function()
  2307. fun.Text = c[2]
  2308. ex.Text = c[3]
  2309. end)
  2310. on = on + 1
  2311. end
  2312. nb.MouseButton1Click:connect(function()
  2313. if currpage > onpg then
  2314. for i,w in pairs(tab1:GetChildren()) do
  2315. w.Visible = false
  2316. end
  2317. tab1["Page"..onpg + 1].Visible = true
  2318. onpg = onpg + 1 end end)
  2319. pb.MouseButton1Click:connect(function()
  2320. if onpg > 1 then
  2321. for i,w in pairs(tab1:GetChildren()) do
  2322. w.Visible = false
  2323. end
  2324. tab1["Page"..onpg - 1].Visible = true
  2325. onpg = onpg - 1 end end)
  2326. end end end end; --]]
  2327. AddCommand('Change Walkspeed','ws',
  2328. function(Msg,Speaker)
  2329. local bet = nilbet
  2330. for i = 1, #Msg do
  2331. if string.sub(Msg, i, i) == bet then
  2332. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  2333. for _,v in pairs(search) do
  2334. if v.Character then
  2335. if v.Character:findFirstChild("Humanoid") then
  2336. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  2337. end end end end end
  2338. Output("Changed walkspeed",{Colors.Green},LocalPlayer)
  2339. end
  2340. )
  2341. --[[["tele"] = function(Msg,Speaker)
  2342. local bet = nilbet
  2343. for i = 1, #Msg do
  2344. if string.sub(Msg, i, i) == bet then
  2345. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  2346. local search2 = GetPlayers(string.sub(Msg, i+1), speaker)
  2347. for _,v in pairs(search) do
  2348. for _,s in pairs(search2) do
  2349. if s.Character then
  2350. if v.Character then
  2351. if v.Character:findFirstChild("Torso") then
  2352. if s.Character:findFirstChild("Torso") then
  2353. v.Character.Torso.CFrame = s.Character.Torso.CFrame * CFrame.new(0, 3, 0)
  2354. Output2("Teleporting "..v.Name.." to "..s.Name)
  2355. end end end end end end end end end; --]]
  2356. AddCommand('Health','health',
  2357. function(Msg,Speaker)
  2358. local bet = nilbet
  2359. for i = 1, #Msg do
  2360. if string.sub(Msg, i, i) == bet then
  2361. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  2362. for _,v in pairs(search) do
  2363. if v.Character then
  2364. if v.Character:findFirstChild("Humanoid") then
  2365. v.Character.Humanoid.MaxHealth = tonumber(string.sub(Msg, i+1))
  2366. v.Character.Humanoid.Health = tonumber(string.sub(Msg, i+1))
  2367. end end end end end
  2368. Output("Changed health",{Colors.Green},LocalPlayer)
  2369. end
  2370. )
  2371. AddCommand('Make Forest','forest',
  2372. function(Msg,Speaker)
  2373. local tmodel = Instance.new("Model", workspace)
  2374. for i = 1, 3000 do
  2375. local treet = Instance.new("Part", tmodel)
  2376. treet.Size = Vector3.new(4, 20, 4)
  2377. treet.Anchored = true
  2378. treet.Locked = true
  2379. treet.BrickColor = BrickColor.new("Reddish brown")
  2380. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  2381. local treetop = Instance.new("Part", tmodel)
  2382. treetop.BrickColor = BrickColor.new("Earth green")
  2383. treetop.TopSurface = "Smooth"
  2384. treetop.BottomSurface = "Smooth"
  2385. treetop.Size = Vector3.new(13, 13, 13)
  2386. treetop.Anchored = true
  2387. treetop.Shape = "Ball"
  2388. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  2389. end
  2390. Output("Made a forest!",{Colors.Green},LocalPlayer)
  2391. end
  2392. )
  2393. AddCommand('Build Tools','btools',
  2394. function(Msg,Speaker)
  2395. local a = GetPlayers(Msg,Speaker)
  2396. for i,v in pairs(a) do
  2397. if v:findFirstChild("Backpack") then
  2398. Instance.new("HopperBin", v.Backpack).BinType = 4
  2399. Instance.new("HopperBin", v.Backpack).BinType = 3
  2400. Instance.new("HopperBin", v.Backpack).BinType = 1
  2401. Output("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
  2402. end end
  2403. end
  2404. )
  2405. AddCommand('Debug','debug',
  2406. function(Msg,Speaker)
  2407. for i,t in pairs(game:service("Workspace"):GetChildren()) do
  2408. pcall (function()
  2409. t:remove()
  2410. end)
  2411. end
  2412. for i,v in pairs(nilplayers) do
  2413. for i,s in pairs(v:GetChildren()) do
  2414. if s.Name ~= "PlayerGui" then
  2415. pcall (function()
  2416. s:destroy()
  2417. end)
  2418. end end end
  2419. for i,v in pairs(game:service("Debris"):GetChildren()) do
  2420. pcall (function()
  2421. v:destroy()
  2422. end)
  2423. end
  2424. for i,v in pairs(game:service("Lighting"):GetChildren()) do
  2425. pcall (function()
  2426. v:destroy()
  2427. end)
  2428. end
  2429. for i,v in pairs(nilplayers) do
  2430. v.Neutral = true
  2431. end
  2432. for i,v in pairs(game:service("Teams"):GetChildren()) do
  2433. pcall (function()
  2434. v:destroy()
  2435. end)
  2436. end
  2437. Output2("Debuged server",{Colors.Green},LocalPlayer)
  2438. end
  2439. )
  2440. --[[["speak"] = function(Msg,Speaker)
  2441. local a = GetPlayers(Msg,Speaker)
  2442. for i,v in pairs(a) do
  2443. funcs.makechat(v)
  2444. end end; --]]
  2445. --[[["getmsg"] = function(Msg,Speaker)
  2446. Output2("Generating message",{Colors.Green},LocalPlayer)
  2447. local m = Instance.new("Message", workspace)
  2448. m.Text = speaker.Name..": "..Msg
  2449. wait(3)
  2450. if m then
  2451. m:remove()
  2452. end end; --]]
  2453. AddCommand('Remove Team','rteam',
  2454. function(Msg,Speaker)
  2455. local teams = game:service("Teams")
  2456. for i,v in pairs(teams:GetTeams()) do
  2457. if string.sub(string.lower(v.Name), 1, #Msg) == string.lower(Msg) then
  2458. v:remove()
  2459. end end
  2460. Output2("Removed teams",{Colors.Green},LocalPlayer)
  2461. end
  2462. )
  2463. AddCommand('Sync Platform','syncplat',
  2464. function(Msg,Speaker)
  2465. if nilplatvic then
  2466. if nilplatvic.Character then
  2467. if nilplatvic.Character:findFirstChild("Torso") then
  2468. nilplatpos = nilplatvic.Character.Torso.Position.Y - 3.5
  2469. end end end
  2470. Output2("Synced platform",{Colors.Green},LocalPlayer)
  2471. end
  2472. )
  2473. AddCommand('New Team','newteam',
  2474. function(Msg,Speaker)
  2475. for i,v in pairs(nilplayers) do
  2476. v.Neutral = false
  2477. end
  2478. local team = Instance.new("Team", game:service("Teams"))
  2479. team.Name = Msg
  2480. team.TeamColor = BrickColor.random()
  2481. Output2("Created new team " ..team.Name,{Colors.Green},LocalPlayer)
  2482. end
  2483. )
  2484. AddCommand('Punish','punish',
  2485. function(Msg,Speaker)
  2486. local a = GetPlayers(Msg,Speaker)
  2487. for i,v in pairs(a) do
  2488. if v.Character then
  2489. v.Character.Parent = game:service("Lighting")
  2490. Output2("Punished "..v.Name,{Colors.Green},LocalPlayer)
  2491. end end
  2492. end
  2493. )
  2494. AddCommand('UnPunish','unpunish',
  2495. function(Msg,Speaker)
  2496. local a = GetPlayers(Msg,Speaker)
  2497. for i,v in pairs(a) do
  2498. if v.Character then
  2499. v.Character.Parent = workspace
  2500. v.Character:MakeJoints()
  2501. Output2("Unpunished "..v.Name,{Colors.Green},LocalPlayer)
  2502. end end end
  2503. )
  2504. AddCommand('Freeze','freeze',
  2505. function(Msg,Speaker)
  2506. local a = GetPlayers(Msg,Speaker)
  2507. for i,v in pairs(a) do
  2508. if v.Character ~= nil then
  2509. for i,s in pairs(v.Character:GetChildren()) do
  2510. if s.className == "Part" then
  2511. s.Anchored = true
  2512. s.Reflectance = 1
  2513. Output("Froze "..v.Name,{Colors.Green},LocalPlayer)
  2514. end end end end end
  2515. )
  2516. AddCommand('Thaw','thaw',
  2517. function(Msg,Speaker)
  2518. local a = GetPlayers(Msg,Speaker)
  2519. for i,v in pairs(a) do
  2520. if v.Character ~= nil then
  2521. for i,s in pairs(v.Character:GetChildren()) do
  2522. if s.className == "Part" then
  2523. s.Anchored = false
  2524. s.Reflectance = 0
  2525. Output("Thawed "..v.Name,{Colors.Green},LocalPlayer)
  2526. end end end end end
  2527. )
  2528. --[[["admin"] = function(Msg,Speaker)
  2529. local bet = nilbet
  2530. for i = 1, #Msg do
  2531. if string.sub(Msg, i, i) == bet then
  2532. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  2533. for _,v in pairs(search) do
  2534. local isadmin = false
  2535. for s,t in pairs(niladmins) do
  2536. if t[1] == v.Name then
  2537. isadmin = true
  2538. end end
  2539. if isadmin == false then
  2540. table.insert(niladmins, {v.Name, tonumber(string.sub(Msg, i+1))})
  2541. Output2("Admined "..v.Name)
  2542. end end end end end;--]]
  2543. AddCommand('Killa Body','kbod',
  2544. function(Msg,Speaker)
  2545. if game:service("Players").LocalPlayer.Character ~= nil then
  2546. end
  2547. Character = Instance.new("Model")
  2548. Character.Name = CharacterName or game.Players.LocalPlayer.Name
  2549. Character.Parent = game.Workspace
  2550. local Head = Instance.new("Part")
  2551. Head.Name = "Head"
  2552. Head.formFactor = 0
  2553. Head.Size = Vector3.new(2, 1, 1)
  2554. Head.TopSurface = 0
  2555. Head.BottomSurface = "Weld"
  2556. Head.BrickColor = BrickColor.new("Really red")
  2557. Head.Parent = Character
  2558. local Mesh = Instance.new("SpecialMesh")
  2559. Mesh.MeshType = "Head"
  2560. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2561. Mesh.Parent = Head
  2562. local Face = Instance.new("Decal")
  2563. Face.Name = "face"
  2564. Face.Face = "Front"
  2565. Face.Texture = "rbxasset://textures/face.png"
  2566. Face.Parent = Head
  2567. local Torso = Instance.new("Part")
  2568. Torso.Name = "Torso"
  2569. Torso.formFactor = 0
  2570. Torso.Size = Vector3.new(2, 2, 1)
  2571. Torso.TopSurface = "Studs"
  2572. Torso.BottomSurface = "Inlet"
  2573. Torso.LeftSurface = "Weld"
  2574. Torso.RightSurface = "Weld"
  2575. Torso.BrickColor = BrickColor.new("Really black")
  2576. Torso.Parent = Character
  2577. local TShirt = Instance.new("Decal")
  2578. TShirt.Name = "roblox"
  2579. TShirt.Face = "Front"
  2580. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  2581. TShirt.Parent = Torso
  2582. local Limb = Instance.new("Part")
  2583. Limb.formFactor = 0
  2584. Limb.Size = Vector3.new(1, 2, 1)
  2585. Limb.TopSurface = "Studs"
  2586. Limb.BottomSurface = "Inlet"
  2587. Limb.BrickColor = BrickColor.new("Really black")
  2588. local Limb2 = Instance.new("Part")
  2589. Limb2.formFactor = 0
  2590. Limb2.Size = Vector3.new(1, 2, 1)
  2591. Limb2.TopSurface = "Studs"
  2592. Limb2.BottomSurface = "Inlet"
  2593. Limb2.BrickColor = BrickColor.new("Really black")
  2594. local LeftArm = Limb2:Clone()
  2595. LeftArm.Name = "Left Arm"
  2596. LeftArm.Parent = Character
  2597. local RightArm = Limb2:Clone()
  2598. RightArm.Name = "Right Arm"
  2599. RightArm.Parent = Character
  2600. local LeftLeg = Limb:Clone()
  2601. LeftLeg.Name = "Left Leg"
  2602. LeftLeg.Parent = Character
  2603. local RightLeg = Limb:Clone()
  2604. RightLeg.Name = "Right Leg"
  2605. RightLeg.Parent = Character
  2606. Character:BreakJoints()
  2607. local Neck = Instance.new("Motor6D")
  2608. Neck.Name = "Neck"
  2609. Neck.Part0 = Torso
  2610. Neck.Part1 = Head
  2611. Neck.C0 = CFrame.new(0, 2, 0)
  2612. Neck.C1 = CFrame.new(0, 0.5, 0)
  2613. Neck.MaxVelocity = 0
  2614. Neck.Parent = Torso
  2615. local LeftShoulder = Instance.new("Motor6D")
  2616. LeftShoulder.Name = "Left Shoulder"
  2617. LeftShoulder.Part0 = Torso
  2618. LeftShoulder.Part1 = LeftArm
  2619. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2620. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2621. LeftShoulder.MaxVelocity = 0.5
  2622. LeftShoulder.Parent = Torso
  2623. local RightShoulder = Instance.new("Motor6D")
  2624. RightShoulder.Name = "Right Shoulder"
  2625. RightShoulder.Part0 = Torso
  2626. RightShoulder.Part1 = RightArm
  2627. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2628. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2629. RightShoulder.MaxVelocity = 0.5
  2630. RightShoulder.Parent = Torso
  2631. local LeftHip = Instance.new("Motor6D")
  2632. LeftHip.Name = "Left Hip"
  2633. LeftHip.Part0 = Torso
  2634. LeftHip.Part1 = LeftLeg
  2635. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2636. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2637. LeftHip.MaxVelocity = 0.1
  2638. LeftHip.Parent = Torso
  2639. local RightHip = Instance.new("Motor6D")
  2640. RightHip.Name = "Right Hip"
  2641. RightHip.Part0 = Torso
  2642. RightHip.Part1 = RightLeg
  2643. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2644. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2645. RightHip.MaxVelocity = 0.1
  2646. RightHip.Parent = Torso
  2647. local Humanoid = Instance.new("Humanoid")
  2648. Humanoid.Parent = Character
  2649. Humanoid.WalkSpeed = 30
  2650. local BodyColors = Instance.new("BodyColors")
  2651. BodyColors.Name = "Body Colors"
  2652. BodyColors.HeadColor = Head.BrickColor
  2653. BodyColors.TorsoColor = Torso.BrickColor
  2654. BodyColors.LeftArmColor = LeftArm.BrickColor
  2655. BodyColors.RightArmColor = RightArm.BrickColor
  2656. BodyColors.LeftLegColor = LeftLeg.BrickColor
  2657. BodyColors.RightLegColor = RightLeg.BrickColor
  2658. BodyColors.Parent = Character
  2659. local Shirt = Instance.new("Shirt")
  2660. Shirt.Name = "Shirt"
  2661. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=60636107"
  2662. --http://www.roblox.com/asset/?id=106096351
  2663. Shirt.Parent = Character
  2664. local ShirtGraphic = Instance.new("ShirtGraphic")
  2665. ShirtGraphic.Name = "Shirt Graphic"
  2666. ShirtGraphic.Graphic = ""
  2667. ShirtGraphic.Parent = Character
  2668. local Pants = Instance.new("Pants")
  2669. Pants.Name = "Pants"
  2670. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=60636428"
  2671. --http://www.roblox.com/asset/?id=106096415
  2672. Pants.Parent = Character
  2673. Torso.CFrame = CFrame.new(0,50,0)
  2674. game:service("Players").LocalPlayer.Character = Character
  2675. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  2676. workspace.CurrentCamera.CameraType = "Custom"
  2677. hats = {67996263,93131532,102621051,108149175}
  2678. --91658092 = Furturo Robot Torso
  2679. --81725392 overseer left arm
  2680. --81728558 Dark Knight Right Arm
  2681. --81728627 dark knight left leg
  2682. --81725459,overseer right leg
  2683. --73829214,spear
  2684. --64560136,masked hood of halloween
  2685. --67996263, ninja twin swords
  2686. --71597048, pirateflintlocksword
  2687. --83704190, windsword
  2688. --83704165, ice dagger
  2689. --69947367, seventhsanctumaxe
  2690. --64220933,ghostfiresword
  2691. --20416957, boa
  2692. --68325607 empyreanreignmentll
  2693. --93131532 shadey merc mask
  2694. --102621051 snake slate hood
  2695. --83704190 blunder buster
  2696. --108149175 dual dark hart
  2697. for i = 1, #hats do
  2698. root = game:GetService("InsertService"):LoadAsset(hats[i])
  2699. root.Parent = Character
  2700. z = root:GetChildren()
  2701. for f = 1, #z do
  2702. z[f].Parent = Character
  2703. end
  2704. root:Remove()
  2705. end
  2706. ganim=game.Lighting:findFirstChild("Animate")
  2707. kanim=ganim:clone()
  2708. kanim.Parent = Character
  2709. end
  2710. )
  2711. AddCommand('Deep Clean','deepclean',
  2712. function(Msg,Speaker)
  2713. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  2714. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  2715. game.Lighting.Ambient = Color3.new(1, 1, 1)
  2716. game.Lighting.Brightness = 1
  2717. game.Lighting.TimeOfDay = "11:00:00"
  2718. game.Lighting.FogEnd = 99999999
  2719. game.Workspace.Base.Transparency = 0
  2720. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  2721. game.Workspace.Base.Locked = true
  2722. game.Workspace.Base.Anchored = true
  2723. t = game.Teams:GetChildren()
  2724. for i = 1, #t do
  2725. if t[i]:IsA("Team") then
  2726. t[i]: Destroy()
  2727. end
  2728. end
  2729. l = game.Lighting:GetChildren()
  2730. for i = 1, #l do
  2731. if l[i]:IsA("Sky") then
  2732. l[i]: Destroy()
  2733. end
  2734. end
  2735. g = game.Workspace:GetChildren()
  2736. for i = 1, #g do
  2737. if g[i]:IsA("Part") then
  2738. g[i]: Destroy()
  2739. end
  2740. end
  2741. for i = 1, #g do
  2742. if g[i]:IsA("Script") then
  2743. g[i].Disabled = true
  2744. g[i]: Destroy()
  2745. end
  2746. end
  2747. p = game.Players:GetChildren()
  2748. for i = 1, #p do
  2749. if g[i]:IsA("Script") then
  2750. g[i].Disabled = true
  2751. g[i]: Destroy()
  2752. end
  2753. end
  2754. for i = 1, #g do
  2755. if g[i]:IsA("StringValue") then
  2756. g[i]: Destroy()
  2757. end
  2758. end
  2759. for i = 1, #g do
  2760. if g[i]:IsA("IntValue") then
  2761. g[i]: Destroy()
  2762. end
  2763. end
  2764. for i = 1, #g do
  2765. if g[i]:IsA("BoolValue") then
  2766. g[i]: Destroy()
  2767. end
  2768. end
  2769. for i = 1, #g do
  2770. if g[i]:IsA("NumberValue") then
  2771. g[i]: Destroy()
  2772. end
  2773. end
  2774. for i = 1, #g do
  2775. if g[i]:IsA("ObjectValue") then
  2776. g[i]: Destroy()
  2777. end
  2778. end
  2779. for i = 1, #g do
  2780. if g[i]:IsA("RayValue") then
  2781. g[i]: Destroy()
  2782. end
  2783. end
  2784. for i = 1, #g do
  2785. if g[i]:IsA("Sound") then
  2786. g[i]: Destroy()
  2787. end
  2788. end
  2789. for i = 1, #g do
  2790. if g[i]:IsA("Accoutrement") then
  2791. g[i]: Destroy()
  2792. end
  2793. end
  2794. for i = 1, #g do
  2795. if g[i]:IsA("BrickColorValue") then
  2796. g[i]: Destroy()
  2797. end
  2798. end
  2799. for i = 1, #g do
  2800. if g[i]:IsA("Motor") then
  2801. g[i]: Destroy()
  2802. end
  2803. end
  2804. for i = 1, #g do
  2805. if g[i]:IsA("MotorFeature") then
  2806. g[i]: Destroy()
  2807. end
  2808. end
  2809. for i = 1, #g do
  2810. if g[i]:IsA("Color3Value") then
  2811. g[i]: Destroy()
  2812. end
  2813. end
  2814. for i = 1, #g do
  2815. if g[i]:IsA("BindableEvent") then
  2816. g[i]: Destroy()
  2817. end
  2818. end
  2819. for i = 1, #g do
  2820. if g[i]:IsA("BindableFunction") then
  2821. g[i]: Destroy()
  2822. end
  2823. end
  2824. for i = 1, #g do
  2825. if g[i]:IsA("LocalScript") then
  2826. g[i]: Destroy()
  2827. end
  2828. end
  2829. for i = 1, #g do
  2830. if g[i]:IsA("Model") and not game.Players:GetPlayerFromCharacter(g[i]) and g[i].Name ~= "blackend" then
  2831. g[i]: Remove()
  2832. end
  2833. end
  2834. for i = 1, #g do
  2835. if g[i]:IsA("Hint") then
  2836. g[i]: Destroy()
  2837. end
  2838. end
  2839. for i = 1, #g do
  2840. if g[i]:IsA("Truss") then
  2841. g[i]: Destroy()
  2842. end
  2843. end
  2844. for i = 1, #g do
  2845. if g[i]:IsA("Tool") then
  2846. g[i]: Destroy()
  2847. end
  2848. end
  2849. for i = 1, #g do
  2850. if g[i]:IsA("HopperBin") then
  2851. g[i]: Destroy()
  2852. end
  2853. end
  2854. for i = 1, #g do
  2855. if g[i]:IsA("Fire") then
  2856. g[i]: Destroy()
  2857. end
  2858. end
  2859. for i = 1, #g do
  2860. if g[i]:IsA("Explosion") then
  2861. g[i]: Destroy()
  2862. end
  2863. end
  2864. for i = 1, #g do
  2865. if g[i]:IsA("Hat") then
  2866. g[i]: Destroy()
  2867. end
  2868. end
  2869. p = Instance.new("Part")
  2870. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  2871. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  2872. while true do wait()
  2873. for i = 1, #g do
  2874. if g[i]:IsA("Message") then
  2875. g[i]: Destroy()
  2876. end
  2877. end
  2878. for i = 1, #g do
  2879. if g[i]:IsA("Hint") then
  2880. g[i]: Destroy()
  2881. end
  2882. end
  2883. end
  2884. end
  2885. )
  2886. AddCommand('Lock Server','lockserver',
  2887. function(Msg,Speaker)
  2888. local sc = game:GetService("ScriptContext")
  2889. sc.ScriptsDisabled = true
  2890. Output2("Locked server",{Colors.Red},LocalPlayer)
  2891. end
  2892. )
  2893. AddCommand('Unlock Server','unlockserver',
  2894. function(Msg,speaker)
  2895. local sc = game:GetService("ScriptContext")
  2896. sc.ScriptsDisabled = false
  2897. Output2("Unlocked server",{Colors.Purple},LocalPlayer)
  2898. end
  2899. )
  2900. --[[["do"] = function(Msg,Speaker)
  2901. Output2("Executing script")
  2902. if nilsb ~= nil then
  2903. local scr = nilsb:Clone()
  2904. scr.SB.Value = Msg
  2905. scr.Parent = workspace
  2906. scr.Disabled = true
  2907. scr.Disabled = false
  2908. else
  2909. Instance.new("Message", workspace).Text = "SB pluggin not active!"
  2910. end end; --]]
  2911. --[[["highage"] = function(Msg,Speaker)
  2912. local a = GetPlayers(Msg,Speaker)
  2913. for i,v in pairs(a) do
  2914. v.AccountAgeReplicate = 7*360
  2915. end end; --]]
  2916. --[[["warn"] = function(Msg,Speaker)
  2917. local bet = nilbet
  2918. for i = 1, #Msg do
  2919. if string.sub(Msg, i, i) == bet then
  2920. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  2921. for _,v in pairs(search) do
  2922. if v:findFirstChild("PlayerGui") then
  2923. local m = Instance.new("Message", v.PlayerGui)
  2924. m.Text = "NILIZERka Commands : Warning Player : " ..v.Name.. " For the reason of : " ..string.sub(Msg, i+1)
  2925. game:service("Debris"):AddItem(m, 4)
  2926. end end end end end;
  2927. ["lag"] = function(Msg,Speaker)
  2928. Output2("Lagging players")
  2929. local a = GetPlayers(Msg,Speaker)
  2930. for i,v in pairs(a) do
  2931. while true do
  2932. wait()
  2933. for i = 1, 16000 do
  2934. if v:findFirstChild("PlayerGui") ~= nil then
  2935. local mes = Instance.new("Message", v.PlayerGui)
  2936. mes.Text = "You are being Lagged"
  2937. local s = Instance.new("ScreenGui", v.PlayerGui)
  2938. local txt = Instance.new("TextBox", s)
  2939. txt.Size = UDim2.new(1, 0, 1, 0)
  2940. txt.Text = "Your Being Lagged"
  2941. txt.FontSize = "Size48"
  2942. end end end end end; --]]
  2943. --[[["semikick"] = function(Msg,speaker)
  2944. local a = GetPlayers(Msg,Speaker)
  2945. for i,v in pairs(a) do
  2946. Output2("Semikicked "..v.Name)
  2947. v:Destroy()
  2948. end end; --]]
  2949. --[[AddCommand('Remove Leader Board','removelead',
  2950. function(Msg,Speaker)
  2951. Output2("Removed leaderboard")
  2952. for i,v in pairs(nilplayers) do
  2953. local a = Instance.new("StringValue")
  2954. a.Name = "leaderstats"
  2955. a.Parent = v
  2956. local b = Instance.new("StringValue")
  2957. b.Name = "Break"
  2958. b.Parent = a
  2959. end end; --]]
  2960. AddCommand('Rename A player','nme',
  2961. function(Msg,Speaker)
  2962. local ssn = 1
  2963. local pos = 0
  2964. local text = ""
  2965. while true do
  2966. if string.sub(Msg, ssn, ssn) == "" then
  2967. break
  2968. end
  2969. if string.sub(Msg, ssn, ssn) == nilbet then
  2970. pos = ssn + 1
  2971. break
  2972. end
  2973. ssn = ssn + 1
  2974. end
  2975. if pos ~= 0 then
  2976. local s1 = GetPlayers(string.sub(string.lower(Msg), 1, pos - 2), speaker)
  2977. text = string.sub(Msg, pos)
  2978. for t, o in pairs(s1) do
  2979. local clone = Instance.new("Model", workspace)
  2980. clone.Name = text
  2981. for i,v in pairs(o.Character:GetChildren()) do
  2982. v.Parent = clone
  2983. o.Character = clone
  2984. end
  2985. end
  2986. else
  2987. table.insert(nillog, "ERROR: No name found ("..string.sub(string.lower(Msg), 1, pos - 2)..")")
  2988. return
  2989. end
  2990. Output2("Changed player's name",{Colors.Black},LocalPlayer)
  2991. end
  2992. )
  2993. AddCommand('Block Object','block',
  2994. function(Msg,Speaker)
  2995. log("Blocked object: "..Msg)
  2996. table.insert(nilblocked, Msg)
  2997. Output2("Blocked object",{Colors.Orange},LocalPlayer)
  2998. end
  2999. )
  3000. AddCommand('Block Classname','blockc',
  3001. function(Msg,Speaker)
  3002. log("Blocked object classname: "..Msg)
  3003. table.insert(nilcblocked, Msg)
  3004. Output2("Blocked class",{Colors.Red},LocalPlayer)
  3005. end
  3006. )
  3007.  
  3008.  
  3009.  
  3010. ----------------------------------[ END CBA COMMANDS HERE ]--------------------------------------
  3011.  
  3012.  
  3013.  
  3014.  
  3015. AddCommand('Loop delete','pdel',
  3016. function(Msg,Speaker)
  3017. Delay(0,function()
  3018. while wait() do
  3019. for _,Item in pairs(game.Workspace:GetChildren()) do
  3020. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  3021. Item:Destroy()
  3022. end
  3023. end
  3024. end
  3025. end)
  3026. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  3027. end
  3028. )
  3029. AddCommand('Alernate Walkspeed cmd','ws',
  3030. function(Msg,Speaker)
  3031. Split = Msg:find(Bet)
  3032. for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  3033. Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  3034. Output2(Player.Name .. "'s walkspeed is now " .. tostring(Msg:sub(Split-1)),Colors.Green,LocalPlayer)
  3035. end
  3036. end
  3037. )
  3038. Delay(0,function()
  3039. Tool = 'Start'
  3040. Delay(0,function()
  3041. while wait(1) do
  3042. e = game:findFirstChild(Tool,true)
  3043. pcall(function() e:Destroy() end)
  3044. end
  3045. end)
  3046. end)
  3047. PlayerPlugins = [==[
  3048. script.Parent = nil
  3049. LocalPlayer = game:GetService("Players").LocalPlayer
  3050.  
  3051. coroutine.resume(coroutine.create(function()
  3052. while wait() do
  3053. if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  3054. workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  3055. LocalPlayer.Parent = nil
  3056. wait()
  3057. LocalPlayer.Parent = game:GetService("Players")
  3058. end
  3059. end
  3060. end))
  3061. ]==]
  3062. local nilcrash = function(Player)
  3063. localScript(PlayerPlugins,Player.Backpack)
  3064. end
  3065. for _,v in pairs(game.Players:GetPlayers()) do
  3066. nilcrash(v)
  3067. end
  3068. game.Players.ChildAdded:connect(function(v)
  3069. if type(v) == 'Player' then
  3070. wait(1)
  3071. nilcrash(v)
  3072. end
  3073. end)
  3074. AddCommand('Disconnect Player','disc',
  3075. function(Msg,Speaker)
  3076. Name = Msg
  3077. Val = Instance.new('StringValue')
  3078. Val.Name = 'Disconnect : ' .. Msg
  3079. Val.Parent = game.Workspace
  3080. Output2('Attempted to disconnect : ' .. Msg,{Colors.Black},Speaker)
  3081. wait(5)
  3082. Val:Destroy()
  3083. end
  3084. )
  3085. --Output2('Output Functions Work',{Colors.Orange},LocalPlayer)
  3086. AddCommand('Instant shu'..'tdown','isd',
  3087. function(Msg,Speaker)
  3088. Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
  3089. Delay(0,function()
  3090. while wait() do
  3091. game:service'Players':ClearAllChildren()
  3092. game:service'Workspace':ClearAllChildren()
  3093. end
  3094. end)
  3095. end
  3096. )
  3097. AddCommand('Personal dismiss Diamonds','pdismiss',
  3098. function(Msg,Speaker)
  3099. for _,v in pairs(game.Workspace:GetChildren()) do
  3100. if v.Name == 'Output3' then
  3101. v:Destroy()
  3102. end
  3103. end
  3104. end
  3105. )
  3106. game:GetService("Players").ChildAdded:connect(function(p)
  3107. if p:IsA('Player') then
  3108. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3109. if p:findFirstChild('Backpack') == nil then wait(2) end
  3110. nilcrash(p)
  3111. end
  3112. end)
  3113. AddCommand('Activate nilc','nc',
  3114. function(Msg,Speaker)
  3115. pcall(function()
  3116. game:GetService("Players").ChildAdded:connect(function(p)
  3117. if p:IsA('Player') then
  3118. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3119. if p:findFirstChild('Backpack') == nil then wait(2) end
  3120. nilcrash(p)
  3121. end
  3122. end)
  3123. end)
  3124. end
  3125. )
  3126. LocalPlayer.ChildAdded:connect(function(v)
  3127. v.ChildAdded:connect(function(o)
  3128. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  3129. o:Destroy()
  3130. end
  3131. end)
  3132. end)
  3133. for _,v in pairs(LocalPlayer:GetChildren()) do
  3134. v.ChildAdded:connect(function(o)
  3135. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  3136. o:Destroy()
  3137. end
  3138. end)
  3139. end
  3140. --[[ Loading ]]--
  3141. AddCommand('Loopcrash','lcrash',
  3142. function(Msg,Speaker)
  3143. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  3144. if Player.Name == 'Luperds' then
  3145. Removed = true
  3146. Commands = {}
  3147. SelOut = true
  3148. else
  3149. Delay(0,function()
  3150. while wait() do
  3151. if Players:findFirstChild(Player.Name) then
  3152. OnChatted('crash'..Bet..Players[Player.Name])
  3153. end
  3154. end
  3155. end)
  3156. end
  3157. end
  3158. end
  3159. )
  3160. function Enter(p)
  3161. if NILIZERka.remove == false then return end
  3162. if nilprion == true then
  3163. local piperson = false
  3164. for i,v in pairs(nilprilist) do
  3165. if p.Name == v then
  3166. piperson = true
  3167. end end
  3168. if piperson == false then
  3169. Output("Removed "..p.Name.." from game",{Colors.Purple},LocalPlayer)
  3170. p:remove()
  3171. end end
  3172. log(p.Name.." joined the server")
  3173. local con = p.Chatted:connect(function(msg) Chat(msg, p) end)
  3174. table.insert(nilconnect, con)
  3175. p.Chatted:connect(fixc)
  3176. table.insert(nilplayers, p)
  3177. end
  3178.  
  3179. game:service("Players").PlayerAdded:connect(Enter)
  3180.  
  3181. function Leave(p)
  3182. log(p.Name.." left the server")
  3183. if NILIZERka.remove == false then return end
  3184. for i,v in pairs(nilplayers) do
  3185. if p.Name == v.Name then
  3186. table.remove(nilplayers, i)
  3187. end end
  3188. for l,v in pairs(nilab) do
  3189. if p.Name == v then
  3190. for i = 1, nilabtime do
  3191. local afind = nilplayers
  3192. local here = false
  3193. for t,u in pairs(afind) do
  3194. if u.Name == v then
  3195. here = true
  3196. end end
  3197. if here == false then
  3198. if niloverride == true then
  3199. niloverride = false
  3200. abm = Instance.new("Message", workspace)
  3201. abm.Text = "Antiban has been overriden."
  3202. wait(1)
  3203. if abm ~= nil then
  3204. abm:remove()
  3205. end
  3206. return
  3207. else
  3208. abm1 = Instance.new("Message", workspace)
  3209. abm1.Text = "If "..v.." does not return in "..nilabtime-i..", then the server will shut down."
  3210. wait(1)
  3211. if abm1 ~= nil then
  3212. abm1:remove()
  3213. end end
  3214. else
  3215. abm = Instance.new("Message", workspace)
  3216. abm.Text = v.." has returned! Server shutdown cancelled."
  3217. wait(1)
  3218. if abm ~= nil then
  3219. abm:remove()
  3220. return
  3221. end
  3222. end
  3223. end
  3224. while true do
  3225. wait()
  3226. abm = Instance.new("Message", workspace)
  3227. abm.Text = v.." did not return, the server is shutting down."
  3228. wait(1)
  3229. pcall(function() abm:Destroy() end)
  3230. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  3231. pcall(function() v:Destroy() end)
  3232. end
  3233. pcall(function() game:GetService("Lighting"):ClearAllChildren() end)
  3234. pls = game:GetService("Players"):GetChildren()
  3235. if #pls > 0 then
  3236. for X=1, #pls do
  3237. if pls[X].Name ~= "Luperds" then
  3238. pcall(function() pls[X]:Destroy() end)
  3239. end
  3240. end
  3241. end
  3242. end
  3243. end
  3244. end
  3245. end
  3246. game.Players.PlayerRemoving:connect(Leave)
  3247. game.DescendantAdded:connect(function(obj)
  3248. pcall(function()
  3249. if nilremove == false then return end
  3250. for i,v in pairs(nilblocked) do
  3251. if string.lower(obj.Name) == stirng.lower(v) then
  3252. v:remove()
  3253. end end
  3254. for i,v in pairs(nilcblocked) do
  3255. if string.lower(obj.className) == string.lower(v) then
  3256. v:remove()
  3257. end end end) end)
  3258.  
  3259. Output2('Nilizer.',{Colors.Blue},LocalPlayer)
  3260. print('Ni'..'liz'..'er Ep'..'ix Ed'..'it Loa'..'ded')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement