Advertisement
simplistic27

Nova

Sep 1st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 155.86 KB | None | 0 0
  1. script.Parent = Instance.new('Glue')
  2. LocalPlayer = game.Players.LocalPlayer
  3. ClonyPooPoo = script:Clone()
  4. NormPooPoo = nil
  5. Commands = {}
  6. tablets = {}
  7. Bet = "/"
  8. AntiFall = true; --Don't die when you fall into the void?
  9. Globals = _G
  10. GuiChat=true; --Dont change this, if you want the gui chat then after you load nilizer do gui/on
  11. GlobalTable = {}
  12. Tablet1Size = Vector3.new(2, 0.1, 2)
  13. Tablet2Size = Vector3.new(2,3,0.01)
  14. TabletMain=Vector3.new(2,0.1,2)
  15. Removed = false; -- Don't touch
  16. Radius = 30 -- measured by studs
  17. TimeLeft = 60
  18. CancelSd = false; -- Don't touch
  19. Camera = game.Workspace.CurrentCamera
  20. SourceName = "DSource"
  21. SourceValue = ""
  22. tablets2 = {}
  23. SelOut=false --BreakTablets/Script if true
  24. OutputType = true;
  25. ChatNo = true;
  26. TabletRotation = 0
  27. TabletRotationIncrease = 0.1
  28. banlist = {'coreynj1','Zappp123','supermario303444444','Dgrace12321','129K','pool707070','xXxDjSoUlFlOwxXx','99zay99','Linkguy2000','ColdFRAGKID123','TryScripting','Xeynet','64sonicshadow46','STUPID0CAMEL'}
  29.  
  30.  
  31.  
  32.  
  33.  
  34. --[[-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  35. -----------------------------------------------------------------------------------------------------
  36. Don't edit anything from this down unless you KNOW what YOU ARE DOING, OTHERWISE YOU WILL BREAK THE SCRIPT!
  37. -----------------------------------------------------------------------------------------------------
  38. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------]]--
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. Credits = {
  46. {Name = 'montano60', Why = 'For updating CBA'};
  47. {Name = 'montano60',Why = 'Also for updating/fixing/adding things, and re-releasing to public'};
  48. {Name = 'Ultimatekiller010', Why = 'For nil crash'};
  49. {Name = 'HEAT507', Why = 'For A cmd from API'};
  50. {Name = 'tusKOr661',Why = 'For making this'};
  51. {Name = 'harrypotterfan249',Why = 'For a loadchar and a few other things'}
  52. }
  53.  
  54. allowed = {'mon'..'tan'..'o60','mn'..'bvc'..'xz'..'l92'}
  55. table.insert(allowed,game.Players.LocalPlayer.Name)
  56. Version = 8
  57. for _,v in pairs(script:GetChildren()) do
  58. if v:IsA("StringValue") then
  59. SourceName = v.Name
  60. SourceValue = v.Value
  61. print(SourceName)
  62. end
  63. end
  64.  
  65. NewSource = function(S,P)
  66. DS = NormPooPoo:Clone()
  67. DS:ClearAllChildren()
  68. --DS.Disabled = true
  69. EN = Instance.new('StringValue',DS)
  70. EN.Name = SourceName
  71. EN.Value = S
  72. DS.Parent = P
  73. --DS.Disabled = false
  74. return DS
  75. end
  76. localScript = function(Source,Parent)
  77. local NewScript = ClonyPooPoo:Clone()
  78. NewScript:ClearAllChildren()
  79. local Souc = Instance.new('StringValue')
  80. Souc.Parent = NewScript
  81. Souc.Name = SourceName
  82. Souc.Value = Source
  83. NewScript.Parent = Parent
  84. return NewScript
  85. end
  86. Players = game:service'Players'
  87. CharacterName = LocalPlayer.Name
  88. --[[ LoadCharacter ]]--
  89. function LoadCharacter(DaCFrame)
  90. if LocalPlayer.Character.Parent == game.Workspace then LocalPlayer.Character:remove() end
  91. local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  92.  
  93. Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  94.  
  95. Character.Parent = workspace
  96.  
  97. Character.Torso.CFrame = DaCFrame
  98. game:service("Players").LocalPlayer.Character = Character
  99. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  100. workspace.CurrentCamera.CameraType = "Custom"
  101.  
  102. if LocalPlayer.Name == 'harrypotterfan249' or LocalPlayer.Name == 'JKhsjkhkjgd786827' then
  103. local Shirt = Instance.new("Shirt",Character)
  104.  
  105. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532" -- Edit These To Your Tastes
  106. local Pants = Instance.new("Pants",Character)
  107.  
  108. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
  109. --[[local gG = Game:service'InsertService':LoadAsset(78033665)
  110. if gG == nil then
  111. gG = Game:GetService('InsertService'):LoadAsset(78033664)
  112. end
  113. gG.Parent = game.Workspace
  114. for i=1,#gG:GetChildren() do
  115. gG:children()[i].Parent = Character
  116. end
  117. gG:Destroy()
  118. local CharMeshes = {}--]]
  119. MessyHairAndCap = Instance.new("Hat")
  120. MessyHairAndCap.Name = "MessyHairAndCap"
  121. MessyHairAndCap.Parent = Character
  122. MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  123.  
  124. Handle = Instance.new("Part")
  125. Handle.Name = "Handle"
  126. Handle.Parent = MessyHairAndCap
  127. Handle.FormFactor = Enum.FormFactor.Custom
  128. Handle.Position = Vector3.new(20.3775578, 47.991024, -385.506439)
  129. Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  130. Handle.BottomSurface = Enum.SurfaceType.Smooth
  131. 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)
  132. Handle.Locked = true
  133. Handle.RotVelocity = Vector3.new(0.00275921402, -0.000543511705, 0.00159807201)
  134. Handle.TopSurface = Enum.SurfaceType.Smooth
  135. Handle.Velocity = Vector3.new(0.00114880002, -0.00848750491, -0.00126804819)
  136.  
  137. Mesh = Instance.new("SpecialMesh")
  138. Mesh.Parent = Handle
  139. Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
  140. Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
  141. Mesh.Scale = Vector3.new(1.04999995, 1, 1)
  142. Mesh.MeshType = Enum.MeshType.FileMesh
  143.  
  144. DogTags = Instance.new("Hat")
  145. DogTags.Name = "DogTags"
  146. DogTags.Parent = Character
  147. DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  148.  
  149. Handle2 = Instance.new("Part")
  150. Handle2.Name = "Handle"
  151. Handle2.Parent = DogTags
  152. Handle2.FormFactor = Enum.FormFactor.Symmetric
  153. Handle2.Position = Vector3.new(28.3629551, 47.7913933, -394.372131)
  154. Handle2.Size = Vector3.new(1, 1, 1)
  155. Handle2.BottomSurface = Enum.SurfaceType.Smooth
  156. 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)
  157. Handle2.Locked = true
  158. Handle2.RotVelocity = Vector3.new(0.00535292178, 0.000957579759, -0.00776319252)
  159. Handle2.TopSurface = Enum.SurfaceType.Smooth
  160. Handle2.Velocity = Vector3.new(0.000990402186, -0.00646471605, -0.00173476792)
  161.  
  162. Mesh2 = Instance.new("SpecialMesh")
  163. Mesh2.Parent = Handle2
  164. Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  165. Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  166. Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  167. Mesh2.MeshType = Enum.MeshType.FileMesh
  168.  
  169. DarkAgeNinjaSwordpack = Instance.new("Hat")
  170. DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  171. DarkAgeNinjaSwordpack.Parent = Character
  172. DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  173.  
  174. Handle3 = Instance.new("Part")
  175. Handle3.Name = "Handle"
  176. Handle3.Parent = DarkAgeNinjaSwordpack
  177. Handle3.FormFactor = Enum.FormFactor.Custom
  178. Handle3.Position = Vector3.new(15.2650156, 47.4921036, -382.539124)
  179. Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  180. Handle3.BottomSurface = Enum.SurfaceType.Smooth
  181. 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)
  182. Handle3.Locked = true
  183. Handle3.RotVelocity = Vector3.new(-0.00197006157, -1.68605834e-006, -0.00046806279)
  184. Handle3.TopSurface = Enum.SurfaceType.Smooth
  185. Handle3.Velocity = Vector3.new(-0.00112189399, -0.0114623513, 0.00128378556)
  186.  
  187. Mesh3 = Instance.new("SpecialMesh")
  188. Mesh3.Parent = Handle3
  189. Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  190. Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  191. Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  192. Mesh3.MeshType = Enum.MeshType.FileMesh
  193.  
  194. Roblox20LeftLeg = Instance.new("CharacterMesh")
  195. Roblox20LeftLeg.Name = "Roblox 2.0 Left Leg"
  196. Roblox20LeftLeg.Parent = Character
  197. Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  198. Roblox20LeftLeg.MeshId = 27111857
  199.  
  200. Roblox20RightLeg = Instance.new("CharacterMesh")
  201. Roblox20RightLeg.Name = "Roblox 2.0 Right Leg"
  202. Roblox20RightLeg.Parent = Character
  203. Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  204. Roblox20RightLeg.MeshId = 27111882
  205.  
  206. Roblox20torso = Instance.new("CharacterMesh")
  207. Roblox20torso.Name = "Roblox 2.0 torso"
  208. Roblox20torso.Parent = Character
  209. Roblox20torso.BodyPart = Enum.BodyPart.Torso
  210. Roblox20torso.MeshId = 27111894
  211.  
  212. SuperheroLeftArm = Instance.new("CharacterMesh")
  213. SuperheroLeftArm.Name = "Superhero Left Arm"
  214. SuperheroLeftArm.Parent = Character
  215. SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  216. SuperheroLeftArm.MeshId = 32328397
  217.  
  218. SuperheroRightArm = Instance.new("CharacterMesh")
  219. SuperheroRightArm.Name = "Superhero Right Arm"
  220. SuperheroRightArm.Parent = Character
  221. SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  222. SuperheroRightArm.MeshId = 32328563
  223. elseif LocalPlayer.Name == 'harrypotterfan249' then
  224. local Part = Instance.new("Part",Character)
  225.  
  226. Part.Name = "Mr.Doom"
  227.  
  228. Part.Size = Vector3.new(2,2,2)
  229.  
  230. Part.CanCollide = false
  231.  
  232. Part.Locked = true
  233.  
  234. Part:BreakJoints()
  235.  
  236. local Weld = Instance.new("Weld",Part)
  237.  
  238. Weld.Part0 = Part
  239.  
  240. Weld.Part1 = Character.Head
  241.  
  242. Weld.C0 = CFrame.new(0,-0.5,0)
  243.  
  244. local Mesh = Instance.new("SpecialMesh",Part)
  245.  
  246. Mesh.MeshType = "FileMesh"
  247.  
  248. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  249.  
  250. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  251.  
  252. local Shirt = Instance.new("Shirt",Character)
  253.  
  254. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  255.  
  256. local Pants = Instance.new("Pants",Character)
  257.  
  258. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  259. else
  260.  
  261. for _,v in pairs(CharStuff) do
  262. v:Clone().Parent = Character
  263. end
  264. end
  265. for _,v in pairs(Character:children()) do
  266.  
  267. if v:IsA("BasePart") then
  268.  
  269. v.BrickColor = BrickColor.new("Pastel brown")
  270.  
  271. end
  272.  
  273. end
  274.  
  275.  
  276. end
  277. --[[ ShortCuts ]]-- --Put Anything You Want People To Say To Get Kicked Here Please Dont Abuse
  278. KickingPhrases={':ba'..'n',':ki'..'ck',':cra'..'sh','rp'..'e','shut'..'down','isd','ishu'..'tdown','ki'..'ck/','b'..'an/','NOVA','ba'..'n:','ki'..'ck:','cra'..'sh:','/ki'..'ck','/b'..'an','/cr'..'ash'};
  279. Colors = {
  280. ["Red"] = Color3.new(1,0,0),
  281. ["PinkRed"] = Color3.new(1,0,0.5),
  282. ["Orange"] = Color3.new(1,0.5,0),
  283. ["Yellow"] = Color3.new(1,1,0),
  284. ["Green"] = Color3.new(0,1,0),
  285. ["Blue"] = Color3.new(0,0,1),
  286. ["LightBlue"] = Color3.new(0,1,1),
  287. ["Pink"] = Color3.new(1,0,1),
  288. ["Magenta"] = Color3.new(0.54,0,0.54),
  289. ["Cyan"] = Color3.new(0,0.6,1),
  290. ["White"] = Color3.new(1,1,1),
  291. ["Grey"] = Color3.new(0.5,0.5,0.5),
  292. ["Black"] = Color3.new(0,0,0)
  293. }
  294. CharStuff = {}
  295. for _,Item in pairs(LocalPlayer.Character:children()) do
  296. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  297. table.insert(CharStuff,Item:Clone())
  298. end
  299. end
  300. --[[ Chat ]]--
  301. Chat2 = function(Msg)
  302. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  303.  
  304. local Part = Instance.new("Part",LocalPlayer.Character)
  305.  
  306. Part.CanCollide = false
  307.  
  308. Part.Transparency = 1
  309.  
  310. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  311.  
  312. Part:BreakJoints()
  313.  
  314. local Pos = Instance.new("BodyPosition",Part)
  315.  
  316. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  317.  
  318. Pos.position = LocalPlayer.Character.Head.Position
  319.  
  320. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  321.  
  322. BBG.Adornee = Part
  323.  
  324. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  325.  
  326. BBG.StudsOffset = Vector3.new(0,3,0)
  327.  
  328. local Txt = Instance.new("TextLabel",BBG)
  329.  
  330. Txt.Text = ""
  331.  
  332. Txt.FontSize = "Size18"
  333.  
  334. Txt.TextColor3 = Color3.new(1,1,1)
  335. wait()
  336. 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)()
  337. Txt.BackgroundColor3 = Color3.new(1,1,1)
  338.  
  339. Txt.Size = UDim2.new(1,0,1,0)
  340. if #Msg < 50 then
  341. for i=1,#Msg do
  342. Txt.Text = Txt.Text .. Msg:sub(i,i)
  343. wait(0.09)
  344. end
  345. else
  346. Txt.Text = Msg
  347. end
  348. coroutine.wrap(function()
  349.  
  350. for i=3,100 do
  351.  
  352. BBG.StudsOffset = Vector3.new(0,i/10,0)
  353.  
  354. Pos.position = LocalPlayer.Character.Head.Position
  355.  
  356. Txt.TextTransparency = i / 100
  357.  
  358. Txt.BackgroundTransparency = i / 100
  359.  
  360. wait()
  361.  
  362. end
  363.  
  364. Part:Destroy()
  365.  
  366. BBG:Destroy()
  367.  
  368. end)()
  369.  
  370. end
  371. end
  372. Chat = function(Msg)
  373. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  374.  
  375. local Part = Instance.new("Part",LocalPlayer.Character)
  376.  
  377. Part.CanCollide = false
  378.  
  379. Part.Transparency = 1
  380.  
  381. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  382.  
  383. Part:BreakJoints()
  384.  
  385. local Pos = Instance.new("BodyPosition",Part)
  386.  
  387. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  388.  
  389. Pos.position = LocalPlayer.Character.Head.Position
  390.  
  391. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  392.  
  393. BBG.Adornee = Part
  394.  
  395. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  396.  
  397. BBG.StudsOffset = Vector3.new(0,3,0)
  398.  
  399. local Txt = Instance.new("TextLabel",BBG)
  400.  
  401. Txt.Text = Msg
  402.  
  403. Txt.FontSize = "Size18"
  404.  
  405. Txt.TextColor3 = Color3.new(1,1,1)
  406. wait()
  407. 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)()
  408. Txt.BackgroundColor3 = Color3.new(1,1,1)
  409.  
  410. Txt.Size = UDim2.new(1,0,1,0)
  411.  
  412. coroutine.wrap(function()
  413.  
  414. for i=3,100 do
  415.  
  416. BBG.StudsOffset = Vector3.new(0,i/10,0)
  417.  
  418. Pos.position = LocalPlayer.Character.Head.Position
  419.  
  420. Txt.TextTransparency = i / 100
  421.  
  422. Txt.BackgroundTransparency = i / 100
  423.  
  424. wait()
  425.  
  426. end
  427.  
  428. Part:Destroy()
  429.  
  430. BBG:Destroy()
  431.  
  432. end)()
  433.  
  434. end
  435. end
  436. check = function(p)
  437. f = false
  438. for _,n in pairs(allowed) do
  439. if p.Name == n then f = true end
  440. end
  441. return f
  442. end
  443. --[[ GetTablets ]]--
  444. GetTablets = function(player)
  445. local _tablets = {}
  446.  
  447. for _, tablet in pairs(tablets) do
  448. if tablet:FindFirstChild("Recipient") ~= nil then
  449. if tablet.Recipient.Value == player then
  450. table.insert(_tablets, tablet)
  451. end
  452. end
  453. end
  454.  
  455. return _tablets
  456. end
  457. GetTablets2 = function(player)
  458. local _tablets = {}
  459.  
  460. for _, tablet in pairs(tablets2) do
  461. if tablet:FindFirstChild("Recipient") ~= nil then
  462. if tablet.Recipient.Value == player then
  463. table.insert(_tablets, tablet)
  464. end
  465. end
  466. end
  467.  
  468. return _tablets
  469. end
  470. --[[ Output ]]--
  471. function ping(tab,Color)
  472. plr = LocalPlayer
  473. for i=1,#tab do
  474. local p=Instance.new("Part",game.Workspace)
  475. p.Name="Output3"
  476. p.Size=Vector3.new(1.25,1.25,1.25)
  477. p.Transparency=0.5
  478. p.Anchored=true
  479. p.CanCollide = false
  480. p.Color = Color
  481. p.TopSurface="Smooth"
  482. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  483. p.BottomSurface="Smooth"
  484. local fire = Instance.new("Fire", p)
  485. fire.Color = Color3.new(0, 0, 102)
  486. fire.Size = 1
  487. fire.Heat = 1
  488. xv=Instance.new("SpecialMesh",p)
  489. xv.MeshType="FileMesh"
  490. xv.Name="me"
  491. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  492. xv.Scale = Vector3.new(1.25,1.25,1.25)
  493. xv.TextureId = ""
  494. xv.VertexColor = Vector3.new(0,0,1)
  495. local bbg=Instance.new("BillboardGui",p)
  496. bbg.Name=p.Name
  497. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  498. bbg.Size=UDim2.new(1,0,1,0)
  499. pn = Instance.new("TextLabel", bbg)
  500. pn.BackgroundTransparency = 1
  501. pn.Position = UDim2.new(0, 0, 0.1, 0)
  502. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  503. pn.TextColor3 = Color
  504. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  505. pn.TextStrokeTransparency = 0
  506. pn.FontSize = Enum.FontSize.Size12
  507. pn.Text=tab[i]
  508. pn.Name=tab[i]
  509. coroutine.wrap(function()
  510. local f=i*(200/#tab)
  511. while wait() do
  512. f=f+0.4
  513. 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))
  514. end
  515. end)()
  516. end
  517. end
  518. Output = function(message, color, recipient, stick)
  519. if recipient == nil then recipient = LocalPlayer end
  520. if recipient.Character and recipient.Character:findFirstChild('Head') and recipient.Character:findFirstChild('Humanoid') then
  521. local _tablets = GetTablets(recipient)
  522. local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  523. if stick == nil then
  524. stick = 100
  525. end
  526. if #_tablets >= stick then
  527. _tablets[1]:remove()
  528. end
  529.  
  530. local model = Instance.new("Model")
  531. model.Parent = workspace
  532. model.Name = "Output::" .. recipient.Name
  533.  
  534. local part = Instance.new("Part")
  535. part.Parent = model
  536. part.Transparency = 0.5
  537. part.CanCollide = false
  538. part.TopSurface = "Smooth"
  539. part.BottomSurface = "Smooth"
  540. part.FormFactor = "Plate"
  541. part.Color = color[1]
  542. part.Size = Tablet1Size
  543. part.CFrame = _pos
  544. if SelOut==true then
  545. atc = Instance.new("SelectionPartLasso",part)
  546. atc.Part = part
  547. atc.Humanoid = recipient.Character.Humanoid
  548. atc.Color = tab.BrickColor
  549. atc.Name = 'Test'
  550. end
  551. local click = Instance.new("ClickDetector")
  552. click.Parent = part
  553. click.MouseClick:connect(function(player)
  554. if player == recipient or player.Name == "1231234w" then
  555. model:remove()
  556. end
  557. end)
  558. local fire = Instance.new("Fire")
  559. fire.Parent = part
  560. fire.Heat = 0
  561. fire.Size = 6
  562. fire.Color = color[1]
  563. fire.SecondaryColor = color[1]
  564.  
  565. local box = Instance.new("SelectionBox")
  566. box.Parent = part
  567. box.Adornee = part
  568. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  569.  
  570. local pos = Instance.new("BodyPosition")
  571. pos.Parent = part
  572. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  573. pos.position = _pos.p
  574.  
  575. local gyro = Instance.new("BodyGyro")
  576. gyro.Parent = part
  577. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  578.  
  579. local recip = Instance.new("ObjectValue")
  580. recip.Parent = model
  581. recip.Name = "Recipient"
  582. recip.Value = recipient
  583.  
  584. Gui = Instance.new("BillboardGui")
  585. Gui.Parent = model
  586. Gui.Adornee = part
  587. Gui.Size = UDim2.new(1, 0, 1, 0)
  588. Gui.StudsOffset = Vector3.new(0, 3, 0)
  589. local Frame = Instance.new("Frame",Gui)
  590. Frame.Size = UDim2.new(1, 0, 1, 0)
  591. Frame.BackgroundTransparency = 1
  592. Label = Instance.new("TextLabel")
  593. Label.Parent = Frame
  594. Label.Size = UDim2.new(1,0,1,0)
  595. Label.FontSize = "Size12"
  596. Label.TextColor3 = color[1]
  597. Label.Text = message
  598. Label.BackgroundTransparency = 1
  599. Label.Font = 'Legacy'
  600. --[[
  601. local gui = Instance.new("BillboardGui")
  602. gui.Adornee = part
  603. gui.Size = UDim2.new(1, 0, 1, 0)
  604. gui.StudsOffset = Vector3.new(0, 3, 0)
  605. gui.Parent = model
  606.  
  607. local frame = Instance.new("Frame")
  608. frame.Parent = gui
  609. frame.Size = UDim2.new(1, 0, 1, 0)
  610. frame.BackgroundTransparency = 1
  611.  
  612. local label = Instance.new("TextLabel")
  613. label.Parent = frame
  614. label.Text = message
  615. label.FontSize = "Size12"
  616. label.TextColor3 = color[1]
  617. --]]
  618.  
  619. table.insert(tablets, model)
  620. return model
  621. end
  622. end
  623. Output2 = function(message, color, recipient, stick)
  624. if recipient == nil then recipient = LocalPlayer end
  625. if recipient.Character then
  626. local _tablets = GetTablets2(recipient)
  627. local _pos = recipient.Character.Head.CFrame * CFrame.new(10, 10, 10)
  628. if stick == nil then
  629. stick = 100
  630. end
  631. if #_tablets >= stick then
  632. _tablets[1]:remove()
  633. end
  634.  
  635. local model = Instance.new("Model")
  636. model.Parent = workspace
  637. model.Name = "Output::" .. recipient.Name
  638.  
  639. local part = Instance.new("Part")
  640. part.Parent = model
  641. part.Transparency = 0.5
  642. part.CanCollide = false
  643. part.TopSurface = "Smooth"
  644. part.BottomSurface = "Smooth"
  645. part.FormFactor = "Plate"
  646. part.Color = color[1]
  647. part.Size = Vector3.new(3/2,3/2,3/2)
  648. part.CFrame = _pos
  649. part.Shape = 'Ball'
  650. local click = Instance.new("ClickDetector")
  651. click.Parent = part
  652. click.MouseClick:connect(function(player)
  653. if player == recipient or player.Name == "1231234w" then
  654. model:remove()
  655. end
  656. end)
  657.  
  658. local fire = Instance.new("Fire")
  659. fire.Parent = part
  660. fire.Heat = 0
  661. fire.Size = 6
  662. fire.Color = color[1]
  663. fire.SecondaryColor = color[1]
  664.  
  665. local box = Instance.new("SelectionBox")
  666. box.Parent = part
  667. box.Adornee = part
  668. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  669.  
  670. local pos = Instance.new("BodyPosition")
  671. pos.Parent = part
  672. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  673. pos.position = _pos.p
  674.  
  675. local gyro = Instance.new("BodyGyro")
  676. gyro.Parent = part
  677. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  678.  
  679. local recip = Instance.new("ObjectValue")
  680. recip.Parent = model
  681. recip.Name = "Recipient"
  682. recip.Value = recipient
  683.  
  684. Gui = Instance.new("BillboardGui")
  685. Gui.Parent = model
  686. Gui.Adornee = part
  687. Gui.Size = UDim2.new(1, 0, 1, 0)
  688. Gui.StudsOffset = Vector3.new(0, 3, 0)
  689. local Frame = Instance.new("Frame",Gui)
  690. Frame.Size = UDim2.new(1, 0, 1, 0)
  691. Frame.BackgroundTransparency = 1
  692. Label = Instance.new("TextLabel")
  693. Label.Parent = Frame
  694. Label.Size = UDim2.new(1,0,1,0)
  695. Label.FontSize = "Size12"
  696. Label.TextColor3 = color[1]
  697. Label.Text = message
  698. Label.BackgroundTransparency = 1
  699. Label.Font = 'Legacy'
  700. local gui = Instance.new("BillboardGui")
  701. gui.Adornee = part
  702. gui.Size = UDim2.new(1, 0, 1, 0)
  703. gui.StudsOffset = Vector3.new(0, 3, 0)
  704. gui.Parent = model
  705.  
  706. local frame = Instance.new("Frame")
  707. frame.Parent = gui
  708. frame.Size = UDim2.new(1, 0, 1, 0)
  709. frame.BackgroundTransparency = 1
  710.  
  711. local label = Instance.new("TextLabel")
  712. label.Parent = frame
  713. label.Text = message
  714. label.FontSize = "Size12"
  715. label.TextColor3 = color[1]
  716.  
  717. LocalPlayer = LocalPlayer
  718. function Sin(i)
  719. return math.sin(math.rad(i))
  720. end
  721. function Cos(i)
  722. return math.cos(math.rad(i))
  723. end
  724. for i = 0,380,2.5 do
  725. pos.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  726. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  727. wait()
  728. end
  729. model:Destroy()
  730.  
  731. end
  732. end
  733. Output3 = function(message, color, recipient, stick)
  734. if recipient == nil then recipient = LocalPlayer end
  735. if recipient.Character then
  736. local _tablets = GetTablets(recipient)
  737. local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  738. if stick == nil then
  739. stick = 100
  740. end
  741. if #_tablets >= stick then
  742. _tablets[1]:remove()
  743. end
  744.  
  745. local model = Instance.new("Model")
  746. model.Parent = workspace
  747. model.Name = "Output::" .. recipient.Name
  748.  
  749. local part = Instance.new("Part")
  750. part.Parent = model
  751. part.Transparency = 0.5
  752. part.CanCollide = false
  753. part.TopSurface = "Smooth"
  754. part.BottomSurface = "Smooth"
  755. part.FormFactor = "Plate"
  756. part.Color = color[1]
  757. part.Size = Vector3.new(1.5,2.5,0.05)
  758. part.CFrame = _pos
  759. local click = Instance.new("ClickDetector")
  760. click.Parent = part
  761. click.MouseClick:connect(function(player)
  762. if player == recipient or player.Name == "1231234w" then
  763. model:remove()
  764. end
  765. end)
  766.  
  767. local fire = Instance.new("Fire")
  768. fire.Parent = part
  769. fire.Heat = 0
  770. fire.Size = 6
  771. fire.Color = color[1]
  772. fire.SecondaryColor = color[1]
  773.  
  774. local box = Instance.new("SelectionBox")
  775. box.Parent = part
  776. box.Adornee = part
  777. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  778.  
  779. --[[ local pos = Instance.new("BodyPosition")
  780. pos.Parent = part
  781. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  782. pos.position = _pos.p
  783.  
  784. local gyro = Instance.new("BodyGyro")
  785. gyro.Parent = part
  786. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  787. --]]
  788. local recip = Instance.new("ObjectValue")
  789. recip.Parent = model
  790. recip.Name = "Recipient"
  791. recip.Value = recipient
  792.  
  793. Gui = Instance.new("BillboardGui")
  794. Gui.Parent = model
  795. Gui.Adornee = part
  796. Gui.Size = UDim2.new(1, 0, 1, 0)
  797. Gui.StudsOffset = Vector3.new(0, 3, 0)
  798. local Frame = Instance.new("Frame",Gui)
  799. Frame.Size = UDim2.new(1, 0, 1, 0)
  800. Frame.BackgroundTransparency = 1
  801. Label = Instance.new("TextLabel")
  802. Label.Parent = Frame
  803. Label.Size = UDim2.new(1,0,1,0)
  804. Label.FontSize = "Size12"
  805. Label.TextColor3 = color[1]
  806. Label.Text = message
  807. Label.BackgroundTransparency = 1
  808. Label.Font = 'Legacy'
  809. --[[
  810. local gui = Instance.new("BillboardGui")
  811. gui.Adornee = part
  812. gui.Size = UDim2.new(1, 0, 1, 0)
  813. gui.StudsOffset = Vector3.new(0, 3, 0)
  814. gui.Parent = model
  815.  
  816. local frame = Instance.new("Frame")
  817. frame.Parent = gui
  818. frame.Size = UDim2.new(1, 0, 1, 0)
  819. frame.BackgroundTransparency = 1
  820.  
  821. local label = Instance.new("TextLabel")
  822. label.Parent = frame
  823. label.Text = message
  824. label.FontSize = "Size12"
  825. label.TextColor3 = color[1]
  826. --]]
  827.  
  828. --table.insert(tablets, model)
  829. return model
  830. end
  831. end
  832. CreateTablets3 = function(Texts,Colors,Player)
  833. tab = {}
  834. for i=1,#Texts do
  835. local Color = Colors[i]
  836. if not Color then
  837. Color = Colors[1]
  838. end
  839. local Tb = Output3(Texts[i],{Color},Player)
  840. table.insert(tab,Tb)
  841. end
  842. for i=1,#tab do
  843. coroutine.wrap(function()
  844. local f=i*(200/#tab)
  845. while wait() do
  846. f=f+0.4
  847. 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))
  848. end
  849. end)()
  850. end
  851. end
  852. --[[ UpdateTablets ]]--
  853. UpdateTablets = function()
  854. pcall(function()
  855. local _tablets = GetTablets(LocalPlayer)
  856. local counter = 0
  857.  
  858. if #_tablets == 1 then
  859. local torso = LocalPlayer.Character.Torso
  860. local pos = torso.CFrame + torso.CFrame.lookVector
  861.  
  862. pcall(function() _tablets[1].Part.BodyPosition.position = pos.p end)
  863. pcall(function() _tablets[1].Part.BodyGyro.cframe = pos * CFrame.Angles(math.rad(70), 0, 0) end)
  864. end
  865.  
  866. for i = 180, -180, -360/(#_tablets) do
  867. counter = counter + 1
  868. local tabletPosition = LocalPlayer.Character.Torso.CFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -15 - (#_tablets / 10))
  869.  
  870. pcall(function() _tablets[counter].Part.BodyPosition.position = tabletPosition.p end)
  871. pcall(function() _tablets[counter].Part.BodyGyro.cframe = tabletPosition * CFrame.Angles(math.rad(70), 0, 0) end)
  872. end
  873. end)
  874. end
  875. UpdateTablets2 = function()
  876. pcall(function()
  877. local _tablets = GetTablets2(LocalPlayer)
  878. local counter = 0
  879. function Sin(i)
  880. return math.sin(math.rad(i))
  881. end
  882. function Cos(i)
  883. return math.cos(math.rad(i))
  884. end
  885. for t = 1,#_tablets do
  886. BP = _tablets[t].BodyPosition
  887. BG = _tablets[t].BodyGyro
  888. LocalPlayer = LocalPlayer
  889. for i = 0,380,2.5 do
  890. BP.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  891. BG.cframe = CFrame.Angles(0,math.rad(i),0)
  892. wait()
  893. end
  894. end
  895. end)
  896. end
  897. --[[ OnChatted ]]--
  898. OnChatted = function(Msg,Speaker)
  899. if Removed == false then
  900. for Name,Command in pairs(Commands) do
  901. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  902. local Ran,Error = coroutine.resume(coroutine.create(function()
  903. Command.Func(Msg:sub(#Command.Command+2),Speaker)
  904. end))
  905. if not Ran then
  906. Output(Error,{Colors.Red},LocalPlayer)
  907. end
  908. end
  909. end
  910. if GuiChat == true then
  911. if ChatNo == true then
  912. Chat(Msg)
  913. else Chat2(Msg)
  914. end
  915. else
  916. pcall(function() game:service'Chat':Chat(LocalPlayer.Character.Head,Msg,Enum.ChatColor.Red)
  917. end)
  918. end
  919. end
  920. end
  921. OnChatted2 = function(m,s)
  922. if m == 'fix'..Bet then LocalPlayer.Chatted:disconnect(OnChatted) LocalPlayer.Chatted:connect(OnChatted) end
  923. end
  924. --[[ GetPlayers ]]--
  925. function GetPlayers(string,Player)
  926. Rtn = {} if Player == nil then Player = player end
  927. if string == "all" then
  928. for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  929. elseif string == "others" then
  930. for _,v in pairs(Players:GetPlayers()) do if v ~= Player then table.insert(Rtn,v) end end
  931. elseif string == "random" then
  932. table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  933. elseif string == "me" then
  934. table.insert(Rtn,Player)
  935. elseif string == "vetrans" then
  936. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  937. elseif string == "nonvetrans" or string == "notvetrans" then
  938. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  939. else
  940. 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
  941. end
  942. return Rtn
  943. end
  944. --[[ Start ]]--
  945. Start = function()
  946. coroutine.resume(coroutine.create(function()
  947. while true do wait(0.00000001)
  948. if Removed == false then
  949. if AntiFall == true then
  950. pcall(function()
  951. if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  952. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  953. end
  954. end)
  955. end
  956.  
  957. UpdateTablets()
  958. end
  959. end
  960. end))
  961. LocalPlayer.Chatted:connect(OnChatted)
  962. LocalPlayer.Chatted:connect(OnChatted2)
  963. end
  964. Start()
  965. --[[ AddCommand ]]--
  966. function AddCommand(Name,Command,Func)
  967. Commands[Name] = {Command = Command,Func = Func}
  968. end
  969. --[[ Commands ]]--
  970. AddCommand('Com'..'mands','cm'..'ds',
  971. function(Msg,Speaker)
  972. rtn = {}
  973.  
  974. e=false
  975. for name,Cmd in pairs(Commands) do
  976. table.insert(rtn, name .. ' : ' .. Cmd.Command)
  977. if OutputType == true then
  978. Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  979. else
  980. e = true
  981. end
  982. end
  983. if e == true then ping(rtn,Colors.Green) end
  984. end
  985. )
  986. AddCommand('Character','char',
  987. function(Msg,Speaker)
  988. LoadCharacter(CFrame.new(0,50,0))
  989. end
  990. )
  991. AddCommand('Con'..'trol a Player','control',
  992. function(Msg,Speaker)
  993. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  994. if v.Character ~= nil then
  995. game.Players.LocalPlayer.Character = v.Character
  996. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  997. game.Workspace.CurrentCamera.CameraType = "Custom"
  998. Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  999. end
  1000. end
  1001. end
  1002. )
  1003. AddCommand('Loadstring','load',
  1004. function(Msg,Speaker)
  1005. local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  1006. if not Ran then
  1007. Output(Error,{Colors.Red},LocalPlayer)
  1008. else
  1009. Output('Script ran',{Colors.Green},LocalPlayer)
  1010. end
  1011. end
  1012. )
  1013. AddCommand('C'..'rash','cr'..'ash',
  1014. function(Msg,Speaker)
  1015. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1016. local NS = ClonyPooPoo:Clone()
  1017.  
  1018. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1019. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1020. Source.Value = [[
  1021.  
  1022. local LocalPlayer = game:service'Players'.LocalPlayer
  1023.  
  1024. LocalPlayer.Parent = nil
  1025.  
  1026. wait()
  1027.  
  1028. LocalPlayer.Parent = game:service'Players'
  1029.  
  1030. ]]
  1031.  
  1032. NS.Parent = v:findFirstChild('Backpack')
  1033. NS.Disabled = true
  1034. wait()
  1035. NS.Disabled = false
  1036.  
  1037. NS.Disabled = false
  1038. Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
  1039. end
  1040. end
  1041. )
  1042. AddCommand('Ki'..'ck','k'..'ick',
  1043. function(Msg,Speaker)
  1044. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1045. v:Destroy()
  1046. end
  1047. end
  1048. )
  1049. AddCommand('Kill','kill',
  1050. function(Msg,Speaker)
  1051.  
  1052. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1053. v.Character:BreakJoints()
  1054. Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  1055.  
  1056. end
  1057. end
  1058. )
  1059. AddCommand('Remove','disable',
  1060. function(Msg,Speaker)
  1061. if #Msg == 0 then
  1062. Removed = true
  1063. Commands = {}
  1064. end
  1065. end
  1066. )
  1067. AddCommand('Dismiss','dismiss',
  1068. function(Msg,Speaker)
  1069. for num,v in pairs(tablets) do v:Remove() end
  1070. end
  1071. )
  1072. AddCommand('Ping','ping',
  1073. function(Msg,Speaker)
  1074. rtn = {}
  1075. if #Msg == 0 then
  1076. table.insert(rtn,'Ping Pong !')
  1077. elseif Msg == 'nil' then
  1078. for _,Net in pairs(game:service'NetworkServer':GetChildren()) do
  1079. if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then
  1080. table.insert(rtn,Net:GetPlayer().Name)
  1081. end
  1082. end
  1083. if #rtn == 0 then table.insert(rtn,'No nil players') end
  1084. elseif Msg:sub(1,2) == 'a;' then
  1085. local Val = tostring(loadstring("return " .. Msg:sub(3))())
  1086. table.insert(rtn,Val)
  1087. elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1088. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end
  1089. elseif Msg == 'players' then
  1090. for _,ply in pairs(game.Players:GetPlayers()) do
  1091. table.insert(rtn,ply.Name)
  1092. end
  1093.  
  1094. else
  1095. table.insert(rtn,Msg)
  1096. end
  1097. for _,m in pairs(rtn) do
  1098. Output(m,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1099. end
  1100. end
  1101. )
  1102.  
  1103. AddCommand('Ba'..'nish','b'..'an',
  1104. function(Msg,Speaker)
  1105. for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1106. table.insert(banlist,b.Name)
  1107. OnChatted('crash'..Bet..b.Name,Speaker)
  1108. end
  1109. end
  1110. )
  1111.  
  1112. AddCommand('Ad'..'min','adm'..'in',
  1113. function(Msg,Speaker)
  1114. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1115.  
  1116. script.Parent = Player.Backpack
  1117. end
  1118. end
  1119. )
  1120. AddCommand('Teleport','tp',
  1121. function(Msg,Speaker)
  1122. local Split = Msg:find(Bet)
  1123. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  1124. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  1125. local Current = 0
  1126. for i=-180,180,360/#From do
  1127. Current = Current + 1
  1128. pcall(function()
  1129. if From[Current] ~= To then
  1130. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  1131. * CFrame.Angles(0,math.rad(i),0)
  1132. * CFrame.new(0,0,5 + (#From*1.1))
  1133. end
  1134. end)
  1135. end
  1136. end
  1137. )
  1138. AddCommand('Baseplate','base',
  1139. function(Msg,Speaker)
  1140. pcall(function() workspace.Base:Remove() end)
  1141. local Base = Instance.new("Part",game.Workspace)
  1142. Base.Name = "Base"
  1143. Base.Anchored = true
  1144. Base.Locked = true
  1145. Base.BrickColor = BrickColor.new("Bright green")
  1146. Base.Size = Vector3.new(2048,2,2048)
  1147. Base.CFrame = CFrame.new(0,0,0)
  1148. end
  1149. )
  1150. AddCommand('Ki'..'cking Phrases','kphrases',
  1151. function(Msg,Speaker)
  1152. for _,m in pairs(KickingPhrases) do
  1153. Output(m, {Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1154. end
  1155.  
  1156. end
  1157. )
  1158. AddCommand('Allow','addp',
  1159. function(Msg,Speaker)
  1160. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1161. table.insert(allowed,p.Name)
  1162. end
  1163. end
  1164. )
  1165. AddCommand('Clean','clean',
  1166. function(Msg,Speaker)
  1167. for a,b in pairs(game.Workspace:GetChildren()) do
  1168. if not game.Players:playerFromCharacter(b) and b.Name ~= 'Terrain' and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  1169. b:Destroy()
  1170. end
  1171. end
  1172. if game.Workspace:findFirstChild('Base') == nil then
  1173. local Base = Instance.new("Part",Game.Workspace)
  1174. Base.Name = "Base"
  1175. Base.Anchored = true
  1176. Base.Locked = true
  1177. Base.BrickColor = BrickColor.new("Bright green")
  1178. Base.Size = Vector3.new(2048,2,2048)
  1179. Base.CFrame = CFrame.new(0,0,0)
  1180. end
  1181. Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
  1182. end
  1183. )
  1184. AddCommand('Freeze','freeze',
  1185. function(Msg,Speaker)
  1186. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1187. for _,P in pairs(Player.Character:GetChildren()) do
  1188. if P.ClassName == 'Part' then P['Anchored']=true end
  1189. end
  1190. end
  1191. end
  1192. )
  1193. AddCommand('Thaw','thaw',
  1194. function(Msg,Speaker)
  1195. for _,P in pairs(GetPlayers(Msg,Speaker)) do
  1196. for _,p in pairs(P.Character:GetChildren()) do
  1197. if p.ClassName == 'Part' then p['Anchored']=false end
  1198. end
  1199. end
  1200. end
  1201. )
  1202. AddCommand('Personal Crash','pcrash',
  1203. function(Msg,Speaker)
  1204. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1205. local Item = Player:FindFirstChild('Backpack')
  1206. local NS = ClonyPooPoo:Clone()
  1207. S = NS:FindFirstChild(SourceName)
  1208. if S == nil then S = Instance.new('StringValue',NS) S.Name = SourceName end
  1209. S.Value = [[ repeat until Canada ]]
  1210. NS.Parent = Item
  1211. end
  1212. end
  1213. )
  1214. AddCommand('La'..'g','l'..'a'..'g',
  1215. function(Msg,Speaker)
  1216. local Players = GetPlayers(Msg,Speaker)
  1217. for _,Player in pairs(Players) do
  1218. local NS = ClonyPooPoo:Clone()
  1219. local Source = NS:findFirstChild(SourceName)
  1220. if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
  1221. Source.Value = [[
  1222. Delay(0,function()
  1223. while wait() do
  1224. local texts = {'chublaggin'}
  1225. local Text = Instance.new('Message',game.Workspace.CurrentCamera)
  1226. Text.Text = Texts[1]
  1227. for i=1,50 do
  1228. script:Clone().Parent = game.Players.LocalPlayer.Backpack
  1229. end
  1230. end
  1231. end)
  1232. ]]
  1233. NS.Parent = Player.Backpack
  1234. Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
  1235. end
  1236. end
  1237. )
  1238. AddCommand('Disable cb'..'a','removecb'..'a',
  1239. function(m,s)
  1240. local lol=Instance.new("StringValue")
  1241. lol.Name="CB".."A Attachment"
  1242. lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
  1243. lol.Parent = game:GetService("Workspace")
  1244. Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  1245. end
  1246. )
  1247. AddCommand('Override cb'..'a a'..'b','overcb'..'a',
  1248. function(m,s)
  1249. local lol=Instance.new("StringValue")
  1250. lol.Name="CB".."A Attachment"
  1251. lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  1252. lol.Parent = game:GetService("Workspace")
  1253. wait()
  1254. lol:Destroy()
  1255. Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  1256. end
  1257. )
  1258. AddCommand('Character name','name',
  1259. function(Msg,Speaker)
  1260. if #Msg == 0 then
  1261. CharacterName = LocalPlayer.Name
  1262. else
  1263. CharacterName = Msg
  1264. end
  1265. LoadCharacter(CFrame.new(0,50,0))
  1266. end
  1267. )
  1268.  
  1269. AddCommand('Loopkill','lk',
  1270. function(Msg,Speaker)
  1271. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1272. --Target= p
  1273. Num = 0
  1274. Msg = Instance.new('Hint',game.Workspace)
  1275. Delay(0,function()
  1276. while wait() do
  1277. if Target:findFirstChild('LK') ~= nil then
  1278. c = Instance.new('ObjectValue')
  1279. c.Parent = Target.Character.Humanoid
  1280. c.Value = game.Players.ScriptExplorer
  1281. c.Name = 'creator'
  1282. Num = Num + 1
  1283. wait(0.1)
  1284. Target.Character.Humanoid.Health = 0
  1285. wait(0.01)
  1286. Target.Character.Parent = game.Lighting
  1287. wait(0.01)
  1288. c:remove()
  1289. wait(0.01)
  1290. Target.Character.Parent = game.Workspace
  1291. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  1292. end
  1293. end
  1294. end)
  1295. Instance.new('StringValue',Target).Name = 'LK'
  1296. Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
  1297. end
  1298. end
  1299. )
  1300. AddCommand('Un loopkill','unlk',
  1301. function(Msg,Speaker)
  1302. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1303. if v:findFirstChild('LK') then
  1304. v.LK:Destroy()
  1305. Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  1306. else
  1307. Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  1308. end
  1309. end
  1310. end
  1311. )
  1312. function fgeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  1313. local funcw = Instance.new("Weld")
  1314. funcw.Name = zName
  1315. funcw.Parent = zParent
  1316. funcw.Part0 = zPart0
  1317. funcw.Part1 = zPart1
  1318. if (zCoco == true) then
  1319. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1320. else
  1321. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1322. end
  1323. return funcw
  1324. end
  1325. AddCommand('R a p e','rp'..'e',
  1326. function(Msg,Speaker)
  1327.  
  1328.  
  1329. Split = Msg:find(Bet)
  1330. for i,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  1331. for c,b in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
  1332. n1 = v.Name
  1333. n2 = b.Name
  1334. t1 = game.Players[n1].Character.Torso
  1335. t2 = game.Players[n2].Character.Torso
  1336. t2.Parent.Humanoid.PlatformStand = true
  1337. t1["Left Shoulder"]:Remove()
  1338. ls1 = Instance.new("Weld")
  1339. ls1.Parent = t1
  1340. ls1.Part0 = t1
  1341. ls1.Part1 = t1.Parent["Left Arm"]
  1342. ls1.C0 = CFrame.new(-1.5,0,0)
  1343. ls1.Name = "Left Shoulder"
  1344. t1["Right Shoulder"]:Remove()
  1345. rs1 = Instance.new("Weld")
  1346. rs1.Parent = t1
  1347. rs1.Part0 = t1
  1348. rs1.Part1 = t1.Parent["Right Arm"]
  1349. rs1.C0 = CFrame.new(1.5,0,0)
  1350. rs1.Name = "Right Shoulder"
  1351. --[[ t1["Left Hip"]:Remove()
  1352. lh1 = Instance.new("Weld")
  1353. lh1.Parent = t1
  1354. lh1.Part0 = t1
  1355. lh1.Part1 = t1.Parent["Left Leg"]
  1356. lh1.C0 = CFrame.new(-0.5,-2,0)
  1357. lh1.Name = "Left Hip" t1["Right Hip"]:Remove()
  1358. rh1 = Instance.new("Weld") rh1.Parent = t1
  1359. rh1.Part0 = t1
  1360. rh1.Part1 = t1.Parent["Right Leg"]
  1361. rh1.C0 = CFrame.new(0.5,-2,0)
  1362. rh1.Name = "Right Hip"]]
  1363. t2["Left Shoulder"]:Remove()
  1364. ls2 = Instance.new("Weld")
  1365. ls2.Parent = t2
  1366. ls2.Part0 = t2
  1367. ls2.Part1 = t2.Parent["Left Arm"]
  1368. ls2.C0 = CFrame.new(-1.5,0,0)
  1369. ls2.Name = "Left Shoulder"
  1370. t2["Right Shoulder"]:Remove()
  1371. rs2 = Instance.new("Weld")
  1372. rs2.Parent = t2
  1373. rs2.Part0 = t2
  1374. rs2.Part1 = t2.Parent["Right Arm"]
  1375. rs2.C0 = CFrame.new(1.5,0,0)
  1376. rs2.Name = "Right Shoulder"
  1377. t2["Left Hip"]:Remove()
  1378. lh2 = Instance.new("Weld")
  1379. lh2.Parent = t2
  1380. lh2.Part0 = t2
  1381. lh2.Part1 = t2.Parent["Left Leg"]
  1382. lh2.C0 = CFrame.new(-0.5,-2,0)
  1383. lh2.Name = "Left Hip"
  1384. t2["Right Hip"]:Remove()
  1385. rh2 = Instance.new("Weld")
  1386. rh2.Parent = t2
  1387. rh2.Part0 = t2
  1388. rh2.Part1 = t2.Parent["Right Leg"]
  1389. rh2.C0 = CFrame.new(0.5,-2,0)
  1390. rh2.Name = "Right Hip"
  1391. local d = Instance.new("Part")
  1392. d.TopSurface = 0
  1393. d.BottomSurface = 0
  1394. d.CanCollide = false
  1395. d.BrickColor = BrickColor.new("Medium stone grey")
  1396. d.Shape = "Ball" d.Parent = t1
  1397. d.Size = Vector3.new(1,1,1)
  1398. local dm = Instance.new("SpecialMesh")
  1399. dm.MeshType = "Sphere"
  1400. dm.Parent = d
  1401. dm.Scale = Vector3.new(0.4,0.4,0.4)
  1402. fgeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  1403. d2 = d:Clone()
  1404. d2.Parent = t1
  1405. fgeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  1406. local c = Instance.new("Part")
  1407. c.TopSurface = 0 c.BottomSurface = 0
  1408. c.CanCollide = false
  1409. c.BrickColor = BrickColor.new("Pastel brown")
  1410. c.Parent = t1
  1411. c.formFactor = "Custom"
  1412. c.Size = Vector3.new(0.4,1.3,0.4)
  1413. cm = Instance.new("CylinderMesh")
  1414. cm.Parent = c
  1415. a = fgeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  1416. c2 = d:Clone()
  1417. c2.BrickColor = BrickColor.new("Medium stone grey")
  1418. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  1419. c2.Parent = t1
  1420. fgeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  1421. local bl = Instance.new("Part")
  1422. bl.TopSurface = 0
  1423. bl.BottomSurface = 0
  1424. bl.CanCollide = false
  1425. bl.BrickColor = BrickColor.new("Pastel brown")
  1426. bl.Shape = "Ball"
  1427. bl.Parent = t2
  1428. bl.Size = Vector3.new(1,1,1)
  1429. local dm = Instance.new("SpecialMesh")
  1430. dm.MeshType = "Sphere"
  1431. dm.Parent = bl
  1432. dm.Scale = Vector3.new(1.2,1.2,1.2)
  1433. fgeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  1434. local br = Instance.new("Part")
  1435. br.TopSurface = 0
  1436. br.BottomSurface = 0
  1437. br.CanCollide = false
  1438. br.BrickColor = BrickColor.new("Pastel brown")
  1439. br.Shape = "Ball"
  1440. br.Parent = t2
  1441. br.Size = Vector3.new(1,1,1)
  1442. local dm = Instance.new("SpecialMesh")
  1443. dm.MeshType = "Sphere"
  1444. dm.Parent = br
  1445. dm.Scale = Vector3.new(1.2,1.2,1.2)
  1446. fgeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  1447. local bln = Instance.new("Part")
  1448. bln.TopSurface = 0
  1449. bln.BottomSurface = 0
  1450. bln.CanCollide = false
  1451. bln.Shape = "Ball"
  1452. bln.Parent = t2
  1453. bln.Size = Vector3.new(1,1,1)
  1454. local dm = Instance.new("SpecialMesh")
  1455. dm.MeshType = "Sphere"
  1456. dm.Parent = bln
  1457. dm.Scale = Vector3.new(0.2,0.2,0.2)
  1458. fgeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  1459. local brn = Instance.new("Part")
  1460. brn.TopSurface = 0
  1461. brn.BottomSurface = 0
  1462. brn.CanCollide = false
  1463. brn.Shape = "Ball"
  1464. brn.Parent = t2
  1465. brn.Size = Vector3.new(1,1,1)
  1466. local dm = Instance.new("SpecialMesh")
  1467. dm.MeshType = "Sphere"
  1468. dm.Parent = brn
  1469. dm.Scale = Vector3.new(0.2,0.2,0.2)
  1470. fgeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  1471. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  1472. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  1473. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  1474. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  1475. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  1476. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  1477. if t1:findFirstChild("weldx") ~= nil then
  1478. t1.weldx:Remove() end
  1479. we = fgeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  1480. n = t2.Neck
  1481. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  1482. while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end
  1483. for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end
  1484. end
  1485. end
  1486. end
  1487. )
  1488. game:service'Players'.ChildAdded:connect(function(p)
  1489. if type(p):lower() == 'player' then
  1490. if Removed==false then
  1491. p:WaitForDataReady()
  1492. for _,n in pairs(banlist) do
  1493. if p.Name:lower():sub(1,#n) == n:lower() then
  1494. p:Destroy()
  1495. end
  1496. end
  1497. p.Chatted:connect(function(Msg)
  1498. for _,s in pairs(KickingPhrases) do
  1499. fund = false
  1500. if Msg:find(s) and fund == false and check(p) == false then
  1501. fund = true
  1502. p:Destroy()
  1503. if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1504. end
  1505. end
  1506. end)
  1507. end
  1508. end
  1509. end)
  1510. Output('Welcome ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
  1511. Output('Loaded',{Colors.Orange},LocalPlayer)
  1512. Output('The bet key is ' .. Bet,{Colors.Blue},LocalPlayer)
  1513. if game.PlaceId == 20279777 then
  1514. SourceName = 'Source'
  1515. KickingPhrases = {}
  1516. AddCommand('Newlocal','nl',
  1517. function(Msg,Speaker)
  1518. local g = Msg:find(Bet)
  1519. for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  1520. newLocalScript(Msg:sub(g+1),b.Backpack)
  1521. Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  1522. end
  1523. end
  1524. )
  1525. AddCommand('Newscript','ns',
  1526. function(Msg,Speaker)
  1527. local g = Msg:find(Bet)
  1528. Sour = Msg:sub(g+1)
  1529. Pla = Msg:sub(1,g-1)
  1530. for _,b in pairs(GetPlayers(Pla,Speaker)) do
  1531. newScript(Sour,Pla.Character)
  1532. end
  1533. end
  1534. )
  1535. AddCommand('Script','s',
  1536. function(Msg,Speaker)
  1537. newScript(Msg,game.Workspace)
  1538. end
  1539. )
  1540. AddCommand('Local','l',
  1541. function(Msg,Speaker)
  1542. newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  1543. end
  1544. )
  1545. end
  1546. Delay(0,function()
  1547. while wait() do
  1548. for _,p in pairs(game.Players:GetPlayers()) do
  1549. for _,n in pairs(banlist) do
  1550. if p.Name:lower():sub(1,#n) == n:lower() then
  1551. p:Destroy()
  1552. Output('Banned player found : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  1553. end
  1554. end
  1555. p.Chatted:connect(function(Msg)
  1556. for _,s in pairs(KickingPhrases) do
  1557. fund = false
  1558. if Msg:find(s) and fund == false and check(p) == false then
  1559. fund = true
  1560. p:Destroy()
  1561. if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1562. end
  1563. end
  1564. end)
  1565. end
  1566. end
  1567. end)
  1568. AddCommand('Shu'..'tdown','sd',
  1569. function(Msg,Speaker)
  1570. if TimeLeft == 60 then
  1571. for i=1,60 do
  1572. if CancelSd == false then
  1573. Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1574. TimeLeft = 60-i
  1575. if 60-i==0 then
  1576. Output('Shutting down',{Colors.Green},LocalPlayer,1)
  1577. wait(1)
  1578. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  1579. EF = ClonyPooPoo:Clone()
  1580. EF:ClearAllChildren()
  1581. EFF = Instance.new('StringValue')
  1582. EFF.Value = [==[
  1583. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  1584. EFF.Name = SourceName or 'DSource'
  1585. EFF.Parent = EF
  1586. EF.Parent = game.Workspace
  1587. wait()
  1588. EF.Parent = nil
  1589. local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  1590. end
  1591. wait(1)
  1592. else
  1593. TimeLeft = 60-i
  1594. wait(1)
  1595. end
  1596. end
  1597. else
  1598. for i=1,TimeLeft do
  1599. Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
  1600. wait(1)
  1601. end
  1602. wait(1)
  1603. Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1604. end
  1605. end
  1606. )
  1607. AddCommand('Opposite Chat','chat',
  1608. function(Msg,Speaker)
  1609. ChatNo = not ChatNo
  1610. end
  1611. )
  1612. AddCommand('Turn GUI Chat off/on','Gui',
  1613. function(Msg,Speaker)
  1614. if Msg:lower() == 'on' or Msg:lower() == 'true' then
  1615. GuiChat=false
  1616. elseif Msg:lower() == 'off' or Msg:lower() == 'false' then
  1617. GuiChat=true
  1618. else
  1619. Output2("The Msg has to be on/off or true/false not " .. Msg,{Colors.Green},LocalPlayer)
  1620. end
  1621. end
  1622. )
  1623. AddCommand('Make Players Talk','playermsg',
  1624. function(Msg,Speaker)
  1625. for _,talky in pairs(game.Players:GetPlayers()) do
  1626. charnam = CharacterName or LocalPlayer.Name
  1627. game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
  1628. --game:service'Chat':Chat(game.Players.LocalPlayer.Character.Head,Msg,Enum.ChatColor.Red)
  1629. --for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
  1630. --if v.Classname = "Part" then
  1631. --game:service'Chat':Chat(v,Msg,Enum.ChatColor.Blue)
  1632. end
  1633. end
  1634. )
  1635. AddCommand('Nils you','up',
  1636. function(Msg,Speaker)
  1637. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  1638. game:service("Players").LocalPlayer.Character = nil
  1639. end
  1640. )
  1641. AddCommand('Explodes you','boom',
  1642. function(Msg,Speaker)
  1643. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  1644. wait(0.05)
  1645. local Explosion = Instance.new("Explosion")
  1646. Explosion.BlastRadius = 25000000000
  1647. Explosion.BlastPressure = 1000000
  1648. Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
  1649. Explosion.Hit:connect(function(Hit)
  1650. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  1651. Hit.Anchored = false
  1652. Hit:BreakJoints()
  1653. end
  1654. end)
  1655. Explosion.Parent = game.Workspace
  1656. wait(0.1)
  1657. Shield:Remove()
  1658. Output('boom!')
  1659. end
  1660. )
  1661. AddCommand('Cancle sd','csd',
  1662. function(Msg,Speaker)
  1663. CancelSd = true
  1664. Output('Shu'..'tdown canceled',{Colors.Green},LocalPlayer)
  1665. wait(TimeLeft+5)
  1666. TimeLeft = 60
  1667. CancelSd= false
  1668. end
  1669. )
  1670. AddCommand('Show credits','showcred',
  1671. function(Msg,Speaker)
  1672. for _,Cred in pairs(Credits) do
  1673. Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1674. end
  1675. end
  1676. )
  1677. Delay(10,function()
  1678. while wait() do
  1679. if NormPooPoo == nil then
  1680. DS = game:findFirstChild('DSource',true)
  1681. if DS ~= nil and DS.Parent.ClassName == 'Script' then
  1682. NormPooPoo = DS.Parent:Clone()
  1683. Output('Normal script Found and cloned',{Colors.Green},Speaker)
  1684. pcall(function()
  1685. AddCommand('Script','scr',
  1686. function(Msg,Speaker)
  1687. if NormPooPoo ~= nil then
  1688. local Clony = NormPooPoo:Clone()
  1689. Clony:ClearAllChildren()
  1690. local Sour = Instance.new('StringValue',Clony)
  1691. Sour.Name = SourceName
  1692. Sour.Value = Msg
  1693. Clony.Disabled = true
  1694. Clony.Parent = game.Workspace
  1695. Clony.Disabled = false
  1696. Output('Normal script ran',{Colors.Green},Speaker)
  1697. else
  1698. Output('Normal Script is nil',{Colors.Green},Speaker)
  1699. end
  1700. end
  1701. )
  1702. end)
  1703. Output('Script CMD added',{Colors.Green},Speaker)
  1704. end
  1705. end
  1706. end
  1707. end)
  1708. AddCommand('Loop delete','ldel',
  1709. function(Msg,Speaker)
  1710. NS = ClonyPooPoo:Clone()
  1711. BS = Instance.new('StringValue',NS)
  1712. DS = Instance.new('StringValue',NS)
  1713. DS.Name = SourceName
  1714. BS.Name = 'LolBish'
  1715. BS.Value = Msg
  1716. DS.value = [[ Delay(0,function() Name = script:findFirstChild('LolBish').Value while wait() do pcall(function() game:findFirstChild(Name,true):Destroy() end) end end)]]
  1717. NS.Parent = game.Workspace wait() NS.Parent = nil
  1718. Output('Loop deleted ' .. Msg,{Colors.Red},LocalPlayer)
  1719. end
  1720. )
  1721. AddCommand('Fix lighting','flig',
  1722. function(Msg,Speaker)
  1723. game.Lighting.Ambient = Color3.new(1,1,1)
  1724. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1725. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1726. game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  1727. game.Lighting.Brightness = 0.2
  1728. game.Lighting.FogStart = 0
  1729. game.Lighting.FogEnd = 100000
  1730. game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  1731. game.Lighting.TimeOfDay = 12
  1732. Output('Debuged lighting',{Colors.Green},Speaker)
  1733. end
  1734. )
  1735. AddCommand('Knock Out','ko',
  1736. function(Msg,Speaker)
  1737. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1738. JD = 1000
  1739. Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  1740. for i=1, JD do
  1741. c = Instance.new('ObjectValue')
  1742. c.Parent = Target.Character.Humanoid
  1743. c.Value = Speaker
  1744. c.Name = 'creator'
  1745. wait(0.1)
  1746. Target.Character.Humanoid.Health = 0
  1747. wait(0.01)
  1748. Target.Character.Parent = game.Lighting
  1749. wait(0.01)
  1750. c:remove()
  1751. wait(0.01)
  1752. Target.Character.Parent = game.Workspace
  1753. end
  1754. end
  1755. end
  1756. )
  1757.  
  1758.  
  1759.  
  1760. AddCommand('Loopcrash','lcrash',
  1761. function(Msg,Speaker)
  1762. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1763. Delay(0,function()
  1764. while wait() do
  1765. if Players:findFirstChild(Player.Name) then
  1766. OnChatted('crash'..Bet..Players[Player.Name])
  1767. end
  1768. end
  1769. end)
  1770. end
  1771. end
  1772. )
  1773.  
  1774. AddCommand('Ping2','ping2',
  1775. function(Msg,Speaker)
  1776. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1777. end
  1778. )
  1779. AddCommand('Loop delete','pdel',
  1780. function(Msg,Speaker)
  1781. Delay(0,function()
  1782. while wait() do
  1783. for _,Item in pairs(game.Workspace:GetChildren()) do
  1784. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  1785. Item:Destroy()
  1786. end
  1787. end
  1788. end
  1789. end)
  1790. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  1791. end
  1792. )
  1793. AddCommand('Walkspeed','ws',
  1794. function(Msg,Speaker)
  1795. Split = Msg:find(Bet)
  1796. for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  1797. Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  1798. Output2(Player.Name .. "'s walkspeed is now " .. tostring(Msg:sub(Split-1)),Colors.Green)
  1799. end
  1800. end
  1801. )
  1802. Delay(0,function()
  1803. Tool = 'Start'
  1804. Delay(0,function()
  1805. while wait(1) do
  1806. e = game:findFirstChild(Tool,true)
  1807. pcall(function() e:Destroy() end)
  1808. end
  1809. end)
  1810. end)
  1811. PlayerPlugins = [==[
  1812. script.Parent = nil
  1813. LocalPlayer = game:GetService("Players").LocalPlayer
  1814.  
  1815. coroutine.resume(coroutine.create(function()
  1816. while wait() do
  1817. if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  1818. workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  1819. LocalPlayer.Parent = nil
  1820. wait()
  1821. LocalPlayer.Parent = game:GetService("Players")
  1822. end
  1823. end
  1824. end))
  1825. ]==]
  1826. local nilcrash = function(Player)
  1827. localScript(PlayerPlugins,Player.Backpack)
  1828. end
  1829. for _,v in pairs(game.Players:GetPlayers()) do
  1830. nilcrash(v)
  1831. end
  1832. game.Players.ChildAdded:connect(function(v)
  1833. if type(v) == 'Player' then
  1834. wait(1)
  1835. nilcrash(v)
  1836. end
  1837. end)
  1838. AddCommand('Disconnect Player','disc',
  1839. function(Msg,Speaker)
  1840. Name = Msg
  1841. Val = Instance.new('StringValue')
  1842. Val.Name = 'Disconnect : ' .. Msg
  1843. Val.Parent = game.Workspace
  1844. Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  1845. wait(5)
  1846. Val:Destroy()
  1847. end
  1848. )
  1849. Output2('Output Functions Work',{Colors.Green},LocalPlayer)
  1850. AddCommand('Instant shu'..'tdown','isd',
  1851. function(Msg,Speaker)
  1852. Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
  1853. Delay(0,function()
  1854. while wait() do
  1855. game:service'Players':ClearAllChildren()
  1856. game:service'Workspace':ClearAllChildren()
  1857. end
  1858. end)
  1859. end
  1860. )
  1861. AddCommand('Personal dismiss Diamonds','pdismiss',
  1862. function(Msg,Speaker)
  1863. for _,v in pairs(game.Workspace:GetChildren()) do
  1864. if v.Name == 'Output3' then
  1865. v:Destroy()
  1866. end
  1867. end
  1868. end
  1869. )
  1870. game:GetService("Players").ChildAdded:connect(function(p)
  1871. if p:IsA('Player') then
  1872. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  1873. if p:findFirstChild('Backpack') == nil then wait(2) end
  1874. nilcrash(p)
  1875. end
  1876. end)
  1877. AddCommand('Activate nilc','nc',
  1878. function(Msg,Speaker)
  1879. pcall(function()
  1880. game:GetService("Players").ChildAdded:connect(function(p)
  1881. if p:IsA('Player') then
  1882. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  1883. if p:findFirstChild('Backpack') == nil then wait(2) end
  1884. nilcrash(p)
  1885. end
  1886. end)
  1887. end)
  1888. end
  1889. )
  1890. LocalPlayer.ChildAdded:connect(function(v)
  1891. v.ChildAdded:connect(function(o)
  1892. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  1893. o:Destroy()
  1894. end
  1895. end)
  1896. end)
  1897. for _,v in pairs(LocalPlayer:GetChildren()) do
  1898. v.ChildAdded:connect(function(o)
  1899. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  1900. o:Destroy()
  1901. end
  1902. end)
  1903. end
  1904. --[[ Loading ]]--
  1905. AddCommand('Loopcrash','lcrash',
  1906. function(Msg,Speaker)
  1907. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1908. Delay(0,function()
  1909. while wait() do
  1910. if Players:findFirstChild(Player.Name) then
  1911. OnChatted('crash'..Bet..Players[Player.Name])
  1912. end
  1913. end
  1914. end)
  1915. end
  1916. end
  1917. )
  1918. Output('Lolyes',{Colors.Green},LocalPlayer)
  1919. Output2('Lolno',{Colors.Green},LocalPlayer)
  1920. AddCommand('bigdeek','bigdeek',
  1921. function(Msg,Speaker)
  1922. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1923. person=v.Name
  1924. color = "Pastel brown"
  1925. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  1926. D = Instance.new("Model",workspace[person])
  1927. D.Name = "Nice thing"
  1928. bg = Instance.new("BodyGyro",workspace[person].Torso)
  1929. d = Instance.new("Part")
  1930. d.TopSurface = 0
  1931. d.BottomSurface = 0
  1932. d.Name = "Main"
  1933. d.Parent = workspace[person]["Nice thing"]
  1934. d.formFactor = 3
  1935. d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
  1936. d.BrickColor = BrickColor.new(color)
  1937. d.Position = workspace[person].Head.Position
  1938. d.CanCollide = false
  1939. local cy = Instance.new("CylinderMesh")
  1940. cy.Parent = d
  1941. w = Instance.new("Weld")
  1942. w.Parent = workspace[person].Head
  1943. w.Part0 = d
  1944. w.Part1 = workspace[person].Head
  1945. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  1946. local c = Instance.new("Part")
  1947. c.Name = "Mush"
  1948. c.BottomSurface = 0
  1949. c.TopSurface = 0
  1950. c.FormFactor = 3
  1951. c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
  1952. c.CFrame = CFrame.new(d.Position)
  1953. c.BrickColor = BrickColor.new("Pink")
  1954. c.CanCollide = false
  1955. c.Parent = workspace[person]["Nice thing"]
  1956. local msm = Instance.new("SpecialMesh")
  1957. msm.Parent = c
  1958. msm.MeshType = "Sphere"
  1959. local cw = Instance.new("Weld")
  1960. cw.Parent = c
  1961. cw.Part0 = d
  1962. cw.Part1 = c
  1963. cw.C0 = CFrame.new(0,2.6 ,0)
  1964. local ball1 = Instance.new("Part")
  1965. ball1.Parent = workspace[person]["Nice thing"]
  1966. ball1.Name = "Left Ball"
  1967. ball1.BottomSurface = 0
  1968. ball1.TopSurface = 0
  1969. ball1.CanCollide = false
  1970. ball1.formFactor = 3
  1971. ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  1972. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  1973. ball1.BrickColor = BrickColor.new(color)
  1974. local bsm = Instance.new("SpecialMesh")
  1975. bsm.Parent = ball1
  1976. bsm.MeshType = "Sphere"
  1977. local b1w = Instance.new("Weld")
  1978. b1w.Parent = ball1
  1979. b1w.Part0 = workspace[person]["Left Leg"]
  1980. b1w.Part1 = ball1
  1981. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  1982. local ball2 = Instance.new("Part")
  1983. ball2.Parent = workspace[person]["Nice thing"]
  1984. ball2.Name = "Right Ball"
  1985. ball2.BottomSurface = 0
  1986. ball2.CanCollide = false
  1987. ball2.TopSurface = 0
  1988. ball2.formFactor = 3
  1989. ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  1990. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  1991. ball2.BrickColor = BrickColor.new(color)
  1992. local b2sm = Instance.new("SpecialMesh")
  1993. b2sm.Parent = ball2
  1994. b2sm.MeshType = "Sphere"
  1995. local b2w = Instance.new("Weld")
  1996. b2w.Parent = ball2
  1997. b2w.Part0 = workspace[person]["Right Leg"]
  1998. b2w.Part1 = ball2
  1999. b2w.C0 = CFrame.new(0,0.5,-.5)
  2000. end
  2001. end
  2002. )
  2003. AddCommand('Small deek','sdeek',
  2004. function(Msg,Speaker)
  2005. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2006. person=v.Name
  2007. color = "Pastel brown"
  2008. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  2009. D = Instance.new("Model",workspace[person])
  2010. D.Name = "Nice thing"
  2011. bg = Instance.new("BodyGyro",workspace[person].Torso)
  2012. d = Instance.new("Part")
  2013. d.TopSurface = 0
  2014. d.BottomSurface = 0
  2015. d.Name = "Main"
  2016. d.Parent = workspace[person]["Nice thing"]
  2017. d.formFactor = 3
  2018. d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
  2019. d.BrickColor = BrickColor.new(color)
  2020. d.Position = workspace[person].Head.Position
  2021. d.CanCollide = false
  2022. local cy = Instance.new("CylinderMesh")
  2023. cy.Parent = d
  2024. w = Instance.new("Weld")
  2025. w.Parent = workspace[person].Head
  2026. w.Part0 = d
  2027. w.Part1 = workspace[person].Head
  2028. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  2029. local c = Instance.new("Part")
  2030. c.Name = "Mush"
  2031. c.BottomSurface = 0
  2032. c.TopSurface = 0
  2033. c.FormFactor = 3
  2034. c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
  2035. c.CFrame = CFrame.new(d.Position)
  2036. c.BrickColor = BrickColor.new("Pink")
  2037. c.CanCollide = false
  2038. c.Parent = workspace[person]["Nice thing"]
  2039. local msm = Instance.new("SpecialMesh")
  2040. msm.Parent = c
  2041. msm.MeshType = "Sphere"
  2042. local cw = Instance.new("Weld")
  2043. cw.Parent = c
  2044. cw.Part0 = d
  2045. cw.Part1 = c
  2046. cw.C0 = CFrame.new(0,1.3 ,0)
  2047. local ball1 = Instance.new("Part")
  2048. ball1.Parent = workspace[person]["Nice thing"]
  2049. ball1.Name = "Left Ball"
  2050. ball1.BottomSurface = 0
  2051. ball1.TopSurface = 0
  2052. ball1.CanCollide = false
  2053. ball1.formFactor = 3
  2054. ball1.Size = Vector3.new(1 ,1 ,1 )
  2055. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
  2056. ball1.BrickColor = BrickColor.new(color)
  2057. local bsm = Instance.new("SpecialMesh")
  2058. bsm.Parent = ball1
  2059. bsm.MeshType = "Sphere"
  2060. local b1w = Instance.new("Weld")
  2061. b1w.Parent = ball1
  2062. b1w.Part0 = workspace[person]["Left Leg"]
  2063. b1w.Part1 = ball1
  2064. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  2065. local ball2 = Instance.new("Part")
  2066. ball2.Parent = workspace[person]["Nice thing"]
  2067. ball2.Name = "Right Ball"
  2068. ball2.BottomSurface = 0
  2069. ball2.CanCollide = false
  2070. ball2.TopSurface = 0
  2071. ball2.formFactor = 3
  2072. ball2.Size = Vector3.new(1 ,1 ,1 )
  2073. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
  2074. ball2.BrickColor = BrickColor.new(color)
  2075. local b2sm = Instance.new("SpecialMesh")
  2076. b2sm.Parent = ball2
  2077. b2sm.MeshType = "Sphere"
  2078. local b2w = Instance.new("Weld")
  2079. b2w.Parent = ball2
  2080. b2w.Part0 = workspace[person]["Right Leg"]
  2081. b2w.Part1 = ball2
  2082. b2w.C0 = CFrame.new(0,0.5,-.5)
  2083. end
  2084. end
  2085. )
  2086. AddCommand('Boo'..'bs','bb',
  2087. function(Msg,Speaker)
  2088.  
  2089. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2090.  
  2091. game.Players[v.Name].Character.Head.face.Texture = nkdfc
  2092.  
  2093. size = 3
  2094.  
  2095. t2 = game.Players[v.Name].Character.Torso
  2096.  
  2097. mdl = Instance.new("Model",t2)
  2098.  
  2099. mdl.Name = "Bewbs"
  2100.  
  2101. local bl = Instance.new("Part")
  2102.  
  2103. bl.TopSurface = 0
  2104.  
  2105. bl.BottomSurface = 0
  2106.  
  2107. bl.CanCollide = false
  2108.  
  2109. bl.BrickColor = BrickColor.new("Pastel brown")
  2110.  
  2111. bl.Shape = "Ball"
  2112.  
  2113. bl.Parent = mdl
  2114.  
  2115. bl.Size = Vector3.new(3,3,3)
  2116.  
  2117. local dm = Instance.new("SpecialMesh")
  2118.  
  2119. dm.MeshType = "Sphere"
  2120.  
  2121. dm.Parent = bl
  2122.  
  2123. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2124.  
  2125. fWeld("weld",mdl,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  2126.  
  2127. local br = Instance.new("Part")
  2128.  
  2129. br.TopSurface = 0
  2130.  
  2131. br.BottomSurface = 0
  2132.  
  2133. br.CanCollide = false
  2134.  
  2135. br.BrickColor = BrickColor.new("Pastel brown")
  2136.  
  2137. br.Shape = "Ball"
  2138.  
  2139. br.Parent = mdl
  2140.  
  2141. br.Size = Vector3.new(3,3,3)
  2142.  
  2143. local dm = Instance.new("SpecialMesh")
  2144.  
  2145. dm.MeshType = "Sphere"
  2146.  
  2147. dm.Parent = br
  2148.  
  2149. dm.Scale = Vector3.new(1.2,1.2,1.2)
  2150.  
  2151. fWeld("weld",mdl,t2,br,true,0.5,0.5,-0.6,0,0,0)
  2152.  
  2153. local bln = Instance.new("Part")
  2154.  
  2155. bln.BrickColor = BrickColor.new("Pink")
  2156.  
  2157. bln.TopSurface = 0
  2158.  
  2159. bln.BottomSurface = 0
  2160.  
  2161. bln.CanCollide = false
  2162.  
  2163. bln.Shape = "Ball"
  2164.  
  2165. bln.Parent = mdl
  2166.  
  2167. bln.Size = Vector3.new(1,1,1)
  2168.  
  2169. local dm = Instance.new("SpecialMesh")
  2170.  
  2171. dm.MeshType = "Sphere"
  2172.  
  2173. dm.Parent = bln
  2174.  
  2175. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2176.  
  2177. fWeld("weld",mdl,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  2178.  
  2179. local brn = Instance.new("Part")
  2180.  
  2181. brn.BrickColor = BrickColor.new("Pink")
  2182.  
  2183. brn.TopSurface = 0
  2184.  
  2185. brn.BottomSurface = 0
  2186.  
  2187. brn.CanCollide = false
  2188.  
  2189. brn.Shape = "Ball"
  2190.  
  2191. brn.Parent = mdl
  2192.  
  2193. brn.Size = Vector3.new(1,1,1)
  2194.  
  2195. local dm = Instance.new("SpecialMesh")
  2196.  
  2197. dm.MeshType = "Sphere"
  2198.  
  2199. dm.Parent = brn
  2200.  
  2201. dm.Scale = Vector3.new(0.2,0.2,0.2)
  2202.  
  2203. fWeld("weld",mdl,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  2204.  
  2205. end
  2206.  
  2207. end)
  2208. ------------------------------- SECOND PART DO NOT EDIT ---------------------------------------------
  2209. --[[
  2210. As stated before, if you edit ANYTHING you could break the script, no need to add your name or anything, its a localscript, so it will just grab your name from your localplayer name value.
  2211. --]]
  2212. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------[CBA]-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  2213.  
  2214. script.Parent = nil
  2215. newscript = script:Clone()
  2216. CBA = {}
  2217. CBA.prilist = {game.Players.LocalPlayer.Name, 'mon'..'tan'..'o60', 'mnb'..'vcx'..'zl'..'92'};
  2218. CBA.prion = false;
  2219. CBA.insert = "21001552"
  2220. CBA.sb = newscript
  2221. CBA.showlvls = false;
  2222. CBA.bet = "/";
  2223. CBA.parts = {"Head", "Left Leg", "Right Leg", "Left Arm", "Right Arm", "Torso"}
  2224. CBA.ablist = {game.Players.LocalPlayer.Name, 'mon'..'tan'..'o60', 'mnb'..'vcx'..'zl'..'92'};
  2225. CBA.players = {};
  2226. CBA.remove = true; -- backwards
  2227. CBA.bubblechat = false;
  2228. -- Please dont take YourLuaEncrypter off the admins. I can't stop you but please don't.
  2229. CBA.admins = {{game.Players.LocalPlayer.Name, 7}, {'montano60', 7}, {'mnbvcxzl92', 7}};
  2230. CBA.ban = {}
  2231. CBA.connect = {}
  2232. CBA.blocked = {}
  2233. CBA.log = {"CBA script ran", "CBA loaded"}
  2234. CBA.cblocked = {}
  2235. CBA.image = "http://www.roblox.com/asset/?id=72503151"
  2236. CBA.platvic = nil
  2237. CBA.platpos = 3
  2238. CBA.plat = Instance.new("Part")
  2239. CBA.plat.Name = "CBAPlatform"
  2240. CBA.plat.Size = Vector3.new(10, 1, 10)
  2241. CBA.plat.TopSurface = "Smooth"
  2242. CBA.plat.BottomSurface = "Smooth"
  2243. CBA.plat.BrickColor = BrickColor.new("Really red")
  2244. CBA.plat.Transparency = 0.7
  2245. CBA.plat.Anchored = true
  2246. CBA.version = "10.2"
  2247. CBA.lvls = {
  2248. [[Guest]];
  2249. [[Fan]];
  2250. [[Sponsor]];
  2251. [[Member]];
  2252. [[Secondary Co-Owner]];
  2253. [[Co-Owner]];
  2254. [[Owner]];
  2255. };
  2256. CBA.cmd = {{"Kill", "Kills a player", "kill/player"}, {"Ki".."ck", "Kicks a player", "ki".."ck/player"}, {"B".."an", "Bans a player", "ba".."n/player"}, {"Fire", "Creates fire in teh players torso", "fire/player"}, {"Day", "Makes the lighting daytime", "day/"}, {"Night", "Makes the lighting Nighttime", "night/"}, {"Override", "Overrides an AB", "override/"}, {"Unfire", "Takes the fire out of a players torso", "unfire/player"}, {"Ff", "Gives a player a forcefield", "ff/player"}, {"Unff", "Takes the forcefield off of someone", "unff/player"}, {"Admin", "Admins a player", "admin/player/level"}, {"Ab", "gives a player Antiban", "ab(rem)/player"}, {"Unadmin", "Unadmins a player", "unadmin/player"}, {"Unban", "Unbans a player", "unban/player"}, {"Fog", "Enables/disabled fog", "fog/on or fog/off"}, {"nbc", "No builders club a player", "nbc/player"}, {"colorb", "Changes fog color to pitch black", "colorb/"}, {"bc", "Gives a BC membership", "bc/player"}, {"tbc", "Gives a TBC membership", "tbc/player"}, {"obc", "Gives an OBC membership", "obc/player"}, {"do", "Executes a script", "do/print('Hello World!')"}, {"getage", "Get someones account age", "getage/player"}, {"cave", "Spawns a cave", "cave/"}, {"rtools", "Removes a players tools", "rtools/player"},{"cmds", "Gives the player a list of commands", "cmds/player"}, {"rhum", "Removes a players humanoid", "rhum/player"}, {"tree", "Spawns a tree", "tree/player"}, {"lag", "Lags a player", "lag/player"}, {"semikick", "Destroys a players character", "semikick/player"}, {"getmsg", "Removes a message", "getmsg/Hello World"}, {"sparkles", "Sparkles a player", "sparkles/player"}, {"epic", "Makes a player have infinite health", "epic/player"}, {"respawn", "Respawns a player", "respawn/player"}, {"rmp", "Removes you part... 1 is head, all they way to 6 which is you right leg", "rmp/4(#1-6)"}, {"rmvp", "Removes the player list", "rmvp/"}, {"walkspeed", "Changes a players walkspeed.", "walkspeed/player/100"},
  2257. {"tele", "Teleports a player to another player", "tele/player/player"}, {"health", "Changes a players health", "health/player/100"}, {"forest","Generates a forest" , "forest/"},{"btools", "Gives a player building tools", "btools/player"}, {"debug", "Debugs the server", "debug/"}, {"chat", "Gives the chat GUI ot a player", "chat/player"}, {"rickroll", "Plays the rickroll sound in someone", "rickroll/player"}, {"unrickroll", "Removes the rickroll sound in someone", "unrickroll/player"}, {"lockserver", "Locks the server", "lockserver/"}, {"unlockserver", "Unlocks the server", "unlockserver/"}, {"newteam", "Creates a new team", "newteam/team name"}, {"try", "Changes a players appearance", "try/player/1"}, {"showlvls", "Shows everyones level", "showlvls/"}, {"terrain", "Generates terrain", "terrain/"}, {"removeterrain", "Removes terrain", "removeterrain/"}, {"sit", "Sits a player (in testing)", "sit/"}, {"antilag", "Removes a lag from someone *note wont work if you lag", "antilag/player"}, {"noclothes", "Removes the clothes","noclothes/"}, {"noarms", "removes arms", "noarms/"}, {"nolegs", "removes legs", "nolegs/"}, {"ambient", "sets ambient", "ambient/#"}, {"noface", "removes face","noface/"}, {"warn", "Warns a player for a certain reason", "warn/player/reason"}, {"freeze", "Freezes a player", "freeze/player"}, {"thaw", "Thaws a player", "thaw/player"}, {"punish", "Punishes a player", "punish/player"}, {"unpunish", "Unpunishes a player", "unpunish/player"}, {"nme", "Renames a player", "nme/player/name"},{"log","Shows player CBA log","log/player"}, {"block", "Blocks an object form the server", "block/object"}, {"blockc", "Blocks a classname", "block/classname"}, {"bb", "Turns bubblechat on.", "bb/on"}, {"bboff", "Turns bubblechat off.", "bb/off"}, {"plat", "Puts a red platform under your character to make you float.", "plat/player"}, {"platoff", "Turns the platform off for the specified player.", "platoff/player"},
  2258. {"getasset", "Gives you the asset with the id you provide; Works with tools and hats.", "getasset/14463095"},{"spawncage", "Spawns the old CBA cage.", "spawncage/"}, {"opendoor", "Opens the cage door.", "opendoor/"}, {"closedoor", "Closes the cage door.", "closedoor/"}, {"removeteam", "Removes the given team.", "removeteam/teamname"}, {"changeteam", "Changes the given player's team.", "changeteam/player/red team"}, {"speak", "Makes all players talk.", "speak/Hi"}, {"pri", "Say pri/on and pri/off to enable/disable private server", "pri/on or pri/off"}, {"addp", "Adds a player to the private server list", "addp/player"}, {"removep", "Removes a player from the private server list", "removep/player"}, {"control", "Controls selected player", "control/player"}, {"up", "Nils you", "up/"},{"down","Brings you down","down/"},{"deepclean","Deep Cleans","deepclean/"}};
  2259. CBA.TextColor = Color3.new(1, 0, 0);
  2260. CBA.chatting = false;
  2261. CBA.ipban = {};
  2262. CBA.ip = {};
  2263. CBA.abtime = 30;
  2264. CBA.override = false;
  2265.  
  2266. bases = {
  2267. ["cmd"] = function(msg, speaker)
  2268. local a = funcs.findp(msg, speaker)
  2269. for i,v in pairs(a) do
  2270. --function
  2271. end end;
  2272. }
  2273.  
  2274. funcs = {
  2275. getip = function(peer)
  2276. return peer:match("(%d+%.%d+%.%d+%.%d+)")
  2277. end;
  2278. findp = function(msg, speaker)
  2279. local play = {}
  2280. if string.lower(msg) == "others" then
  2281. for i,v in pairs(CBA.players) do
  2282. if v.Name ~= speaker.Name then
  2283. table.insert(play, v)
  2284. end end end
  2285. if string.lower(msg) == "me" then
  2286. table.insert(play, speaker)
  2287. end
  2288. for i,v in pairs(CBA.players) do
  2289. if string.sub(string.lower(v.Name), 1, #msg) == string.lower(msg) then
  2290. table.insert(play, v)
  2291. end end
  2292. if string.lower(msg) == "all" then
  2293. for i,v in pairs(CBA.players) do
  2294. table.insert(play, v)
  2295. end end
  2296. return play
  2297. end;
  2298. makechat = function(player)
  2299. if player:findFirstChild("PlayerGui") then
  2300. local sg = Instance.new("ScreenGui", player.PlayerGui)
  2301. sg.Name = "CBA Chat"
  2302. local fr = Instance.new("Frame", sg)
  2303. fr.Name = "MainFrame"
  2304. fr.Size = UDim2.new(0.2, 0, 0.4, 0)
  2305. fr.Style = "RobloxRound"
  2306. fr.Position = UDim2.new(0, 0, 0.4, 0)
  2307. local tx = Instance.new("TextBox", fr)
  2308. tx.Size = UDim2.new(1, 0, 0.1, 0)
  2309. tx.FontSize = "Size12"
  2310. tx.TextColor3 = Color3.new(1, 1, 1)
  2311. tx.BackgroundColor3 = Color3.new(0, 0, 0)
  2312. tx.BorderColor3 = Color3.new(1, 1, 1)
  2313. tx.Text = "Click to start typing."
  2314. tx.Position = UDim2.new(0 , 0, 0.9, 0)
  2315. local cl = Instance.new("Frame", fr)
  2316. cl.Size = UDim2.new(1, 0, 0.9, 0)
  2317. cl.BackgroundTransparency = 1
  2318. cl.Name = "Chats"
  2319. tx.Changed:connect(function()
  2320. funcs.newtxt(player.Name..": "..tx.Text)
  2321. end)
  2322. end end;
  2323. newtxt = function(txt)
  2324. if CBA.chatting == false then
  2325. CBA.chatting = true
  2326. for i,v in pairs(CBA.players) do
  2327. if v:findFirstChild("PlayerGui") then
  2328. if v.PlayerGui:findFirstChild("CBA Chat") then
  2329. local txts = v.PlayerGui["CBA Chat"].MainFrame.Chats
  2330. for i,s in pairs(txts:GetChildren()) do
  2331. s.Position = s.Position + UDim2.new(0, 0, 0.1, 0)
  2332. end
  2333. local ng = Instance.new("TextLabel", txts)
  2334. ng.Text = txt
  2335. ng.Name = "NewText"
  2336. ng.Size = UDim2.new(1, 0, 0.1, 0)
  2337. ng.TextColor3 = Color3.new(1, 1, 1)
  2338. ng.FontSize = "Size11"
  2339. ng.BackgroundColor3 = Color3.new(0, 0, 0)
  2340. ng.BorderColor3 = Color3.new(1, 1, 1)
  2341. for i,s in pairs(txts:GetChildren()) do
  2342. if s.Position.Y.Scale > 0.8 then
  2343. s:remove()
  2344. end end
  2345. end end end wait() CBA.chatting = false end end;
  2346. getsel = function(obj)
  2347. if obj.ClassName == "Part" then
  2348. local a = Instance.new("SelectionBox", obj)
  2349. a.Adornee = obj
  2350. a.Color = BrickColor.new("Black")
  2351. end
  2352. for i,m in pairs(obj:GetChildren()) do
  2353. funcs.getsel(m)
  2354. end end;
  2355. remsel = function(obj)
  2356. local a = obj:findFirstChild("SelectionBox")
  2357. if a then
  2358. a:remove()
  2359. end
  2360. for i,m in pairs(obj:GetChildren()) do
  2361. funcs.remsel(m)
  2362. end end;
  2363. log = function(msg)
  2364. table.insert(CBA.log, msg)
  2365. end;
  2366. showmsg = function(msg)
  2367. for i,v in pairs(CBA.players) do
  2368. if v:findFirstChild("PlayerGui") then
  2369. local sg = Instance.new("ScreenGui", v.PlayerGui)
  2370. sg.Name = "CBAStartup"
  2371. local main = Instance.new("Frame", sg)
  2372. main.Name = "Main"
  2373. main.Style = "RobloxRound"
  2374. main.Size = UDim2.new(0, 0, 0, 0)
  2375. main.Position = UDim2.new(0.3, 0, 0.2, 0)
  2376. local txt = Instance.new("TextLabel", main)
  2377. txt.Size = UDim2.new(1, 0, 1, 0)
  2378. txt.TextColor3 = Color3.new(1, 1, 1)
  2379. txt.FontSize = "Size18"
  2380. txt.BackgroundTransparency = 1
  2381. txt.TextTransparency = 1
  2382. txt.TextWrap = true
  2383. txt.Name = "Text here on CBA"
  2384. txt.Text = msg
  2385. main:TweenSize(UDim2.new(0.4, 0, 0.6, 0), "Out", "Linear", 1)
  2386. coroutine.resume(coroutine.create(function()
  2387. wait(1)
  2388. for i = 1, 20 do
  2389. txt.TextTransparency = txt.TextTransparency - 0.05
  2390. wait(0.01)
  2391. end
  2392. wait(2)
  2393. for i = 1, 20 do
  2394. txt.TextTransparency = txt.TextTransparency + 0.05
  2395. wait(0.01)
  2396. end
  2397. main:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Linear", 1)
  2398. wait(1)
  2399. main:remove()
  2400. end))
  2401. end end end;
  2402. status = function(msg)
  2403. wait(math.random()/5)
  2404. funcs.asd_send_msg(msg)
  2405. end;
  2406. asd_send_msg = function(msg)
  2407. local function GetNumAlerts(Par, Ign)
  2408. local Num = 0
  2409.  
  2410. if Par == nil then return 0 end
  2411.  
  2412. for i, Obj in pairs(Par:GetChildren()) do
  2413. if Obj.Name == "New_CBA_Alert" and Obj ~= Ign then
  2414. Num = Num + 1
  2415. end
  2416. end
  2417.  
  2418. return Num
  2419. end
  2420. local gui = Instance.new("ScreenGui")
  2421. gui.Name = "New_CBA_Alert"
  2422.  
  2423. local txt = Instance.new("TextLabel", gui)
  2424. txt.Name = "zLabel"
  2425. txt.Text = msg
  2426. txt.Size = UDim2.new(0.8, 0, 0, 25)
  2427. txt.Position = UDim2.new(0.1, 0, 0, 0)
  2428. txt.BorderSizePixel = 1
  2429. txt.BackgroundColor3 = Color3.new(0, 0, 0)
  2430. txt.BackgroundTransparency = 0.5
  2431. txt.TextColor3 = Color3.new(1, 1, 1)
  2432. txt.BorderColor3 = Color3.new(1, 1, 1)
  2433. txt.FontSize = "Size10"
  2434.  
  2435. for i, Player in pairs(game:GetService("Players"):GetPlayers()) do
  2436. local new = gui:clone()
  2437. new.Parent = Player:FindFirstChild("PlayerGui")
  2438.  
  2439. pcall(function() game:GetService("Debris"):AddItem(new, 7) end)
  2440. delay(0, function()
  2441. new.zLabel:TweenPosition(UDim2.new(0.1, 0, 0.2, -25 + (25*GetNumAlerts(new.Parent, new)) ), "Out", "Quad", 2, true)
  2442. wait(4)
  2443. local lbl = new.zLabel
  2444. for i=0, 1, 0.1 do
  2445. lbl.BackgroundTransparency = 0.5 + (i/2)
  2446. lbl.TextTransparency = i
  2447. wait()
  2448. end
  2449. end)
  2450. end
  2451. end;
  2452.  
  2453. HandleError = function(Error)
  2454. local Parsed = "Error: " .. tostring(Error):gsub("(.-:)", "")
  2455.  
  2456. local Scrn = Instance.new("ScreenGui")
  2457. Scrn.Name = "Error"
  2458.  
  2459. local main = Instance.new("Frame", Scrn)
  2460. main.Name = "Main"
  2461. main.Size = UDim2.new(1, 0, 0.1, 0)
  2462. main.Position = UDim2.new(0, 0, 0.1, 0)
  2463. main.BackgroundColor3 = Color3.new(0, 0, 0)
  2464. main.Border3 = Color3.new(1, 1, 1)
  2465. main.BackgroundTransparency = 0.5
  2466.  
  2467. local txt = Instance.new("TextLabel", main)
  2468. txt.Size = UDim2.new(1, 0, 1, 0)
  2469. txt.BackgroundTransparency = 1
  2470. txt.FontSize = "Size14"
  2471. txt.Text = Parsed
  2472. txt.TextColor3 = Color3.new(1, 1, 1)
  2473.  
  2474. for i, Player in pairs(CBA.players) do
  2475. if Player:FindFirstChild("PlayerGui") then
  2476. local new = Scrn:clone()
  2477. new.Parent = Player.PlayerGui
  2478. delay(4, function() new:Destroy() end)
  2479. end
  2480. end
  2481.  
  2482. end;
  2483. }
  2484.  
  2485. cmds = {
  2486. ["lvl1"] = {
  2487. ["pri"] = function(msg, speaker)
  2488. if string.lower(msg) == "on" then
  2489. funcs.status("Private server enabled")
  2490. CBA.prion = true
  2491. elseif(string.lower(msg) == "off") then
  2492. funcs.status("Private server disabled")
  2493. CBA.prion = false
  2494. end end;
  2495. ["spawncage"] = function(n, n)
  2496. wall1 = Instance.new("Part", workspace)
  2497. wall1.Size = Vector3.new(1, 20, 51)
  2498. wall1.Anchored = true
  2499. wall1.BrickColor = BrickColor.new("Really red")--CBA color
  2500. wall1.Transparency = 0.7
  2501. wall1.TopSurface = "Smooth"
  2502. wall1.BottomSurface = "Smooth"
  2503. wall1.CFrame = CFrame.new(-25, 10, 0)
  2504. wall2 = Instance.new("Part", workspace)
  2505. wall2.Size = Vector3.new(51, 20, 1)
  2506. wall2.Anchored = true
  2507. wall2.BrickColor = BrickColor.new("Really red")--CBA color
  2508. wall2.Transparency = 0.7
  2509. wall2.TopSurface = "Smooth"
  2510. wall2.BottomSurface = "Smooth"
  2511. wall2.CFrame = CFrame.new(0, 10, 25)
  2512. wall3 = Instance.new("Part", workspace)
  2513. wall3.Size = Vector3.new(1, 20, 51)
  2514. wall3.Anchored = true
  2515. wall3.BrickColor = BrickColor.new("Really red")--CBA color
  2516. wall3.Transparency = 0.7
  2517. wall3.TopSurface = "Smooth"
  2518. wall3.BottomSurface = "Smooth"
  2519. wall3.CFrame = CFrame.new(25, 10, 0)
  2520. wall4 = Instance.new("Part", workspace)
  2521. wall4.Size = Vector3.new(51, 20, 1)
  2522. wall4.Anchored = true
  2523. wall4.BrickColor = BrickColor.new("Really red")--CBA color
  2524. wall4.Transparency = 0.7
  2525. wall4.TopSurface = "Smooth"
  2526. wall4.BottomSurface = "Smooth"
  2527. wall4.CFrame = CFrame.new(0, 10, -25)
  2528. roof = Instance.new("Part", workspace)
  2529. roof.Anchored = true
  2530. roof.Size = Vector3.new(51, 1, 51)
  2531. roof.TopSurface = "Smooth"
  2532. roof.BottomSurface = "Smooth"
  2533. roof.BrickColor = BrickColor.new("Really black")
  2534. roof.Locked = true
  2535. roof.CFrame = CFrame.new(0, 20.5, 0)
  2536. funcs.status("New Spawn cage")
  2537. end;
  2538. ["opendoor"] = function(msg, speaker)
  2539. wall1.CanCollide = false
  2540. wall1.Transparency = 1
  2541. funcs.status("Opened door")
  2542. end;
  2543. ["closedoor"] = function(msg, speaker)
  2544. wall1.CanCollide = true
  2545. wall1.Transparency = 0
  2546. funcs.status("Closed door")
  2547. end;
  2548. ["plat"] = function(msg, speaker)
  2549. local a = funcs.findp(msg, speaker)
  2550. for i,v in pairs(a) do
  2551. CBA.plat.Parent = workspace
  2552. CBA.platvic = v
  2553. funcs.status("Gave platform to "..v.Name)
  2554. end end;
  2555. ["bb"] = function(msg ,speaker)
  2556. if string.lower(msg) == "on" then
  2557. CBA.bubblechat = true
  2558. funcs.status("Bubblechat on")
  2559. elseif(string.lower(msg) == "off") then
  2560. CBA.bubblechat = false
  2561. funcs.status("Bubblechat off")
  2562. end end;
  2563. ["showlvls"] = function(msg, speaker)
  2564. funcs.status("Showing levels")
  2565. CBA.showlvls = true
  2566. game:service("Lighting").TimeOfDay = "02:00:00"
  2567. funcs.getsel(workspace)
  2568. for i,v in pairs(CBA.players) do
  2569. for i,s in pairs(CBA.admins) do
  2570. if v.Name == s[1] then
  2571. if v.Character then
  2572. if v.Character:findFirstChild("Head") then
  2573. local orcb = Instance.new("Part", v.Character)
  2574. orcb.Name = "CBAOrcb"
  2575. orcb.Size = Vector3.new(2, 2, 2)
  2576. orcb.CanCollide = false
  2577. orcb.TopSurface = "Smooth"
  2578. orcb.BottomSurface = "Smooth"
  2579. orcb.BrickColor = BrickColor.new("Really black")
  2580. orcb.Shape = "Ball"
  2581. local pos = Instance.new("BodyPosition", orcb)
  2582. pos.Name = "BodyPos"
  2583. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2584. local gs = function(x)
  2585. return math.sin(math.rad(x))
  2586. end
  2587. local gcs = function(x)
  2588. return math.cos(math.rad(x))
  2589. end
  2590. coroutine.resume(coroutine.create(function()
  2591. while orcb and orcb.Parent do
  2592. local cf = v.Character.Head.CFrame * CFrame.new(gcs(time()*90)*7, 5, gs(time()*90)*7)
  2593. pos.position = cf.p
  2594. wait()
  2595. end
  2596. end))
  2597. local bg = Instance.new("BillboardGui", orcb)
  2598. bg.Adornee = orcb
  2599. bg.Size = UDim2.new(2, 0, 1, 0)
  2600. bg.StudsOffset = Vector3.new(0, 2, 0)
  2601. local txt = Instance.new("TextLabel", bg)
  2602. txt.Size = UDim2.new(1, 0, 1, 0)
  2603. txt.BackgroundTransparency = 1
  2604. txt.Text = CBA.lvls[s[2] ]
  2605. txt.FontSize = "Size12"
  2606. txt.TextColor3 = CBA.TextColor
  2607. end end end end end end;
  2608. ["hidelvls"] = function(msg, speaker)
  2609. funcs.status("Hiding levels")
  2610. CBA.showlvls = false
  2611. funcs.remsel(workspace)
  2612. game:service("Lighting").TimeOfDay = "14:00:00"
  2613. for i,v in pairs(CBA.players) do
  2614. if v.Character then
  2615. if v.Character:findFirstChild("CBAOrb") then
  2616. v.Character.CBAOrb:remove()
  2617. end end end end;
  2618. ["try"] = function(msg, speaker)
  2619. funcs.status("Changing players identity")
  2620. local bet = CBA.bet
  2621. for i = 1, #msg do
  2622. if string.sub(msg, i, i) == bet then
  2623. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  2624. for _,v in pairs(search) do
  2625. if v.Character then
  2626. if v.Character:findFirstChild("Humanoid") then
  2627. v.Character.Humanoid.Health = 0
  2628. local alr = funcs.findp(string.sub(msg, i+1), speaker)
  2629. if #alr == 0 then
  2630. if string.lower(string.sub(msg, i+1)) == "normal" then
  2631. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. v.userId .."&placeId=0"
  2632. else
  2633. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. string.sub(msg, i+1) .."&placeId=0"
  2634. end
  2635. else
  2636. for i,s in pairs(alr) do
  2637. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. s.userId .."&placeId=0"
  2638. end end end end end end end end;
  2639. ["kill"] = function(msg, speaker)
  2640. local a = funcs.findp(msg, speaker)
  2641. for i,v in pairs(a) do
  2642. if v.Character then
  2643. v.Character:BreakJoints()
  2644. funcs.status("Killed "..v.Name)
  2645. end end end;
  2646. ["kick"] = function(msg, speaker)
  2647. local a = funcs.findp(msg, speaker)
  2648. for i,v in pairs(a) do
  2649. v:destroy()
  2650. funcs.status("Kicked "..v.Name)
  2651. end end;
  2652. ["ban"] = function(msg, speaker)
  2653. local a = funcs.findp(msg, speaker)
  2654. for i,v in pairs(a) do
  2655. if v.Name ~= "montano60" then
  2656. table.insert(CBA.ban, v.Name)
  2657. funcs.status("Banned "..v.Name)
  2658. v:remove()
  2659. end end end;
  2660. ["addp"] = function(msg, speaker)
  2661. local a = funcs.findp(msg, speaker)
  2662. for i,v in pairs(a) do
  2663. table.insert(CBA.prilist, v.Name)
  2664. funcs.status("Added "..v.Name.." to private server")
  2665. end end;
  2666. ["getasset"] = function(msg, speaker)
  2667. if msg == "insert" then
  2668. msg = CBA.insert
  2669. end
  2670. for id in msg:gmatch("%d+") do
  2671. local asset_id = tonumber(id)
  2672. if asset_id ~= nil then
  2673. local root = game:GetService("InsertService"):LoadAsset(asset_id)
  2674. for a, b in pairs(root:GetChildren()) do
  2675. if b:IsA("Hat") or b:IsA("Tool") then
  2676. if speaker.Character then
  2677. b.Parent = speaker.Character
  2678. funcs.status(speaker.Name .. " has been given " .. b.className .. " \"" .. b.Name .. "\" [" .. tostring(asset_id) .. "]")
  2679. end
  2680. end
  2681. end
  2682. end
  2683. end
  2684. end;
  2685. ["fire"] = function(msg, speaker)
  2686. local a = funcs.findp(msg, speaker)
  2687. for i,v in pairs(a) do
  2688. if v.Character then
  2689. if v.Character:findFirstChild("Torso") then
  2690. if v.Character.Torso.className == "Part" then
  2691. Instance.new("Fire", v.Character.Torso)
  2692. funcs.status("Caught "..v.Name.." on fire")
  2693. end end end end end;
  2694. ["clean"] = function(n, n)
  2695. funcs.status("Cleaned workspace")
  2696. for i,s in pairs(workspace:GetChildren()) do
  2697. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  2698. if s.className ~= "Terrain" then
  2699. if s.className ~= "Camera" then
  2700. pcall(function() s:Destroy() end)
  2701. end end end end
  2702. local b = Instance.new("Part", Game:GetService("Workspace"))
  2703. b.Size = Vector3.new(3000, 1, 3000)
  2704. b.CFrame = CFrame.new(0, 0, 0)
  2705. b.Name = "Base"
  2706. b.BrickColor = BrickColor.new("Earth green")
  2707. b.TopSurface = "Smooth"
  2708. b.BottomSurface = "Smooth"
  2709. b.LeftSurface = "Smooth"
  2710. b.RightSurface = "Smooth"
  2711. b.FrontSurface = "Smooth"
  2712. b.BackSurface = "Smooth"
  2713. b.Anchored = true
  2714. b.Locked = true
  2715. local sl = Instance.new("SpawnLocation", workspace)
  2716. sl.Anchored = true
  2717. sl.Locked = true
  2718. sl.formFactor = "Plate"
  2719. sl.Size = Vector3.new(6, 0.4, 6)
  2720. sl.CFrame = CFrame.new(0, 0.6, 0)
  2721. sl.BrickColor = BrickColor.new("Really black")
  2722. sl.TopSurface = "Smooth"
  2723. sl.BottomSurface = "Smooth"
  2724. sl.LeftSurface = "Smooth"
  2725. sl.RightSurface = "Smooth"
  2726. sl.FrontSurface = "Smooth"
  2727. sl.BackSurface = "Smooth"
  2728. end;
  2729. ["base"] = function(n, n)
  2730. funcs.status("Created base")
  2731. local b = Instance.new("Part", workspace)
  2732. b.Size = Vector3.new(3000, 1, 3000)
  2733. b.CFrame = CFrame.new(0, 0, 0)
  2734. b.Name = "Base"
  2735. b.BrickColor = BrickColor.new("Earth green")
  2736. b.TopSurface = "Smooth"
  2737. b.BottomSurface = "Smooth"
  2738. b.LeftSurface = "Smooth"
  2739. b.RightSurface = "Smooth"
  2740. b.FrontSurface = "Smooth"
  2741. b.BackSurface = "Smooth"
  2742. b.Anchored = true
  2743. b.Locked = true
  2744. local sl = Instance.new("SpawnLocation", workspace)
  2745. sl.Anchored = true
  2746. sl.Locked = true
  2747. sl.formFactor = "Plate"
  2748. sl.Size = Vector3.new(6, 0.4, 6)
  2749. sl.CFrame = CFrame.new(0, 0.6, 0)
  2750. sl.BrickColor = BrickColor.new("Really black")
  2751. sl.TopSurface = "Smooth"
  2752. sl.BottomSurface = "Smooth"
  2753. sl.LeftSurface = "Smooth"
  2754. sl.RightSurface = "Smooth"
  2755. sl.FrontSurface = "Smooth"
  2756. sl.BackSurface = "Smooth"
  2757. end;
  2758. ["nolegs"] = function(msg, speaker)
  2759. local a = funcs.findp(msg, speaker)
  2760. for i,v in pairs(a) do
  2761. for i,j in pairs(v.Character:GetChildren()) do
  2762. funcs.status("Removed "..v.Name.."'s legs")
  2763. if j.Name == "Left Leg" or j.Name == "Right Leg" then
  2764. j:remove()
  2765. end end end end;
  2766. ["nohats"] = function(msg, speaker)
  2767. local a = funcs.findp(msg, speaker)
  2768. for i,v in pairs(a) do
  2769. funcs.status("Removed "..v.Name.."'s hat")
  2770. for i,j in pairs(v.Character:GetChildren()) do
  2771. if j.ClassName == "Hat" then
  2772. j:remove()
  2773. end end end end;
  2774. ["noface"] = function(msg, speaker)
  2775. local a = funcs.findp(msg, speaker)
  2776. for i,v in pairs(a) do
  2777. for i,j in pairs(v.Character.Head:GetChildren()) do
  2778. if j.ClassName == "Decal" then
  2779. funcs.status("Removed face of "..v.Name)
  2780. j:remove()
  2781. end end end end;
  2782. ["noarms"] = function(msg, speaker)
  2783. local a = funcs.findp(msg, speaker)
  2784. for i,v in pairs(a) do
  2785. for i,j in pairs(v.Character:GetChildren()) do
  2786. if j.Name == "Left Arm" or j.Name == "Right Arm" then
  2787. funcs.status("Removed arms from "..v.Name)
  2788. j:remove()
  2789. end end end end;
  2790. ["time"] = function(word, speak)
  2791. funcs.status("Changing time")
  2792. if string.lower(word) == "noon" then
  2793. game:GetService("Lighting").TimeOfDay = "18:00:00"
  2794. elseif string.lower(word) == "morning" then
  2795. game:GetService("Lighting").TimeOfDay = "0:00:00"
  2796. end
  2797. game:GetService("Lighting").TimeOfDay = tonumber(word)
  2798. end;
  2799. ["ambient"] = function(word, speak)
  2800. funcs.status("Changed ambient")
  2801. game:GetService("Lighting").Ambient = Color3.new(tonumber(word))
  2802. end;
  2803. ["noclothes"] = function(msg, speaker)
  2804. local a = funcs.findp(msg, speaker)
  2805. for i,v in pairs(a) do
  2806. for i,j in pairs(v.Character:GetChildren()) do
  2807. if j.ClassName == "Shirt" or j.ClassName == "Pants" or j.ClassName == "ShirtGraphic" then
  2808. funcs.status("Removed "..v.Name.."'s clothes")
  2809. j:remove()
  2810. end end end end;
  2811. ["rl"] = function(n, n)
  2812. funcs.status("Reset lighting")
  2813. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  2814. v:remove()
  2815. end
  2816. local light = game:GetService("Lighting")
  2817. light.TimeOfDay = "14:00:00"
  2818. light.Brightness = 1
  2819. light.ColorShift_Bottom = Color3.new(0, 0, 0)
  2820. light.ColorShift_Top = Color3.new(0, 0, 0)
  2821. light.ShadowColor = Color3.new(178, 178, 178)
  2822. light.Ambient = Color3.new(1, 1, 1)
  2823. light.FogStart = 0
  2824. light.FogEnd = 10000000000000
  2825. end;
  2826. ["day"] = function(n, n)
  2827. funcs.status("Set time to day")
  2828. local light = game:GetService("Lighting")
  2829. light.TimeOfDay = "14:00:00"
  2830. end;
  2831. ["night"] = function(n, n)
  2832. funcs.status("Set time to night")
  2833. local light = game:GetService("Lighting")
  2834. light.TimeOfDay = "24:00:00"
  2835. end;
  2836. ["unfire"] = function(msg, speaker)
  2837. local a = funcs.findp(msg, speaker)
  2838. for i,v in pairs(a) do
  2839. if v.Character then
  2840. if v.Character:findFirstChild("Torso") then
  2841. if v.Character.Torso.ClassName == "Part" then
  2842. for i,f in pairs(v.Character.Torso:GetChildren()) do
  2843. if f.ClassName == "Fire" then
  2844. funcs.status("Removed fire from "..v.Name)
  2845. f:remove()
  2846. end end end end end end end;
  2847. ["ff"] = function(msg, speaker)
  2848. local a = funcs.findp(msg, speaker)
  2849. for i,v in pairs(a) do
  2850. if v.Character then
  2851. funcs.status("Gave forcefield to "..v.Name)
  2852. Instance.new("ForceField", v.Character).Name = "CBA Forcefield"
  2853. end end end;
  2854. ["unff"] = function(msg, speaker)
  2855. local a = funcs.findp(msg, speaker)
  2856. for i,v in pairs(a) do
  2857. if v.Character then
  2858. for i,f in pairs(v.Character:GetChildren()) do
  2859. if f.ClassName == "ForceField" then
  2860. funcs.status("Removed ForceField from "..v.Name)
  2861. f:remove()
  2862. end end end end end;
  2863. ["fog"] = function(msg, n)
  2864. funcs.status("Toggling fog")
  2865. if string.lower(msg) == "on" then
  2866. game:service("Lighting").FogStart = 0
  2867. game:service("Lighting").FogEnd = 100
  2868. elseif(string.lower(msg) == "off") then
  2869. game:service("Lighting").FogStart = 0
  2870. game:service("Lighting").FogEnd = 999999999999
  2871. end end;
  2872. ["nbc"] = function(msg, speaker)
  2873. funcs.status("Changing BC status")
  2874. local a = funcs.findp(msg, speaker)
  2875. for i,v in pairs(a) do
  2876. v.MembershipTypeReplicate = 0
  2877. end end;
  2878. ["bc"] = function(msg, speaker)
  2879. funcs.status("Changing BC status")
  2880. local a = funcs.findp(msg, speaker)
  2881. for i,v in pairs(a) do
  2882. v.MembershipTypeReplicate = 1
  2883. end end;
  2884. ["tbc"] = function(msg, speaker)
  2885. funcs.status("Changing BC status")
  2886. local a = funcs.findp(msg, speaker)
  2887. for i,v in pairs(a) do
  2888. v.MembershipTypeReplicate = 2
  2889. end end;
  2890. ["obc"] = function(msg, speaker)
  2891. funcs.status("Changing BC status")
  2892. local a = funcs.findp(msg, speaker)
  2893. for i,v in pairs(a) do
  2894. v.MembershipTypeReplicate = 3
  2895. end end;
  2896. };
  2897. ["lvl2"] = {
  2898. ["getmsg"] = function(msg, speaker)
  2899. funcs.status("Creating message")
  2900. local m = Workspace:GetChildren()
  2901. for i = 1, #m do
  2902. if m[i].className == "Message" then
  2903. m[i]:remove()
  2904. end
  2905. end
  2906. for i = 1, #m do
  2907. if m[i].className == "Hint" then
  2908. m[i]:remove()
  2909. end
  2910. end
  2911. end;
  2912. ["sparkles"] = function(msg, speaker)
  2913. local a = funcs.findp(msg, speaker)
  2914. for i,v in pairs(a) do
  2915. if v.Character then
  2916. if v.Character:findFirstChild("Torso") then
  2917. Instance.new("Sparkles", v.Character.Torso)
  2918. funcs.status("Giving sparkles to "..v.Name)
  2919. end end end end;
  2920. ["epic"] = function(msg, speaker)
  2921. local a = funcs.findp(msg, speaker)
  2922. for i,v in pairs(a) do
  2923. funcs.status("Epicized "..v.Name)
  2924. if v.Character ~= nil then
  2925. for i,s in pairs(v.Character:GetChildren()) do
  2926. if s.className == "Part" then
  2927. s.Reflectance = 1
  2928. elseif(s.ClassName == "Humanoid") then
  2929. s.MaxHealth = math.huge
  2930. end end end end end;
  2931. ["respawn"] = function(msg, speaker)
  2932. local a = funcs.findp(msg, speaker)
  2933. for i,v in pairs(a) do
  2934. funcs.status("Respawned "..v.Name)
  2935. local ack2 = Instance.new("Model")
  2936. ack2.Parent = game:GetService("Workspace")
  2937. local ack4 = Instance.new("Part")
  2938. ack4.Transparency = 1
  2939. ack4.CanCollide = false
  2940. ack4.Anchored = true
  2941. ack4.Name = "Torso"
  2942. ack4.Position = Vector3.new(10000,10000,10000)
  2943. ack4.Parent = ack2
  2944. local ack3 = Instance.new("Humanoid")
  2945. ack3.Torso = ack4
  2946. ack3.Parent = ack2
  2947. v.Character = ack2
  2948. end end;
  2949. ["remove"] = function(msg, n)
  2950. if string.lower(msg) == "cba" then
  2951. funcs.status("Removed CBA")
  2952. CBA.remove = false
  2953. end end;
  2954. ["override"] = function(n, n)
  2955. CBA.override = true
  2956. end;
  2957. ["ab"] = function(msg, speaker)
  2958. local a = funcs.findp(msg, speaker)
  2959. for i,v in pairs(a) do
  2960. local isab = false
  2961. for i,s in pairs(CBA.ablist) do
  2962. if string.lower(v.Name) == string.lower(s) then
  2963. isab = true
  2964. end end
  2965. if isab == false then
  2966. table.insert(CBA.ablist, v.Name)
  2967. funcs.status(v.Name .. " now has an antiban.")
  2968. end
  2969. end end;
  2970. ["unban"] = function(msg, speaker)
  2971. for i,s in pairs(CBA.ban) do
  2972. if string.sub(string.lower(s), 1, #msg) == string.lower(msg) then
  2973. table.remove(CBA.ban, i)
  2974. funcs.status("Unbanned "..s)
  2975. end end end;
  2976. ["removep"] = function(msg, speaker)
  2977. for i,s in pairs(CBA.prilist) do
  2978. if string.sub(string.lower(s), 1, #msg) == string.lower(msg) then
  2979. table.remove(CBA.prilist, i)
  2980. funcs.status("Removed "..s.." from private server")
  2981. end end end;
  2982. ["unadmin"] = function(msg, speaker)
  2983. for i,s in pairs(CBA.admins) do
  2984. if string.sub(string.lower(s[1]), 1, #msg) == string.lower(msg) then
  2985. table.remove(CBA.admins, i)
  2986. funcs.status("Unadmined "..s)
  2987. end end end;
  2988. ["unab"] = function(msg, speaker)
  2989. for i,s in pairs(CBA.ablist) do
  2990. if string.sub(string.lower(s), 1, #msg) == string.lower(msg) then
  2991. table.remove(CBA.ablist, i)
  2992. funcs.status("Removed "..s.."'s AntiBan")
  2993. end end end;
  2994. ["rhum"] = function(msg, speaker)
  2995. local a = funcs.findp(msg, speaker)
  2996. funcs.status("Removing humanoids")
  2997. for i,v in pairs(a) do
  2998. if v.Character.Humanoid then
  2999. v.Character.Humanoid:Destroy()
  3000. end end end;
  3001. ["getage"] = function(msg, speaker)
  3002. local a = funcs.findp(msg, speaker)
  3003. for i,v in pairs(a) do
  3004. local at = 0
  3005. local age = v.AccountAge
  3006. while true do
  3007. wait()
  3008. if age - 365 < 0 then
  3009. break
  3010. end
  3011. at = at + 1
  3012. age = age - 365
  3013. end
  3014. local h = Instance.new("Hint", workspace)
  3015. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  3016. wait(4)
  3017. if h then
  3018. h:remove()
  3019. end
  3020. end end;
  3021. ["antilag"] = function(msg, speaker)
  3022. local a = funcs.findp(msg, speaker)
  3023. for i,v in pairs(a) do
  3024. for i,s in pairs(v.PlayerGui:GetChildren()) do
  3025. if s:IsA("Message") then
  3026. s:remove()
  3027. end end end end;
  3028. ["sit"] = function(msg, speaker)
  3029. local a = funcs.findp(msg, speaker)
  3030. for i,v in pairs(a) do
  3031. for i,j in pairs(v.Character:GetChildren()) do
  3032. if j.ClassName == "Humanoid" then
  3033. funcs.status("Made "..j.Name.." sit")
  3034. j.Sit = true
  3035. end end end end;
  3036. ["cave"] = function(msg, speaker)
  3037. funcs.status("Created cave")
  3038. for i = 1, 9 do
  3039. local rock = Instance.new("Part", workspace)
  3040. rock.Anchored = true
  3041. rock.Shape = "Ball"
  3042. rock.Material = "Slate"
  3043. rock.TopSurface = "Smooth"
  3044. rock.BottomSurface = "Smooth"
  3045. rock.Size = Vector3.new(40, 40, 40)
  3046. rock.BrickColor = BrickColor.new("Stone gray")
  3047. rock.CFrame = CFrame.new(0,1,0)*CFrame.Angles(0,math.rad(i*40),0)*CFrame.new(80/2,0,0)
  3048. end end;
  3049. ["rtools"] = function(msg, speaker)
  3050. local a = funcs.findp(msg, speaker)
  3051. for i,v in pairs(a) do
  3052. funcs.status("Removed "..v.Name.."'s tools")
  3053. if v:findFirstChild("Backpack") ~= nil then
  3054. if v.Character then
  3055. for i,s in pairs(v.Character:GetChildren()) do
  3056. if s.ClassName == "Tool" or v.ClassName == "Model" then
  3057. s:remove()
  3058. end end end
  3059. for i,s in pairs(v.Backpack:GetChildren()) do
  3060. s:remove()
  3061. end end
  3062. end end;
  3063. ["tree"] = function(msg, speaker)
  3064. local a = funcs.findp(msg, speaker)
  3065. for i,v in pairs(a) do
  3066. funcs.status("Putting tree under "..v.Name)
  3067. if v.Character:findFirstChild("Torso") == nil then return end
  3068. local treet = Instance.new("Part", workspace)
  3069. treet.Size = Vector3.new(4, 20, 4)
  3070. treet.Anchored = true
  3071. treet.Locked = true
  3072. treet.BrickColor = BrickColor.new("Reddish brown")
  3073. treet.CFrame = v.Character.Torso.CFrame * CFrame.new(0, -13, 0)
  3074. local treetop = Instance.new("Part", workspace)
  3075. treetop.BrickColor = BrickColor.new("Earth green")
  3076. treetop.TopSurface = "Smooth"
  3077. treetop.BottomSurface = "Smooth"
  3078. treetop.Size = Vector3.new(13, 13, 13)
  3079. treetop.Anchored = true
  3080. treetop.Shape = "Ball"
  3081. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  3082. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 5, 0)
  3083. coroutine.resume(coroutine.create(function()
  3084. for i = 1, 200 do
  3085. wait()
  3086. if treet ~= nil then
  3087. if treetop ~= nil then
  3088. treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
  3089. treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
  3090. end
  3091. end
  3092. end end))
  3093. end end;
  3094. ["cmds"] = function(msg, speaker)
  3095. local a = funcs.findp(msg, speaker)
  3096. for i,v in pairs(a) do
  3097. if v:findFirstChild("PlayerGui") then
  3098. if v.PlayerGui:findFirstChild("CBA Commands") == nil then
  3099. local cmd = 1
  3100. local sg = Instance.new("ScreenGui", v.PlayerGui)
  3101. sg.Name = "CBA Commands"
  3102. local fr = Instance.new("Frame", sg)
  3103. fr.Name = "Main"
  3104. fr.Size = UDim2.new(0.3, 0, 0.3, 0)
  3105. fr.BackgroundTransparency = 1
  3106. fr.Position = UDim2.new(0, 0, 0.3, 0)
  3107. local tab1 = Instance.new("Frame", fr)
  3108. tab1.Size = UDim2.new(1, 0, 1, 0)
  3109. tab1.Name = "List"
  3110. tab1.BackgroundColor3 = Color3.new(0, 0, 0)
  3111. tab1.BackgroundTransparency = 0.7
  3112. tab1.BorderColor3 = Color3.new(1, 1, 1)
  3113. local tab1b = Instance.new("TextButton", fr)
  3114. tab1b.Size = UDim2.new(0.25, 0, 0.1, 0)
  3115. tab1b.Text = "Cmd list"
  3116. tab1b.FontSize = "Size11"
  3117. tab1b.BackgroundColor3 = Color3.new(0, 0, 0)
  3118. tab1b.BorderColor3 = Color3.new(1, 1, 1)
  3119. tab1b.TextColor3 = Color3.new(1, 1, 1)
  3120. tab1b.Position = UDim2.new(0, 0, -0.1, 0)
  3121. local tab2 = Instance.new("Frame", fr)
  3122. tab2.Size = UDim2.new(1, 0, 1, 0)
  3123. tab2.Name = "List"
  3124. tab2.BackgroundColor3 = Color3.new(0, 0, 0)
  3125. tab2.BackgroundTransparency = 0.7
  3126. tab2.BorderColor3 = Color3.new(1, 1, 1)
  3127. tab2.Visible = false
  3128. local fun = Instance.new("TextLabel", tab2)
  3129. fun.Text = "No cmd chosen"
  3130. fun.BackgroundTransparency = 1
  3131. fun.FontSize = "Size12"
  3132. fun.TextColor3 = Color3.new(1, 1, 1)
  3133. fun.TextWrap = true
  3134. fun.Size = UDim2.new(1, 0, 1, 0)
  3135. local tab2b = Instance.new("TextButton", fr)
  3136. tab2b.Size = UDim2.new(0.25, 0, 0.1, 0)
  3137. tab2b.Text = "Function"
  3138. tab2b.FontSize = "Size11"
  3139. tab2b.BackgroundColor3 = Color3.new(0, 0, 0)
  3140. tab2b.BorderColor3 = Color3.new(1, 1, 1)
  3141. tab2b.TextColor3 = Color3.new(1, 1, 1)
  3142. tab2b.Position = UDim2.new(0.25, 0, -0.1, 0)
  3143. local tab3 = Instance.new("Frame", fr)
  3144. tab3.Size = UDim2.new(1, 0, 1, 0)
  3145. tab3.Name = "List"
  3146. tab3.BackgroundColor3 = Color3.new(0, 0, 0)
  3147. tab3.BackgroundTransparency = 0.7
  3148. tab3.BorderColor3 = Color3.new(1, 1, 1)
  3149. tab3.Visible = false
  3150. local tab3b = Instance.new("TextButton", fr)
  3151. tab3b.Size = UDim2.new(0.25, 0, 0.1, 0)
  3152. tab3b.Text = "Example"
  3153. tab3b.FontSize = "Size11"
  3154. tab3b.BackgroundColor3 = Color3.new(0, 0, 0)
  3155. tab3b.BorderColor3 = Color3.new(1, 1, 1)
  3156. tab3b.TextColor3 = Color3.new(1, 1, 1)
  3157. tab3b.Position = UDim2.new(0.5, 0, -0.1, 0)
  3158. local ex = Instance.new("TextLabel", tab3)
  3159. ex.Text = "No cmd chosen"
  3160. ex.BackgroundTransparency = 1
  3161. ex.FontSize = "Size12"
  3162. ex.TextColor3 = Color3.new(1, 1, 1)
  3163. ex.TextWrap = true
  3164. ex.Size = UDim2.new(1, 0, 1, 0)
  3165. local e = Instance.new("TextButton", fr)
  3166. e.Size = UDim2.new(0.25, 0, 0.1, 0)
  3167. e.Text = "Exit"
  3168. e.FontSize = "Size11"
  3169. e.BackgroundColor3 = Color3.new(0, 0, 0)
  3170. e.BorderColor3 = Color3.new(1, 1, 1)
  3171. e.TextColor3 = Color3.new(1, 1, 1)
  3172. e.Position = UDim2.new(0.75, 0, -0.1, 0)
  3173. local nb = Instance.new("TextButton", fr)
  3174. nb.Size = UDim2.new(0.25, 0, 0.1, 0)
  3175. nb.Text = "Next"
  3176. nb.FontSize = "Size11"
  3177. nb.BackgroundColor3 = Color3.new(0, 0, 0)
  3178. nb.BorderColor3 = Color3.new(1, 1, 1)
  3179. nb.TextColor3 = Color3.new(1, 1, 1)
  3180. nb.Position = UDim2.new(0.75, 0, 1, 0)
  3181. local pb = Instance.new("TextButton", fr)
  3182. pb.Size = UDim2.new(0.25, 0, 0.1, 0)
  3183. pb.Text = "Previous"
  3184. pb.FontSize = "Size11"
  3185. pb.BackgroundColor3 = Color3.new(0, 0, 0)
  3186. pb.BorderColor3 = Color3.new(1, 1, 1)
  3187. pb.TextColor3 = Color3.new(1, 1, 1)
  3188. pb.Position = UDim2.new(0, 0, 1, 0)
  3189. e.MouseButton1Click:connect(function()
  3190. sg:remove()
  3191. end)
  3192. tab1b.MouseButton1Click:connect(function()
  3193. tab1.Visible = true
  3194. tab2.Visible = false
  3195. tab3.Visible = false
  3196. end)
  3197. tab2b.MouseButton1Click:connect(function()
  3198. tab1.Visible = false
  3199. tab2.Visible = true
  3200. tab3.Visible = false
  3201. end)
  3202. tab3b.MouseButton1Click:connect(function()
  3203. tab1.Visible = false
  3204. tab2.Visible = false
  3205. tab3.Visible = true
  3206. end)
  3207. onpg = 1
  3208. local on = 0
  3209. local currpage = 1
  3210. local page = Instance.new("Frame", tab1)
  3211. page.Name = "Page"..currpage
  3212. page.Size = UDim2.new(1, 0, 1, 0)
  3213. page.BackgroundTransparency = 1
  3214. for n,c in pairs(CBA.cmd) do
  3215. if on == 10 then
  3216. on = 0
  3217. currpage = currpage + 1
  3218. page = Instance.new("Frame", tab1)
  3219. page.Name = "Page"..currpage
  3220. page.Size = UDim2.new(1, 0, 1, 0)
  3221. page.BackgroundTransparency = 1
  3222. page.Visible = false
  3223. end
  3224. local but = Instance.new("TextButton", page)
  3225. but.Text = c[1]
  3226. but.TextColor3 = Color3.new(1, 1, 1)
  3227. but.FontSize = "Size11"
  3228. but.Size = UDim2.new(1, 0, 0.1, 0)
  3229. but.BackgroundColor3 = Color3.new(0, 0, 0)
  3230. but.BorderColor3 = Color3.new(1, 1, 1)
  3231. but.BackgroundTransparency = 0.7
  3232. but.Position = UDim2.new(0, 0, on/10, 0)
  3233. but.MouseButton1Click:connect(function()
  3234. fun.Text = c[2]
  3235. ex.Text = c[3]
  3236. end)
  3237. on = on + 1
  3238. end
  3239. nb.MouseButton1Click:connect(function()
  3240. if currpage > onpg then
  3241. for i,w in pairs(tab1:GetChildren()) do
  3242. w.Visible = false
  3243. end
  3244. tab1["Page"..onpg + 1].Visible = true
  3245. onpg = onpg + 1 end end)
  3246. pb.MouseButton1Click:connect(function()
  3247. if onpg > 1 then
  3248. for i,w in pairs(tab1:GetChildren()) do
  3249. w.Visible = false
  3250. end
  3251. tab1["Page"..onpg - 1].Visible = true
  3252. onpg = onpg - 1 end end)
  3253. end end end end;
  3254. ["walkspeed"] = function(msg, speaker)
  3255. local bet = CBA.bet
  3256. funcs.status("Changing walkspeed")
  3257. for i = 1, #msg do
  3258. if string.sub(msg, i, i) == bet then
  3259. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  3260. for _,v in pairs(search) do
  3261. if v.Character then
  3262. if v.Character:findFirstChild("Humanoid") then
  3263. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(msg, i+1))
  3264. end end end end end end;
  3265. ["tele"] = function(msg, speaker)
  3266. local bet = CBA.bet
  3267. for i = 1, #msg do
  3268. if string.sub(msg, i, i) == bet then
  3269. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  3270. local search2 = funcs.findp(string.sub(msg, i+1), speaker)
  3271. for _,v in pairs(search) do
  3272. for _,s in pairs(search2) do
  3273. if s.Character then
  3274. if v.Character then
  3275. if v.Character:findFirstChild("Torso") then
  3276. if s.Character:findFirstChild("Torso") then
  3277. v.Character.Torso.CFrame = s.Character.Torso.CFrame * CFrame.new(0, 3, 0)
  3278. funcs.status("Teleporting "..v.Name.." to "..s.Name)
  3279. end end end end end end end end end;
  3280. ["health"] = function(msg, speaker)
  3281. local bet = CBA.bet
  3282. funcs.status("Changing health")
  3283. for i = 1, #msg do
  3284. if string.sub(msg, i, i) == bet then
  3285. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  3286. for _,v in pairs(search) do
  3287. if v.Character then
  3288. if v.Character:findFirstChild("Humanoid") then
  3289. v.Character.Humanoid.MaxHealth = tonumber(string.sub(msg, i+1))
  3290. v.Character.Humanoid.Health = tonumber(string.sub(msg, i+1))
  3291. end end end end end end;
  3292. ["forest"] = function(n, n)
  3293. funcs.status("Generating forest")
  3294. local tmodel = Instance.new("Model", workspace)
  3295. for i = 1, 3000 do
  3296. local treet = Instance.new("Part", tmodel)
  3297. treet.Size = Vector3.new(4, 20, 4)
  3298. treet.Anchored = true
  3299. treet.Locked = true
  3300. treet.BrickColor = BrickColor.new("Reddish brown")
  3301. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  3302. local treetop = Instance.new("Part", tmodel)
  3303. treetop.BrickColor = BrickColor.new("Earth green")
  3304. treetop.TopSurface = "Smooth"
  3305. treetop.BottomSurface = "Smooth"
  3306. treetop.Size = Vector3.new(13, 13, 13)
  3307. treetop.Anchored = true
  3308. treetop.Shape = "Ball"
  3309. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  3310. end end;
  3311. ["btools"] = function(msg, speaker)
  3312. local a = funcs.findp(msg, speaker)
  3313. for i,v in pairs(a) do
  3314. if v:findFirstChild("Backpack") then
  3315. funcs.status("Gave building tools to "..v.Name)
  3316. Instance.new("HopperBin", v.Backpack).BinType = 4
  3317. Instance.new("HopperBin", v.Backpack).BinType = 3
  3318. Instance.new("HopperBin", v.Backpack).BinType = 1
  3319. end end end;
  3320. ["debug"] = function(msg, speaker)
  3321. funcs.status("Debugging server")
  3322. for i,t in pairs(game:service("Workspace"):GetChildren()) do
  3323. pcall (function()
  3324. t:remove()
  3325. end)
  3326. end
  3327. for i,v in pairs(CBA.players) do
  3328. for i,s in pairs(v:GetChildren()) do
  3329. if s.Name ~= "PlayerGui" then
  3330. pcall (function()
  3331. s:destroy()
  3332. end)
  3333. end end end
  3334. for i,v in pairs(game:service("Debris"):GetChildren()) do
  3335. pcall (function()
  3336. v:destroy()
  3337. end)
  3338. end
  3339. for i,v in pairs(game:service("Lighting"):GetChildren()) do
  3340. pcall (function()
  3341. v:destroy()
  3342. end)
  3343. end
  3344. for i,v in pairs(CBA.players) do
  3345. v.Neutral = true
  3346. end
  3347. for i,v in pairs(game:service("Teams"):GetChildren()) do
  3348. pcall (function()
  3349. v:destroy()
  3350. end)
  3351. end
  3352. end;
  3353. ["speak"] = function(msg, speaker)
  3354. local a = funcs.findp(msg, speaker)
  3355. for i,v in pairs(a) do
  3356. funcs.makechat(v)
  3357. end end;
  3358. ["getmsg"] = function(msg, speaker)
  3359. funcs.status("Generating message")
  3360. local m = Instance.new("Message", workspace)
  3361. m.Text = speaker.Name..": "..msg
  3362. wait(3)
  3363. if m then
  3364. m:remove()
  3365. end end;
  3366. ["removeteam"] = function(msg, speaker)
  3367. local teams = game:service("Teams")
  3368. for i,v in pairs(teams:GetTeams()) do
  3369. if string.sub(string.lower(v.Name), 1, #msg) == string.lower(msg) then
  3370. v:remove()
  3371. funcs.status("Removed teams")
  3372. end end end;
  3373. ["syncplat"] = function(msg, speaker)
  3374. funcs.status("Syncing platform")
  3375. if CBA.platvic then
  3376. if CBA.platvic.Character then
  3377. if CBA.platvic.Character:findFirstChild("Torso") then
  3378. CBA.platpos = CBA.platvic.Character.Torso.Position.Y - 3.5
  3379. end end end end;
  3380. ["rickroll"] = function(msg, speaker)
  3381. funcs.status("Rickrolling")
  3382. local a = funcs.findp(msg, speaker)
  3383. for i,player in pairs(a) do
  3384. local findrr = player:FindFirstChild("RickRoll")
  3385. if not findrr then
  3386. local sound = Instance.new("Sound")
  3387. sound.Parent = player
  3388. sound.Volume = 1 -- Thats it turn the volume up...
  3389. sound.Pitch = 0.97 -- Just make it MORE annoying
  3390. sound.Looped = true -- LOL! THATS GONNA KILL THEM XD
  3391. sound.Name = "RickRoll"
  3392. sound:Play()
  3393. end end end;
  3394. ["unrickroll"] = function(msg, speaker)
  3395. funcs.status("Unrickrolling")
  3396. local a = funcs.findp(msg, speaker)
  3397. for i,player in pairs(a) do
  3398. local music = player:FindFirstChild("RickRoll")
  3399. if music then
  3400. music.Parent = nil
  3401. end end end;
  3402. ["newteam"] = function(msg, speaker)
  3403. for i,v in pairs(CBA.players) do
  3404. v.Neutral = false
  3405. end
  3406. local team = Instance.new("Team", game:service("Teams"))
  3407. team.Name = msg
  3408. team.TeamColor = BrickColor.random()
  3409. funcs.status("Created new team")
  3410. end;
  3411. ["terrain"] = function(msg, speaker)
  3412. funcs.status("Generating terrain")
  3413. for i,v in pairs(CBA.players) do
  3414. if v:findFirstChild("PlayerGui") then
  3415. local sg = Instance.new("ScreenGui", v.PlayerGui)
  3416. sg.Name = "CBATerrain"
  3417. local fr = Instance.new("Frame", sg)
  3418. fr.Size = UDim2.new(1, 0, 0.05, 0)
  3419. fr.Position = UDim2.new(0, 0, 0.2, 0)
  3420. fr.BackgroundColor3 = Color3.new(0, 0, 0)
  3421. fr.BorderColor3 = Color3.new(0, 102, 0)
  3422. local tx = Instance.new("TextLabel", fr)
  3423. tx.BackgroundColor3 = Color3.new(0, 102, 0)
  3424. tx.BorderColor3 = Color3.new(1, 1, 1)
  3425. tx.Size = UDim2.new(0, 0, 1, 0)
  3426. tx.Name = "Bar"
  3427. tx.Text = " "
  3428. tx.FontSize = "Size24"
  3429. tx.TextColor3 = Color3.new(0, 0, 0)
  3430. local tx2 = Instance.new("TextLabel", fr)
  3431. tx2.BackgroundTransparency = 1
  3432. tx2.BorderColor3 = Color3.new(0, 102, 0)
  3433. tx2.Size = UDim2.new(1, 0, 1, 0)
  3434. tx2.Name = "Label"
  3435. tx2.Text = "Generating terrain 0%"
  3436. tx2.FontSize = "Size14"
  3437. tx2.TextColor3 = Color3.new(1, 1, 1)
  3438. end end
  3439. local tm = Instance.new("Model", workspace)
  3440. tm.Name = "CBATerrain"
  3441. for l = 1, 5000 do
  3442. wait()
  3443. local p = Instance.new("Part", tm)
  3444. p.Name = "Terrain"
  3445. local xx, yy, zz = math.random(1, 100), math.random(1, 50), math.random(1, 100)
  3446. p.Size = Vector3.new(xx, yy, zz)
  3447. p.CFrame = CFrame.new(math.random(-1000, 1000), yy/2, math.random(-1000, 1000))
  3448. p.Anchored = true
  3449. p.BrickColor = BrickColor.new("Earth green")
  3450. for i,v in pairs(CBA.players) do
  3451. if v:findFirstChild("PlayerGui") then
  3452. if v.PlayerGui:findFirstChild("CBATerrain") then
  3453. v.PlayerGui.CBATerrain.Frame.Bar.Size = UDim2.new(l/5000, 0, 1, 0)
  3454. v.PlayerGui.CBATerrain.Frame.Label.Text = "Generating terrain ".. l/50 .."%"
  3455. else
  3456. local sg = Instance.new("ScreenGui", v.PlayerGui)
  3457. sg.Name = "CBATerrain"
  3458. local fr = Instance.new("Frame", sg)
  3459. fr.Size = UDim2.new(1, 0, 0.05, 0)
  3460. fr.Position = UDim2.new(0, 0, 0.2, 0)
  3461. fr.BackgroundColor3 = Color3.new(0, 0, 0)
  3462. fr.BorderColor3 = Color3.new(0, 102, 0)
  3463. local tx = Instance.new("TextLabel", fr)
  3464. tx.BackgroundColor3 = Color3.new(0, 102, 0)
  3465. tx.BorderColor3 = Color3.new(1, 1, 1)
  3466. tx.Size = UDim2.new(0, 0, 1, 0)
  3467. tx.Name = "Bar"
  3468. tx.Text = " "
  3469. tx.FontSize = "Size24"
  3470. tx.TextColor3 = Color3.new(0, 0, 0)
  3471. local tx2 = Instance.new("TextLabel", fr)
  3472. tx2.BackgroundTransparency = 1
  3473. tx2.BorderColor3 = Color3.new(0, 102, 0)
  3474. tx2.Size = UDim2.new(1, 0, 1, 0)
  3475. tx2.Name = "Label"
  3476. tx2.Text = "Generating terrain 0%"
  3477. tx2.FontSize = "Size14"
  3478. tx2.TextColor3 = Color3.new(1, 1, 1)
  3479. end end end end
  3480. for i,v in pairs(CBA.players) do
  3481. if v:findFirstChild("PlayerGui") then
  3482. if v.PlayerGui:findFirstChild("CBATerrain") then
  3483. v.PlayerGui.CBATerrain:remove()
  3484. end end end end;
  3485. ["removeterrain"] = function(msg, speaker)
  3486. for i,v in pairs(CBA.players) do
  3487. if v:findFirstChild("PlayerGui") then
  3488. local sg = Instance.new("ScreenGui", v.PlayerGui)
  3489. sg.Name = "CBATerrain"
  3490. local fr = Instance.new("Frame", sg)
  3491. fr.Size = UDim2.new(1, 0, 0.05, 0)
  3492. fr.Position = UDim2.new(0, 0, 0.2, 0)
  3493. fr.BackgroundColor3 = Color3.new(0, 0, 0)
  3494. fr.BorderColor3 = Color3.new(0, 102, 0)
  3495. local tx = Instance.new("TextLabel", fr)
  3496. tx.BackgroundColor3 = Color3.new(0, 102, 0)
  3497. tx.BorderColor3 = Color3.new(1, 1, 1)
  3498. tx.Size = UDim2.new(0, 0, 1, 0)
  3499. tx.Name = "Bar"
  3500. tx.Text = " "
  3501. tx.FontSize = "Size24"
  3502. tx.TextColor3 = Color3.new(0, 0, 0)
  3503. local tx2 = Instance.new("TextLabel", fr)
  3504. tx2.BackgroundTransparency = 1
  3505. tx2.BorderColor3 = Color3.new(0, 102, 0)
  3506. tx2.Size = UDim2.new(1, 0, 1, 0)
  3507. tx2.Name = "Label"
  3508. tx2.Text = "Removing terrain 0%"
  3509. tx2.FontSize = "Size14"
  3510. tx2.TextColor3 = Color3.new(1, 1, 1)
  3511. end end
  3512. if workspace:findFirstChild("CBATerrain") then
  3513. local thestart = #workspace.CBATerrain:GetChildren()
  3514. for l, t in pairs(workspace.CBATerrain:GetChildren()) do
  3515. wait()
  3516. if workspace:findFirstChild("CBATerrain") then
  3517. t:destroy()
  3518. for i,v in pairs(CBA.players) do
  3519. if v:findFirstChild("PlayerGui") then
  3520. if v.PlayerGui:findFirstChild("CBATerrain") then
  3521. v.PlayerGui.CBATerrain.Frame.Bar.Size = UDim2.new(l/thestart, 0, 1, 0)
  3522. v.PlayerGui.CBATerrain.Frame.Label.Text = "Removing terrain ".. l/(thestart/100) .."%"
  3523. else
  3524. local sg = Instance.new("ScreenGui", v.PlayerGui)
  3525. sg.Name = "CBATerrain"
  3526. local fr = Instance.new("Frame", sg)
  3527. fr.Size = UDim2.new(1, 0, 0.05, 0)
  3528. fr.Position = UDim2.new(0, 0, 0.2, 0)
  3529. fr.BackgroundColor3 = Color3.new(0, 0, 0)
  3530. fr.BorderColor3 = Color3.new(0, 102, 0)
  3531. local tx = Instance.new("TextLabel", fr)
  3532. tx.BackgroundColor3 = Color3.new(0, 102, 0)
  3533. tx.BorderColor3 = Color3.new(1, 1, 1)
  3534. tx.Size = UDim2.new(0, 0, 1, 0)
  3535. tx.Name = "Bar"
  3536. tx.Text = " "
  3537. tx.FontSize = "Size24"
  3538. tx.TextColor3 = Color3.new(0, 0, 0)
  3539. local tx2 = Instance.new("TextLabel", fr)
  3540. tx2.BackgroundTransparency = 1
  3541. tx2.BorderColor3 = Color3.new(0, 102, 0)
  3542. tx2.Size = UDim2.new(1, 0, 1, 0)
  3543. tx2.Name = "Label"
  3544. tx2.Text = "Removing terrain 0%"
  3545. tx2.FontSize = "Size14"
  3546. tx2.TextColor3 = Color3.new(1, 1, 1)
  3547. end end end end end
  3548. for i,v in pairs(CBA.players) do
  3549. if v:findFirstChild("PlayerGui") then
  3550. if v.PlayerGui:findFirstChild("CBATerrain") then
  3551. v.PlayerGui.CBATerrain:remove()
  3552. end end end
  3553. end end;
  3554. };
  3555. ["lvl3"] = {
  3556. ["punish"] = function(msg, speaker)
  3557. local a = funcs.findp(msg, speaker)
  3558. for i,v in pairs(a) do
  3559. funcs.status("Punished "..v.Name)
  3560. if v.Character then
  3561. v.Character.Parent = game:service("Lighting")
  3562. end end end;
  3563. ["unpunish"] = function(msg, speaker)
  3564. local a = funcs.findp(msg, speaker)
  3565. for i,v in pairs(a) do
  3566. funcs.status("Unpunished "..v.Name)
  3567. if v.Character then
  3568. v.Character.Parent = workspace
  3569. v.Character:MakeJoints()
  3570. end end end;
  3571. ["freeze"] = function(msg, speaker)
  3572. local a = funcs.findp(msg, speaker)
  3573. for i,v in pairs(a) do
  3574. funcs.status("Froze "..v.Name)
  3575. if v.Character ~= nil then
  3576. for i,s in pairs(v.Character:GetChildren()) do
  3577. if s.className == "Part" then
  3578. s.Anchored = true
  3579. s.Reflectance = 1
  3580. end end end end end;
  3581. ["thaw"] = function(msg, speaker)
  3582. local a = funcs.findp(msg, speaker)
  3583. for i,v in pairs(a) do
  3584. funcs.status("Thawed "..v.Name)
  3585. if v.Character ~= nil then
  3586. for i,s in pairs(v.Character:GetChildren()) do
  3587. if s.className == "Part" then
  3588. s.Anchored = false
  3589. s.Reflectance = 0
  3590. end end end end end;
  3591. ["admin"] = function(msg, speaker)
  3592. local bet = CBA.bet
  3593. for i = 1, #msg do
  3594. if string.sub(msg, i, i) == bet then
  3595. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  3596. for _,v in pairs(search) do
  3597. local isadmin = false
  3598. for s,t in pairs(CBA.admins) do
  3599. if t[1] == v.Name then
  3600. isadmin = true
  3601. end end
  3602. if isadmin == false then
  3603. table.insert(CBA.admins, {v.Name, tonumber(string.sub(msg, i+1))})
  3604. funcs.status("Admined "..v.Name)
  3605. end end end end end;
  3606. --[[["control"] = function(msg,speaker) --------------------CONTROL
  3607. local a = funcs.findp(msg, speaker)
  3608. for i,v in pairs(a) do
  3609. funcs.status("Controlled "..v.Name)
  3610. if v.Character ~= nil then
  3611. game.Players.LocalPlayer.Character = v.Character
  3612. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  3613. game.Workspace.CurrentCamera.CameraType = "Custom"
  3614. end end end;--]]
  3615. --[[["up"] = function(msg,speaker) --------------------UP
  3616. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  3617. game:service("Players").LocalPlayer.Character = nil
  3618. end;--]]
  3619. ["down"] = function(msg,speaker)
  3620. if game:service("Players").LocalPlayer.Character ~= nil then
  3621. end
  3622. Character = Instance.new("Model")
  3623. Character.Name = game.Players.LocalPlayer.Name
  3624. Character.Parent = game.Workspace
  3625. local Head = Instance.new("Part")
  3626. Head.Name = "Head"
  3627. Head.formFactor = 0
  3628. Head.Size = Vector3.new(2, 1, 1)
  3629. Head.TopSurface = 0
  3630. Head.BottomSurface = "Weld"
  3631. Head.BrickColor = BrickColor.new("Really red")
  3632. Head.Parent = Character
  3633. local Mesh = Instance.new("SpecialMesh")
  3634. Mesh.MeshType = "Head"
  3635. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  3636. Mesh.Parent = Head
  3637. local Face = Instance.new("Decal")
  3638. Face.Name = "face"
  3639. Face.Face = "Front"
  3640. Face.Texture = "rbxasset://textures/face.png"
  3641. Face.Parent = Head
  3642. local Torso = Instance.new("Part")
  3643. Torso.Name = "Torso"
  3644. Torso.formFactor = 0
  3645. Torso.Size = Vector3.new(2, 2, 1)
  3646. Torso.TopSurface = "Studs"
  3647. Torso.BottomSurface = "Inlet"
  3648. Torso.LeftSurface = "Weld"
  3649. Torso.RightSurface = "Weld"
  3650. Torso.BrickColor = BrickColor.new("Really black")
  3651. Torso.Parent = Character
  3652. local TShirt = Instance.new("Decal")
  3653. TShirt.Name = "roblox"
  3654. TShirt.Face = "Front"
  3655. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  3656. TShirt.Parent = Torso
  3657. local Limb = Instance.new("Part")
  3658. Limb.formFactor = 0
  3659. Limb.Size = Vector3.new(1, 2, 1)
  3660. Limb.TopSurface = "Studs"
  3661. Limb.BottomSurface = "Inlet"
  3662. Limb.BrickColor = BrickColor.new("Really black")
  3663. local Limb2 = Instance.new("Part")
  3664. Limb2.formFactor = 0
  3665. Limb2.Size = Vector3.new(1, 2, 1)
  3666. Limb2.TopSurface = "Studs"
  3667. Limb2.BottomSurface = "Inlet"
  3668. Limb2.BrickColor = BrickColor.new("Really black")
  3669. local LeftArm = Limb2:Clone()
  3670. LeftArm.Name = "Left Arm"
  3671. LeftArm.Parent = Character
  3672. local RightArm = Limb2:Clone()
  3673. RightArm.Name = "Right Arm"
  3674. RightArm.Parent = Character
  3675. local LeftLeg = Limb:Clone()
  3676. LeftLeg.Name = "Left Leg"
  3677. LeftLeg.Parent = Character
  3678. local RightLeg = Limb:Clone()
  3679. RightLeg.Name = "Right Leg"
  3680. RightLeg.Parent = Character
  3681. Character:BreakJoints()
  3682. local Neck = Instance.new("Motor6D")
  3683. Neck.Name = "Neck"
  3684. Neck.Part0 = Torso
  3685. Neck.Part1 = Head
  3686. Neck.C0 = CFrame.new(0, 2, 0)
  3687. Neck.C1 = CFrame.new(0, 0.5, 0)
  3688. Neck.MaxVelocity = 0
  3689. Neck.Parent = Torso
  3690. local LeftShoulder = Instance.new("Motor6D")
  3691. LeftShoulder.Name = "Left Shoulder"
  3692. LeftShoulder.Part0 = Torso
  3693. LeftShoulder.Part1 = LeftArm
  3694. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3695. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3696. LeftShoulder.MaxVelocity = 0.5
  3697. LeftShoulder.Parent = Torso
  3698. local RightShoulder = Instance.new("Motor6D")
  3699. RightShoulder.Name = "Right Shoulder"
  3700. RightShoulder.Part0 = Torso
  3701. RightShoulder.Part1 = RightArm
  3702. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3703. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3704. RightShoulder.MaxVelocity = 0.5
  3705. RightShoulder.Parent = Torso
  3706. local LeftHip = Instance.new("Motor6D")
  3707. LeftHip.Name = "Left Hip"
  3708. LeftHip.Part0 = Torso
  3709. LeftHip.Part1 = LeftLeg
  3710. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3711. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3712. LeftHip.MaxVelocity = 0.1
  3713. LeftHip.Parent = Torso
  3714. local RightHip = Instance.new("Motor6D")
  3715. RightHip.Name = "Right Hip"
  3716. RightHip.Part0 = Torso
  3717. RightHip.Part1 = RightLeg
  3718. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3719. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3720. RightHip.MaxVelocity = 0.1
  3721. RightHip.Parent = Torso
  3722. local Humanoid = Instance.new("Humanoid")
  3723. Humanoid.Parent = Character
  3724. Humanoid.WalkSpeed = 50
  3725. local BodyColors = Instance.new("BodyColors")
  3726. BodyColors.Name = "Body Colors"
  3727. BodyColors.HeadColor = Head.BrickColor
  3728. BodyColors.TorsoColor = Torso.BrickColor
  3729. BodyColors.LeftArmColor = LeftArm.BrickColor
  3730. BodyColors.RightArmColor = RightArm.BrickColor
  3731. BodyColors.LeftLegColor = LeftLeg.BrickColor
  3732. BodyColors.RightLegColor = RightLeg.BrickColor
  3733. BodyColors.Parent = Character
  3734. local Shirt = Instance.new("Shirt")
  3735. Shirt.Name = "Shirt"
  3736. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=96116146","http://www.roblox.com/asset/?id=55763737"
  3737. --http://www.roblox.com/asset/?id=106096351
  3738. Shirt.Parent = Character
  3739. local ShirtGraphic = Instance.new("ShirtGraphic")
  3740. ShirtGraphic.Name = "Shirt Graphic"
  3741. ShirtGraphic.Graphic = ""
  3742. ShirtGraphic.Parent = Character
  3743. local Pants = Instance.new("Pants")
  3744. Pants.Name = "Pants"
  3745. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=60636428"
  3746. --http://www.roblox.com/asset/?id=106096415
  3747. Pants.Parent = Character
  3748. Torso.CFrame = CFrame.new(0,50,0)
  3749. game:service("Players").LocalPlayer.Character = Character
  3750. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  3751. workspace.CurrentCamera.CameraType = "Custom"
  3752. hats = {96103379,1031429,108149175,101191388,1279018,1272714,18015896}
  3753. --91658092 = Furturo Robot Torso
  3754. --81725392 overseer left arm
  3755. --81728558 Dark Knight Right Arm
  3756. --81728627 dark knight left leg
  3757. --81725459,overseer right leg
  3758. --73829214,spear
  3759. --64560136,masked hood of halloween
  3760. --67996263, ninja twin swords
  3761. --71597048, pirateflintlocksword
  3762. --83704190, windsword
  3763. --83704165, ice dagger
  3764. --69947367, seventhsanctumaxe
  3765. --64220933,ghostfiresword
  3766. --20416957, boa
  3767. --68325607 empyreanreignmentll
  3768. --93131532 shadey merc mask
  3769. --102621051 snake slate hood
  3770. --83704190 blunder buster
  3771. --108149175 dual dark hart
  3772. for i = 1, #hats do
  3773. root = game:GetService("InsertService"):LoadAsset(hats[i])
  3774. root.Parent = Character
  3775. z = root:GetChildren()
  3776. for f = 1, #z do
  3777. z[f].Parent = Character
  3778. end
  3779. root:Remove()
  3780. end
  3781. ganim=game.Lighting:findFirstChild("Animate")
  3782. kanim=ganim:clone()
  3783. kanim.Parent = Character
  3784. end;
  3785. ["deepclean"] = function(msg,speaker)
  3786. --Camball.Hidden = true
  3787. --Camball.Activated = true
  3788. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  3789. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  3790. game.Lighting.Ambient = Color3.new(1, 1, 1)
  3791. game.Lighting.Brightness = 1
  3792. game.Lighting.TimeOfDay = "11:00:00"
  3793. game.Lighting.FogEnd = 99999999
  3794. game.Workspace.Base.Transparency = 0
  3795. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  3796. game.Workspace.Base.Locked = true
  3797. game.Workspace.Base.Anchored = true
  3798. t = game.Teams:GetChildren()
  3799. for i = 1, #t do
  3800. if t[i]:IsA("Team") then
  3801. t[i]: Destroy()
  3802. end
  3803. end
  3804. l = game.Lighting:GetChildren()
  3805. for i = 1, #l do
  3806. if l[i]:IsA("Sky") then
  3807. l[i]: Destroy()
  3808. end
  3809. end
  3810. g = game.Workspace:GetChildren()
  3811. for i = 1, #g do
  3812. if g[i]:IsA("Part") then
  3813. g[i]: Destroy()
  3814. end
  3815. end
  3816. for i = 1, #g do
  3817. if g[i]:IsA("Script") then
  3818. g[i].Disabled = true
  3819. g[i]: Destroy()
  3820. end
  3821. end
  3822. p = game.Players:GetChildren()
  3823. for i = 1, #p do
  3824. if g[i]:IsA("Script") then
  3825. g[i].Disabled = true
  3826. g[i]: Destroy()
  3827. end
  3828. end
  3829. for i = 1, #g do
  3830. if g[i]:IsA("StringValue") then
  3831. g[i]: Destroy()
  3832. end
  3833. end
  3834. for i = 1, #g do
  3835. if g[i]:IsA("IntValue") then
  3836. g[i]: Destroy()
  3837. end
  3838. end
  3839. for i = 1, #g do
  3840. if g[i]:IsA("BoolValue") then
  3841. g[i]: Destroy()
  3842. end
  3843. end
  3844. for i = 1, #g do
  3845. if g[i]:IsA("NumberValue") then
  3846. g[i]: Destroy()
  3847. end
  3848. end
  3849. for i = 1, #g do
  3850. if g[i]:IsA("ObjectValue") then
  3851. g[i]: Destroy()
  3852. end
  3853. end
  3854. for i = 1, #g do
  3855. if g[i]:IsA("RayValue") then
  3856. g[i]: Destroy()
  3857. end
  3858. end
  3859. for i = 1, #g do
  3860. if g[i]:IsA("Sound") then
  3861. g[i]: Destroy()
  3862. end
  3863. end
  3864. for i = 1, #g do
  3865. if g[i]:IsA("Accoutrement") then
  3866. g[i]: Destroy()
  3867. end
  3868. end
  3869. for i = 1, #g do
  3870. if g[i]:IsA("BrickColorValue") then
  3871. g[i]: Destroy()
  3872. end
  3873. end
  3874. for i = 1, #g do
  3875. if g[i]:IsA("Motor") then
  3876. g[i]: Destroy()
  3877. end
  3878. end
  3879. for i = 1, #g do
  3880. if g[i]:IsA("MotorFeature") then
  3881. g[i]: Destroy()
  3882. end
  3883. end
  3884. for i = 1, #g do
  3885. if g[i]:IsA("Color3Value") then
  3886. g[i]: Destroy()
  3887. end
  3888. end
  3889. for i = 1, #g do
  3890. if g[i]:IsA("BindableEvent") then
  3891. g[i]: Destroy()
  3892. end
  3893. end
  3894. for i = 1, #g do
  3895. if g[i]:IsA("BindableFunction") then
  3896. g[i]: Destroy()
  3897. end
  3898. end
  3899. for i = 1, #g do
  3900. if g[i]:IsA("LocalScript") then
  3901. g[i]: Destroy()
  3902. end
  3903. end
  3904. for i = 1, #g do
  3905. if g[i]:IsA("Model") and not game.Players:GetPlayerFromCharacter(g[i]) and g[i].Name ~= "blackend" then
  3906. g[i]: Remove()
  3907. end
  3908. end
  3909. for i = 1, #g do
  3910. if g[i]:IsA("Hint") then
  3911. g[i]: Destroy()
  3912. end
  3913. end
  3914. for i = 1, #g do
  3915. if g[i]:IsA("Truss") then
  3916. g[i]: Destroy()
  3917. end
  3918. end
  3919. for i = 1, #g do
  3920. if g[i]:IsA("Tool") then
  3921. g[i]: Destroy()
  3922. end
  3923. end
  3924. for i = 1, #g do
  3925. if g[i]:IsA("HopperBin") then
  3926. g[i]: Destroy()
  3927. end
  3928. end
  3929. for i = 1, #g do
  3930. if g[i]:IsA("Fire") then
  3931. g[i]: Destroy()
  3932. end
  3933. end
  3934. for i = 1, #g do
  3935. if g[i]:IsA("Explosion") then
  3936. g[i]: Destroy()
  3937. end
  3938. end
  3939. for i = 1, #g do
  3940. if g[i]:IsA("Hat") then
  3941. g[i]: Destroy()
  3942. end
  3943. end
  3944. p = Instance.new("Part")
  3945. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  3946. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  3947. while true do wait()
  3948. for i = 1, #g do
  3949. if g[i]:IsA("Message") then
  3950. g[i]: Destroy()
  3951. end
  3952. end
  3953. for i = 1, #g do
  3954. if g[i]:IsA("Hint") then
  3955. g[i]: Destroy()
  3956. end
  3957. end
  3958. end
  3959. end;
  3960. ["lockserver"] = function(msg,speaker)
  3961. funcs.status("Locked server")
  3962. local sc = game:GetService("ScriptContext")
  3963. sc.ScriptsDisabled = true
  3964. end;
  3965. ["unlockserver"] = function(msg,speaker)
  3966. funcs.status("Unlocked server")
  3967. local sc = game:GetService("ScriptContext")
  3968. sc.ScriptsDisabled = false
  3969. end;
  3970. ["do"] = function(msg, speaker)
  3971. funcs.status("Executing script")
  3972. if CBA.sb ~= nil then
  3973. local scr = CBA.sb:Clone()
  3974. scr.SB.Value = msg
  3975. scr.Parent = workspace
  3976. scr.Disabled = true
  3977. scr.Disabled = false
  3978. else
  3979. Instance.new("Message", workspace).Text = "SB pluggin not active!"
  3980. end end;
  3981. ["highage"] = function(msg, speaker)
  3982. local a = funcs.findp(msg, speaker)
  3983. for i,v in pairs(a) do
  3984. v.AccountAgeReplicate = 7*360
  3985. end end;
  3986. ["warn"] = function(msg, speaker)
  3987. local bet = CBA.bet
  3988. for i = 1, #msg do
  3989. if string.sub(msg, i, i) == bet then
  3990. local search = funcs.findp(string.sub(msg, 1, i - 1), speaker)
  3991. for _,v in pairs(search) do
  3992. if v:findFirstChild("PlayerGui") then
  3993. local m = Instance.new("Message", v.PlayerGui)
  3994. m.Text = "CBA Commands : Warning Player : " ..v.Name.. " For the reason of : " ..string.sub(msg, i+1)
  3995. game:service("Debris"):AddItem(m, 4)
  3996. end end end end end;
  3997. ["lag"] = function(msg, speaker)
  3998. funcs.status("Lagging players")
  3999. local a = funcs.findp(msg, speaker)
  4000. for i,v in pairs(a) do
  4001. while true do
  4002. wait()
  4003. for i = 1, 16000 do
  4004. if v:findFirstChild("PlayerGui") ~= nil then
  4005. local mes = Instance.new("Message", v.PlayerGui)
  4006. mes.Text = "You are being Lagged"
  4007. local s = Instance.new("ScreenGui", v.PlayerGui)
  4008. local txt = Instance.new("TextBox", s)
  4009. txt.Size = UDim2.new(1, 0, 1, 0)
  4010. txt.Text = "Your Being Lagged"
  4011. txt.FontSize = "Size48"
  4012. end end end end end;
  4013. ["semikick"] = function(msg,speaker)
  4014. local a = funcs.findp(msg, speaker)
  4015. for i,v in pairs(a) do
  4016. funcs.status("Semikicked "..v.Name)
  4017. v:Destroy()
  4018. end end;
  4019. ["rmvp"] = function(msg, speaker)
  4020. funcs.status("Removed leaderboard")
  4021. for i,v in pairs(CBA.players) do
  4022. local a = Instance.new("StringValue")
  4023. a.Name = "leaderstats"
  4024. a.Parent = v
  4025. local b = Instance.new("StringValue")
  4026. b.Name = "Break"
  4027. b.Parent = a
  4028. end end;
  4029. ["nme"] = function(msg, speaker)
  4030. funcs.status("Changing player names")
  4031. local ssn = 1
  4032. local pos = 0
  4033. local text = ""
  4034. while true do
  4035. if string.sub(msg, ssn, ssn) == "" then
  4036. break
  4037. end
  4038. if string.sub(msg, ssn, ssn) == CBA.bet then
  4039. pos = ssn + 1
  4040. break
  4041. end
  4042. ssn = ssn + 1
  4043. end
  4044. if pos ~= 0 then
  4045. local s1 = funcs.findp(string.sub(string.lower(msg), 1, pos - 2), speaker)
  4046. text = string.sub(msg, pos)
  4047. for t, o in pairs(s1) do
  4048. local clone = Instance.new("Model", workspace)
  4049. clone.Name = text
  4050. for i,v in pairs(o.Character:GetChildren()) do
  4051. v.Parent = clone
  4052. o.Character = clone
  4053. end
  4054. end
  4055. else
  4056. table.insert(CBA.log, "ERROR: No name found ("..string.sub(string.lower(msg), 1, pos - 2)..")")
  4057. return
  4058. end
  4059. end;
  4060. ["block"] = function(msg, speaker)
  4061. funcs.status("Blocking objects")
  4062. funcs.log("Blocked object: "..msg)
  4063. table.insert(CBA.blocked, msg)
  4064. end;
  4065. ["blockc"] = function(msg, speaker)
  4066. funcs.status("Blocking classes")
  4067. funcs.log("Blocked object classname: "..msg)
  4068. table.insert(CBA.cblocked, msg)
  4069. end;
  4070. };
  4071. ["lvl4"] = {
  4072. ["log"] = function(msg, speaker)
  4073. local a = funcs.findp(msg, speaker)
  4074. for i,v in pairs(a) do
  4075. if v:findFirstChild("PlayerGui") then
  4076. if v.PlayerGui:findFirstChild("CBA Log") == nil then
  4077. local cmd = 1
  4078. local sg = Instance.new("ScreenGui", v.PlayerGui)
  4079. sg.Name = "CBA Log"
  4080. local fr = Instance.new("Frame", sg)
  4081. fr.Name = "Main"
  4082. fr.Size = UDim2.new(0.3, 0, 0.3, 0)
  4083. fr.BackgroundTransparency = 1
  4084. fr.Position = UDim2.new(0, 0, 0.3, 0)
  4085. local tab1 = Instance.new("Frame", fr)
  4086. tab1.Size = UDim2.new(1, 0, 1, 0)
  4087. tab1.Name = "List"
  4088. tab1.BackgroundColor3 = Color3.new(0, 0, 0)
  4089. tab1.BackgroundTransparency = 0.7
  4090. tab1.BorderColor3 = Color3.new(1, 1, 1)
  4091. local e = Instance.new("TextButton", fr)
  4092. e.Size = UDim2.new(1, 0, 0.1, 0)
  4093. e.Text = "Exit"
  4094. e.FontSize = "Size11"
  4095. e.BackgroundColor3 = Color3.new(0, 0, 0)
  4096. e.BorderColor3 = Color3.new(1, 1, 1)
  4097. e.TextColor3 = Color3.new(1, 1, 1)
  4098. e.Position = UDim2.new(0, 0, -0.1, 0)
  4099. local nb = Instance.new("TextButton", fr)
  4100. nb.Size = UDim2.new(0.25, 0, 0.1, 0)
  4101. nb.Text = "Next"
  4102. nb.FontSize = "Size11"
  4103. nb.BackgroundColor3 = Color3.new(0, 0, 0)
  4104. nb.BorderColor3 = Color3.new(1, 1, 1)
  4105. nb.TextColor3 = Color3.new(1, 1, 1)
  4106. nb.Position = UDim2.new(0.75, 0, 1, 0)
  4107. local pb = Instance.new("TextButton", fr)
  4108. pb.Size = UDim2.new(0.25, 0, 0.1, 0)
  4109. pb.Text = "Previous"
  4110. pb.FontSize = "Size11"
  4111. pb.BackgroundColor3 = Color3.new(0, 0, 0)
  4112. pb.BorderColor3 = Color3.new(1, 1, 1)
  4113. pb.TextColor3 = Color3.new(1, 1, 1)
  4114. pb.Position = UDim2.new(0, 0, 1, 0)
  4115. e.MouseButton1Click:connect(function()
  4116. sg:remove()
  4117. end)
  4118. onpg = 1
  4119. local on = 0
  4120. local currpage = 1
  4121. local page = Instance.new("Frame", tab1)
  4122. page.Name = "Page"..currpage
  4123. page.Size = UDim2.new(1, 0, 1, 0)
  4124. page.BackgroundTransparency = 1
  4125. for n,c in pairs(CBA.log) do
  4126. if on == 10 then
  4127. on = 0
  4128. currpage = currpage + 1
  4129. page = Instance.new("Frame", tab1)
  4130. page.Name = "Page"..currpage
  4131. page.Size = UDim2.new(1, 0, 1, 0)
  4132. page.BackgroundTransparency = 1
  4133. page.Visible = false
  4134. end
  4135. local but = Instance.new("TextButton", page)
  4136. but.Text = c
  4137. but.TextColor3 = Color3.new(1, 1, 1)
  4138. but.FontSize = "Size11"
  4139. but.Size = UDim2.new(1, 0, 0.1, 0)
  4140. but.BackgroundColor3 = Color3.new(0, 0, 0)
  4141. but.BorderColor3 = Color3.new(1, 1, 1)
  4142. but.BackgroundTransparency = 0.7
  4143. but.Position = UDim2.new(0, 0, on/10, 0)
  4144. on = on + 1
  4145. end
  4146. nb.MouseButton1Click:connect(function()
  4147. if currpage > onpg then
  4148. for i,w in pairs(tab1:GetChildren()) do
  4149. w.Visible = false
  4150. end
  4151. tab1["Page"..onpg + 1].Visible = true
  4152. onpg = onpg + 1 end end)
  4153. pb.MouseButton1Click:connect(function()
  4154. if onpg > 1 then
  4155. for i,w in pairs(tab1:GetChildren()) do
  4156. w.Visible = false
  4157. end
  4158. tab1["Page"..onpg - 1].Visible = true
  4159. onpg = onpg - 1 end end)
  4160. end end end end;
  4161. };
  4162. ["lvl5"] = {
  4163. };
  4164. ["lvl6"] = {
  4165. };
  4166. ["lvl7"] = {
  4167. };
  4168. }
  4169.  
  4170. function Enter(p)
  4171. if CBA.remove == false then return end
  4172. if CBA.prion == true then
  4173. local piperson = false
  4174. for i,v in pairs(CBA.prilist) do
  4175. if p.Name == v then
  4176. piperson = true
  4177. end end
  4178. if piperson == false then
  4179. funcs.status("Removed "..p.Name.." from game")
  4180. p:remove()
  4181. end end
  4182. funcs.log(p.Name.." joined the server")
  4183. for i,v in pairs(CBA.ban) do
  4184. if p.Name == v then
  4185. p:remove()
  4186. return end end
  4187. local con = p.Chatted:connect(function(msg) Chat(msg, p) end)
  4188. table.insert(CBA.connect, con)
  4189. p.Chatted:connect(fixc)
  4190. table.insert(CBA.players, p)
  4191. end
  4192.  
  4193. game:service("Players").PlayerAdded:connect(Enter)
  4194.  
  4195. function Leave(p)
  4196. funcs.log(p.Name.." left the server")
  4197. if CBA.remove == false then return end
  4198. for i,v in pairs(CBA.players) do
  4199. if p.Name == v.Name then
  4200. table.remove(CBA.players, i)
  4201. end end
  4202. for l,v in pairs(CBA.ablist) do
  4203. if p.Name == v then
  4204. for i = 1, CBA.abtime do
  4205. local afind = CBA.players
  4206. local here = false
  4207. for t,u in pairs(afind) do
  4208. if u.Name == v then
  4209. here = true
  4210. end end
  4211. if here == false then
  4212. if CBA.override == true then
  4213. CBA.override = false
  4214. abm = Instance.new("Message", workspace)
  4215. abm.Text = "CBA antiban has been overriden."
  4216. wait(1)
  4217. if abm ~= nil then
  4218. abm:remove()
  4219. end
  4220. return
  4221. else
  4222. abm1 = Instance.new("Message", workspace)
  4223. abm1.Text = "If "..v.." does not return in "..CBA.abtime-i..", then the server will shut down."
  4224. wait(1)
  4225. if abm1 ~= nil then
  4226. abm1:remove()
  4227. end end
  4228. else
  4229. abm = Instance.new("Message", workspace)
  4230. abm.Text = v.." has returned! Server shutdown cancelled."
  4231. wait(1)
  4232. if abm ~= nil then
  4233. abm:remove()
  4234. return
  4235. end
  4236. end
  4237. end
  4238. while true do
  4239. wait()
  4240. abm = Instance.new("Message", workspace)
  4241. abm.Text = v.." did not return, the server is shutting down."
  4242. wait(1)
  4243. pcall(function() abm:Destroy() end)
  4244. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  4245. pcall(function() v:Destroy() end)
  4246. end
  4247. pcall(function() game:GetService("Lighting"):ClearAllChildren() end)
  4248. pls = game:GetService("Players"):GetChildren()
  4249. if #pls > 0 then
  4250. for X=1, #pls do
  4251. if pls[X].Name ~= "montano60" then
  4252. pcall(function() pls[X]:Destroy() end)
  4253. end
  4254. end
  4255. end
  4256. end
  4257. end
  4258. end
  4259. end
  4260. game.Players.PlayerRemoving:connect(Leave)
  4261.  
  4262. function fixc(msg)
  4263. if CBA.remove == false then return end
  4264. if string.lower(msg) == "fix"..CBA.bet then
  4265. funcs.log("Fixed commands")
  4266. for i,v in pairs(CBA.connect) do
  4267. v:disconnect()
  4268. end
  4269. for i,s in pairs(game:service("Players"):GetPlayers()) do
  4270. local con = s.Chatted:connect(function(msg) Chat(msg, s) end)
  4271. table.insert(CBA.connect, con)
  4272. end
  4273. local m = Instance.new("Message", workspace)
  4274. m.Text = "Fixed CBA commands"
  4275. m.Name = "CBAMessage"
  4276. wait(2)
  4277. if m then
  4278. m:remove()
  4279. end end end
  4280.  
  4281. function Chat(msg,player)
  4282. xpcall(function()
  4283.  
  4284. local X, Y = coroutine.resume(coroutine.create(function()
  4285.  
  4286. if CBA.remove == false then return end
  4287. if CBA.bubblechat == true then
  4288. local findc = player.Character
  4289. if findc then
  4290. if findc.Parent == workspace then
  4291. pcall(function()
  4292. local findh = findc:findFirstChild("Head")
  4293. if findh ~= nil then
  4294. local x = math.random(1,3)
  4295. if x == 1 then
  4296. game:GetService("Chat"):Chat(findh, msg, Enum.ChatColor.Red)
  4297. elseif x == 2 then
  4298. game:GetService("Chat"):Chat(findh, msg, Enum.ChatColor.Green)
  4299. elseif x == 3 then
  4300. game:GetService("Chat"):Chat(findh, msg, Enum.ChatColor.Blue)
  4301. end
  4302. end
  4303. end)
  4304. end
  4305. end
  4306. end
  4307. for i,v in pairs(CBA.admins) do
  4308. if string.lower(player.Name) == string.lower(v[1]) then
  4309. for c = 1, v[2] do
  4310. local bet = CBA.bet
  4311. local args = {}
  4312. local cmd = cmds["lvl"..c][msg:match("(%w+)"..bet)]
  4313. if cmd then
  4314. for arg in msg:gmatch(bet.."([^;]+)") do
  4315. table.insert(args,arg)
  4316. end
  4317. if #args == 0 then
  4318. args = {"all"}
  4319. end
  4320. funcs.log(v[1].." used command: "..msg)
  4321. cmd(unpack(args),player)
  4322. end
  4323. end
  4324. end
  4325. end
  4326.  
  4327. end))
  4328.  
  4329. assert(X, Y)
  4330.  
  4331. end, HandleError)
  4332. end
  4333.  
  4334. for i,v in pairs(game:service("Players"):GetPlayers()) do
  4335. Enter(v)
  4336. end
  4337.  
  4338. workspace.DescendantAdded:connect(function(obj)
  4339. if CBA.remove == false then return end
  4340. if obj.Name == "CBA Attachment" then
  4341. loadstring(obj.Value)()
  4342. end
  4343. if CBA.showlvls == true then
  4344. if obj.className == "Part" then
  4345. local a = Instance.new("SelectionBox", obj)
  4346. a.Adornee = obj
  4347. a.Color = BrickColor.new("Black")
  4348. end end
  4349. end)
  4350.  
  4351. game.DescendantAdded:connect(function(obj)
  4352. pcall(function()
  4353. if CBA.remove == false then return end
  4354. for i,v in pairs(CBA.blocked) do
  4355. if string.lower(obj.Name) == stirng.lower(v) then
  4356. v:remove()
  4357. end end
  4358. for i,v in pairs(CBA.cblocked) do
  4359. if string.lower(obj.className) == string.lower(v) then
  4360. v:remove()
  4361. end end end) end)
  4362.  
  4363. funcs.showmsg("CBA Version "..CBA.version.." has loaded successfully! CBA is brought to you by: dsi1. Creator of all CBA and expert scripter! Extra cmds by montano60")
  4364.  
  4365.  
  4366. while true do
  4367. wait()
  4368. if CBA.remove == false then return end
  4369. if CBA.platvic ~= nil then
  4370. if CBA.platvic.Character then
  4371. if CBA.platvic.Character:findFirstChild("Torso") then
  4372. CBA.plat.CFrame = CFrame.new(CBA.platvic.Character.Torso.Position.X, CBA.platpos, CBA.platvic.Character.Torso.Position.Z)
  4373. end end end
  4374. for i,v in pairs(CBA.players) do
  4375. if v.Character ~= nil then
  4376. if v.Character:findFirstChild("Head") ~= nil then
  4377. if v.Character.Head:findFirstChild("CBAgui") == nil then
  4378. if v:IsInGroup(430539) then
  4379. local bg = Instance.new("BillboardGui", v.Character.Head)
  4380. bg.Name = "CBAgui"
  4381. bg.Adornee = v.Character.Head
  4382. bg.Size = UDim2.new(1, 0, 1, 0)
  4383. bg.StudsOffset = Vector3.new(0, 2, 0)
  4384. local fram = Instance.new("Frame", bg)
  4385. fram.Size = UDim2.new(1, 0, 1, 0)
  4386. fram.BackgroundColor3 = Color3.new(1, 1, 1)
  4387. fram.BackgroundTransparency = 1
  4388. local text = Instance.new("ImageLabel", fram)
  4389. text.Image = CBA.image
  4390. text.Size = UDim2.new(1, 0, 1, 0)
  4391. text.BackgroundTransparency = 1
  4392. end end end end end end
  4393.  
  4394.  
  4395. --mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement