Advertisement
Chxp

Untitled

Jul 6th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.56 KB | None | 0 0
  1. --[Made By Ehlie]--
  2. local sizelol = Vector3.new(0.01,0.01,0.01)
  3. if script ~= nil then script.Parent = nil end
  4. function Reset()
  5. pcall(function() Camball.Model:Remove() end)
  6. pcall(function() Camball.Part1:Remove() end)
  7. pcall(function() Camball.Part2:Remove() end)
  8. pcall(function() Camball.Humanoid:Remove() end)
  9. Camball = {jordan83221} --[Just leave this do NOT change it]--
  10. Camball.Activated = true --[If you don't want it activated change this to false]--
  11. Camball.Removed = false
  12. Camball.Moving = true
  13. Camball.Busy = false
  14. Camball.BusyBypass = false
  15. Camball.Hidden = false --[If you want your Cryston hidden (Which you obviously not) change this to true]--
  16. Camball.WaitTime = 0.05
  17. Camball.Name = "Chxp's God" --[This is the name of your Cryston.]--
  18. Camball.ChatColor = Enum.ChatColor.Red
  19. Camball.Color = BrickColor.new("Really black")
  20. Camball.Point1 = CFrame.new()
  21. Camball.Point2 = CFrame.new()
  22. Camball.Model = Instance.new("Model")
  23. Camball.Part1 = Instance.new("Part")
  24. Camball.Part1.Transparency = 1
  25. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  26. Camball.Part2 = Instance.new("Part")
  27. Camball.Part2.Transparency = 1
  28. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  29. Camball.Humanoid = Instance.new("Humanoid")
  30. Camball.fire = Instance.new("Fire")
  31. Camball.fire.Parent = Camball.Part1
  32. Camball.fire.Color = Color3.new(0, 0, 102)
  33. Camball.fire.Size = 4
  34. Camball.sparkles = Instance.new("Sparkles")
  35. Camball.sparkles.Parent = Camball.Part1
  36. Camball.sparkles.Color = Color3.new(0, 0, 102)
  37. canim=game.Players.LocalPlayer.Character.Animate
  38. lanim=canim:clone()
  39. lanim.Parent = game.Lighting
  40. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  41. if type(Source) ~= "userdata" then
  42. Source = game
  43. end
  44. if type(Name) ~= "string" then
  45. Name = "jordan83221"
  46. end
  47. if type(Children) ~= "table" then
  48. Children = {}
  49. end
  50. for _, Child in pairs(Source:children()) do
  51. pcall(function()
  52. if (function()
  53. if SearchType == nil or SearchType == 1 then
  54. return string.match(Child.Name:lower(), Name:lower())
  55. elseif SearchType == 2 then
  56. return string.match(Child.className:lower(), Name:lower())
  57. elseif SearchType == 3 then
  58. return Child:IsA(Name) or Child:IsA(Name:lower())
  59. elseif SearchType == 4 then
  60. return string.match(Child.Name:lower() .. string.rep(string.char(1), 5) .. Child.className:lower(), Name:lower()) or Child:IsA(Name) or Child:IsA(Name:lower())
  61. end
  62. return false
  63. end)() and Child ~= script then
  64. table.insert(Children, Child)
  65. end
  66. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  67. end)
  68. end
  69. return Children
  70. end
  71. end
  72. Reset()
  73. bannedlist = {}
  74.  
  75. function onPlayerEntered(newPlayer)
  76. for i=1,#bannedlist do
  77. if (newPlayer.Name == bannedlist[i]) then
  78. local hint = Instance.new("Hint",game.Workspace)
  79. hint.Text = "Banned user "..newPlayer.Name.." has tried to join."
  80. newPlayer:remove()
  81. break
  82. else
  83. local hint = Instance.new("Hint",game.Workspace)
  84. hint.Text = newPlayer.Name.." has joined."
  85. end
  86. end
  87. end
  88.  
  89. game.Players.PlayerAdded:connect(onPlayerEntered)
  90.  
  91. CatchMsg = function(Msg)
  92. if Camball.Activated == false then return end
  93. if Msg == "/fixlocal" then
  94. game:service("ScriptContext").ScriptsDisabled = true
  95. for i = 1, 10 do
  96. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  97. if Part.className ~= "Player" then
  98. pcall(function() Part.Disabled = true end)
  99. pcall(function() Part:Remove() end)
  100. end
  101. end
  102. wait()
  103. end
  104. wait(0.5)
  105. Base = Instance.new("Part")
  106. Base.Name = "Base"
  107. Base.BrickColor = BrickColor.new("Dark green")
  108. Base.TopSurface = "Studs"
  109. Base.BottomSurface = "Smooth"
  110. Base.formFactor = "Custom"
  111. Base.Size = Vector3.new(1000, 5, 1000)
  112. Base.CFrame = CFrame.new(0, -2, 0)
  113. Base.Locked = true
  114. Base.Anchored = true
  115. Base.Parent = workspace
  116. game:service("Lighting").Brightness = 1
  117. game:service("Lighting").GeographicLatitude = 41.73
  118. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  119. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  120. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  121. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  122. game:service("Lighting").TimeOfDay = "14:00:00"
  123. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  124. pcall(function()
  125. local Model = Instance.new("Model", workspace)
  126. local Part = Instance.new("Part", Model)
  127. Part.Name = "Head"
  128. Part.Transparency = 1
  129. Part.CanCollide = false
  130. Part.Anchored = true
  131. Part.Locked = true
  132. Part.Parent = Model
  133. local Humanoid = Instance.new("Humanoid", Model)
  134. Humanoid.Health = 100
  135. Player.Character = Model
  136. Humanoid.Health = 0
  137. end)
  138. end
  139. wait()
  140. game:service("ScriptContext").ScriptsDisabled = false
  141. elseif Msg == "/fix" then
  142. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  143. QuickScript.Name = "Fix"
  144. QuickScript.Debug:Remove()
  145. QuickScript.NewSource.Value = [[game:service("ScriptContext").ScriptsDisabled = true
  146. for i = 1, 10 do
  147. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  148. if Part.className ~= "Player" then
  149. pcall(function() Part.Disabled = true end)
  150. pcall(function() Part:Remove() end)
  151. end
  152. end
  153. wait()
  154. end
  155. wait(0.5)
  156. Base = Instance.new("Part")
  157. Base.Name = "Base"
  158. Base.BrickColor = BrickColor.new("Dark green")
  159. Base.TopSurface = "Studs"
  160. Base.BottomSurface = "Smooth"
  161. Base.formFactor = "Custom"
  162. Base.Size = Vector3.new(1000, 5, 1000)
  163. Base.CFrame = CFrame.new(0, -2, 0)
  164. Base.Locked = true
  165. Base.Anchored = true
  166. Base.Parent = workspace
  167. game:service("Lighting").Brightness = 1
  168. game:service("Lighting").GeographicLatitude = 41.73
  169. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  170. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  171. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  172. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  173. game:service("Lighting").TimeOfDay = "14:00:00"
  174. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  175. pcall(function()
  176. local Model = Instance.new("Model", workspace)
  177. local Part = Instance.new("Part", Model)
  178. Part.Name = "Head"
  179. Part.Transparency = 1
  180. Part.CanCollide = false
  181. Part.Anchored = true
  182. Part.Locked = true
  183. Part.Parent = Model
  184. local Humanoid = Instance.new("Humanoid", Model)
  185. Humanoid.Health = 100
  186. Player.Character = Model
  187. Humanoid.Health = 0
  188. end)
  189. end
  190. wait()
  191. game:service("ScriptContext").ScriptsDisabled = false]]
  192. QuickScript.Parent = workspace
  193. elseif Msg == "/stop" then
  194. Camball.Moving = false
  195. elseif Msg == "/go" then
  196. Camball.Moving = true
  197. elseif Msg == "/up" then
  198. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  199. game:service("Players").LocalPlayer.Character = nil
  200. elseif Msg == "/down" then
  201. if game:service("Players").LocalPlayer.Character ~= nil then
  202. CatchMsg("/up")
  203. end
  204. Character = Instance.new("Model")
  205. Character.Name = "Cryston"
  206. Character.Parent = workspace
  207. local Head = Instance.new("Part")
  208. Head.Name = "Head"
  209. Head.formFactor = 0
  210. Head.Size = Vector3.new(2, 1, 1)
  211. Head.TopSurface = 0
  212. Head.BottomSurface = "Weld"
  213. Head.BrickColor = BrickColor.new("Really black")
  214. Head.Parent = Character
  215. local fire = Instance.new("Fire")
  216. fire.Parent = Head
  217. fire.Color = Color3.new(125, 19, 64)
  218. fire.SecondaryColor = Color3.new(12, 45, 113)
  219. local Mesh = Instance.new("SpecialMesh")
  220. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  221. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  222. Mesh.Parent = Head
  223. Mesh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  224. local Face = Instance.new("Decal")
  225. Face.Name = "face"
  226. Face.Face = "Front"
  227. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  228. Face.Parent = Head
  229. local Torso = Instance.new("Part")
  230. Torso.Name = "Torso"
  231. Torso.formFactor = 0
  232. Torso.Size = Vector3.new(2, 2, 1)
  233. Torso.TopSurface = "Studs"
  234. Torso.BottomSurface = "Inlet"
  235. Torso.LeftSurface = "Weld"
  236. Torso.RightSurface = "Weld"
  237. Torso.BrickColor = BrickColor.new("Really black")
  238. Torso.Parent = Character
  239. local m = Instance.new("SpecialMesh")
  240. m.Parent = Torso
  241. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  242. m.TextureId = "http://www.roblox.com/asset/?id=61215524"
  243. local TShirt = Instance.new("Decal")
  244. TShirt.Name = "roblox"
  245. TShirt.Face = "Front"
  246. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  247. TShirt.Parent = Torso
  248. local Limb = Instance.new("Part")
  249. Limb.formFactor = 0
  250. Limb.Size = Vector3.new(1, 2, 1)
  251. Limb.TopSurface = "Studs"
  252. Limb.BottomSurface = "Inlet"
  253. Limb.BrickColor = BrickColor.new("Really black")
  254. local Limb2 = Instance.new("Part")
  255. Limb2.formFactor = 0
  256. Limb2.Size = Vector3.new(1, 2, 1)
  257. Limb2.TopSurface = "Studs"
  258. Limb2.BottomSurface = "Inlet"
  259. Limb2.BrickColor = BrickColor.new("Really black")
  260. local LeftArm = Limb2:Clone()
  261. LeftArm.Name = "Left Arm"
  262. LeftArm.Parent = Character
  263. local me = Instance.new("SpecialMesh")
  264. me.Parent = LeftArm
  265. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  266. me.TextureId = "http://www.roblox.com/asset/?id=61215524"
  267. local RightArm = Limb2:Clone()
  268. RightArm.Name = "Right Arm"
  269. RightArm.Parent = Character
  270. local meshhh = Instance.new("SpecialMesh")
  271. meshhh.Parent = RightArm
  272. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  273. meshhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  274. local LeftLeg = Limb:Clone()
  275. LeftLeg.Name = "Left Leg"
  276. LeftLeg.Parent = Character
  277. local meshhhh = Instance.new("SpecialMesh")
  278. meshhhh.Parent = LeftLeg
  279. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  280. meshhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  281. local RightLeg = Limb:Clone()
  282. RightLeg.Name = "Right Leg"
  283. RightLeg.Parent = Character
  284. Character:BreakJoints()
  285. local meshhhhh = Instance.new("SpecialMesh")
  286. meshhhhh.Parent = RightLeg
  287. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  288. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  289. local Neck = Instance.new("Motor6D")
  290. Neck.Name = "Neck"
  291. Neck.Part0 = Torso
  292. Neck.Part1 = Head
  293. Neck.C0 = CFrame.new(0, 2, 0)
  294. Neck.C1 = CFrame.new(0, 0.5, 0)
  295. Neck.MaxVelocity = 0
  296. Neck.Parent = Torso
  297. local LeftShoulder = Instance.new("Motor6D")
  298. LeftShoulder.Name = "Left Shoulder"
  299. LeftShoulder.Part0 = Torso
  300. LeftShoulder.Part1 = LeftArm
  301. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  302. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  303. LeftShoulder.MaxVelocity = 0.5
  304. LeftShoulder.Parent = Torso
  305. local RightShoulder = Instance.new("Motor6D")
  306. RightShoulder.Name = "Right Shoulder"
  307. RightShoulder.Part0 = Torso
  308. RightShoulder.Part1 = RightArm
  309. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  310. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  311. RightShoulder.MaxVelocity = 0.5
  312. RightShoulder.Parent = Torso
  313. local LeftHip = Instance.new("Motor6D")
  314. LeftHip.Name = "Left Hip"
  315. LeftHip.Part0 = Torso
  316. LeftHip.Part1 = LeftLeg
  317. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  318. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  319. LeftHip.MaxVelocity = 0.1
  320. LeftHip.Parent = Torso
  321. local RightHip = Instance.new("Motor6D")
  322. RightHip.Name = "Right Hip"
  323. RightHip.Part0 = Torso
  324. RightHip.Part1 = RightLeg
  325. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  326. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  327. RightHip.MaxVelocity = 0.1
  328. RightHip.Parent = Torso
  329. local Humanoid = Instance.new("Humanoid")
  330. Humanoid.Parent = Character
  331. Humanoid.WalkSpeed = 80 --[This is the walkspeed]--
  332. local BodyColors = Instance.new("BodyColors")
  333. BodyColors.Name = "Body Colors"
  334. BodyColors.HeadColor = Head.BrickColor
  335. BodyColors.TorsoColor = Torso.BrickColor
  336. BodyColors.LeftArmColor = LeftArm.BrickColor
  337. BodyColors.RightArmColor = RightArm.BrickColor
  338. BodyColors.LeftLegColor = LeftLeg.BrickColor
  339. BodyColors.RightLegColor = RightLeg.BrickColor
  340. BodyColors.Parent = Character
  341. local Shirt = Instance.new("Shirt")
  342. Shirt.Name = "Shirt"
  343. Shirt.ShirtTemplate = ""
  344. Shirt.Parent = Character
  345. local ShirtGraphic = Instance.new("ShirtGraphic")
  346. ShirtGraphic.Name = "Shirt Graphic"
  347. ShirtGraphic.Graphic = ""
  348. ShirtGraphic.Parent = Character
  349. local Pants = Instance.new("Pants")
  350. Pants.Name = "Pants"
  351. Pants.PantsTemplate = ""
  352. Pants.Parent = Character
  353. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  354. game:service("Players").LocalPlayer.Character = Character
  355. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  356. workspace.CurrentCamera.CameraType = "Custom"
  357. hats = {20416957,71484125,71597048}--[This is where you type in the ID of the weapon or hat.]--
  358. for i = 1, #hats do
  359. root = game:GetService("InsertService"):LoadAsset(hats[i])
  360. root.Parent = Character
  361. z = root:GetChildren()
  362. for f = 1, #z do
  363. z[f].Parent = Character
  364. end
  365. root:Remove()
  366. end
  367. ganim=game.Lighting:findFirstChild("Animate")
  368. kanim=ganim:clone()
  369. kanim.Parent = Character
  370.  
  371. elseif string.sub(Msg, 0, 8) == "control/" then
  372. for _,v in pairs(game.Players:GetPlayers()) do
  373. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  374. game:service("Players").LocalPlayer.Character = v.Character
  375. workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  376. workspace.CurrentCamera.CameraType = "Custom"
  377. game:GetService("Chat"):Chat(Camball.Part1,"Controlling "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  378. end
  379. end
  380.  
  381. elseif string.sub(Msg, 0, 2) == "m/" then
  382. for i,v in pairs(game.Workspace:GetChildren()) do
  383. if v:FindFirstChild("Head") then
  384. game:GetService("Chat"):Chat(v.Head,string.sub(Msg, 3),Enum.ChatColor.Red)
  385. end
  386. end
  387.  
  388. elseif string.sub(Msg, 0, 4) == "age/" then
  389. for _,v in pairs(game.Players:GetPlayers()) do
  390. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  391. game:GetService("Chat"):Chat(v.Head,v.AccountAge,Enum.ChatColor.Red)
  392. end
  393. end
  394.  
  395. elseif string.sub(Msg, 0, 8) == "highage/" then
  396. for _,v in pairs(game.Players:GetPlayers()) do
  397. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  398. v.AccountAgeReplicate = 7*360
  399. end
  400. end
  401.  
  402. elseif string.sub(Msg, 0, 5) == "hulk/" then
  403. for _,v in pairs(game.Players:GetPlayers()) do
  404. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  405. local hulk = 72648316
  406. root = game:GetService("InsertService"):LoadAsset(hulk)
  407. root.Parent = game.Workspace
  408. z = root:GetChildren()
  409. for f = 1, #z do
  410. z[f].Parent = game.Workspace
  411. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  412. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  413. z[f].Name = "The Incredible Hulk"
  414. wait(1)
  415. v.Character = z[f]
  416. end
  417. root:Remove()
  418. wait(1)
  419. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  420. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  421. end
  422. end
  423.  
  424. elseif string.sub(Msg, 0, 7) == "remove/" then
  425. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  426. game:service("Players")[string.sub(Msg, 8)]:remove()
  427. game:GetService("Chat"):Chat(Camball.Part1,"Cryston has removed "..string.sub(Msg,8)..".",Enum.ChatColor.Red)
  428. end
  429.  
  430. elseif string.sub(Msg, 0, 7) == "delete/" then
  431. for _,v in pairs (game.Players:GetChildren()) do
  432. if string.find(v.Name, string.sub(Msg, 8)) then
  433. pcall(function()
  434. v:remove()
  435. table.insert(bannedlist, v.Name)
  436. end)
  437. end
  438. end
  439.  
  440. elseif string.sub(Msg, 0, 6) == "overclean/" then
  441. for i,t in pairs(game:GetService("Workspace"):GetChildren(Terrain)) do
  442. t:remove()
  443. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  444. v:remove()
  445. for i,v in pairs(game:GetService("Teams"):GetChildren()) do
  446. v:remove()
  447. end
  448. end
  449. end
  450.  
  451. elseif string.sub(Msg, 0, 8) == "ambient/" then
  452. game.Lighting.Ambient = Color3.new(string.sub(Msg, 9))
  453.  
  454. elseif string.sub(Msg, 0, 2) == "d/" then
  455. for _,v in pairs (game.Workspace:GetChildren()) do
  456. if string.find(v.Name, string.sub(Msg, 3)) then
  457. if v:FindFirstChild("Torso") then
  458. v:destroy()
  459. game:GetService("Chat"):Chat(Camball.Part1,"Removed "..string.sub(Msg, 3)..".",Enum.ChatColor.Red)
  460. end
  461. end
  462. end
  463.  
  464. elseif string.sub(Msg, 0, 9) == "shutdown/" then
  465. while true do wait()
  466. for i,v in pairs(game.Players:GetPlayers()) do
  467. v:remove()
  468. for i,t in pairs(game.Workspace:GetChildren(Terrain)) do
  469. t:destroy()
  470. end
  471. end
  472. end
  473.  
  474. elseif string.sub(Msg, 0, 3) == "me/" then
  475. local sky = Instance.new("Sky")
  476. sky.Parent = game.Lighting
  477. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92782788"
  478. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92782788"
  479. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92782788"
  480. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92782788"
  481. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92782788"
  482. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92782788"
  483. local decal = Instance.new("Decal")
  484. decal.Parent = game.Workspace.Base
  485. decal.Texture = "http://www.roblox.com/asset/?id=92782788"
  486. game.Workspace.Base.Decal.Face = "Top"
  487. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Jordan was here.",Enum.ChatColor.Red)
  488.  
  489. elseif string.sub(Msg, 0, 8) == "crashpla/" then
  490. for _,v in pairs (game.Players:GetChildren()) do
  491. if string.find(v.Name, string.sub(Msg, 3)) then
  492. local a = LocalScript["CrashScript"]:Clone()
  493. a.Parent = v:FindFirstChild("Backpack")
  494. wait() a.Disabled = false
  495. end
  496. end
  497.  
  498. elseif string.sub(Msg, 0, 10) == "bringback/" then
  499. for num,v in pairs(bannedlist) do
  500. if string.sub(v:lower(), 0, #string.sub(Msg, 11)) == string.sub(Msg, 11) then
  501. table.remove(bannedlist, v.Name)
  502. end
  503. end
  504.  
  505. elseif string.sub(Msg, 0, 6) == "crash/" then
  506. for i=1, math.huge do
  507. wait()
  508. local mes = Instance.new("Message", game.Workspace)
  509. mes.Text = "You have been crashed by Cryston!!!"
  510. end
  511.  
  512. elseif string.sub(Msg, 0, 6) == "night/" then
  513. game.Lighting.TimeOfDay = 0
  514. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to night.",Enum.ChatColor.Red)
  515.  
  516. elseif string.sub(Msg, 0, 4) == "day/" then
  517. game.Lighting.TimeOfDay = 14
  518. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to day.",Enum.ChatColor.Red)
  519.  
  520. elseif string.sub(Msg, 0, 5) == "dawn/" then
  521. game.Lighting.TimeOfDay = 6
  522. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to dawn.",Enum.ChatColor.Red)
  523.  
  524. elseif string.sub(Msg, 0, 3) == "ff/" then
  525. for _,v in pairs(game.Workspace:GetChildren()) do
  526. if string.find(v.Name, string.sub(Msg, 4)) then
  527. local ff = Instance.new("ForceField")
  528. ff.Parent = v
  529. game:GetService("Chat"):Chat(Camball.Part1,"Put ForceField around "..string.sub(Msg, 4)..".",Enum.ChatColor.Red)
  530. end
  531. end
  532.  
  533. elseif string.sub(Msg, 1, 8) == "message/" then
  534. local x = Instance.new("Message")
  535. x.Parent = game.Workspace
  536. x.Text = string.sub(Msg, 9)
  537. wait(5)
  538. x:destroy()
  539.  
  540. elseif string.sub(Msg, 0, 5) == "team/" then
  541. local team = Instance.new("Team")
  542. team.Parent = game.Teams
  543. team.Name = string.sub(Msg, 6)
  544. team.Color = Color3.new(math.random)
  545. game:GetService("Chat"):Chat(Camball.Part1,"Created team successfully.",Enum.ChatColor.Red)
  546.  
  547. elseif string.sub(Msg, 0, 11) == "immortalon/" then
  548. for _,v in pairs(game.Workspace:GetChildren()) do
  549. if string.find(v.Name, string.sub(Msg, 12)) then
  550. if v:FindFirstChild("Humanoid") then
  551. v.Humanoid.MaxHealth = math.huge
  552. game:GetService("Chat"):Chat(Camball.Part1,"Made '"..string.sub(Msg, 12).."' immortal.",Enum.ChatColor.Red)
  553. end
  554. end
  555. end
  556.  
  557. elseif string.sub(Msg, 0, 5) == "mist/" then
  558. game.Lighting.FogEnd = string.sub(Msg, 6)
  559. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower to "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  560.  
  561. elseif string.sub(Msg, 0, 10) == "mistcolor/" then
  562. game.Lighting.FogColor = Color3.new(string.sub(Msg, 11))
  563. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistcolor to "..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  564.  
  565. elseif string.sub(Msg, 0, 13) == "slowshutdown/" then
  566. local x = Instance.new("Message")
  567. x.Parent = game.Workspace
  568. x.Text = "This game will now shutdown in 5"
  569. wait(1)
  570. x:destroy()
  571. local y = Instance.new("Message")
  572. y.Parent = game.Workspace
  573. y.Text = "This game will now shutdown in 4"
  574. wait(1)
  575. y:destroy()
  576. local u = Instance.new("Message")
  577. u.Parent = game.Workspace
  578. u.Text = "This game will now shutdown in 3"
  579. wait(1)
  580. u:destroy()
  581. local i = Instance.new("Message")
  582. i.Parent = game.Workspace
  583. i.Text = "This game will now shutdown in 2"
  584. wait(1)
  585. i:destroy()
  586. local o = Instance.new("Message")
  587. o.Parent = game.Workspace
  588. o.Text = "This game will now shutdown in 1"
  589. wait(1)
  590. o:destroy()
  591. local p = Instance.new("Message")
  592. p.Parent = game.Workspace
  593. p.Text = "Nah, tricked you, haha! You fell for it!!!"
  594. wait(3)
  595. p:destroy()
  596. local a = Instance.new("Message")
  597. a.Parent = game.Workspace
  598. a.Text = "No, not really"
  599. wait(3)
  600. a:destroy()
  601. local crash = Instance.new("Message")
  602. crash.Parent = game.Workspace
  603. crash.Text = "Goodbye everyone, you have been crashed by Cryston!!"
  604. wait(3)
  605. crash:destroy()
  606. while true do wait()
  607. for i,v in pairs(game.Players:GetPlayers()) do
  608. v:destroy()
  609. for i,t in pairs(game.Workspace:GetChildren(Terrain)) do
  610. t:destroy()
  611. end
  612. end
  613. end
  614.  
  615. elseif string.sub(Msg, 0, 5):lower() == "remm/" then
  616. while true do wait()
  617. if game.Workspace:FindFirstChild("Message") then
  618. game.Workspace.Message:destroy()
  619. game:GetService("Chat"):Chat(Camball.Part1,"Attempting to remove all messages perminantly.",Enum.ChatColor.Red)
  620. wait(10)
  621. if game.Workspace:FindFirstChild("Message") then
  622. game:GetService("Chat"):Chat(Camball.Part1,"Unable to remove messages.",Enum.ChatColor.Red)
  623. else
  624. if game.Workspace:FindFirstChild("Message") == nil then
  625. game:GetService("Chat"):Chat(Camball.Part1,"Messages have been removed.",Enum.ChatColor.Red)
  626. end
  627. end
  628. end
  629. end
  630.  
  631. elseif string.sub(Msg, 0, 8) == "cremove/" then
  632. while true do wait()
  633. for _,v in pairs(game.Workspace:GetChildren()) do
  634. if string.find(v.Name, string.sub(Msg, 9)) then
  635. if v:FindFirstChild("Torso") then
  636. v:Remove()
  637. game:GetService("Chat"):Chat(Camball.Part1,"I am sorry,"..string.sub(Msg, 9)..", but Camballs are not authorized in this server, you must re-enter.",Enum.ChatColor.Red)
  638. end
  639. end
  640. end
  641. end
  642.  
  643. elseif string.sub(Msg, 0, 5) == "pban/" then
  644. while true do wait()
  645. for _,v in pairs(game.Players:GetPlayers()) do
  646. if string.find(v.Name, string.sub(Msg, 6)) then
  647. v:remove()
  648. game:GetService("Chat"):Chat(Camball.Part1,string.sub(Msg, 6).." has been perminantly banned from this server.",Enum.ChatColor.Red)
  649. end
  650. end
  651. end
  652.  
  653. elseif string.sub(Msg, 0, 3) == "cr/" then
  654. local script = Instance.new("LocalScript")
  655. script.Parent = game.Workspace
  656.  
  657. elseif string.sub(Msg, 0, 7) == "config/" then
  658. for _,v in pairs(game.Workspace:GetChildren()) do
  659. if string.find(v.Name, string.sub(Msg, 8)) then
  660. local config = Instance.new("Configuration")
  661. config.Parent = string.sub(Msg, 8)
  662. end
  663. end
  664.  
  665. elseif string.sub(Msg, 0, 3) == "id/" then
  666. for _,v in pairs(game.Players:GetPlayers()) do
  667. if string.find(v.Name, string.sub(Msg, 8)) then
  668. game:GetService("Chat"):Chat(v.Character.Head,v.userId,Enum.ChatColor.Red)
  669. end
  670. end
  671.  
  672. elseif string.sub(Msg, 0, 5) == "mepl/" then
  673. for _,v in pairs(game.Players:GetPlayers()) do
  674. if string.find(v.Name, string.sub(Msg, 6)) then
  675. v.Character:Reset()
  676. v.CharacterAppearence = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 261"
  677. end
  678. end
  679.  
  680. elseif string.sub(Msg, 0, 6) == "names/" then
  681. for _,v in pairs(game.Workspace:GetChildren()) do
  682. if string.find(v.Name, string.sub(Msg, 7)) then
  683. if v:FindFirstChild("Head") then
  684. if v:IsA("Model") then
  685. game:GetService("Chat"):Chat(v.Head,v.Name,Enum.ChatColor.Red)
  686. else
  687. if v:IsA("Part") then
  688. game:GetService("Chat"):Chat(Camball.Part1,v.Name,Enum.ChatColor.Blue)
  689. end
  690. end
  691. end
  692. end
  693. end
  694.  
  695. elseif string.sub(Msg, 0, 10):lower() == "basecolor/" then
  696. local object = game.Workspace:FindFirstChild("Base")
  697. if object then
  698. object.BrickColor = BrickColor.new(string.sub(Msg, 11))
  699. game:GetService("Chat"):Chat(Camball.Head,"Changed BaseColor to"..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  700. end
  701.  
  702. elseif string.sub(Msg, 0, 5):lower() == "/nyan" then
  703. local sky = Instance.new("Sky")
  704. sky.Parent = game.Lighting
  705. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  706. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  707. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  708. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  709. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  710. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  711. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Nyan.",Enum.ChatColor.Red)
  712.  
  713. elseif string.sub(Msg, 0, 4):lower() == "/lua" then
  714. local sky = Instance.new("Sky")
  715. sky.Parent = game.Lighting
  716. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  717. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  718. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  719. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  720. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  721. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  722. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into lua.",Enum.ChatColor.Red)
  723.  
  724. elseif string.sub(Msg, 0, 4):lower() == "/tro" then
  725. local sky = Instance.new("Sky")
  726. sky.Parent = game.Lighting
  727. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  728. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  729. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  730. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  731. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  732. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  733. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into troll.",Enum.ChatColor.Red)
  734. elseif string.sub(Msg, 0, 4):lower() == "/pac" then
  735. local sky = Instance.new("Sky")
  736. sky.Parent = game.Lighting
  737. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  738. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  739. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  740. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  741. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  742. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  743. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Pacman.",Enum.ChatColor.Red)
  744. elseif string.sub(Msg, 0, 4):lower() == "/fla" then
  745. local sky = Instance.new("Sky")
  746. sky.Parent = game.Lighting
  747. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  748. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  749. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  750. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  751. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  752. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  753. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into flames.",Enum.ChatColor.Red)
  754. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  755. local sky = Instance.new("Sky")
  756. sky.Parent = game.Lighting
  757. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  758. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  759. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  760. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  761. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  762. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  763. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Slender.",Enum.ChatColor.Red)
  764. elseif string.sub(Msg, 0, 5) == "/shed" then
  765. local sky = Instance.new("Sky")
  766. sky.Parent = game.Lighting
  767. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  768. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  769. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  770. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  771. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  772. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  773. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Shedletsky face.",Enum.ChatColor.Red)
  774.  
  775. elseif string.sub(Msg, 0, 5) == "base/" then
  776. while true do wait()
  777. local base = Instance.new("Part")
  778. base.Parent = game.Workspace
  779. base.BrickColor = BrickColor.new("Dark green")
  780. base.Position = Vector3.new(-14.5, 4.2, -48)
  781. base.Locked = true
  782. base.Anchored = true
  783. base.Name = "Base"
  784. base.Size = Vector3.new(2048,0.4,2048)
  785. base.TopSurface = "Smooth"
  786. local spawn = Instance.new("SpawnLocation")
  787. spawn.Parent = game.Workspace
  788. spawn.Position = Vector3.new(-14.5, 4.2, -48)
  789. spawn.BrickColor = BrickColor.new("Really black")
  790. spawn.Anchored = true
  791. spawn.TopSurface = "Smooth"
  792. spawn.Size = Vector3.new(5, 1.2, 5)
  793. spawn.TeamColor = Color3.new("Medium stone gray")
  794. spawn.CanCollide = true
  795. spawn.Locked = true
  796. spawn.Name = "SpawnLocation"
  797. game:GetService("Chat"):Chat(Camball.Part1,"Created perminant base.",Enum.ChatColor.Red)
  798. end
  799.  
  800. elseif string.sub(Msg, 0, 8) == "message/" then
  801. local x = Instance.new("Message")
  802. x.Parent = game.Workspace
  803. x.Text = string.sub(Msg, 9)
  804. wait(5)
  805. x:destroy()
  806. elseif string.sub(Msg, 0, 5):lower() == "hint/" then
  807. local x = Instance.new("Hint")
  808. x.Parent = game.Workspace
  809. x.Text = string.sub(msg,6)
  810. wait(5)
  811. x:destroy()
  812.  
  813.  
  814.  
  815. elseif string.sub(Msg, 0, 6) == "rbase/" then
  816. game.Workspace.Base:destroy()
  817. game:GetService("Chat"):Chat(Camball.Part1,"Removed Base.",Enum.ChatColor.Red)
  818.  
  819. elseif string.sub(Msg, 0, 4) == "rem/" then
  820. for _,v in pairs(game.Workspace:GetChildren()) do
  821. if string.find(v.Name, string.sub(Msg, 5)) then
  822. if v:FindFirstChild("Head") then
  823. v:MoveTo(10110, 186.5, -3504)
  824. end
  825. end
  826. end
  827.  
  828. elseif string.sub(Msg, 0, 4) == "pmes/" then
  829. while true do wait()
  830. local x = Instance.new("Message")
  831. x.Parent = game.Workspace
  832. x.Text = string.sub(Msg, 9)
  833. wait(5)
  834. x:destroy()
  835. end
  836.  
  837. elseif string.sub(Msg, 0, 7) == "unancp/" then
  838. for _,v in pairs(game.Workspace:GetChildren()) do
  839. if string.find(v.Name, string.sub(Msg, 6)) then
  840. if v:FindFirstChild("Head") then
  841. v.Torso.Anchored = false
  842. end
  843. end
  844. end
  845.  
  846. elseif string.sub(Msg, 0, 7) == "freeze/" then
  847. for _,v in pairs(game.Workspace:GetChildren()) do
  848. if string.find(v.Name, string.sub(Msg, 8)) then
  849. if v:FindFirstChild("Humanoid") then
  850. v.Humanoid.WalkSpeed = 0
  851. end
  852. end
  853. end
  854.  
  855. elseif string.sub(Msg, 0, 5) == "thaw/" then
  856. for _,v in pairs(game.Workspace:GetChildren()) do
  857. if string.find(v.Name, string.sub(Msg, 6)) then
  858. if v:FindFirstChild("Humanoid") then
  859. v.Humanoid.WalkSpeed = 16
  860. end
  861. end
  862. end
  863.  
  864. elseif string.sub(Msg, 0, 5) == "ancp/" then
  865. for _,v in pairs(game.Workspace:GetChildren()) do
  866. if string.find(v.Name, string.sub(Msg, 6)) then
  867. if v:FindFirstChild("Head") then
  868. v.Torso.Anchored = true
  869. end
  870. end
  871. end
  872.  
  873. elseif string.sub(Msg, 0, 4) == "nov/" then
  874. local Base=Instance.new("Part",workspace)
  875. Base.Name="Base"
  876. Base.Size=Vector3.new(2048,1,2048)
  877. Base.BrickColor=BrickColor.new("Really Black")
  878. Base.Anchored=true
  879. Base.Locked=true
  880. Base.TopSurface="Smooth"
  881. Base.Transparency = 1
  882. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  883. local selectionbox=Instance.new("SelectionBox",Base)
  884. selectionbox.Adornee = selectionbox.Parent
  885. selectionbox.Color = BrickColor.new(1,0,0)
  886. local skybox=Instance.new("Sky",game:GetService("Lighting"))
  887. skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320"
  888. skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320"
  889. skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320"
  890. skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320"
  891. skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320"
  892. skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320"
  893. local Spawn=Instance.new("SpawnLocation",workspace) Spawn.Name="SpawnLocation"
  894. Spawn.Size=Vector3.new(6,1,6)
  895. Spawn.Transparency=1
  896. Spawn.CanCollide=false
  897. Spawn.Anchored=true
  898. Spawn.Locked=true
  899.  
  900. elseif string.sub(Msg, 0, 8) == "crashpl/" then
  901. for _,v in pairs(game.Players:GetPlayers()) do
  902. if string.find(v.Name, string.sub(Msg, 5)) then
  903. v:Crash()
  904. end
  905. end
  906.  
  907. elseif string.sub(Msg, 0, 6) == "overd/" then
  908. for _,v in pairs(game.Workspace:GetChildren()) do
  909. if string.find(v.Name, string.sub(Msg, 7)) then
  910. while true do
  911. wait()
  912. for i=0.1, math.huge do
  913. if v:FindFirstChild("Torso") then
  914. v:destroy()
  915. end
  916. end
  917. end
  918. end
  919. end
  920.  
  921. elseif string.sub(Msg, 0, 6) == "unanc/" then
  922. for _,v in pairs(game.Workspace:GetChildren()) do
  923. if string.find(v.Name, string.sub(Msg, 7)) then
  924. if v:IsA("Part") then
  925. v.Anchored = false
  926. game:GetService("Chat"):Chat(Camball.Part1,"Unanchored "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  927. end
  928. end
  929. end
  930.  
  931. elseif string.sub(Msg, 0, 4) == "anc/" then
  932. for _,v in pairs(game.Workspace:GetChildren()) do
  933. if string.find(v.Name, string.sub(Msg, 5)) then
  934. if v:IsA("Part") then
  935. v.Anchored = true
  936. game:GetService("Chat"):Chat(Camball.Part1,"Anchored "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  937. end
  938. end
  939. end
  940.  
  941. elseif string.sub(Msg, 0, 9) == "children/" then
  942. for _,v in pairs(game.Workspace:GetChildren()) do
  943. local msg = Instance.new("Message")
  944. msg.Parent = game.Workspace
  945. msg.Text = v.Name
  946. wait(1)
  947. msg:Destroy()
  948. game:GetService("Chat"):Chat(Camball.Part1,"Getting all children in workspace.",Enum.ChatColor.Red)
  949. end
  950.  
  951. elseif string.sub(Msg, 0, 5) == "dest/" then
  952. for _,v in pairs(game.Workspace:GetChildren()) do
  953. if string.find(v.Name, string.sub(Msg, 6)) then
  954. v:destroy()
  955. game:GetService("Chat"):Chat(Camball.Part1,"Destroying "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  956. end
  957. end
  958.  
  959. elseif string.sub(Msg, 0, 11) == "deletedlist/" then
  960. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  961. for num,v in pairs(bannedlist) do
  962. mess.Text = v.." , "..num
  963. wait(5)
  964. mess:destroy()
  965. end
  966.  
  967. elseif string.sub(Msg, 0, 7) == "crashp/" then
  968. for _,v in pairs(game.Players:GetPlayers()) do
  969. if string.find(v.Name, string.sub(Msg, 8)) then
  970. while true do
  971. wait()
  972. for i = 1, math.huge do
  973. local mes = Instance.new("Message", v.PlayerGui)
  974. mes.Text = "Crashing"
  975. local ex = Instance.new("Explosion", v.PlayerGui)
  976. ex.BlastRadius = math.huge
  977. local hint = Instance.new("Hint", v.PlayerGui)
  978. hint.Text = "---------------------------------------------------------------------------"
  979. local s = Instance.new("ScreenGui", v.PlayerGui)
  980. local txt = Instance.new("TextBox", s)
  981. txt.Size = UDim2.new(1, 0, 1, 0)
  982. txt.Text = "Your Being Lagged"
  983. txt.FontSize = "Size48"
  984. end
  985. end
  986. end
  987. end
  988.  
  989. elseif string.sub(Msg, 0, 5) == "plat/" then
  990. for _,v in pairs(game.Workspace:GetChildren()) do
  991. if string.find(v.Name, string.sub(Msg, 6)) then
  992. local plat = Instance.new("Part")
  993. part.Parent = game.Workspace
  994. part.Size = Vector3.new(10, 10, 10)
  995. part.BrickColor = Color3.new("Really black")
  996. part.Position = v.Torso
  997. part.Anchored = true
  998. part.Locked = true
  999. end
  1000. end
  1001.  
  1002. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  1003. local bet = "/"
  1004. for i = 1, #Msg do
  1005. if string.sub(Msg, i, i) == bet then
  1006. for _,v in pairs(game.Workspace:GetChildren()) do
  1007. if string.find(v.Name, string.sub(Msg, 0, i - 1)) then
  1008. if v then
  1009. if v:findFirstChild("Humanoid") then
  1010. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  1011. end
  1012. end
  1013. end
  1014. end
  1015. end
  1016. end
  1017.  
  1018. elseif string.sub(Msg, 0, 7) == "downlag/" then
  1019. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  1020. if v:IsA("Message") or v:IsA("Hint") then
  1021. v:Remove()
  1022. end
  1023. end)
  1024.  
  1025. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  1026. if v:IsA("Message") or v:IsA("Hint") then
  1027. v:Remove()
  1028. end end)
  1029.  
  1030. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  1031. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  1032. wait()
  1033. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  1034. wait(1)
  1035. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  1036.  
  1037. elseif string.sub(Msg, 0, 4) == "lag/" then
  1038. for _,v in pairs(game.Players:GetPlayers()) do
  1039. if string.find(v.Name, string.sub(Msg, 5)) then
  1040. while true do
  1041. wait()
  1042. for i = 1, 16000 do
  1043. if v:findFirstChild("PlayerGui") then
  1044. local mes = Instance.new("Message", v.PlayerGui)
  1045. mes.Text = "You are being Lagged"
  1046. local s = Instance.new("ScreenGui", v.PlayerGui)
  1047. local txt = Instance.new("TextBox", s)
  1048. txt.Size = UDim2.new(1, 0, 1, 0)
  1049. txt.Text = "Your Being Lagged"
  1050. txt.FontSize = "Size48"
  1051. end
  1052. end
  1053. end
  1054. end
  1055. end
  1056.  
  1057. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  1058. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  1059.  
  1060. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  1061. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  1062.  
  1063. elseif string.sub(Msg, 0, 8) == "destroy/" then
  1064. for _,v in pairs(game.Workspace:GetChildren()) do
  1065. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  1066. if v:FindFirstChild("Humanoid") then
  1067. v:BreakJoints()
  1068. game:GetService("Chat"):Chat(Camball.Part1,"Killed "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  1069. end
  1070. end
  1071. end
  1072.  
  1073. elseif string.sub(Msg, 0, 9) == "headfire/" then
  1074. for _,v in pairs(game.Workspace:GetChildren()) do
  1075. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  1076. if v:FindFirstChild("Humanoid") then
  1077. local x = Instance.new("Fire")
  1078. x.Parent = v.Head
  1079. x.Color = Color3.new(255,255,255)
  1080. x.Size = 15
  1081. local z = Instance.new("Fire")
  1082. z.Parent = v.Head
  1083. z.Color = Color3.new(255,255,255)
  1084. z.Size = 15
  1085. local t = Instance.new("Fire")
  1086. t.Color = Color3.new(255,255,255)
  1087. t.Size = 15
  1088. t.Parent = v.Head
  1089. local r = Instance.new("Fire")
  1090. r.Parent = v.Head
  1091. r.Size = 15
  1092. r.Color = Color3.new(255,255,255)
  1093. local p = Instance.new("Fire")
  1094. p.Parent = v.Head
  1095. p.Color = Color3.new(255,255,255)
  1096. p.Size = 15
  1097. local z = Instance.new("Fire")
  1098. z.Parent = v.Head
  1099. z.Size = 15
  1100. z.Color = Color3.new(255,255,255)
  1101. game:GetService("Chat"):Chat(Camball.Part1,"Created Fire on "..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  1102. end
  1103. end
  1104. end
  1105.  
  1106. elseif string.sub(Msg, 0, 6) == "rfire/" then
  1107. for _,v in pairs(game.Workspace:GetChildren()) do
  1108. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  1109. if v:FindFirstChild("Fire") then
  1110. v.Head.Fire:destroy()
  1111. end
  1112. end
  1113. end
  1114.  
  1115. elseif string.sub(Msg, 0, 10) == "disappear/" then
  1116. for _,v in pairs(game.Players:GetPlayers()) do
  1117. if string.find(v.Name, string.sub(Msg, 11)) ~= nil then
  1118. v.Character.Parent = nil
  1119. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 11).." disappear.",Enum.ChatColor.Red)
  1120. end
  1121. end
  1122.  
  1123. elseif string.sub(Msg, 0, 9) == "reappear/" then
  1124. for _,v in pairs(game.Players:GetPlayers()) do
  1125. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  1126. v.Character.Parent = game:service("Workspace")
  1127. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 10).." reappear.",Enum.ChatColor.Red)
  1128. end
  1129. end
  1130.  
  1131. elseif string.sub(Msg, 0, 6) == "growby/" then
  1132. sizelol = Vector3.new(string.sub(Msg, 7),string.sub(Msg, 7),string.sub(Msg, 7))
  1133.  
  1134. elseif Msg == "/center" or Msg == "/ct" then
  1135. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  1136. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  1137. elseif Camball.BusyBypass == true then
  1138. return
  1139. elseif Msg == "/off" then
  1140. elseif Msg == "/hide" then
  1141. Camball.Hidden = true
  1142. Camball.Activated = true
  1143. elseif Msg == "/unhide" then
  1144. Camball.Hidden = false
  1145. Camball.Activated = true
  1146. elseif Msg == "" then
  1147. local Base = Instance.new("Part", Workspace)
  1148. Base.Anchored = true
  1149. Base.Locked = true
  1150. Base.Size = Vector3.new(1000, 1, 1000)
  1151. Base.CFrame = CFrame.new(0, 0, 0)
  1152. Base.Name = "Base"
  1153. Base.BrickColor = BrickColor.new("Dark green")
  1154. elseif Msg == "/ex" or Msg == "/explode" then
  1155. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  1156. wait(0.05)
  1157. local Explosion = Instance.new("Explosion")
  1158. Explosion.BlastRadius = 25
  1159. Explosion.BlastPressure = 1000000
  1160. Explosion.Position = Camball.Point2.p
  1161. Explosion.Hit:connect(function(Hit)
  1162. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  1163. Hit.Anchored = false
  1164. Hit:BreakJoints()
  1165. end
  1166. end)
  1167. Explosion.Parent = workspace
  1168. wait(0.1)
  1169. Shield:Remove()
  1170. elseif string.sub(Msg, 0, 5) == "/fire" or string.sub(Msg, 0, 5) == "/fire" then
  1171. if Camball.Busy == true then
  1172. Camball.Busy = false
  1173. wait(0.5)
  1174. end
  1175. Camball.Busy = true
  1176. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  1177. if Camball.Busy == false then break end
  1178. coroutine.wrap(function()
  1179. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  1180. QuickScript.Name = "PlaySound"
  1181. QuickScript.Debug:Remove()
  1182. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  1183. Sound.Pitch = 0.9
  1184. Sound.Volume = 1
  1185. Sound.SoundId = "
  1186. http://www.roblox.com/Asset/?id=13775494"
  1187. Sound:Play()
  1188. script:Remove()]]
  1189. QuickScript.Parent = Camball.Part1
  1190. end)()
  1191. coroutine.wrap(function()
  1192. local Bullet = Instance.new("Part", workspace)
  1193. Bullet.Name = "Camera Bullet"
  1194. Bullet.formFactor = "Custom"
  1195. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  1196. Bullet.TopSurface = 0
  1197. Bullet.BottomSurface = 0
  1198. Bullet.BrickColor = BrickColor.new("New Yeller")
  1199. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  1200. Mesh = Instance.new("SpecialMesh", Bullet)
  1201. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1202. Mesh.TextureId = "http://www.roblox.com/asset/?id=69400485"
  1203. local BodyVelocity = Instance.new("BodyVelocity")
  1204. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1205. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  1206. BodyVelocity.Parent = Bullet
  1207. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  1208. BulletScript.Name = "Bullet Script"
  1209. BulletScript.Debug:Remove()
  1210. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  1211. if Hit.Name == "Camera Focus" then return end
  1212. local Sound = Instance.new("Sound", script.Parent)
  1213. Sound.Pitch = 1
  1214. Sound.Volume = 1
  1215. Sound.SoundId = "
  1216. http://www.roblox.com/Asset/?id=2101148"
  1217. Sound:Play()
  1218. local Explosion = Instance.new("Explosion")
  1219. Explosion.BlastRadius = 5
  1220. Explosion.BlastPressure = 500000
  1221. Explosion.Position = script.Parent.CFrame.p
  1222. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  1223. Explosion.Parent = workspace
  1224. wait(0.1)
  1225. script.Parent:Remove()
  1226. end)]]
  1227. BulletScript.Parent = Bullet
  1228. coroutine.wrap(function()
  1229. while Bullet.Parent ~= nil do
  1230. Bullet:BreakJoints()
  1231. wait()
  1232. end
  1233. end)()
  1234. end)()
  1235. wait(0.15)
  1236. end
  1237. Camball.Busy = false
  1238. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  1239. if Camball.Busy == true then
  1240. Camball.Busy = false
  1241. wait(0.5)
  1242. end
  1243. B = Instance.new("Part", Workspace)
  1244. B.Name = "Ball"
  1245. B.BrickColor = BrickColor.new("Really black")
  1246. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  1247. B.Size = Vector3.new(1,1,1)
  1248. B.Shape = "Ball"
  1249. B.TopSurface = "Smooth"
  1250. B.BottomSurface = "Smooth"
  1251. B.Name = "DIE LOL"
  1252. local mesh = Instance.new("SpecialMesh")
  1253. mesh.Parent = Ball
  1254. mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1255. mesh.TextureId = "http://www.roblox.com/asset/?id=22702012"
  1256. wait(5)
  1257. Ex = Instance.new("Explosion", Workspace)
  1258. Ex.BlastRadius = 15
  1259. Ex.BlastPressure = 15
  1260. Ex.Position = B.Position
  1261. B:remove()
  1262. elseif string.sub(Msg, 0, 3) == "/m " then
  1263. local Message = Instance.new("Message", workspace)
  1264. Message.Text = Camball.Name.. ": " ..string.sub(msg,4)
  1265. wait(3)
  1266. Message:Remove()
  1267. elseif string.sub(Msg, 0, 3) == "/h " then
  1268. local Hint = Instance.new("Hint", workspace)
  1269. Hint.Text = string.sub(msg,4)
  1270. wait(3)
  1271. Hint:Remove()
  1272. elseif string.sub(Msg, 0, 4) == "/sb " then
  1273. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  1274. QuickScript.Name = "QuickScript (" ..tick().. ")"
  1275. QuickScript.NewSource.Value = string.sub(Msg, 5)
  1276. QuickScript.Parent = workspace
  1277. elseif string.sub(Msg, 0, 5) == "/sbl " then
  1278. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickLocalScript"]
  1279. QuickScript.Name = "QuickLocalScript (" ..tick().. ")"
  1280. QuickScript.NewSource.Value = string.sub(Msg, 6)
  1281. QuickScript.Parent = game:service("Players").LocalPlayer.PlayerGui
  1282. elseif string.sub(Msg, 0, 4) == "/ls " then
  1283. loadstring(string.sub(Msg, 5))()
  1284. elseif string.sub(Msg, 0, 5) == "/lsr " then
  1285. Camball.Activated = true
  1286. while Camball.Removed == false do wait() end
  1287. Message:Remove()
  1288. loadstring(string.sub(Msg, 6))()
  1289. error()
  1290. elseif Msg == "/dm" or Msg == "/delete me" then
  1291. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  1292. elseif string.sub(Msg, 0, 6) == "/name " then
  1293. Camball.Name = string.sub(Msg, 7)
  1294. elseif string.sub(Msg, 0, 7) == "/color " then
  1295. Camball.Color = BrickColor.new(string.sub(Msg, 8))
  1296. elseif string.sub(Msg, 0, 6) == "/size " then
  1297. Camball.Size = Vector3.new(string.sub(Msg, 7))
  1298. elseif string.sub(Msg, 0, 12) == "/chat color " then
  1299. if string.sub(Msg, 13) == "red" then
  1300. Camball.ChatColor = Enum.ChatColor.Red
  1301. elseif string.sub(Msg, 13) == "green" then
  1302. Camball.ChatColor = Enum.ChatColor.Green
  1303. elseif string.sub(Msg, 13) == "blue" then
  1304. Camball.ChatColor = Enum.ChatColor.Blue
  1305. end
  1306. elseif Msg == "/ca" or Msg == "/cancel" then
  1307. Camball.Busy = false
  1308. elseif Msg == "/c" or Msg == "/clone" then
  1309. Reset()
  1310. elseif string.match(Msg, "lego") == nil then
  1311. if game:service("Players").LocalPlayer.Character ~= nil and Camball.Hidden == true then
  1312. pcall(function() game:service("Chat"):Chat(game:service("Players").LocalPlayer.Character.Head, Msg, Camball.ChatColor) end)
  1313. else
  1314. pcall(function() game:service("Chat"):Chat(Camball.Part1, Msg, Camball.ChatColor) end)
  1315. end
  1316. end
  1317. end
  1318. coroutine.wrap(function()
  1319. while Camball.Activated == true do
  1320. pcall(function() CatchMsgConnection:disconnect() end)
  1321. pcall(function() CatchMsgConnection = game:service("Players").LocalPlayer.Chatted:connect(CatchMsg) end)
  1322. wait(1)
  1323. end
  1324. end)()
  1325.  
  1326. while Camball.Activated == true do
  1327. if Camball.Moving == true then
  1328. if game:service("Players").LocalPlayer.Character == nil then
  1329. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  1330. Camball.Point2 = workspace.CurrentCamera.Focus
  1331. else
  1332. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(0, 5, 0)
  1333. Camball.Point2 = CFrame.new(workspace.CurrentCamera.Focus.p) * CFrame.new(0, 5, 0) * CFrame.fromEulerAnglesXYZ(CFrame.new(workspace.CurrentCamera.CoordinateFrame.p, workspace.CurrentCamera.Focus.p):toEulerAnglesXYZ()) * CFrame.new(0, 0, -10)
  1334. end
  1335. pcall(function()
  1336. if Camball.Hidden == true then
  1337. if Camball.Part1.Transparency >= 1 then
  1338. else
  1339. Camball.Part1.Transparency = Camball.Part1.Transparency + 0.05
  1340. local Old = Camball.Part1.CFrame
  1341. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  1342. Camball.Part1.CFrame = Old
  1343. end
  1344. if Camball.Part2.Transparency >= 1 then
  1345. Camball.Part2.Parent = nil
  1346. else
  1347. Camball.Part2.Transparency = Camball.Part2.Transparency + 0.01
  1348. local Old = Camball.Part2.CFrame
  1349. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  1350. Camball.Part2.CFrame = Old
  1351. end
  1352. else
  1353. Camball.Model.Name = Camball.Name
  1354. Camball.Model.Parent = workspace
  1355. Camball.Part1.Name = "Head"
  1356. Camball.Part1.formFactor = "Custom"
  1357. Camball.Part1.Size = sizelol
  1358. Camball.Part1.TopSurface = 0
  1359. Camball.Part1.BottomSurface = 0
  1360. Camball.Part1.BrickColor = Camball.Color
  1361. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0 and 0 or Camball.Part1.Transparency - 0.05
  1362. Camball.Part1.Anchored = true
  1363. Camball.Part1.CanCollide = true
  1364. Camball.Part1.Parent = Camball.Model
  1365. Camball.Part1.CFrame = Camball.Point1
  1366. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1367. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  1368. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  1369. Camball.Part1Mesh.Parent = Camball.Part1
  1370. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=27496518"
  1371. Camball.Part2.Name = "Focus"
  1372. Camball.Part2.formFactor = "Custom"
  1373. Camball.Part2.TopSurface = 0
  1374. Camball.Part2.BottomSurface = 0
  1375. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  1376. Camball.Part2.Transparency = Camball.Part2.Transparency <= 1 and 1 or Camball.Part2.Transparency - 0.01
  1377. Camball.Part2.Anchored = true
  1378. Camball.Part2.CanCollide = false
  1379. Camball.Part2.Parent = Camball.Model
  1380. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  1381. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  1382. Camball.Part2Mesh.MeshType = "Sphere"
  1383. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  1384. Camball.Part2Mesh.Parent = Camball.Part2
  1385. Camball.Humanoid.Name = "Humanoid"
  1386. Camball.Humanoid.MaxHealth = 0
  1387. Camball.Humanoid.Health = 0
  1388. Camball.Humanoid.Parent = Camball.Model
  1389. end
  1390. end)
  1391. end
  1392. wait(Camball.WaitTime)
  1393. end
  1394. pcall(function() Camball.Part1:Remove() end)
  1395. pcall(function() Camball.Part2:Remove() end)
  1396. pcall(function() Camball.Humanoid:Remove() end)
  1397. pcall(function() Camball.Model:Remove() end)
  1398. Camball.Removed = true
  1399. --[If you find any problems PM ehlie, Thanks, -ehlie]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement