Advertisement
Hektz

Nil

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