Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 169.89 KB | None | 0 0
  1. --[[Blackend 2 By flipflop8421]]--
  2.  
  3.  
  4.  
  5. scri = script:Clone()
  6.  
  7. local function test(f)
  8.  
  9. local a,b=coroutine.resume(coroutine.create(f))
  10.  
  11. if not a then
  12.  
  13. game:service("Chat"):Chat(Camball.Part1,b,Enum.ChatColor.Red)
  14.  
  15. end
  16.  
  17. end
  18.  
  19. user = game.Players:findFirstChild("fireisrael1234")
  20.  
  21. player = game.Players.LocalPlayer
  22.  
  23. player.Character.Archivable = true
  24.  
  25. char = player.Character:Clone()
  26.  
  27. clone = nil
  28.  
  29. function start()
  30.  
  31. clone = char:Clone()
  32.  
  33. clone.Parent = game.Workspace
  34.  
  35. clone:MakeJoints()
  36.  
  37. clone.Name = char.Name
  38.  
  39. player.Character = clone
  40.  
  41. game.Workspace.CurrentCamera.CameraSubject = clone.Head
  42.  
  43. game.Workspace.CurrentCamera.CameraType = "Follow"
  44.  
  45. local ff = Instance.new("ForceField")
  46.  
  47. ff.Parent = clone
  48.  
  49. end
  50.  
  51. function killed()
  52.  
  53. while true do wait()
  54.  
  55. if clone.Humanoid.Health == 0 then
  56.  
  57. clone:remove()
  58.  
  59. start()
  60.  
  61. end
  62.  
  63. end
  64.  
  65. end
  66.  
  67. key1 = {"cba","orb","sizelol","legends","camball","admin","shutdown","cmds","scythe","hand","spider","spidermech","ban","kick","falseattacking"}
  68.  
  69. function onChat(msg,player)
  70.  
  71. for i,a in pairs(key1) do
  72.  
  73. if player.Name ~= "flipflop8421" then
  74.  
  75. if msg:find(msg:lower(msg), msg:lower(a)) then
  76.  
  77. player:Destroy()
  78.  
  79. end
  80.  
  81. end
  82.  
  83. end
  84.  
  85. end
  86.  
  87. for i,v in pairs(game.Players:GetChildren()) do
  88.  
  89. if v.className == "Player" then
  90.  
  91. v.Chatted:connect(function(msg) onChat(msg,v) end)
  92.  
  93. end
  94.  
  95. end
  96.  
  97. local sizelol = Vector3.new(0.01,0.01,0.01)
  98.  
  99. script.Parent = nil
  100.  
  101. function Reset()
  102.  
  103. pcall(function() Camball.Model:Remove() end)
  104.  
  105. pcall(function() Camball.Part1:Remove() end)
  106.  
  107. pcall(function() Camball.Part2:Remove() end)
  108.  
  109. pcall(function() Camball.Humanoid:Remove() end)
  110.  
  111. Camball = {} --Your name also goes here--DONT EDIT THE BELOW
  112.  
  113. Camball.Activated = true
  114.  
  115. Camball.Removed = false
  116.  
  117. Camball.Loopkill = false
  118.  
  119. Camball.Moving = true
  120.  
  121. Camball.Busy = false
  122.  
  123. Camball.BusyBypass = false
  124.  
  125. Camball.Hidden = false
  126.  
  127. Camball.ng = false
  128.  
  129. Camball.Anonymous = false
  130.  
  131. Camball.Normal = true
  132.  
  133. Camball.Castle = false
  134.  
  135. Camball.a = false
  136.  
  137. Camball.WaitTime = 0.05
  138.  
  139. Camball.platvic = nil
  140.  
  141. Camball.platpos = 3
  142.  
  143. Camball.plat = Instance.new("Part")
  144.  
  145. Camball.plat.Name = "CamballPlatform"
  146.  
  147. Camball.plat.Size = Vector3.new(10, 1, 10)
  148.  
  149. Camball.plat.TopSurface = "Smooth"
  150.  
  151. Camball.plat.BottomSurface = "Smooth"
  152.  
  153. Camball.plat.BrickColor = BrickColor.new("Really blue")
  154.  
  155. Camball.plat.Transparency = 0.7
  156.  
  157. Camball.plat.Anchored = true
  158.  
  159. Camball.sele = Instance.new("SelectionBox", Camball.plat)
  160.  
  161. Camball.sele.Adornee = Camball.plat
  162.  
  163. Camball.sele.Color = BrickColor.new("Really blue")
  164.  
  165. Camball.ChatColor = Enum.ChatColor.Green
  166.  
  167. Camball.Color = BrickColor.new("Really black")
  168.  
  169. Camball.Point1 = CFrame.new()
  170.  
  171. Camball.Point2 = CFrame.new()
  172.  
  173. Camball.Model = Instance.new("Model")
  174.  
  175. Camball.Part1 = Instance.new("Part")
  176.  
  177. Camball.Part1.Transparency = 1
  178.  
  179. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  180.  
  181. Camball.Part2 = Instance.new("Part")
  182.  
  183. Camball.Part2.Transparency = 1
  184.  
  185. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  186.  
  187. Camball.Humanoid = Instance.new("Humanoid")
  188.  
  189. canim = game.Players.LocalPlayer.Character.Animate
  190.  
  191. lanim = canim:clone()
  192.  
  193. lanim.Parent = game.Lighting
  194.  
  195. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  196.  
  197. if type(Source) ~= "userdata" then
  198.  
  199. Source = game
  200.  
  201. end
  202.  
  203. if type(Children) ~= "table" then
  204.  
  205. Children = {}
  206.  
  207. end
  208.  
  209. for _, Child in pairs(Source:children()) do
  210.  
  211. pcall(function()
  212.  
  213. if (function()
  214.  
  215. if SearchType == nil or SearchType == 1 then
  216.  
  217. return string.match(Child.Name:lower(), Name:lower())
  218.  
  219. elseif SearchType == 2 then
  220.  
  221. return string.match(Child.className:lower(), Name:lower())
  222.  
  223. elseif SearchType == 3 then
  224.  
  225. return Child:IsA(Name) or Child:IsA(Name:lower())
  226.  
  227. elseif SearchType == 4 then
  228.  
  229. 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())
  230.  
  231. end
  232.  
  233. return false
  234.  
  235. end)() and Child ~= script then
  236.  
  237. table.insert(Children, Child)
  238.  
  239. end
  240.  
  241. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  242.  
  243. end)
  244.  
  245. end
  246.  
  247. return Children
  248.  
  249. end
  250.  
  251. end
  252.  
  253. Reset()
  254.  
  255. banned = {}
  256.  
  257. loopkiller = {}
  258.  
  259.  
  260.  
  261. function loopkill(newPlayer)
  262.  
  263. for i=1, #loopkiller do
  264.  
  265. if (newPlayer.Name == loopkill[i]) then
  266.  
  267. while true do wait()
  268.  
  269. newPlayer.Character.Humanoid.Health = 0
  270.  
  271. end
  272.  
  273. end
  274.  
  275. end
  276.  
  277. end
  278.  
  279.  
  280.  
  281. game.Players.PlayerAdded:connect(loopkill)
  282.  
  283.  
  284.  
  285. function cloneak(akp)
  286.  
  287. akp.CharacterAdded:connect(function(d)
  288.  
  289. repeat wait() until d:findFirstChild("Humanoid")
  290.  
  291. repeat wait() until d:findFirstChild("Torso")
  292.  
  293. vc = akp.Character
  294.  
  295. vc.Archivable = true
  296.  
  297. vcc = vc:Clone()
  298.  
  299. vcc.Parent = game.Workspace
  300.  
  301. akp.Character = vcc
  302.  
  303. vc:Remove()
  304.  
  305. end)
  306.  
  307. end
  308.  
  309.  
  310.  
  311. function antikill(plr)
  312.  
  313. cdf = false
  314.  
  315. oldpos = CFrame.new(Vector3.new(0, 0, 0))
  316.  
  317. plr.CharacterAdded:connect(function(c)
  318.  
  319. cdf = true
  320.  
  321. repeat wait() until c:findFirstChild("Humanoid")
  322.  
  323. repeat wait() until c:findFirstChild("Torso")
  324.  
  325. c:findFirstChild("Humanoid").Died:connect(function()
  326.  
  327. oldpos = nil
  328.  
  329. pcall(function()
  330.  
  331. oldpos = plr.Character:findFirstChild("Torso").CFrame end)
  332.  
  333. if oldpos == nil then plr:LoadCharacter() return end
  334.  
  335. if cdf == false then return end
  336.  
  337. cdf = false
  338.  
  339. plr:LoadCharacter()
  340.  
  341. repeat wait() until plr.Character:findFirstChild("Humanoid")
  342.  
  343. repeat wait() until plr.Character:findFirstChild("Torso")
  344.  
  345. plr.Character:findFirstChild("Torso").CFrame = oldpos + Vector3.new(0, 1, 0)
  346.  
  347. wait(0.1)
  348.  
  349. cdf = true
  350.  
  351. end)
  352.  
  353. end)
  354.  
  355. pcall(function() plr.Character:BreakJoints() end)
  356.  
  357. end
  358.  
  359.  
  360.  
  361. function banned(newPlayer)
  362.  
  363. for i=1, #banned do
  364.  
  365. if newPlayer.Name == banned[i] then
  366.  
  367. newPlayer:destroy()
  368.  
  369. end
  370.  
  371. end
  372.  
  373. end
  374.  
  375.  
  376.  
  377. game.Players.PlayerAdded:connect(banned)
  378.  
  379.  
  380.  
  381. CatchMsg = function(Msg)
  382.  
  383. if Camball.Activated == false then return end
  384.  
  385. if Msg == "/stop" then
  386.  
  387. Camball.Moving = false
  388.  
  389. elseif Msg == "/go" then
  390.  
  391. Camball.Moving = true
  392.  
  393. elseif Msg == "/up" then
  394.  
  395. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  396.  
  397. game:service("Players").LocalPlayer.Character = nil
  398.  
  399. elseif Msg == "/down" then
  400.  
  401. if game:service("Players").LocalPlayer.Character ~= nil then
  402.  
  403. CatchMsg("/up")
  404.  
  405. end
  406.  
  407. PreChar = Instance.new("Model")
  408.  
  409. PreChar.Parent = workspace
  410.  
  411. PreChar.Name = "flipflop8421"
  412.  
  413. Character = Instance.new("Model")
  414.  
  415. Character.Name = ""
  416.  
  417. Character.Parent = workspace
  418.  
  419. local Head = Instance.new("Part")
  420.  
  421. Head.Name = "Head"
  422.  
  423. Head.formFactor = 0
  424.  
  425. Head.Size = Vector3.new(1, 1, 1)
  426.  
  427. Head.TopSurface = 0
  428.  
  429. Head.BottomSurface = "Weld"
  430.  
  431. Head.BrickColor = BrickColor.new("Really black")
  432.  
  433. Head.Parent = Character
  434.  
  435. local fire = Instance.new("Fire")
  436.  
  437. fire.Parent = Head
  438.  
  439. fire.Color = Color3.new(0, 0, 102)
  440.  
  441. fire.Size = 3
  442.  
  443. local Meshh = Instance.new("SpecialMesh")
  444.  
  445. Meshh.Parent = Head
  446.  
  447. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  448.  
  449. Meshh.Scale = Vector3.new(1, 1, 1)
  450.  
  451. Meshh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  452.  
  453. local Face = Instance.new("Decal")
  454.  
  455. Face.Name = "face"
  456.  
  457. Face.Face = "Front"
  458.  
  459. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  460.  
  461. Face.Parent = Head
  462.  
  463. local Torso = Instance.new("Part")
  464.  
  465. Torso.Name = "Torso"
  466.  
  467. Torso.formFactor = 0
  468.  
  469. Torso.Size = Vector3.new(2, 2, 1)
  470.  
  471. Torso.TopSurface = "Studs"
  472.  
  473. Torso.BottomSurface = "Inlet"
  474.  
  475. Torso.LeftSurface = "Weld"
  476.  
  477. Torso.RightSurface = "Weld"
  478.  
  479. Torso.BrickColor = BrickColor.new("Really black")
  480.  
  481. Torso.Parent = Character
  482.  
  483. local f = Instance.new("Fire")
  484.  
  485. f.Parent = Torso
  486.  
  487. f.Color = Color3.new(0, 0, 102)
  488.  
  489. f.Size = 3
  490.  
  491. local m = Instance.new("SpecialMesh")
  492.  
  493. m.Parent = Torso
  494.  
  495. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  496.  
  497. m.TextureId = "http://www.roblox.com/asset/?id=27646311"
  498.  
  499. m.Scale = Vector3.new(1, 1, 1)
  500.  
  501. local TShirt = Instance.new("Decal")
  502.  
  503. TShirt.Name = "roblox"
  504.  
  505. TShirt.Face = "Front"
  506.  
  507. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  508.  
  509. TShirt.Parent = Torso
  510.  
  511. local Limb = Instance.new("Part")
  512.  
  513. Limb.formFactor = 0
  514.  
  515. Limb.Size = Vector3.new(1, 2, 1)
  516.  
  517. Limb.TopSurface = "Studs"
  518.  
  519. Limb.BottomSurface = "Inlet"
  520.  
  521. Limb.BrickColor = BrickColor.new("Really black")
  522.  
  523. local Limb2 = Instance.new("Part")
  524.  
  525. Limb2.formFactor = 0
  526.  
  527. Limb2.Size = Vector3.new(1, 2, 1)
  528.  
  529. Limb2.TopSurface = "Studs"
  530.  
  531. Limb2.BottomSurface = "Inlet"
  532.  
  533. Limb2.BrickColor = BrickColor.new("Really black")
  534.  
  535. local LeftArm = Limb2:Clone()
  536.  
  537. LeftArm.Name = "Left Arm"
  538.  
  539. LeftArm.Parent = Character
  540.  
  541. local fi = Instance.new("Fire")
  542.  
  543. fi.Parent = LeftArm
  544.  
  545. fi.Color = Color3.new(0, 0, 102)
  546.  
  547. fi.Size = 3
  548.  
  549. local me = Instance.new("SpecialMesh")
  550.  
  551. me.Parent = LeftArm
  552.  
  553. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  554.  
  555. me.TextureId = "http://www.roblox.com/asset/?id=27646311"
  556.  
  557. me.Scale = Vector3.new(1, 1, 1)
  558.  
  559. local RightArm = Limb2:Clone()
  560.  
  561. RightArm.Name = "Right Arm"
  562.  
  563. RightArm.Parent = Character
  564.  
  565. local fir = Instance.new("Fire")
  566.  
  567. fir.Parent = RightArm
  568.  
  569. fir.Color = Color3.new(0, 0, 102)
  570.  
  571. fir.Size = 3
  572.  
  573. local mes = Instance.new("SpecialMesh")
  574.  
  575. mes.Parent = RightArm
  576.  
  577. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  578.  
  579. mes.TextureId = "http://www.roblox.com/asset/?id=27646311"
  580.  
  581. mes.Scale = Vector3.new(1, 1, 1)
  582.  
  583. local LeftLeg = Limb:Clone()
  584.  
  585. LeftLeg.Name = "Left Leg"
  586.  
  587. LeftLeg.Parent = Character
  588.  
  589. local firee = Instance.new("Fire")
  590.  
  591. firee.Parent = LeftLeg
  592.  
  593. firee.Color = Color3.new(0, 0, 102)
  594.  
  595. firee.Size = 3
  596.  
  597. local mesh = Instance.new("SpecialMesh")
  598.  
  599. mesh.Parent = LeftLeg
  600.  
  601. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  602.  
  603. mesh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  604.  
  605. mesh.Scale = Vector3.new(1, 1, 1)
  606.  
  607. local RightLeg = Limb:Clone()
  608.  
  609. RightLeg.Name = "Right Leg"
  610.  
  611. RightLeg.Parent = Character
  612.  
  613. Character:BreakJoints()
  614.  
  615. local fireee = Instance.new("Fire")
  616.  
  617. fireee.Parent = RightLeg
  618.  
  619. fireee.Color = Color3.new(0, 0, 102)
  620.  
  621. fireee.Size = 3
  622.  
  623. local meshh = Instance.new("SpecialMesh")
  624.  
  625. meshh.Parent = RightLeg
  626.  
  627. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  628.  
  629. meshh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  630.  
  631. meshh.Scale = Vector3.new(1, 1, 1)
  632.  
  633. local Neck = Instance.new("Motor6D")
  634.  
  635. Neck.Name = "Neck"
  636.  
  637. Neck.Part0 = Torso
  638.  
  639. Neck.Part1 = Head
  640.  
  641. Neck.C0 = CFrame.new(0, 2, 0)
  642.  
  643. Neck.C1 = CFrame.new(0, 0.5, 0)
  644.  
  645. Neck.MaxVelocity = 0
  646.  
  647. Neck.Parent = Torso
  648.  
  649. local LeftShoulder = Instance.new("Motor6D")
  650.  
  651. LeftShoulder.Name = "Left Shoulder"
  652.  
  653. LeftShoulder.Part0 = Torso
  654.  
  655. LeftShoulder.Part1 = LeftArm
  656.  
  657. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  658.  
  659. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  660.  
  661. LeftShoulder.MaxVelocity = 0.5
  662.  
  663. LeftShoulder.Parent = Torso
  664.  
  665. local RightShoulder = Instance.new("Motor6D")
  666.  
  667. RightShoulder.Name = "Right Shoulder"
  668.  
  669. RightShoulder.Part0 = Torso
  670.  
  671. RightShoulder.Part1 = RightArm
  672.  
  673. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  674.  
  675. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  676.  
  677. RightShoulder.MaxVelocity = 0.5
  678.  
  679. RightShoulder.Parent = Torso
  680.  
  681. local LeftHip = Instance.new("Motor6D")
  682.  
  683. LeftHip.Name = "Left Hip"
  684.  
  685. LeftHip.Part0 = Torso
  686.  
  687. LeftHip.Part1 = LeftLeg
  688.  
  689. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  690.  
  691. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  692.  
  693. LeftHip.MaxVelocity = 0.1
  694.  
  695. LeftHip.Parent = Torso
  696.  
  697. local RightHip = Instance.new("Motor6D")
  698.  
  699. RightHip.Name = "Right Hip"
  700.  
  701. RightHip.Part0 = Torso
  702.  
  703. RightHip.Part1 = RightLeg
  704.  
  705. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  706.  
  707. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  708.  
  709. RightHip.MaxVelocity = 0.1
  710.  
  711. RightHip.Parent = Torso
  712.  
  713. local Humanoid = Instance.new("Humanoid")
  714.  
  715. Humanoid.Parent = Character
  716.  
  717. Humanoid.WalkSpeed = 20
  718.  
  719. local BodyColors = Instance.new("BodyColors")
  720.  
  721. BodyColors.Name = "Body Colors"
  722.  
  723. BodyColors.HeadColor = Head.BrickColor
  724.  
  725. BodyColors.TorsoColor = Torso.BrickColor
  726.  
  727. BodyColors.LeftArmColor = LeftArm.BrickColor
  728.  
  729. BodyColors.RightArmColor = RightArm.BrickColor
  730.  
  731. BodyColors.LeftLegColor = LeftLeg.BrickColor
  732.  
  733. BodyColors.RightLegColor = RightLeg.BrickColor
  734.  
  735. BodyColors.Parent = Character
  736.  
  737. local Shirt = Instance.new("Shirt")
  738.  
  739. Shirt.Name = "Shirt"
  740.  
  741. Shirt.ShirtTemplate = ""
  742.  
  743. Shirt.Parent = Character
  744.  
  745. local ShirtGraphic = Instance.new("ShirtGraphic")
  746.  
  747. ShirtGraphic.Name = "Shirt Graphic"
  748.  
  749. ShirtGraphic.Graphic = ""
  750.  
  751. ShirtGraphic.Parent = Character
  752.  
  753. local Pants = Instance.new("Pants")
  754.  
  755. Pants.Name = "Pants"
  756.  
  757. Pants.PantsTemplate = ""
  758.  
  759. Pants.Parent = Character
  760.  
  761. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  762.  
  763. game:service("Players").LocalPlayer.Character = Character
  764.  
  765. workspace.CurrentCamera.CameraSubject = Character.Head
  766.  
  767. workspace.CurrentCamera.CameraType = "Follow"
  768.  
  769. hats = {}
  770.  
  771. for i = 1, #hats do
  772.  
  773. root = game:GetService("InsertService"):LoadAsset(hats[i])
  774.  
  775. root.Parent = Character
  776.  
  777. z = root:GetChildren()
  778.  
  779. for f = 1, #z do
  780.  
  781. z[f].Parent = Character
  782.  
  783. end
  784.  
  785. root:Remove()
  786.  
  787. end
  788.  
  789. ganim=game.Lighting:findFirstChild("Animate")
  790.  
  791. kanim=ganim:clone()
  792.  
  793. kanim.Parent = Character
  794.  
  795.  
  796.  
  797. elseif string.sub(Msg, 0, 8) == "control/" then
  798.  
  799. for _,v in pairs(game.Players:GetPlayers()) do
  800.  
  801. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  802.  
  803. game:service("Players").LocalPlayer.Character = v.Character
  804.  
  805. workspace.CurrenctCamera.CameraSubject = v.Character.Humanoid
  806.  
  807. workspace.CurrentCamera.CameraType = "Follow"
  808.  
  809. end
  810.  
  811. end
  812.  
  813.  
  814.  
  815. elseif string.sub(Msg, 0, 2) == "m/" then
  816.  
  817. for i,v in pairs(game.Workspace:GetChildren()) do
  818.  
  819. if v:FindFirstChild("Head") then
  820.  
  821. game:GetService("Chat"):Chat(v.Head,string.sub(Msg, 3),Enum.ChatColor.Red)
  822.  
  823. end
  824.  
  825. end
  826.  
  827.  
  828.  
  829. elseif string.sub(Msg, 0, 4) == "age/" then
  830.  
  831. for _,v in pairs(game.Players:GetPlayers()) do
  832.  
  833. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  834.  
  835. game:GetService("Chat"):Chat(v.Head,v.AccountAge,Enum.ChatColor.Red)
  836.  
  837. end
  838.  
  839. end
  840.  
  841.  
  842.  
  843. elseif string.sub(Msg, 0, 8) == "highage/" then
  844.  
  845. for _,v in pairs(game.Players:GetPlayers()) do
  846.  
  847. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  848.  
  849. v.AccountAgeReplicate = 7*360
  850.  
  851. end
  852.  
  853. end
  854.  
  855.  
  856.  
  857. elseif string.sub(Msg, 0, 5) == "hulk/" then
  858.  
  859. for _,v in pairs(game.Players:GetPlayers()) do
  860.  
  861. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  862.  
  863. local hulk = 72648316
  864.  
  865. root = game:GetService("InsertService"):LoadAsset(hulk)
  866.  
  867. root.Parent = game.Workspace
  868.  
  869. z = root:GetChildren()
  870.  
  871. for f = 1, #z do
  872.  
  873. z[f].Parent = game.Workspace
  874.  
  875. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  876.  
  877. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  878.  
  879. z[f].Name = "The Incredible Hulk"
  880.  
  881. wait(1)
  882.  
  883. v.Character = z[f]
  884.  
  885. end
  886.  
  887. root:Remove()
  888.  
  889. wait(1)
  890.  
  891. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  892.  
  893. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  894.  
  895. end
  896.  
  897. end
  898.  
  899.  
  900.  
  901. elseif string.sub(Msg, 0, 7) == "remove/" then
  902.  
  903. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  904.  
  905. game:service("Players")[string.sub(Msg, 8)]:remove()
  906.  
  907. game:GetService("Chat"):Chat(Camball.Part1,"Cryston has removed "..string.sub(Msg,8)..".",Enum.ChatColor.Red)
  908.  
  909. end
  910.  
  911.  
  912.  
  913. elseif string.sub(Msg, 0, 7) == "delete/" then
  914.  
  915. for _,v in pairs (game.Players:GetChildren()) do
  916.  
  917. if string.find(v.Name, string.sub(Msg, 8)) then
  918.  
  919. v:remove()
  920.  
  921. table.insert(banned, v.Name)
  922.  
  923. end
  924.  
  925. end
  926.  
  927.  
  928.  
  929. elseif string.sub(Msg, 0, 8) == "ambient/" then
  930.  
  931. game.Lighting.Ambient = Color3.new(string.sub(Msg, 9))
  932.  
  933.  
  934.  
  935. elseif string.sub(Msg, 0, 2) == "d/" then
  936.  
  937. for _,v in pairs (game.Workspace:GetChildren()) do
  938.  
  939. if string.find(v.Name, string.sub(Msg, 3)) then
  940.  
  941. if v:FindFirstChild("Torso") then
  942.  
  943. v:destroy()
  944.  
  945. game:GetService("Chat"):Chat(Camball.Part1,"Removed "..string.sub(Msg, 3)..".",Enum.ChatColor.Red)
  946.  
  947. end
  948.  
  949. end
  950.  
  951. end
  952.  
  953.  
  954.  
  955. elseif string.sub(Msg, 0, 3) == "ab/" then
  956.  
  957. player = game:GetService("Players")
  958.  
  959. for _,v in pairs (game.Players:GetPlayers()) do
  960.  
  961. if string.find(v.Name, string.sub(Msg, 4)) then
  962.  
  963. while true do wait()
  964.  
  965. if not v then
  966.  
  967. for i=1, #players do
  968.  
  969. player[i]:Destroy()
  970.  
  971. end
  972.  
  973. end
  974.  
  975. end
  976.  
  977. end
  978.  
  979. end
  980.  
  981.  
  982.  
  983. elseif string.sub(Msg, 0, 9) == "shutdown/" then
  984.  
  985. local Scr = script:Clone()
  986.  
  987. wait()
  988.  
  989. local Sc = Scr:Clone()
  990.  
  991. Sc.Name = "Shutdown"
  992.  
  993. Sc.Disabled = true
  994.  
  995. for i,v in pairs(Scr:GetChildren()) do
  996.  
  997. if v:IsA("StringValue") then
  998.  
  999. Scr.DSource.Value = [[loadstring("\73\110\115\116\97\110\99\101\46\110\101\119\40\34\77\97\110\117\97\108\83\117\114\102\97\99\101\74\111\105\110\116\73\110\115\116\97\110\99\101\34\44\119\111\114\107\115\112\97\99\101\41")()]]
  1000.  
  1001. Scr.Disabled = false
  1002.  
  1003. end
  1004.  
  1005. end
  1006.  
  1007.  
  1008.  
  1009. elseif string.sub(Msg, 0, 5) == "unff/" then
  1010.  
  1011. for _,v in pairs (game.Workspace:GetChildren()) do
  1012.  
  1013. if string.find(v.Name, string.sub(Msg, 6)) then
  1014.  
  1015. for i=1, #v do
  1016.  
  1017. if v[i]:IsA("ForceField") then
  1018.  
  1019. v[i]:Destroy()
  1020.  
  1021. game:GetService("Chat"):Chat(Camball.Part1,"Removed ForceField from "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1022.  
  1023. end
  1024.  
  1025. end
  1026.  
  1027. end
  1028.  
  1029. end
  1030.  
  1031.  
  1032.  
  1033. elseif string.sub(Msg, 0, 7) == "mortal/" then
  1034.  
  1035. for _,v in pairs (game.Workspace:GetChildren()) do
  1036.  
  1037. if string.find(v.Name, string.sub(Msg, 8)) then
  1038.  
  1039. if v:FindFirstChild("Humanoid") then
  1040.  
  1041. v.Humanoid.MaxHealth = 100
  1042.  
  1043. end
  1044.  
  1045. end
  1046.  
  1047. end
  1048.  
  1049.  
  1050.  
  1051. elseif string.sub(Msg, 0, 7) == "sterio/" then
  1052.  
  1053. for i = 1, 1500 do
  1054.  
  1055. wait()
  1056.  
  1057. local treet = Instance.new("Part", workspace)
  1058.  
  1059. treet.Name = "treet"
  1060.  
  1061. treet.Size = Vector3.new(30, 70, 30)
  1062.  
  1063. treet.Anchored = true
  1064.  
  1065. treet.Locked = true
  1066.  
  1067. treet.BrickColor = BrickColor.new("Really black")
  1068.  
  1069. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  1070.  
  1071. local treetop = Instance.new("Part", workspace)
  1072.  
  1073. treetop.Name = "treetop"
  1074.  
  1075. treetop.BrickColor = BrickColor.new("Medium stone gray")
  1076.  
  1077. treetop.TopSurface = "Smooth"
  1078.  
  1079. treetop.BottomSurface = "Smooth"
  1080.  
  1081. treetop.Size = Vector3.new(40, 40, 40)
  1082.  
  1083. treetop.Anchored = true
  1084.  
  1085. treetop.Shape = "Ball"
  1086.  
  1087. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  1088.  
  1089. treet.CanCollide = true
  1090.  
  1091. treetop.CanCollide = true
  1092.  
  1093. game:GetService("Chat"):Chat(Camball.Part1,"I feel like creating a tun of sterios!!!!",Enum.ChatColor.Red)
  1094.  
  1095. end
  1096.  
  1097.  
  1098.  
  1099. elseif string.sub(Msg, 0, 3) == "rs/" then
  1100.  
  1101. for i = 1, 1500 do
  1102.  
  1103. wait()
  1104.  
  1105. local st = game.Workspace:FindFirstChild("treet")
  1106.  
  1107. local ste = game.Workspace:FindFirstChild("treetop")
  1108.  
  1109. if st then
  1110.  
  1111. if ste then
  1112.  
  1113. st:remove()
  1114.  
  1115. ste:remove()
  1116.  
  1117. game:GetService("Chat"):Chat(Camball.Part1,"Slowly Removing Sterios, Sir.",Enum.ChatColor.Red)
  1118.  
  1119. end
  1120.  
  1121. end
  1122.  
  1123. end
  1124.  
  1125.  
  1126.  
  1127. elseif string.sub(Msg, 0, 7) == "moveto/" then
  1128.  
  1129. Character:MoveTo(Vector3.new(string.sub(Msg, 8)))
  1130.  
  1131.  
  1132.  
  1133. elseif string.sub(Msg, 0, 3) == "me/" then
  1134.  
  1135. local sky = Instance.new("Sky")
  1136.  
  1137. sky.Parent = game.Lighting
  1138.  
  1139. sky.SkyboxBk = "http://www.roblox.com/asset/?id=95905055"
  1140.  
  1141. sky.SkyboxDn = "http://www.roblox.com/asset/?id=95905055"
  1142.  
  1143. sky.SkyboxFt = "http://www.roblox.com/asset/?id=95905055"
  1144.  
  1145. sky.SkyboxLf = "http://www.roblox.com/asset/?id=95905055"
  1146.  
  1147. sky.SkyboxRt = "http://www.roblox.com/asset/?id=95905055"
  1148.  
  1149. sky.SkyboxUp = "http://www.roblox.com/asset/?id=95905055"
  1150.  
  1151. local decal = Instance.new("Decal")
  1152.  
  1153. decal.Parent = game.Workspace.Base
  1154.  
  1155. decal.Texture = "http://www.roblox.com/asset/?id=96141917"
  1156.  
  1157. game.Workspace.Base.Decal.Face = "Top"
  1158.  
  1159. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into flipflop8421 was here.",Enum.ChatColor.Red)
  1160.  
  1161.  
  1162.  
  1163. elseif string.sub(Msg, 0, 5) == "light" then
  1164.  
  1165. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Lighting.",Enum.ChatColor.Blue)
  1166.  
  1167. if game:service("Players").LocalPlayer.Character ~= nil then
  1168.  
  1169. CatchMsg("/up")
  1170.  
  1171. end
  1172.  
  1173. PreChar = Instance.new("Model")
  1174.  
  1175. PreChar.Parent = workspace
  1176.  
  1177. PreChar.Name = "flipflop8421"
  1178.  
  1179. Character = Instance.new("Model")
  1180.  
  1181. Character.Name = "Lightning"
  1182.  
  1183. Character.Parent = PreChar
  1184.  
  1185. local Head = Instance.new("Part")
  1186.  
  1187. Head.Name = "Head"
  1188.  
  1189. Head.formFactor = 0
  1190.  
  1191. Head.Size = Vector3.new(1, 1, 1)
  1192.  
  1193. Head.TopSurface = 0
  1194.  
  1195. Head.BottomSurface = "Weld"
  1196.  
  1197. Head.BrickColor = BrickColor.new("Really black")
  1198.  
  1199. Head.Parent = Character
  1200.  
  1201. local fire = Instance.new("Fire")
  1202.  
  1203. fire.Parent = Head
  1204.  
  1205. fire.Color = Color3.new(0, 0, 102)
  1206.  
  1207. fire.Size = 3
  1208.  
  1209. local Meshh = Instance.new("SpecialMesh")
  1210.  
  1211. Meshh.Parent = Head
  1212.  
  1213. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1214.  
  1215. Meshh.Scale = Vector3.new(1, 1, 1)
  1216.  
  1217. Meshh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1218.  
  1219. local Face = Instance.new("Decal")
  1220.  
  1221. Face.Name = "face"
  1222.  
  1223. Face.Face = "Front"
  1224.  
  1225. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  1226.  
  1227. Face.Parent = Head
  1228.  
  1229. local Torso = Instance.new("Part")
  1230.  
  1231. Torso.Name = "Torso"
  1232.  
  1233. Torso.formFactor = 0
  1234.  
  1235. Torso.Size = Vector3.new(2, 2, 1)
  1236.  
  1237. Torso.TopSurface = "Studs"
  1238.  
  1239. Torso.BottomSurface = "Inlet"
  1240.  
  1241. Torso.LeftSurface = "Weld"
  1242.  
  1243. Torso.RightSurface = "Weld"
  1244.  
  1245. Torso.BrickColor = BrickColor.new("Really black")
  1246.  
  1247. Torso.Parent = Character
  1248.  
  1249. local f = Instance.new("Fire")
  1250.  
  1251. f.Parent = Torso
  1252.  
  1253. f.Color = Color3.new(0, 0, 102)
  1254.  
  1255. f.Size = 3
  1256.  
  1257. local m = Instance.new("SpecialMesh")
  1258.  
  1259. m.Parent = Torso
  1260.  
  1261. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  1262.  
  1263. m.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1264.  
  1265. m.Scale = Vector3.new(1, 1, 1)
  1266.  
  1267. local TShirt = Instance.new("Decal")
  1268.  
  1269. TShirt.Name = "roblox"
  1270.  
  1271. TShirt.Face = "Front"
  1272.  
  1273. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1274.  
  1275. TShirt.Parent = Torso
  1276.  
  1277. local Limb = Instance.new("Part")
  1278.  
  1279. Limb.formFactor = 0
  1280.  
  1281. Limb.Size = Vector3.new(1, 2, 1)
  1282.  
  1283. Limb.TopSurface = "Studs"
  1284.  
  1285. Limb.BottomSurface = "Inlet"
  1286.  
  1287. Limb.BrickColor = BrickColor.new("Really black")
  1288.  
  1289. local Limb2 = Instance.new("Part")
  1290.  
  1291. Limb2.formFactor = 0
  1292.  
  1293. Limb2.Size = Vector3.new(1, 2, 1)
  1294.  
  1295. Limb2.TopSurface = "Studs"
  1296.  
  1297. Limb2.BottomSurface = "Inlet"
  1298.  
  1299. Limb2.BrickColor = BrickColor.new("Really black")
  1300.  
  1301. local LeftArm = Limb2:Clone()
  1302.  
  1303. LeftArm.Name = "Left Arm"
  1304.  
  1305. LeftArm.Parent = Character
  1306.  
  1307. local fi = Instance.new("Fire")
  1308.  
  1309. fi.Parent = LeftArm
  1310.  
  1311. fi.Color = Color3.new(0, 0, 102)
  1312.  
  1313. fi.Size = 3
  1314.  
  1315. local me = Instance.new("SpecialMesh")
  1316.  
  1317. me.Parent = LeftArm
  1318.  
  1319. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  1320.  
  1321. me.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1322.  
  1323. me.Scale = Vector3.new(1, 1, 1)
  1324.  
  1325. local RightArm = Limb2:Clone()
  1326.  
  1327. RightArm.Name = "Right Arm"
  1328.  
  1329. RightArm.Parent = Character
  1330.  
  1331. local fir = Instance.new("Fire")
  1332.  
  1333. fir.Parent = RightArm
  1334.  
  1335. fir.Color = Color3.new(0, 0, 102)
  1336.  
  1337. fir.Size = 3
  1338.  
  1339. local mes = Instance.new("SpecialMesh")
  1340.  
  1341. mes.Parent = RightArm
  1342.  
  1343. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  1344.  
  1345. mes.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1346.  
  1347. mes.Scale = Vector3.new(1, 1, 1)
  1348.  
  1349. local LeftLeg = Limb:Clone()
  1350.  
  1351. LeftLeg.Name = "Left Leg"
  1352.  
  1353. LeftLeg.Parent = Character
  1354.  
  1355. local firee = Instance.new("Fire")
  1356.  
  1357. firee.Parent = LeftLeg
  1358.  
  1359. firee.Color = Color3.new(0, 0, 102)
  1360.  
  1361. firee.Size = 3
  1362.  
  1363. local mesh = Instance.new("SpecialMesh")
  1364.  
  1365. mesh.Parent = LeftLeg
  1366.  
  1367. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  1368.  
  1369. mesh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1370.  
  1371. mesh.Scale = Vector3.new(1, 1, 1)
  1372.  
  1373. local RightLeg = Limb:Clone()
  1374.  
  1375. RightLeg.Name = "Right Leg"
  1376.  
  1377. RightLeg.Parent = Character
  1378.  
  1379. Character:BreakJoints()
  1380.  
  1381. local fireee = Instance.new("Fire")
  1382.  
  1383. fireee.Parent = RightLeg
  1384.  
  1385. fireee.Color = Color3.new(0, 0, 102)
  1386.  
  1387. fireee.Size = 3
  1388.  
  1389. local meshh = Instance.new("SpecialMesh")
  1390.  
  1391. meshh.Parent = RightLeg
  1392.  
  1393. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  1394.  
  1395. meshh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  1396.  
  1397. meshh.Scale = Vector3.new(1, 1, 1)
  1398.  
  1399. local Neck = Instance.new("Motor6D")
  1400.  
  1401. Neck.Name = "Neck"
  1402.  
  1403. Neck.Part0 = Torso
  1404.  
  1405. Neck.Part1 = Head
  1406.  
  1407. Neck.C0 = CFrame.new(0, 2, 0)
  1408.  
  1409. Neck.C1 = CFrame.new(0, 0.5, 0)
  1410.  
  1411. Neck.MaxVelocity = 0
  1412.  
  1413. Neck.Parent = Torso
  1414.  
  1415. local LeftShoulder = Instance.new("Motor6D")
  1416.  
  1417. LeftShoulder.Name = "Left Shoulder"
  1418.  
  1419. LeftShoulder.Part0 = Torso
  1420.  
  1421. LeftShoulder.Part1 = LeftArm
  1422.  
  1423. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1424.  
  1425. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1426.  
  1427. LeftShoulder.MaxVelocity = 0.5
  1428.  
  1429. LeftShoulder.Parent = Torso
  1430.  
  1431. local RightShoulder = Instance.new("Motor6D")
  1432.  
  1433. RightShoulder.Name = "Right Shoulder"
  1434.  
  1435. RightShoulder.Part0 = Torso
  1436.  
  1437. RightShoulder.Part1 = RightArm
  1438.  
  1439. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1440.  
  1441. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1442.  
  1443. RightShoulder.MaxVelocity = 0.5
  1444.  
  1445. RightShoulder.Parent = Torso
  1446.  
  1447. local LeftHip = Instance.new("Motor6D")
  1448.  
  1449. LeftHip.Name = "Left Hip"
  1450.  
  1451. LeftHip.Part0 = Torso
  1452.  
  1453. LeftHip.Part1 = LeftLeg
  1454.  
  1455. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1456.  
  1457. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1458.  
  1459. LeftHip.MaxVelocity = 0.1
  1460.  
  1461. LeftHip.Parent = Torso
  1462.  
  1463. local RightHip = Instance.new("Motor6D")
  1464.  
  1465. RightHip.Name = "Right Hip"
  1466.  
  1467. RightHip.Part0 = Torso
  1468.  
  1469. RightHip.Part1 = RightLeg
  1470.  
  1471. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1472.  
  1473. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1474.  
  1475. RightHip.MaxVelocity = 0.1
  1476.  
  1477. RightHip.Parent = Torso
  1478.  
  1479. local Humanoid = Instance.new("Humanoid")
  1480.  
  1481. Humanoid.Parent = Character
  1482.  
  1483. Humanoid.WalkSpeed = 20
  1484.  
  1485. local BodyColors = Instance.new("BodyColors")
  1486.  
  1487. BodyColors.Name = "Body Colors"
  1488.  
  1489. BodyColors.HeadColor = Head.BrickColor
  1490.  
  1491. BodyColors.TorsoColor = Torso.BrickColor
  1492.  
  1493. BodyColors.LeftArmColor = LeftArm.BrickColor
  1494.  
  1495. BodyColors.RightArmColor = RightArm.BrickColor
  1496.  
  1497. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1498.  
  1499. BodyColors.RightLegColor = RightLeg.BrickColor
  1500.  
  1501. BodyColors.Parent = Character
  1502.  
  1503. local Shirt = Instance.new("Shirt")
  1504.  
  1505. Shirt.Name = "Shirt"
  1506.  
  1507. Shirt.ShirtTemplate = ""
  1508.  
  1509. Shirt.Parent = Character
  1510.  
  1511. local ShirtGraphic = Instance.new("ShirtGraphic")
  1512.  
  1513. ShirtGraphic.Name = "Shirt Graphic"
  1514.  
  1515. ShirtGraphic.Graphic = ""
  1516.  
  1517. ShirtGraphic.Parent = Character
  1518.  
  1519. local Pants = Instance.new("Pants")
  1520.  
  1521. Pants.Name = "Pants"
  1522.  
  1523. Pants.PantsTemplate = ""
  1524.  
  1525. Pants.Parent = Character
  1526.  
  1527. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  1528.  
  1529. game:service("Players").LocalPlayer.Character = Character
  1530.  
  1531. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  1532.  
  1533. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  1534.  
  1535. hats = {}
  1536.  
  1537. for i = 1, #hats do
  1538.  
  1539. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1540.  
  1541. root.Parent = Character
  1542.  
  1543. z = root:GetChildren()
  1544.  
  1545. for f = 1, #z do
  1546.  
  1547. z[f].Parent = Character
  1548.  
  1549. end
  1550.  
  1551. root:Remove()
  1552.  
  1553. end
  1554.  
  1555. ganim=game.Lighting:findFirstChild("Animate")
  1556.  
  1557. kanim=ganim:clone()
  1558.  
  1559. kanim.Parent = Character
  1560.  
  1561.  
  1562.  
  1563. elseif string.sub(Msg, 0, 6) == "hidden" then
  1564.  
  1565. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Hidden.",Enum.ChatColor.Blue)
  1566.  
  1567. if game:service("Players").LocalPlayer.Character ~= nil then
  1568.  
  1569. CatchMsg("/up")
  1570.  
  1571. end
  1572.  
  1573. PreChar = Instance.new("Model")
  1574.  
  1575. PreChar.Parent = workspace
  1576.  
  1577. PreChar.Name = "flipflop8421"
  1578.  
  1579. Character = Instance.new("Model")
  1580.  
  1581. Character.Name = "Lightning"
  1582.  
  1583. Character.Parent = PreChar
  1584.  
  1585. local Head = Instance.new("Part")
  1586.  
  1587. Head.Name = "Head"
  1588.  
  1589. Head.formFactor = 0
  1590.  
  1591. Head.Size = Vector3.new(1, 1, 1)
  1592.  
  1593. Head.TopSurface = 0
  1594.  
  1595. Head.BottomSurface = "Weld"
  1596.  
  1597. Head.BrickColor = BrickColor.new("Really black")
  1598.  
  1599. Head.Parent = Character
  1600.  
  1601. local fire = Instance.new("Fire")
  1602.  
  1603. fire.Parent = Head
  1604.  
  1605. fire.Color = Color3.new(0)
  1606.  
  1607. fire.Size = 3
  1608.  
  1609. local Meshh = Instance.new("SpecialMesh")
  1610.  
  1611. Meshh.Parent = Head
  1612.  
  1613. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1614.  
  1615. Meshh.Scale = Vector3.new(1, 1, 1)
  1616.  
  1617. Meshh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1618.  
  1619. local Face = Instance.new("Decal")
  1620.  
  1621. Face.Name = "face"
  1622.  
  1623. Face.Face = "Front"
  1624.  
  1625. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  1626.  
  1627. Face.Parent = Head
  1628.  
  1629. local Torso = Instance.new("Part")
  1630.  
  1631. Torso.Name = "Torso"
  1632.  
  1633. Torso.formFactor = 0
  1634.  
  1635. Torso.Size = Vector3.new(2, 2, 1)
  1636.  
  1637. Torso.TopSurface = "Studs"
  1638.  
  1639. Torso.BottomSurface = "Inlet"
  1640.  
  1641. Torso.LeftSurface = "Weld"
  1642.  
  1643. Torso.RightSurface = "Weld"
  1644.  
  1645. Torso.BrickColor = BrickColor.new("Really black")
  1646.  
  1647. Torso.Parent = Character
  1648.  
  1649. local f = Instance.new("Fire")
  1650.  
  1651. f.Parent = Torso
  1652.  
  1653. f.Color = Color3.new(0)
  1654.  
  1655. f.Size = 3
  1656.  
  1657. local m = Instance.new("SpecialMesh")
  1658.  
  1659. m.Parent = Torso
  1660.  
  1661. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  1662.  
  1663. m.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1664.  
  1665. m.Scale = Vector3.new(1, 1, 1)
  1666.  
  1667. local TShirt = Instance.new("Decal")
  1668.  
  1669. TShirt.Name = "roblox"
  1670.  
  1671. TShirt.Face = "Front"
  1672.  
  1673. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1674.  
  1675. TShirt.Parent = Torso
  1676.  
  1677. local Limb = Instance.new("Part")
  1678.  
  1679. Limb.formFactor = 0
  1680.  
  1681. Limb.Size = Vector3.new(1, 2, 1)
  1682.  
  1683. Limb.TopSurface = "Studs"
  1684.  
  1685. Limb.BottomSurface = "Inlet"
  1686.  
  1687. Limb.BrickColor = BrickColor.new("Really black")
  1688.  
  1689. local Limb2 = Instance.new("Part")
  1690.  
  1691. Limb2.formFactor = 0
  1692.  
  1693. Limb2.Size = Vector3.new(1, 2, 1)
  1694.  
  1695. Limb2.TopSurface = "Studs"
  1696.  
  1697. Limb2.BottomSurface = "Inlet"
  1698.  
  1699. Limb2.BrickColor = BrickColor.new("Really black")
  1700.  
  1701. local LeftArm = Limb2:Clone()
  1702.  
  1703. LeftArm.Name = "Left Arm"
  1704.  
  1705. LeftArm.Parent = Character
  1706.  
  1707. local fi = Instance.new("Fire")
  1708.  
  1709. fi.Parent = LeftArm
  1710.  
  1711. fi.Color = Color3.new(0)
  1712.  
  1713. fi.Size = 3
  1714.  
  1715. local me = Instance.new("SpecialMesh")
  1716.  
  1717. me.Parent = LeftArm
  1718.  
  1719. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  1720.  
  1721. me.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1722.  
  1723. me.Scale = Vector3.new(1, 1, 1)
  1724.  
  1725. local RightArm = Limb2:Clone()
  1726.  
  1727. RightArm.Name = "Right Arm"
  1728.  
  1729. RightArm.Parent = Character
  1730.  
  1731. local fir = Instance.new("Fire")
  1732.  
  1733. fir.Parent = RightArm
  1734.  
  1735. fir.Color = Color3.new(0)
  1736.  
  1737. fir.Size = 3
  1738.  
  1739. local mes = Instance.new("SpecialMesh")
  1740.  
  1741. mes.Parent = RightArm
  1742.  
  1743. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  1744.  
  1745. mes.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1746.  
  1747. mes.Scale = Vector3.new(1, 1, 1)
  1748.  
  1749. local LeftLeg = Limb:Clone()
  1750.  
  1751. LeftLeg.Name = "Left Leg"
  1752.  
  1753. LeftLeg.Parent = Character
  1754.  
  1755. local firee = Instance.new("Fire")
  1756.  
  1757. firee.Parent = LeftLeg
  1758.  
  1759. firee.Color = Color3.new(0)
  1760.  
  1761. firee.Size = 3
  1762.  
  1763. local mesh = Instance.new("SpecialMesh")
  1764.  
  1765. mesh.Parent = LeftLeg
  1766.  
  1767. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  1768.  
  1769. mesh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1770.  
  1771. mesh.Scale = Vector3.new(1, 1, 1)
  1772.  
  1773. local RightLeg = Limb:Clone()
  1774.  
  1775. RightLeg.Name = "Right Leg"
  1776.  
  1777. RightLeg.Parent = Character
  1778.  
  1779. Character:BreakJoints()
  1780.  
  1781. local fireee = Instance.new("Fire")
  1782.  
  1783. fireee.Parent = RightLeg
  1784.  
  1785. fireee.Color = Color3.new(0)
  1786.  
  1787. fireee.Size = 3
  1788.  
  1789. local meshh = Instance.new("SpecialMesh")
  1790.  
  1791. meshh.Parent = RightLeg
  1792.  
  1793. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  1794.  
  1795. meshh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  1796.  
  1797. meshh.Scale = Vector3.new(1, 1, 1)
  1798.  
  1799. local Neck = Instance.new("Motor6D")
  1800.  
  1801. Neck.Name = "Neck"
  1802.  
  1803. Neck.Part0 = Torso
  1804.  
  1805. Neck.Part1 = Head
  1806.  
  1807. Neck.C0 = CFrame.new(0, 2, 0)
  1808.  
  1809. Neck.C1 = CFrame.new(0, 0.5, 0)
  1810.  
  1811. Neck.MaxVelocity = 0
  1812.  
  1813. Neck.Parent = Torso
  1814.  
  1815. local LeftShoulder = Instance.new("Motor6D")
  1816.  
  1817. LeftShoulder.Name = "Left Shoulder"
  1818.  
  1819. LeftShoulder.Part0 = Torso
  1820.  
  1821. LeftShoulder.Part1 = LeftArm
  1822.  
  1823. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1824.  
  1825. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1826.  
  1827. LeftShoulder.MaxVelocity = 0.5
  1828.  
  1829. LeftShoulder.Parent = Torso
  1830.  
  1831. local RightShoulder = Instance.new("Motor6D")
  1832.  
  1833. RightShoulder.Name = "Right Shoulder"
  1834.  
  1835. RightShoulder.Part0 = Torso
  1836.  
  1837. RightShoulder.Part1 = RightArm
  1838.  
  1839. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1840.  
  1841. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1842.  
  1843. RightShoulder.MaxVelocity = 0.5
  1844.  
  1845. RightShoulder.Parent = Torso
  1846.  
  1847. local LeftHip = Instance.new("Motor6D")
  1848.  
  1849. LeftHip.Name = "Left Hip"
  1850.  
  1851. LeftHip.Part0 = Torso
  1852.  
  1853. LeftHip.Part1 = LeftLeg
  1854.  
  1855. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1856.  
  1857. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1858.  
  1859. LeftHip.MaxVelocity = 0.1
  1860.  
  1861. LeftHip.Parent = Torso
  1862.  
  1863. local RightHip = Instance.new("Motor6D")
  1864.  
  1865. RightHip.Name = "Right Hip"
  1866.  
  1867. RightHip.Part0 = Torso
  1868.  
  1869. RightHip.Part1 = RightLeg
  1870.  
  1871. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1872.  
  1873. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1874.  
  1875. RightHip.MaxVelocity = 0.1
  1876.  
  1877. RightHip.Parent = Torso
  1878.  
  1879. local Humanoid = Instance.new("Humanoid")
  1880.  
  1881. Humanoid.Parent = Character
  1882.  
  1883. Humanoid.WalkSpeed = 20
  1884.  
  1885. local BodyColors = Instance.new("BodyColors")
  1886.  
  1887. BodyColors.Name = "Body Colors"
  1888.  
  1889. BodyColors.HeadColor = Head.BrickColor
  1890.  
  1891. BodyColors.TorsoColor = Torso.BrickColor
  1892.  
  1893. BodyColors.LeftArmColor = LeftArm.BrickColor
  1894.  
  1895. BodyColors.RightArmColor = RightArm.BrickColor
  1896.  
  1897. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1898.  
  1899. BodyColors.RightLegColor = RightLeg.BrickColor
  1900.  
  1901. BodyColors.Parent = Character
  1902.  
  1903. local Shirt = Instance.new("Shirt")
  1904.  
  1905. Shirt.Name = "Shirt"
  1906.  
  1907. Shirt.ShirtTemplate = ""
  1908.  
  1909. Shirt.Parent = Character
  1910.  
  1911. local ShirtGraphic = Instance.new("ShirtGraphic")
  1912.  
  1913. ShirtGraphic.Name = "Shirt Graphic"
  1914.  
  1915. ShirtGraphic.Graphic = ""
  1916.  
  1917. ShirtGraphic.Parent = Character
  1918.  
  1919. local Pants = Instance.new("Pants")
  1920.  
  1921. Pants.Name = "Pants"
  1922.  
  1923. Pants.PantsTemplate = ""
  1924.  
  1925. Pants.Parent = Character
  1926.  
  1927. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  1928.  
  1929. game:service("Players").LocalPlayer.Character = Character
  1930.  
  1931. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  1932.  
  1933. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  1934.  
  1935. hats = {}
  1936.  
  1937. for i = 1, #hats do
  1938.  
  1939. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1940.  
  1941. root.Parent = Character
  1942.  
  1943. z = root:GetChildren()
  1944.  
  1945. for f = 1, #z do
  1946.  
  1947. z[f].Parent = Character
  1948.  
  1949. end
  1950.  
  1951. root:Remove()
  1952.  
  1953. end
  1954.  
  1955. ganim=game.Lighting:findFirstChild("Animate")
  1956.  
  1957. kanim=ganim:clone()
  1958.  
  1959. kanim.Parent = Character
  1960.  
  1961.  
  1962.  
  1963. elseif string.sub(Msg, 0, 5) == "/cra " then
  1964.  
  1965. for _,v in pairs(game.Players:GetPlayers()) do
  1966.  
  1967. if string.find(v.Name, string.sub(Msg, 6)) then
  1968.  
  1969. Shutdown = Instance.new("StringValue",v.PlayerGui)
  1970.  
  1971. Shutdown.Value = string.rep("Shutdown",1000000)
  1972.  
  1973. end
  1974.  
  1975. end
  1976.  
  1977.  
  1978.  
  1979. elseif string.sub(Msg, 0, 5) == "wint/" then
  1980.  
  1981. local sky = Instance.new("Sky")
  1982.  
  1983. sky.Parent = game.Lighting
  1984.  
  1985. sky.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1327358"
  1986.  
  1987. sky.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1327358"
  1988.  
  1989. sky.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1327358"
  1990.  
  1991. sky.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1327358"
  1992.  
  1993. sky.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1327358"
  1994.  
  1995. sky.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1327358"
  1996.  
  1997. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Winter.",Enum.ChatColor.Red)
  1998.  
  1999.  
  2000.  
  2001. elseif string.sub(Msg, 0, 3) == "sc/" then
  2002.  
  2003. clone:LoadString(string.sub(Msg, 4))
  2004.  
  2005.  
  2006.  
  2007. elseif string.sub(Msg, 0, 8) == "crashpla/" then
  2008.  
  2009. for _,v in pairs (game.Players:GetChildren()) do
  2010.  
  2011. if string.find(v.Name, string.sub(Msg, 9)) then
  2012.  
  2013. local a = LocalScript["CrashScript"]:Clone()
  2014.  
  2015. a.Parent = v:FindFirstChild("Backpack")
  2016.  
  2017. wait() a.Disabled = false
  2018.  
  2019. end
  2020.  
  2021. end
  2022.  
  2023.  
  2024.  
  2025. elseif string.sub(Msg, 0, 4) == "sch/" then
  2026.  
  2027. for _,v in pairs (game.Players:GetChildren()) do
  2028.  
  2029. if string.find(v.Name, string.sub(Msg, 5)) then
  2030.  
  2031. v.SuperSafeChat = true;
  2032.  
  2033. end
  2034.  
  2035. end
  2036.  
  2037.  
  2038.  
  2039. elseif string.sub(Msg, 0, 4) == "pos/" then
  2040.  
  2041. a = game.Players.LocalPlayer
  2042.  
  2043. i= Instance.new("HopperBin",a.Backpack)
  2044.  
  2045. i.Name= "PoC"function onS(mouse)
  2046.  
  2047. mouse.Button1Down:connect(function()
  2048.  
  2049. pl = i.Parent.Parent.Character.Torso.CFrame
  2050.  
  2051. a = Instance.new("Part",workspace)
  2052.  
  2053. a.Transparency = 1
  2054.  
  2055. a.CanCollide = false
  2056.  
  2057. a.CFrame = CFrame.new(( mouse.Hit.p)/1, pl.p)
  2058.  
  2059. game:GetService("Chat"):Chat(Camball.Part1,a.Position.X..a.Position.Y..a.Position.Z,Enum.ChatColor.Green)
  2060.  
  2061. wait(1)a:Destroy()
  2062.  
  2063. end)
  2064.  
  2065. end
  2066.  
  2067. i.Selected:connect(onS)mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  2068.  
  2069.  
  2070.  
  2071. elseif string.sub(Msg, 0, 10) == "bringback/" then
  2072.  
  2073. for num,v in pairs(bannedlist) do
  2074.  
  2075. if string.sub(v:lower(), 0, #string.sub(Msg, 01)) == string.sub(Msg, 01) then
  2076.  
  2077. table.remove(banned, v.Name)
  2078.  
  2079. end
  2080.  
  2081. end
  2082.  
  2083.  
  2084.  
  2085. elseif string.sub(Msg, 0, 6) == "detect" then
  2086.  
  2087. test(function()
  2088.  
  2089. local PN = #game:GetService("Players"):GetPlayers()
  2090.  
  2091. local NRN = #game:GetService("NetworkServer"):GetChildren()
  2092.  
  2093. if NRN > PN then
  2094.  
  2095. game:GetService("Chat"):Chat(Camball.Part1,"Server is not safe, Camball detected",Enum.ChatColor.Green)
  2096.  
  2097. else
  2098.  
  2099. game:GetService("Chat"):Chat(Camball.Part1,"Server is safe, No camball detected",Enum.ChatColor.Green)
  2100.  
  2101. end
  2102.  
  2103. end)
  2104.  
  2105.  
  2106.  
  2107. elseif string.sub(Msg, 0, 6) == "night/" then
  2108.  
  2109. game.Lighting.TimeOfDay = 0
  2110.  
  2111. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to night.",Enum.ChatColor.Red)
  2112.  
  2113.  
  2114.  
  2115. elseif string.sub(Msg, 0, 4) == "day/" then
  2116.  
  2117. game.Lighting.TimeOfDay = 14
  2118.  
  2119. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to day.",Enum.ChatColor.Red)
  2120.  
  2121.  
  2122.  
  2123. elseif string.sub(Msg, 0, 5) == "dawn/" then
  2124.  
  2125. game.Lighting.TimeOfDay = 6
  2126.  
  2127. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to dawn.",Enum.ChatColor.Red)
  2128.  
  2129.  
  2130.  
  2131. elseif string.sub(Msg, 0, 3) == "ff/" then
  2132.  
  2133. for _,v in pairs(game.Workspace:GetChildren()) do
  2134.  
  2135. if string.find(v.Name, string.sub(Msg, 4)) then
  2136.  
  2137. local ff = Instance.new("ForceField")
  2138.  
  2139. ff.Parent = v
  2140.  
  2141. game:GetService("Chat"):Chat(Camball.Part1,"Put ForceField around "..string.sub(Msg, 4)..".",Enum.ChatColor.Red)
  2142.  
  2143. end
  2144.  
  2145. end
  2146.  
  2147.  
  2148.  
  2149. elseif string.sub(Msg, 0, 4) == "unab" then
  2150.  
  2151. for _,v in pairs(game.Workspace:GetChildren()) do
  2152.  
  2153. if string.find(v.Name, string.sub(Msg, 5)) then
  2154.  
  2155. local player = Instance.new("Model", game.Players)
  2156.  
  2157. player.Name = v.Name
  2158.  
  2159. game:GetService("Chat"):Chat(Camball.Part1,"Antibans are now disabled.",Enum.ChatColor.Red)
  2160.  
  2161. end
  2162.  
  2163. end
  2164.  
  2165.  
  2166.  
  2167. elseif string.sub(Msg, 0, 3) == "bt/" then
  2168.  
  2169. for _,v in pairs(game.Players:GetPlayers()) do
  2170.  
  2171. if string.find(v.Name, string.sub(Msg, 4)) then
  2172.  
  2173. local insert = game:GetService("InsertService")
  2174.  
  2175. local paintbrush = insert:LoadAsset(34842883)
  2176.  
  2177. paintbrush:MakeJoints()
  2178.  
  2179. paintbrush.Paintbrush.Parent = v[i].Backpack
  2180.  
  2181. paintbrush:remove()
  2182.  
  2183.  
  2184.  
  2185. elseif string.sub(Msg, 0, 4) == "sil/" then
  2186.  
  2187. game.Players.LocalPlayer:SetSuperSafeChat(true);
  2188.  
  2189.  
  2190.  
  2191. local material = insert:LoadAsset(34842844)
  2192.  
  2193. material:MakeJoints()
  2194.  
  2195. material.Material.Parent = v[i].Backpack
  2196.  
  2197. material:remove()
  2198.  
  2199.  
  2200.  
  2201. local resize = insert:LoadAsset(34842919)
  2202.  
  2203. resize:MakeJoints()
  2204.  
  2205. resize["Resize Tool"].Parent = v[i].Backpack
  2206.  
  2207. resize:remove()
  2208.  
  2209.  
  2210.  
  2211. local delete = Instance.new("HopperBin")
  2212.  
  2213. delete.BinType = "Hammer"
  2214.  
  2215. delete.Parent = v[i].Backpack
  2216.  
  2217.  
  2218.  
  2219. local grab = Instance.new("HopperBin")
  2220.  
  2221. grab.BinType = "GameTool"
  2222.  
  2223. grab.Parent = v[i].Backpack
  2224.  
  2225.  
  2226.  
  2227. local copy = Instance.new("HopperBin")
  2228.  
  2229. copy.BinType = "Clone"
  2230.  
  2231. copy.Parent = v[i].Backpack
  2232.  
  2233.  
  2234.  
  2235. local extra = insert:LoadAsset(35012404)
  2236.  
  2237. extra:MakeJoints()
  2238.  
  2239. extra["Build Tools"].Parent = v[i].Backpack
  2240.  
  2241. end
  2242.  
  2243. end
  2244.  
  2245.  
  2246.  
  2247. elseif string.sub(Msg, 0, 8) == "message/" then
  2248.  
  2249. local x = Instance.new("Message")
  2250.  
  2251. x.Parent = game.Workspace
  2252.  
  2253. x.Text = string.sub(Msg, 9)
  2254.  
  2255. wait(5)
  2256.  
  2257. x:destroy()
  2258.  
  2259.  
  2260.  
  2261. elseif string.sub(Msg, 0, 8) == "respawn/" then
  2262.  
  2263. for _,v in pairs(game.Players:GetPlayers()) do
  2264.  
  2265. if string.find(v.Name, string.sub(Msg, 9)) then
  2266.  
  2267. local ack2 = Instance.new("Model")
  2268.  
  2269. ack2.Parent = game.Workspace
  2270.  
  2271. local ack4 = Instance.new("Part")
  2272.  
  2273. ack4.Transparency = 1
  2274.  
  2275. ack4.CanCollide = false
  2276.  
  2277. ack4.Anchored = true
  2278.  
  2279. ack4.Name = "Torso"
  2280.  
  2281. ack4.Position = Vector3.new(10000,10000,10000)
  2282.  
  2283. ack4.Parent = ack2
  2284.  
  2285. local ack3 = Instance.new("Humanoid")
  2286.  
  2287. ack3.Torso = ack4
  2288.  
  2289. ack3.Parent = ack2
  2290.  
  2291. v.Character = ack2
  2292.  
  2293. game:getService("Chat"):Chat(Camball.Part1,"Respawned "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  2294.  
  2295. end
  2296.  
  2297. end
  2298.  
  2299.  
  2300.  
  2301. elseif string.sub(Msg, 0, 5) == "plat/" then
  2302.  
  2303. game:getService("Chat"):Chat(Camball.Part1,"Created platform on "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  2304.  
  2305. for _,v in pairs(game.Players:GetPlayers()) do
  2306.  
  2307. if string.find(v.Name, string.sub(Msg, 6)) then
  2308.  
  2309. Camball.plat.Parent = workspace
  2310.  
  2311. Camball.platvic = v
  2312.  
  2313. Camball.platpos = Camball.platvic.Character.Torso.Position.Y - 3.5
  2314.  
  2315. while true do wait()
  2316.  
  2317. if Camball.platvic ~= nil then
  2318.  
  2319. if Camball.platvic.Character then
  2320.  
  2321. if Camball.platvic.Character:findFirstChild("Torso") then
  2322.  
  2323. Camball.plat.CFrame = CFrame.new(Camball.platvic.Character.Torso.Position.X, Camball.platpos, Camball.platvic.Character.Torso.Position.Z)
  2324.  
  2325. end
  2326.  
  2327. end
  2328.  
  2329. end
  2330.  
  2331. end
  2332.  
  2333. end
  2334.  
  2335. end
  2336.  
  2337.  
  2338.  
  2339. elseif string.sub(Msg, 0, 5) == "appe/" then--All made by me strategizing(idk how to spell it)
  2340.  
  2341. local bet = "/"
  2342.  
  2343. for i = 6, #Msg do
  2344.  
  2345. if string.sub(Msg, i, i) == bet then
  2346.  
  2347. for _,v in pairs(game.Players:GetPlayers()) do
  2348.  
  2349. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  2350.  
  2351. local id = string.sub(Msg, i+1)
  2352.  
  2353. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..id.."&placeId=0"
  2354.  
  2355. v.Humanoid.Health = 0
  2356.  
  2357. game:GetService("Chat"):Chat(Camball.Part1,"Turned "..string.sub(Msg, 6, i - 1).."'s Character into "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  2358.  
  2359. if string.sub(Msg, i+1) == "me" then
  2360.  
  2361. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7536818&placeId=0"
  2362.  
  2363. end
  2364.  
  2365. end
  2366.  
  2367. end
  2368.  
  2369. end
  2370.  
  2371. end
  2372.  
  2373.  
  2374.  
  2375. elseif string.sub(Msg, 0, 2) == "cs" then
  2376.  
  2377. local c = game.Workspace:GetChildren()
  2378.  
  2379. for i =1,#c do
  2380.  
  2381. if c[i].className == "Script" then
  2382.  
  2383. c[i]:remove()
  2384.  
  2385. game:GetService("Chat"):Chat(Camball.Part1,"Cleared all scripts",Enum.ChatColor.Red)
  2386.  
  2387. end end
  2388.  
  2389.  
  2390.  
  2391. elseif string.sub(Msg, 0, 5) == "team/" then
  2392.  
  2393. local team = Instance.new("Team")
  2394.  
  2395. team.Parent = game.Teams
  2396.  
  2397. team.Name = string.sub(Msg, 6)
  2398.  
  2399. team.Color = Color3.new(math.random)
  2400.  
  2401. game:GetService("Chat"):Chat(Camball.Part1,"Created team successfully.",Enum.ChatColor.Red)
  2402.  
  2403.  
  2404.  
  2405. elseif string.sub(Msg, 0, 4) == "god/" then
  2406.  
  2407. for _,v in pairs(game.Workspace:GetChildren()) do
  2408.  
  2409. if string.find(v.Name, string.sub(Msg, 5)) then
  2410.  
  2411. if v:FindFirstChild("Humanoid") then
  2412.  
  2413. v.Humanoid.MaxHealth = math.huge
  2414.  
  2415. game:GetService("Chat"):Chat(Camball.Part1,"Made '"..string.sub(Msg, 02).."' immortal.",Enum.ChatColor.Red)
  2416.  
  2417. end
  2418.  
  2419. end
  2420.  
  2421. end
  2422.  
  2423.  
  2424.  
  2425. elseif string.sub(Msg, 0, 5) == "info/" then--Made by me
  2426.  
  2427. for _,v in pairs(game.Players:GetPlayers()) do
  2428.  
  2429. if string.find(v.Name, string.sub(Msg, 6)) then
  2430.  
  2431. game:GetService("Chat"):Chat(Camball.Part1,"Getting info from "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  2432.  
  2433. wait(2)
  2434.  
  2435. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.AccountAge..".",Enum.ChatColor.Red)
  2436.  
  2437. wait(1)
  2438.  
  2439. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.CharacterAppearance..".",Enum.ChatColor.Red)
  2440.  
  2441. wait(3)
  2442.  
  2443. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.userId..".",Enum.ChatColor.Red)
  2444.  
  2445. end
  2446.  
  2447. end
  2448.  
  2449.  
  2450.  
  2451. elseif string.sub(Msg, 0, 8) == "maxinfo/" then--Made by me
  2452.  
  2453. for _,v in pairs(game.Players:GetPlayers()) do
  2454.  
  2455. if string.find(v.Name, string.sub(Msg, 9)) then
  2456.  
  2457. game:GetService("Chat"):Chat(Camball.Part1,"Getting maxinfo from "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  2458.  
  2459. wait(4)
  2460.  
  2461. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.AccountAge..".",Enum.ChatColor.Red)
  2462.  
  2463. wait(2)
  2464.  
  2465. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.CharacterAppearance..".",Enum.ChatColor.Red)
  2466.  
  2467. wait(3)
  2468.  
  2469. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.ClassName..".",Enum.ChatColor.Red)
  2470.  
  2471. wait(1)
  2472.  
  2473. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.DataComplexity..".",Enum.ChatColor.Red)
  2474.  
  2475. wait(2)
  2476.  
  2477. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.Name..".",Enum.ChatColor.Red)
  2478.  
  2479. wait(2)
  2480.  
  2481. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.Parent..".",Enum.ChatColor.Red)
  2482.  
  2483. wait(2)
  2484.  
  2485. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.TeamColor..".",Enum.ChatColor.Red)
  2486.  
  2487. end
  2488.  
  2489. end
  2490.  
  2491.  
  2492.  
  2493. elseif string.sub(Msg, 0, 5) == "plock" then
  2494.  
  2495. lock = true
  2496.  
  2497. while lock == true do wait()
  2498.  
  2499. for _,v in pairs(game.Players:GetPlayers()) do
  2500.  
  2501. if string.find(v.Name, string.sub(Msg, 6)) then
  2502.  
  2503. if v then
  2504.  
  2505. if v:findFirstChild("Humanoid") then
  2506.  
  2507. v:destroy()
  2508.  
  2509. end
  2510.  
  2511. end
  2512.  
  2513. end
  2514.  
  2515. end
  2516.  
  2517. end
  2518.  
  2519.  
  2520.  
  2521. elseif string.sub(Msg, 0, 4) == "blue" then
  2522.  
  2523. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Blue.",Enum.ChatColor.Blue)
  2524.  
  2525. if game:service("Players").LocalPlayer.Character ~= nil then
  2526.  
  2527. CatchMsg("/up")
  2528.  
  2529. end
  2530.  
  2531. PreChar = Instance.new("Model")
  2532.  
  2533. PreChar.Parent = workspace
  2534.  
  2535. PreChar.Name = "flipflop8421"
  2536.  
  2537. Character = Instance.new("Model")
  2538.  
  2539. Character.Name = "Blue"
  2540.  
  2541. Character.Parent = PreChar
  2542.  
  2543. local Head = Instance.new("Part")
  2544.  
  2545. Head.Name = "Head"
  2546.  
  2547. Head.formFactor = 0
  2548.  
  2549. Head.Size = Vector3.new(2, 1, 1)
  2550.  
  2551. Head.TopSurface = 0
  2552.  
  2553. Head.BottomSurface = "Weld"
  2554.  
  2555. Head.BrickColor = BrickColor.new("Really black")
  2556.  
  2557. Head.Parent = Character
  2558.  
  2559. local fire = Instance.new("Fire")
  2560.  
  2561. fire.Parent = Head
  2562.  
  2563. fire.Color = Color3.new(125, 19, 64)
  2564.  
  2565. fire.SecondaryColor = Color3.new(12, 45, 113)
  2566.  
  2567. local Mesh = Instance.new("SpecialMesh")
  2568.  
  2569. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  2570.  
  2571. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2572.  
  2573. Mesh.Parent = Head
  2574.  
  2575. Mesh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2576.  
  2577. local Face = Instance.new("Decal")
  2578.  
  2579. Face.Name = "face"
  2580.  
  2581. Face.Face = "Front"
  2582.  
  2583. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  2584.  
  2585. Face.Parent = Head
  2586.  
  2587. local Torso = Instance.new("Part")
  2588.  
  2589. Torso.Name = "Torso"
  2590.  
  2591. Torso.formFactor = 0
  2592.  
  2593. Torso.Size = Vector3.new(2, 2, 1)
  2594.  
  2595. Torso.TopSurface = "Studs"
  2596.  
  2597. Torso.BottomSurface = "Inlet"
  2598.  
  2599. Torso.LeftSurface = "Weld"
  2600.  
  2601. Torso.RightSurface = "Weld"
  2602.  
  2603. Torso.BrickColor = BrickColor.new("Really black")
  2604.  
  2605. Torso.Parent = Character
  2606.  
  2607. local m = Instance.new("SpecialMesh")
  2608.  
  2609. m.Parent = Torso
  2610.  
  2611. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  2612.  
  2613. m.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2614.  
  2615. local TShirt = Instance.new("Decal")
  2616.  
  2617. TShirt.Name = "roblox"
  2618.  
  2619. TShirt.Face = "Front"
  2620.  
  2621. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  2622.  
  2623. TShirt.Parent = Torso
  2624.  
  2625. local Limb = Instance.new("Part")
  2626.  
  2627. Limb.formFactor = 0
  2628.  
  2629. Limb.Size = Vector3.new(1, 2, 1)
  2630.  
  2631. Limb.TopSurface = "Studs"
  2632.  
  2633. Limb.BottomSurface = "Inlet"
  2634.  
  2635. Limb.BrickColor = BrickColor.new("Really black")
  2636.  
  2637. local Limb2 = Instance.new("Part")
  2638.  
  2639. Limb2.formFactor = 0
  2640.  
  2641. Limb2.Size = Vector3.new(1, 2, 1)
  2642.  
  2643. Limb2.TopSurface = "Studs"
  2644.  
  2645. Limb2.BottomSurface = "Inlet"
  2646.  
  2647. Limb2.BrickColor = BrickColor.new("Really black")
  2648.  
  2649. local LeftArm = Limb2:Clone()
  2650.  
  2651. LeftArm.Name = "Left Arm"
  2652.  
  2653. LeftArm.Parent = Character
  2654.  
  2655. local me = Instance.new("SpecialMesh")
  2656.  
  2657. me.Parent = LeftArm
  2658.  
  2659. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  2660.  
  2661. me.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2662.  
  2663. local RightArm = Limb2:Clone()
  2664.  
  2665. RightArm.Name = "Right Arm"
  2666.  
  2667. RightArm.Parent = Character
  2668.  
  2669. local meshhh = Instance.new("SpecialMesh")
  2670.  
  2671. meshhh.Parent = RightArm
  2672.  
  2673. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  2674.  
  2675. meshhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2676.  
  2677. local LeftLeg = Limb:Clone()
  2678.  
  2679. LeftLeg.Name = "Left Leg"
  2680.  
  2681. LeftLeg.Parent = Character
  2682.  
  2683. local meshhhh = Instance.new("SpecialMesh")
  2684.  
  2685. meshhhh.Parent = LeftLeg
  2686.  
  2687. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  2688.  
  2689. meshhhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2690.  
  2691. local RightLeg = Limb:Clone()
  2692.  
  2693. RightLeg.Name = "Right Leg"
  2694.  
  2695. RightLeg.Parent = Character
  2696.  
  2697. local meshhhhh = Instance.new("SpecialMesh")
  2698.  
  2699. meshhhhh.Parent = RightLeg
  2700.  
  2701. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  2702.  
  2703. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  2704.  
  2705. local Neck = Instance.new("Motor6D")
  2706.  
  2707. Neck.Name = "Neck"
  2708.  
  2709. Neck.Part0 = Torso
  2710.  
  2711. Neck.Part1 = Head
  2712.  
  2713. Neck.C0 = CFrame.new(0, 2, 0)
  2714.  
  2715. Neck.C1 = CFrame.new(0, 0.5, 0)
  2716.  
  2717. Neck.MaxVelocity = 0
  2718.  
  2719. Neck.Parent = Torso
  2720.  
  2721. local LeftShoulder = Instance.new("Motor6D")
  2722.  
  2723. LeftShoulder.Name = "Left Shoulder"
  2724.  
  2725. LeftShoulder.Part0 = Torso
  2726.  
  2727. LeftShoulder.Part1 = LeftArm
  2728.  
  2729. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2730.  
  2731. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2732.  
  2733. LeftShoulder.MaxVelocity = 0.5
  2734.  
  2735. LeftShoulder.Parent = Torso
  2736.  
  2737. local RightShoulder = Instance.new("Motor6D")
  2738.  
  2739. RightShoulder.Name = "Right Shoulder"
  2740.  
  2741. RightShoulder.Part0 = Torso
  2742.  
  2743. RightShoulder.Part1 = RightArm
  2744.  
  2745. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2746.  
  2747. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2748.  
  2749. RightShoulder.MaxVelocity = 0.5
  2750.  
  2751. RightShoulder.Parent = Torso
  2752.  
  2753. local LeftHip = Instance.new("Motor6D")
  2754.  
  2755. LeftHip.Name = "Left Hip"
  2756.  
  2757. LeftHip.Part0 = Torso
  2758.  
  2759. LeftHip.Part1 = LeftLeg
  2760.  
  2761. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2762.  
  2763. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2764.  
  2765. LeftHip.MaxVelocity = 0.1
  2766.  
  2767. LeftHip.Parent = Torso
  2768.  
  2769. local RightHip = Instance.new("Motor6D")
  2770.  
  2771. RightHip.Name = "Right Hip"
  2772.  
  2773. RightHip.Part0 = Torso
  2774.  
  2775. RightHip.Part1 = RightLeg
  2776.  
  2777. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2778.  
  2779. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2780.  
  2781. RightHip.MaxVelocity = 0.1
  2782.  
  2783. RightHip.Parent = Torso
  2784.  
  2785. local Humanoid = Instance.new("Humanoid")
  2786.  
  2787. Humanoid.Parent = Character
  2788.  
  2789. Humanoid.WalkSpeed = 20
  2790.  
  2791. local BodyColors = Instance.new("BodyColors")
  2792.  
  2793. BodyColors.Name = "Body Colors"
  2794.  
  2795. BodyColors.HeadColor = Head.BrickColor
  2796.  
  2797. BodyColors.TorsoColor = Torso.BrickColor
  2798.  
  2799. BodyColors.LeftArmColor = LeftArm.BrickColor
  2800.  
  2801. BodyColors.RightArmColor = RightArm.BrickColor
  2802.  
  2803. BodyColors.LeftLegColor = LeftLeg.BrickColor
  2804.  
  2805. BodyColors.RightLegColor = RightLeg.BrickColor
  2806.  
  2807. BodyColors.Parent = Character
  2808.  
  2809. local Shirt = Instance.new("Shirt")
  2810.  
  2811. Shirt.Name = "Shirt"
  2812.  
  2813. Shirt.ShirtTemplate = ""
  2814.  
  2815. Shirt.Parent = Character
  2816.  
  2817. local ShirtGraphic = Instance.new("ShirtGraphic")
  2818.  
  2819. ShirtGraphic.Name = "Shirt Graphic"
  2820.  
  2821. ShirtGraphic.Graphic = ""
  2822.  
  2823. ShirtGraphic.Parent = Character
  2824.  
  2825. local Pants = Instance.new("Pants")
  2826.  
  2827. Pants.Name = "Pants"
  2828.  
  2829. Pants.PantsTemplate = ""
  2830.  
  2831. Pants.Parent = Character
  2832.  
  2833. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  2834.  
  2835. game:service("Players").LocalPlayer.Character = Character
  2836.  
  2837. workspace.CurrenctCamera.CameraSubject = Character.Humanoid
  2838.  
  2839. workspace.CurrentCamera.CameraType = "Follow"
  2840.  
  2841. hats = {71484125,71597048,20416957}
  2842.  
  2843. for i = 1, #hats do
  2844.  
  2845. root = game:GetService("InsertService"):LoadAsset(hats[i])
  2846.  
  2847. root.Parent = Character
  2848.  
  2849. z = root:GetChildren()
  2850.  
  2851. for f = 1, #z do
  2852.  
  2853. z[f].Parent = Character
  2854.  
  2855. end
  2856.  
  2857. root:Remove()
  2858.  
  2859. end
  2860.  
  2861. ganim=game.Lighting:findFirstChild("Animate")
  2862.  
  2863. kanim=ganim:clone()
  2864.  
  2865. kanim.Parent = Character
  2866.  
  2867. elseif Msg == "flame" then
  2868.  
  2869. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Flame",Enum.ChatColor.Blue)
  2870.  
  2871. if game:service("Players").LocalPlayer.Character ~= nil then
  2872.  
  2873. CatchMsg("/up")
  2874.  
  2875. end
  2876.  
  2877. PreChar = Instance.new("Model")
  2878.  
  2879. PreChar.Parent = workspace
  2880.  
  2881. PreChar.Name = "flipflop8421"
  2882.  
  2883. Character = Instance.new("Model")
  2884.  
  2885. Character.Name = "Flame"
  2886.  
  2887. Character.Parent = PreChar
  2888.  
  2889. local Head = Instance.new("Part")
  2890.  
  2891. Head.Name = "Head"
  2892.  
  2893. Head.formFactor = 0
  2894.  
  2895. Head.Size = Vector3.new(1, 1, 1)
  2896.  
  2897. Head.TopSurface = 0
  2898.  
  2899. Head.BottomSurface = "Weld"
  2900.  
  2901. Head.BrickColor = BrickColor.new("Really black")
  2902.  
  2903. Head.Parent = Character
  2904.  
  2905. local fire = Instance.new("Fire")
  2906.  
  2907. fire.Parent = Head
  2908.  
  2909. fire.Color = Color3.new(0)
  2910.  
  2911. fire.Size = 3
  2912.  
  2913. local Meshh = Instance.new("SpecialMesh")
  2914.  
  2915. Meshh.Parent = Head
  2916.  
  2917. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  2918.  
  2919. Meshh.Scale = Vector3.new(1, 1, 1)
  2920.  
  2921. Meshh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  2922.  
  2923. local Face = Instance.new("Decal")
  2924.  
  2925. Face.Name = "face"
  2926.  
  2927. Face.Face = "Front"
  2928.  
  2929. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  2930.  
  2931. Face.Parent = Head
  2932.  
  2933. local Torso = Instance.new("Part")
  2934.  
  2935. Torso.Name = "Torso"
  2936.  
  2937. Torso.formFactor = 0
  2938.  
  2939. Torso.Size = Vector3.new(2, 2, 1)
  2940.  
  2941. Torso.TopSurface = "Studs"
  2942.  
  2943. Torso.BottomSurface = "Inlet"
  2944.  
  2945. Torso.LeftSurface = "Weld"
  2946.  
  2947. Torso.RightSurface = "Weld"
  2948.  
  2949. Torso.BrickColor = BrickColor.new("Really black")
  2950.  
  2951. Torso.Parent = Character
  2952.  
  2953. local f = Instance.new("Fire")
  2954.  
  2955. f.Parent = Torso
  2956.  
  2957. f.Color = Color3.new(0)
  2958.  
  2959. f.Size = 3
  2960.  
  2961. local m = Instance.new("SpecialMesh")
  2962.  
  2963. m.Parent = Torso
  2964.  
  2965. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  2966.  
  2967. m.TextureId = "http://www.roblox.com/asset/?id=95319353"
  2968.  
  2969. m.Scale = Vector3.new(1, 1, 1)
  2970.  
  2971. local TShirt = Instance.new("Decal")
  2972.  
  2973. TShirt.Name = "roblox"
  2974.  
  2975. TShirt.Face = "Front"
  2976.  
  2977. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  2978.  
  2979. TShirt.Parent = Torso
  2980.  
  2981. local Limb = Instance.new("Part")
  2982.  
  2983. Limb.formFactor = 0
  2984.  
  2985. Limb.Size = Vector3.new(1, 2, 1)
  2986.  
  2987. Limb.TopSurface = "Studs"
  2988.  
  2989. Limb.BottomSurface = "Inlet"
  2990.  
  2991. Limb.BrickColor = BrickColor.new("Really black")
  2992.  
  2993. local Limb2 = Instance.new("Part")
  2994.  
  2995. Limb2.formFactor = 0
  2996.  
  2997. Limb2.Size = Vector3.new(1, 2, 1)
  2998.  
  2999. Limb2.TopSurface = "Studs"
  3000.  
  3001. Limb2.BottomSurface = "Inlet"
  3002.  
  3003. Limb2.BrickColor = BrickColor.new("Really black")
  3004.  
  3005. local LeftArm = Limb2:Clone()
  3006.  
  3007. LeftArm.Name = "Left Arm"
  3008.  
  3009. LeftArm.Parent = Character
  3010.  
  3011. local fi = Instance.new("Fire")
  3012.  
  3013. fi.Parent = LeftArm
  3014.  
  3015. fi.Color = Color3.new(0)
  3016.  
  3017. fi.Size = 3
  3018.  
  3019. local me = Instance.new("SpecialMesh")
  3020.  
  3021. me.Parent = LeftArm
  3022.  
  3023. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  3024.  
  3025. me.TextureId = "http://www.roblox.com/asset/?id=95319353"
  3026.  
  3027. me.Scale = Vector3.new(1, 1, 1)
  3028.  
  3029. local RightArm = Limb2:Clone()
  3030.  
  3031. RightArm.Name = "Right Arm"
  3032.  
  3033. RightArm.Parent = Character
  3034.  
  3035. local fir = Instance.new("Fire")
  3036.  
  3037. fir.Parent = RightArm
  3038.  
  3039. fir.Color = Color3.new(0)
  3040.  
  3041. fir.Size = 3
  3042.  
  3043. local mes = Instance.new("SpecialMesh")
  3044.  
  3045. mes.Parent = RightArm
  3046.  
  3047. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  3048.  
  3049. mes.TextureId = "http://www.roblox.com/asset/?id=95319353"
  3050.  
  3051. mes.Scale = Vector3.new(1, 1, 1)
  3052.  
  3053. local LeftLeg = Limb:Clone()
  3054.  
  3055. LeftLeg.Name = "Left Leg"
  3056.  
  3057. LeftLeg.Parent = Character
  3058.  
  3059. local firee = Instance.new("Fire")
  3060.  
  3061. firee.Parent = LeftLeg
  3062.  
  3063. firee.Color = Color3.new(0)
  3064.  
  3065. firee.Size = 3
  3066.  
  3067. local mesh = Instance.new("SpecialMesh")
  3068.  
  3069. mesh.Parent = LeftLeg
  3070.  
  3071. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  3072.  
  3073. mesh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  3074.  
  3075. mesh.Scale = Vector3.new(1, 1, 1)
  3076.  
  3077. local RightLeg = Limb:Clone()
  3078.  
  3079. RightLeg.Name = "Right Leg"
  3080.  
  3081. RightLeg.Parent = Character
  3082.  
  3083. Character:BreakJoints()
  3084.  
  3085. local fireee = Instance.new("Fire")
  3086.  
  3087. fireee.Parent = RightLeg
  3088.  
  3089. fireee.Color = Color3.new(0)
  3090.  
  3091. fireee.Size = 3
  3092.  
  3093. local meshh = Instance.new("SpecialMesh")
  3094.  
  3095. meshh.Parent = RightLeg
  3096.  
  3097. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  3098.  
  3099. meshh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  3100.  
  3101. meshh.Scale = Vector3.new(1, 1, 1)
  3102.  
  3103. local Neck = Instance.new("Motor6D")
  3104.  
  3105. Neck.Name = "Neck"
  3106.  
  3107. Neck.Part0 = Torso
  3108.  
  3109. Neck.Part1 = Head
  3110.  
  3111. Neck.C0 = CFrame.new(0, 2, 0)
  3112.  
  3113. Neck.C1 = CFrame.new(0, 0.5, 0)
  3114.  
  3115. Neck.MaxVelocity = 0
  3116.  
  3117. Neck.Parent = Torso
  3118.  
  3119. local LeftShoulder = Instance.new("Motor6D")
  3120.  
  3121. LeftShoulder.Name = "Left Shoulder"
  3122.  
  3123. LeftShoulder.Part0 = Torso
  3124.  
  3125. LeftShoulder.Part1 = LeftArm
  3126.  
  3127. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3128.  
  3129. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3130.  
  3131. LeftShoulder.MaxVelocity = 0.5
  3132.  
  3133. LeftShoulder.Parent = Torso
  3134.  
  3135. local RightShoulder = Instance.new("Motor6D")
  3136.  
  3137. RightShoulder.Name = "Right Shoulder"
  3138.  
  3139. RightShoulder.Part0 = Torso
  3140.  
  3141. RightShoulder.Part1 = RightArm
  3142.  
  3143. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3144.  
  3145. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3146.  
  3147. RightShoulder.MaxVelocity = 0.5
  3148.  
  3149. RightShoulder.Parent = Torso
  3150.  
  3151. local LeftHip = Instance.new("Motor6D")
  3152.  
  3153. LeftHip.Name = "Left Hip"
  3154.  
  3155. LeftHip.Part0 = Torso
  3156.  
  3157. LeftHip.Part1 = LeftLeg
  3158.  
  3159. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3160.  
  3161. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3162.  
  3163. LeftHip.MaxVelocity = 0.1
  3164.  
  3165. LeftHip.Parent = Torso
  3166.  
  3167. local RightHip = Instance.new("Motor6D")
  3168.  
  3169. RightHip.Name = "Right Hip"
  3170.  
  3171. RightHip.Part0 = Torso
  3172.  
  3173. RightHip.Part1 = RightLeg
  3174.  
  3175. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3176.  
  3177. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3178.  
  3179. RightHip.MaxVelocity = 0.1
  3180.  
  3181. RightHip.Parent = Torso
  3182.  
  3183. local Humanoid = Instance.new("Humanoid")
  3184.  
  3185. Humanoid.Parent = Character
  3186.  
  3187. Humanoid.WalkSpeed = 20
  3188.  
  3189. local BodyColors = Instance.new("BodyColors")
  3190.  
  3191. BodyColors.Name = "Body Colors"
  3192.  
  3193. BodyColors.HeadColor = Head.BrickColor
  3194.  
  3195. BodyColors.TorsoColor = Torso.BrickColor
  3196.  
  3197. BodyColors.LeftArmColor = LeftArm.BrickColor
  3198.  
  3199. BodyColors.RightArmColor = RightArm.BrickColor
  3200.  
  3201. BodyColors.LeftLegColor = LeftLeg.BrickColor
  3202.  
  3203. BodyColors.RightLegColor = RightLeg.BrickColor
  3204.  
  3205. BodyColors.Parent = Character
  3206.  
  3207. local Shirt = Instance.new("Shirt")
  3208.  
  3209. Shirt.Name = "Shirt"
  3210.  
  3211. Shirt.ShirtTemplate = ""
  3212.  
  3213. Shirt.Parent = Character
  3214.  
  3215. local ShirtGraphic = Instance.new("ShirtGraphic")
  3216.  
  3217. ShirtGraphic.Name = "Shirt Graphic"
  3218.  
  3219. ShirtGraphic.Graphic = ""
  3220.  
  3221. ShirtGraphic.Parent = Character
  3222.  
  3223. local Pants = Instance.new("Pants")
  3224.  
  3225. Pants.Name = "Pants"
  3226.  
  3227. Pants.PantsTemplate = ""
  3228.  
  3229. Pants.Parent = Character
  3230.  
  3231. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  3232.  
  3233. game:service("Players").LocalPlayer.Character = Character
  3234.  
  3235. workspace.CurrentCamera.CameraSubject = Character.Head
  3236.  
  3237. workspace.CurrentCamera.CameraType = "Follow"
  3238.  
  3239. hats = {}
  3240.  
  3241. for i = 1, #hats do
  3242.  
  3243. root = game:GetService("InsertService"):LoadAsset(hats[i])
  3244.  
  3245. root.Parent = Character
  3246.  
  3247. z = root:GetChildren()
  3248.  
  3249. for f = 1, #z do
  3250.  
  3251. z[f].Parent = Character
  3252.  
  3253. end
  3254.  
  3255. root:Remove()
  3256.  
  3257. end
  3258.  
  3259. ganim=game.Lighting:findFirstChild("Animate")
  3260.  
  3261. kanim=ganim:clone()
  3262.  
  3263. kanim.Parent = Character
  3264.  
  3265. elseif Msg == "cryston" then
  3266.  
  3267. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Cryston.",Enum.ChatColor.Blue)
  3268.  
  3269. if game:service("Players").LocalPlayer.Character ~= nil then
  3270.  
  3271. CatchMsg("/up")
  3272.  
  3273. end
  3274.  
  3275. Character = Instance.new("Model")
  3276.  
  3277. Character.Name = "Cryston"
  3278.  
  3279. Character.Parent = workspace
  3280.  
  3281. local Head = Instance.new("Part")
  3282.  
  3283. Head.Name = "Head"
  3284.  
  3285. Head.formFactor = 0
  3286.  
  3287. Head.Size = Vector3.new(2, 1, 1)
  3288.  
  3289. Head.TopSurface = 0
  3290.  
  3291. Head.BottomSurface = "Weld"
  3292.  
  3293. Head.BrickColor = BrickColor.new("Really black")
  3294.  
  3295. Head.Parent = Character
  3296.  
  3297. local fire = Instance.new("Fire")
  3298.  
  3299. fire.Parent = Head
  3300.  
  3301. fire.Color = Color3.new(125, 19, 64)
  3302.  
  3303. fire.SecondaryColor = Color3.new(12, 45, 113)
  3304.  
  3305. local Mesh = Instance.new("SpecialMesh")
  3306.  
  3307. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  3308.  
  3309. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  3310.  
  3311. Mesh.Parent = Head
  3312.  
  3313. Mesh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3314.  
  3315. local Face = Instance.new("Decal")
  3316.  
  3317. Face.Name = "face"
  3318.  
  3319. Face.Face = "Front"
  3320.  
  3321. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  3322.  
  3323. Face.Parent = Head
  3324.  
  3325. local Torso = Instance.new("Part")
  3326.  
  3327. Torso.Name = "Torso"
  3328.  
  3329. Torso.formFactor = 0
  3330.  
  3331. Torso.Size = Vector3.new(2, 2, 1)
  3332.  
  3333. Torso.TopSurface = "Studs"
  3334.  
  3335. Torso.BottomSurface = "Inlet"
  3336.  
  3337. Torso.LeftSurface = "Weld"
  3338.  
  3339. Torso.RightSurface = "Weld"
  3340.  
  3341. Torso.BrickColor = BrickColor.new("Really black")
  3342.  
  3343. Torso.Parent = Character
  3344.  
  3345. local m = Instance.new("SpecialMesh")
  3346.  
  3347. m.Parent = Torso
  3348.  
  3349. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  3350.  
  3351. m.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3352.  
  3353. local TShirt = Instance.new("Decal")
  3354.  
  3355. TShirt.Name = "roblox"
  3356.  
  3357. TShirt.Face = "Front"
  3358.  
  3359. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  3360.  
  3361. TShirt.Parent = Torso
  3362.  
  3363. local Limb = Instance.new("Part")
  3364.  
  3365. Limb.formFactor = 0
  3366.  
  3367. Limb.Size = Vector3.new(1, 2, 1)
  3368.  
  3369. Limb.TopSurface = "Studs"
  3370.  
  3371. Limb.BottomSurface = "Inlet"
  3372.  
  3373. Limb.BrickColor = BrickColor.new("Really black")
  3374.  
  3375. local Limb2 = Instance.new("Part")
  3376.  
  3377. Limb2.formFactor = 0
  3378.  
  3379. Limb2.Size = Vector3.new(1, 2, 1)
  3380.  
  3381. Limb2.TopSurface = "Studs"
  3382.  
  3383. Limb2.BottomSurface = "Inlet"
  3384.  
  3385. Limb2.BrickColor = BrickColor.new("Really black")
  3386.  
  3387. local LeftArm = Limb2:Clone()
  3388.  
  3389. LeftArm.Name = "Left Arm"
  3390.  
  3391. LeftArm.Parent = Character
  3392.  
  3393. local me = Instance.new("SpecialMesh")
  3394.  
  3395. me.Parent = LeftArm
  3396.  
  3397. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  3398.  
  3399. me.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3400.  
  3401. local RightArm = Limb2:Clone()
  3402.  
  3403. RightArm.Name = "Right Arm"
  3404.  
  3405. RightArm.Parent = Character
  3406.  
  3407. local meshhh = Instance.new("SpecialMesh")
  3408.  
  3409. meshhh.Parent = RightArm
  3410.  
  3411. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  3412.  
  3413. meshhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3414.  
  3415. local LeftLeg = Limb:Clone()
  3416.  
  3417. LeftLeg.Name = "Left Leg"
  3418.  
  3419. LeftLeg.Parent = Character
  3420.  
  3421. local meshhhh = Instance.new("SpecialMesh")
  3422.  
  3423. meshhhh.Parent = LeftLeg
  3424.  
  3425. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  3426.  
  3427. meshhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3428.  
  3429. local RightLeg = Limb:Clone()
  3430.  
  3431. RightLeg.Name = "Right Leg"
  3432.  
  3433. RightLeg.Parent = Character
  3434.  
  3435. local meshhhhh = Instance.new("SpecialMesh")
  3436.  
  3437. meshhhhh.Parent = RightLeg
  3438.  
  3439. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  3440.  
  3441. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  3442.  
  3443. local Neck = Instance.new("Motor6D")
  3444.  
  3445. Neck.Name = "Neck"
  3446.  
  3447. Neck.Part0 = Torso
  3448.  
  3449. Neck.Part1 = Head
  3450.  
  3451. Neck.C0 = CFrame.new(0, 2, 0)
  3452.  
  3453. Neck.C1 = CFrame.new(0, 0.5, 0)
  3454.  
  3455. Neck.MaxVelocity = 0
  3456.  
  3457. Neck.Parent = Torso
  3458.  
  3459. local LeftShoulder = Instance.new("Motor6D")
  3460.  
  3461. LeftShoulder.Name = "Left Shoulder"
  3462.  
  3463. LeftShoulder.Part0 = Torso
  3464.  
  3465. LeftShoulder.Part1 = LeftArm
  3466.  
  3467. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3468.  
  3469. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3470.  
  3471. LeftShoulder.MaxVelocity = 0.5
  3472.  
  3473. LeftShoulder.Parent = Torso
  3474.  
  3475. local RightShoulder = Instance.new("Motor6D")
  3476.  
  3477. RightShoulder.Name = "Right Shoulder"
  3478.  
  3479. RightShoulder.Part0 = Torso
  3480.  
  3481. RightShoulder.Part1 = RightArm
  3482.  
  3483. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3484.  
  3485. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3486.  
  3487. RightShoulder.MaxVelocity = 0.5
  3488.  
  3489. RightShoulder.Parent = Torso
  3490.  
  3491. local LeftHip = Instance.new("Motor6D")
  3492.  
  3493. LeftHip.Name = "Left Hip"
  3494.  
  3495. LeftHip.Part0 = Torso
  3496.  
  3497. LeftHip.Part1 = LeftLeg
  3498.  
  3499. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3500.  
  3501. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  3502.  
  3503. LeftHip.MaxVelocity = 0.1
  3504.  
  3505. LeftHip.Parent = Torso
  3506.  
  3507. local RightHip = Instance.new("Motor6D")
  3508.  
  3509. RightHip.Name = "Right Hip"
  3510.  
  3511. RightHip.Part0 = Torso
  3512.  
  3513. RightHip.Part1 = RightLeg
  3514.  
  3515. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3516.  
  3517. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  3518.  
  3519. RightHip.MaxVelocity = 0.1
  3520.  
  3521. RightHip.Parent = Torso
  3522.  
  3523. local Humanoid = Instance.new("Humanoid")
  3524.  
  3525. Humanoid.Parent = Character
  3526.  
  3527. Humanoid.WalkSpeed = 20
  3528.  
  3529. local BodyColors = Instance.new("BodyColors")
  3530.  
  3531. BodyColors.Name = "Body Colors"
  3532.  
  3533. BodyColors.HeadColor = Head.BrickColor
  3534.  
  3535. BodyColors.TorsoColor = Torso.BrickColor
  3536.  
  3537. BodyColors.LeftArmColor = LeftArm.BrickColor
  3538.  
  3539. BodyColors.RightArmColor = RightArm.BrickColor
  3540.  
  3541. BodyColors.LeftLegColor = LeftLeg.BrickColor
  3542.  
  3543. BodyColors.RightLegColor = RightLeg.BrickColor
  3544.  
  3545. BodyColors.Parent = Character
  3546.  
  3547. local Shirt = Instance.new("Shirt")
  3548.  
  3549. Shirt.Name = "Shirt"
  3550.  
  3551. Shirt.ShirtTemplate = ""
  3552.  
  3553. Shirt.Parent = Character
  3554.  
  3555. local ShirtGraphic = Instance.new("ShirtGraphic")
  3556.  
  3557. ShirtGraphic.Name = "Shirt Graphic"
  3558.  
  3559. ShirtGraphic.Graphic = ""
  3560.  
  3561. ShirtGraphic.Parent = Character
  3562.  
  3563. local Pants = Instance.new("Pants")
  3564.  
  3565. Pants.Name = "Pants"
  3566.  
  3567. Pants.PantsTemplate = ""
  3568.  
  3569. Pants.Parent = Character
  3570.  
  3571. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  3572.  
  3573. game:service("Players").LocalPlayer.Character = Character
  3574.  
  3575. workspace.CurrentCamera.CameraSubject = Character.Head
  3576.  
  3577. workspace.CurrentCamera.CameraType = "Follow"
  3578.  
  3579. hats = {71484125,71597048,20416957}
  3580.  
  3581. for i = 1, #hats do
  3582.  
  3583. root = game:GetService("InsertService"):LoadAsset(hats[i])
  3584.  
  3585. root.Parent = Character
  3586.  
  3587. z = root:GetChildren()
  3588.  
  3589. for f = 1, #z do
  3590.  
  3591. z[f].Parent = Character
  3592.  
  3593. end
  3594.  
  3595. root:Remove()
  3596.  
  3597. end
  3598.  
  3599. ganim=game.Lighting:findFirstChild("Animate")
  3600.  
  3601. kanim=ganim:clone()
  3602.  
  3603. kanim.Parent = Character
  3604.  
  3605.  
  3606.  
  3607. elseif string.sub(Msg, 0, 7) == "unplock" then
  3608.  
  3609. lock = false
  3610.  
  3611.  
  3612.  
  3613. elseif string.sub(Msg, 0, 5) == "mist/" then
  3614.  
  3615. game.Lighting.FogEnd = string.sub(Msg, 6)
  3616.  
  3617. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower to "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3618.  
  3619. if string.lower(string.sub(Msg, 6)) == "off" then
  3620.  
  3621. game.Lighting.FogEnd = 100000000000
  3622.  
  3623. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower off."..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3624.  
  3625. if string.lower(string.sub(Msg, 6)) == "on" then
  3626.  
  3627. game.Lighting.FogEnd = 100
  3628.  
  3629. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower off."..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3630.  
  3631. end
  3632.  
  3633. end
  3634.  
  3635.  
  3636.  
  3637. elseif string.sub(Msg, 0, 10) == "mistcolor/" then
  3638.  
  3639. game.Lighting.FogColor = Color3.new(string.sub(Msg, 01))
  3640.  
  3641. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistcolor to "..string.sub(Msg, 01)..".",Enum.ChatColor.Red)
  3642.  
  3643.  
  3644.  
  3645. elseif string.sub(Msg, 0, 13) == "slowshutdown/" then
  3646.  
  3647. local x = Instance.new("Message")
  3648.  
  3649. x.Parent = game.Workspace
  3650.  
  3651. x.Text = "This game will now shutdown in 5"
  3652.  
  3653. wait(1)
  3654.  
  3655. x:destroy()
  3656.  
  3657. local y = Instance.new("Message")
  3658.  
  3659. y.Parent = game.Workspace
  3660.  
  3661. y.Text = "This game will now shutdown in 4"
  3662.  
  3663. wait(1)
  3664.  
  3665. y:destroy()
  3666.  
  3667. local u = Instance.new("Message")
  3668.  
  3669. u.Parent = game.Workspace
  3670.  
  3671. u.Text = "This game will now shutdown in 3"
  3672.  
  3673. wait(1)
  3674.  
  3675. u:destroy()
  3676.  
  3677. local i = Instance.new("Message")
  3678.  
  3679. i.Parent = game.Workspace
  3680.  
  3681. i.Text = "This game will now shutdown in 2"
  3682.  
  3683. wait(1)
  3684.  
  3685. i:destroy()
  3686.  
  3687. local o = Instance.new("Message")
  3688.  
  3689. o.Parent = game.Workspace
  3690.  
  3691. o.Text = "This game will now shutdown in 1"
  3692.  
  3693. wait(1)
  3694.  
  3695. o:destroy()
  3696.  
  3697. local p = Instance.new("Message")
  3698.  
  3699. p.Parent = game.Workspace
  3700.  
  3701. p.Text = "Nah, tricked you, haha! You fell for it!!!"
  3702.  
  3703. wait(3)
  3704.  
  3705. p:destroy()
  3706.  
  3707. local a = Instance.new("Message")
  3708.  
  3709. a.Parent = game.Workspace
  3710.  
  3711. a.Text = "No, not really"
  3712.  
  3713. wait(3)
  3714.  
  3715. a:destroy()
  3716.  
  3717. local crash = Instance.new("Message")
  3718.  
  3719. crash.Parent = game.Workspace
  3720.  
  3721. crash.Text = "Goodbye everyone, you have been crashed by Cryston!!"
  3722.  
  3723. wait(3)
  3724.  
  3725. crash:destroy()
  3726.  
  3727. g = game.Players:GetPlayers()
  3728.  
  3729. while true do wait()
  3730.  
  3731. if g:IsA("Player") then
  3732.  
  3733. g: Destroy()
  3734.  
  3735. end
  3736.  
  3737. end
  3738.  
  3739.  
  3740.  
  3741. elseif string.sub(Msg, 0, 5):lower() == "remm/" then
  3742.  
  3743. if string.lower(string.sub(Msg, 6)) == "on" then
  3744.  
  3745. remm = true
  3746.  
  3747. while remm == true do wait()
  3748.  
  3749. if game.Workspace:FindFirstChild("Message") then
  3750.  
  3751. game.Workspace.Message:destroy()
  3752.  
  3753. game:GetService("Chat"):Chat(Camball.Part1,"Attempting to remove all messages perminantly.",Enum.ChatColor.Red)
  3754.  
  3755. if string.lower(string.sub(Msg, 6)) == "off" then
  3756.  
  3757. remm = false
  3758.  
  3759. game:GetService("Chat"):Chat(Camball.Part1,"Stopped removing messages.",Enum.ChatColor.Red)
  3760.  
  3761. end
  3762.  
  3763. end
  3764.  
  3765. end
  3766.  
  3767. end
  3768.  
  3769.  
  3770.  
  3771. elseif string.sub(Msg, 0, 7) == "hidech/" then
  3772.  
  3773. local Head = clone:FindFirstChild("Head")
  3774.  
  3775. local LeftArm = clone:FindFirstChild("Left Arm")
  3776.  
  3777. local RightArm = clone:FindFirstChild("Right Arm")
  3778.  
  3779. local LeftLeg = clone:FindFirstChild("Left Leg")
  3780.  
  3781. local RightLeg = clone:FindFirstChild("Right Leg")
  3782.  
  3783. local Torso = clone:FindFirstChild("Torso")
  3784.  
  3785. local face = clone.Head:FindFirstChild("face")
  3786.  
  3787. for i,v in pairs(clone:GetChildren()) do
  3788.  
  3789. if v:IsA("Hat") then
  3790.  
  3791. v:remove()
  3792.  
  3793. if Head then
  3794.  
  3795. if LeftArm then
  3796.  
  3797. if RightArm then
  3798.  
  3799. if LeftLeg then
  3800.  
  3801. if RightLeg then
  3802.  
  3803. if Torso then
  3804.  
  3805. if face then
  3806.  
  3807. Head.Transparency = 1
  3808.  
  3809. LeftArm.Transparency = 1
  3810.  
  3811. RightArm.Transparency = 1
  3812.  
  3813. LeftLeg.Transparency = 1
  3814.  
  3815. RightLeg.Transparency = 1
  3816.  
  3817. Torso.Transparency = 1
  3818.  
  3819. face.Transparency = 1
  3820.  
  3821. game:GetService("Chat"):Chat(Camball.Part1,"Hiding you, Sir.",Enum.ChatColor.Blue)
  3822.  
  3823. end
  3824.  
  3825. end
  3826.  
  3827. end
  3828.  
  3829. end
  3830.  
  3831. end
  3832.  
  3833. end
  3834.  
  3835. end
  3836.  
  3837. end
  3838.  
  3839. end
  3840.  
  3841.  
  3842.  
  3843. elseif string.sub(Msg, 0, 6) == "castle" then
  3844.  
  3845. local p = Instance.new("Part",workspace)
  3846.  
  3847. p.Anchored = true
  3848.  
  3849. p.Locked = true
  3850.  
  3851. p.Size = Vector3.new(1, 32, 1)
  3852.  
  3853. p.CFrame = CFrame.new(0, 0, 0)
  3854.  
  3855. local mesh = Instance.new("SpecialMesh",p)
  3856.  
  3857. mesh.MeshId = "http://www.roblox.com/asset/?id=28108629"
  3858.  
  3859. mesh.TextureId = "http://www.roblox.com/asset/?id=28108614"
  3860.  
  3861. mesh.Scale = Vector3.new(60, 60, 60)
  3862.  
  3863.  
  3864.  
  3865. elseif string.sub(Msg, 0, 2) == "sr" then
  3866.  
  3867. local g = game.Players:GetChildren()
  3868.  
  3869. local p = g.Backpack:GetChildren()
  3870.  
  3871. while true do wait()
  3872.  
  3873. p:destroy()
  3874.  
  3875. end
  3876.  
  3877.  
  3878.  
  3879. elseif string.sub(Msg, 0, 3) == "mp/" then
  3880.  
  3881. game.Players.MaxPlayers = tonumber(string.sub(Msg, 4))
  3882.  
  3883. wait()
  3884.  
  3885. local message = Instance.new("Message",workspace)
  3886.  
  3887. message.Text = "MaxPlayers is set to "..string.sub(Msg, 4)
  3888.  
  3889. wait(2)
  3890.  
  3891. message:destroy()
  3892.  
  3893.  
  3894.  
  3895. elseif string.sub(Msg, 0, 9) == "loopkill/" then
  3896.  
  3897. game:GetService("Chat"):Chat(Camball.Part1,"Loopkilling "..string.sub(Msg, 10)..".",Enum.ChatColor.Red)
  3898.  
  3899. for _,v in pairs(game.Players:GetPlayers()) do
  3900.  
  3901. if string.find(v.Name, string.sub(Msg, 10)) then
  3902.  
  3903. if v then
  3904.  
  3905. table.insert(loopkiller, v.Name)
  3906.  
  3907. end
  3908.  
  3909. end
  3910.  
  3911. end
  3912.  
  3913.  
  3914.  
  3915. elseif string.sub(Msg, 0, 11) == "unloopkill/" then
  3916.  
  3917. for _,v in pairs(game.Players:GetPlayers()) do
  3918.  
  3919. if string.find(v.Name, string.sub(Msg, 12)) then
  3920.  
  3921. game:GetService("Chat"):Chat(Camball.Part1,"Unloopkilling "..string.sub(Msg, 12)..".",Enum.ChatColor.Red)
  3922.  
  3923. table.remove(loopkiller, v.Name)
  3924.  
  3925. end
  3926.  
  3927. end
  3928.  
  3929.  
  3930.  
  3931. elseif string.sub(Msg, 0, 5) == "lban/" then
  3932.  
  3933. game:GetService("Chat"):Chat(Camball.Part1,"Loopbanning "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3934.  
  3935. while true do wait()
  3936.  
  3937. for _,v in pairs(game.Players:GetPlayers()) do
  3938.  
  3939. if string.find(v.Name, string.sub(Msg, 6)) then
  3940.  
  3941. if v then
  3942.  
  3943. v:destroy()
  3944.  
  3945. end
  3946.  
  3947. end
  3948.  
  3949. end
  3950.  
  3951. end
  3952.  
  3953.  
  3954.  
  3955. elseif string.sub(Msg, 0, 5) == "kick/" then
  3956.  
  3957. game:GetService("Chat"):Chat(Camball.Part1,"Kicking "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3958.  
  3959. for _,v in pairs(game.Players:GetPlayers()) do
  3960.  
  3961. if string.find(v.Name, string.sub(Msg, 6)) then
  3962.  
  3963. if v then
  3964.  
  3965. v.Character:BreakJoints()
  3966.  
  3967. end
  3968.  
  3969. end
  3970.  
  3971. end
  3972.  
  3973.  
  3974.  
  3975. elseif string.sub(Msg, 0, 4) == "fus/" then
  3976.  
  3977. go = false
  3978.  
  3979. fus = Instance.new("Part")
  3980.  
  3981. fus.formFactor = "Custom"
  3982.  
  3983. fus.Size = Vector3.new(1, 1, 4)
  3984.  
  3985. fus.TopSurface = "Smooth"
  3986.  
  3987. fus.BottomSurface = "Smooth"
  3988.  
  3989. fus.Anchored = false
  3990.  
  3991. fus.CanCollide = false
  3992.  
  3993. fus.BrickColor = BrickColor.new("Bright blue")
  3994.  
  3995. fus.Transparency = 0.6
  3996.  
  3997. fus.Reflectance = 0.5
  3998.  
  3999. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  4000.  
  4001. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  4002.  
  4003. local f = Instance.new("Fire")
  4004.  
  4005. f.Name = "FusFire"
  4006.  
  4007. f.Size = fus:GetMass()
  4008.  
  4009. f.Heat = 0
  4010.  
  4011. f.Color = Color3.new(1, 1, 1)
  4012.  
  4013. f.SecondaryColor = Color3.new(1, 1, 1)
  4014.  
  4015. f.Parent = fus
  4016.  
  4017. local mesh = Instance.new("SpecialMesh")
  4018.  
  4019. mesh.MeshType = "Sphere"
  4020.  
  4021. mesh.Parent = fus
  4022.  
  4023. local bp = Instance.new("BodyPosition")
  4024.  
  4025. bp.position = Character.Head.Position
  4026.  
  4027. bp.maxForce = Vector3.new(0, math.huge, 0)
  4028.  
  4029. bp.Parent = fus
  4030.  
  4031. fus.Parent = workspace
  4032.  
  4033. fus.Touched:connect(fused)
  4034.  
  4035. coroutine.resume(coroutine.create(function()
  4036.  
  4037. wait(0.5)
  4038.  
  4039. for i = 1, 20 do
  4040.  
  4041. wait(0.01)
  4042.  
  4043. local cf = fus.CFrame
  4044.  
  4045. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4046.  
  4047. f.Size = fus:GetMass()/2
  4048.  
  4049. fus.CFrame = cf
  4050.  
  4051. end
  4052.  
  4053. wait(3)
  4054.  
  4055. for i = 1, 40 do
  4056.  
  4057. fus.Transparency = fus.Transparency + 0.1
  4058.  
  4059. f.Size = f.Size - (fus:GetMass()/40)
  4060.  
  4061. wait(0.1)
  4062.  
  4063. end
  4064.  
  4065. wait()
  4066.  
  4067. fus.Transparency = 1
  4068.  
  4069. f:remove()
  4070.  
  4071. fus:remove()
  4072.  
  4073. go = true
  4074.  
  4075. end))
  4076.  
  4077. game:GetService("Debris"):AddItem(fus, 15)
  4078.  
  4079. game:GetService("Chat"):Chat(Camball.Part1,"Fus ro Dah!!!",Enum.ChatColor.Red)
  4080.  
  4081.  
  4082.  
  4083. elseif string.sub(Msg, 0, 6) == "loopk/" then
  4084.  
  4085. while true do wait()
  4086.  
  4087. for _,v in pairs(game.Workspace:GetChildren()) do
  4088.  
  4089. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  4090.  
  4091. if v:FindFirstChild("Humanoid") then
  4092.  
  4093. v.Humanoid.Health = 0
  4094.  
  4095. end
  4096.  
  4097. end
  4098.  
  4099. end
  4100.  
  4101. end
  4102.  
  4103.  
  4104.  
  4105. elseif string.sub(Msg, 0, 3) == "ct/" then
  4106.  
  4107. if Character then
  4108.  
  4109. Character:MoveTo(Vector3.new(1, 1, 1))
  4110.  
  4111. else
  4112.  
  4113. clone:MoveTo(Vector3.new(1, 1, 1))
  4114.  
  4115. end
  4116.  
  4117.  
  4118.  
  4119. elseif string.sub(Msg, 0, 4) == "yol/" then
  4120.  
  4121. go = false
  4122.  
  4123. fus = Instance.new("Part")
  4124.  
  4125. fus.formFactor = "Custom"
  4126.  
  4127. fus.Size = Vector3.new(3, 3, 6)
  4128.  
  4129. fus.TopSurface = "Smooth"
  4130.  
  4131. fus.BottomSurface = "Smooth"
  4132.  
  4133. fus.Anchored = false
  4134.  
  4135. fus.CanCollide = false
  4136.  
  4137. fus.BrickColor = BrickColor.new("Bright orange")
  4138.  
  4139. fus.Transparency = 0.5
  4140.  
  4141. fus.Reflectance = 0.6
  4142.  
  4143. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -6)
  4144.  
  4145. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  4146.  
  4147. local f = Instance.new("Fire")
  4148.  
  4149. f.Name = "FusFire"
  4150.  
  4151. f.Size = fus:GetMass()/3
  4152.  
  4153. f.Heat = 0
  4154.  
  4155. f.Parent = fus
  4156.  
  4157. local mesh = Instance.new("SpecialMesh")
  4158.  
  4159. mesh.MeshType = "Sphere"
  4160.  
  4161. mesh.Parent = fus
  4162.  
  4163. local bp = Instance.new("BodyPosition")
  4164.  
  4165. bp.position = Character.Head.Position
  4166.  
  4167. bp.maxForce = Vector3.new(0, math.huge, 0)
  4168.  
  4169. bp.Parent = fus
  4170.  
  4171. fus.Parent = workspace
  4172.  
  4173. fus.Touched:connect(yoled)
  4174.  
  4175. coroutine.resume(coroutine.create(function()
  4176.  
  4177. wait(0.5)
  4178.  
  4179. for i = 1, 20 do
  4180.  
  4181. wait(0.01)
  4182.  
  4183. local cf = fus.CFrame
  4184.  
  4185. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  4186.  
  4187. f.Size = fus:GetMass()/2
  4188.  
  4189. fus.CFrame = cf
  4190.  
  4191. end
  4192.  
  4193. wait(3)
  4194.  
  4195. for i = 1, 40 do
  4196.  
  4197. fus.Transparency = fus.Transparency + 0.1
  4198.  
  4199. f.Size = f.Size - (fus:GetMass()/3)/40
  4200.  
  4201. wait(0.1)
  4202.  
  4203. end
  4204.  
  4205. wait()
  4206.  
  4207. fus.Transparency = 1
  4208.  
  4209. f:remove()
  4210.  
  4211. fus:remove()
  4212.  
  4213. go = true
  4214.  
  4215. end))
  4216.  
  4217. game:GetService("Debris"):AddItem(fus, 15)
  4218.  
  4219.  
  4220.  
  4221. elseif string.sub(Msg, 0, 4) == "ping" then
  4222.  
  4223. if game:FindFirstChild("ServerReplicator") then
  4224.  
  4225. local m = Instance.new("Message",workspace)
  4226.  
  4227. m.Text = game.ServerReplicator:GetChildren()
  4228.  
  4229. end
  4230.  
  4231.  
  4232.  
  4233. elseif string.sub(Msg, 0, 5) == "laas/" then
  4234.  
  4235. for i = 1, 30 do
  4236.  
  4237. for a, b in pairs(game.Players:children()) do
  4238.  
  4239. if b.Character ~= nil then
  4240.  
  4241. if (Character.Torso.Position - b.Character.Torso.Position).magnitude <= 100 and b ~= p then
  4242.  
  4243. if b.Character.Torso:findFirstChild("LaasFire") == nil then
  4244.  
  4245. local f = Instance.new("Fire", b.Character.Torso)
  4246.  
  4247. f.Name = "LaasFire"
  4248.  
  4249. f.Size = b.Character.Torso:GetMass()*2
  4250.  
  4251. f.Color = Color3.new(0, 0, 0)
  4252.  
  4253. f.SecondaryColor = Color3.new(1, 1, 1)
  4254.  
  4255. end
  4256.  
  4257. elseif (Character.Torso.Position - b.Character.Torso.Position).magnitude > 100 then
  4258.  
  4259. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  4260.  
  4261. b.Character.Torso.LaasFire:remove()
  4262.  
  4263. end
  4264.  
  4265. end
  4266.  
  4267. end
  4268.  
  4269. end
  4270.  
  4271. wait(1)
  4272.  
  4273. end
  4274.  
  4275. for a, b in pairs(game.Players:children()) do
  4276.  
  4277. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  4278.  
  4279. b.Character.Torso.LaasFire:remove()
  4280.  
  4281. end
  4282.  
  4283. end
  4284.  
  4285.  
  4286.  
  4287. elseif string.sub(Msg, 0, 8) == "protect/" then
  4288.  
  4289. game:GetService("Chat"):Chat(Camball.Part1,"Protecting "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  4290.  
  4291. for _,v in pairs(game.Players:GetPlayers()) do
  4292.  
  4293. if string.find(v.Name, string.sub(Msg, 9)) then
  4294.  
  4295. while true do wait()
  4296.  
  4297. if not game.Players:FindFirstChild(v.Name) then
  4298.  
  4299. player = v
  4300.  
  4301. player.Character.Archivable = true
  4302.  
  4303. char = player.Character:Clone()
  4304.  
  4305. clone2 = nil
  4306.  
  4307. clone2 = char:Clone()
  4308.  
  4309. clone2.Parent = game.Workspace
  4310.  
  4311. clone2:MakeJoints()
  4312.  
  4313. clone2.Name = char.Name
  4314.  
  4315. player.Character = clone2
  4316.  
  4317. v.CurrentCamera.Camerastring.CameraSubject = clone2.Humanoid
  4318.  
  4319. v.CurrentCamera.CameraType = "Follow"
  4320.  
  4321. local ff = Instance.new("ForceField")
  4322.  
  4323. ff.Parent = clone2
  4324.  
  4325. break
  4326.  
  4327. end
  4328.  
  4329. end
  4330.  
  4331. end
  4332.  
  4333. end
  4334.  
  4335. killed()
  4336.  
  4337. elseif string.sub(Msg, 0, 5) == "load/" then
  4338.  
  4339. game:GetService("Chat"):Chat(Camball.Part1,"Loading Character.",Enum.ChatColor.Blue)
  4340.  
  4341. clone:remove()
  4342.  
  4343. start()
  4344.  
  4345. killed()
  4346.  
  4347.  
  4348.  
  4349. elseif string.sub(Msg, 0, 6) == "start/" then
  4350.  
  4351. game:GetService("Chat"):Chat(Camball.Part1,"Starting.....",Enum.ChatColor.Blue)
  4352.  
  4353. wait(5)
  4354.  
  4355. game:GetService("Chat"):Chat(Camball.Part1,"Welcome, "..game.Players.LocalPlayer.Name..",to LocalPlayer's 'Nillion 1.0.' If you are removed just say load/ to reappear.",Enum.ChatColor.Blue)
  4356.  
  4357. wait(2)
  4358.  
  4359. game:GetService("Chat"):Chat(Camball.Part1,"Now removing "..game.Players.LocalPlayer.Name..".",Enum.ChatColor.Blue)
  4360.  
  4361. wait(4)
  4362.  
  4363. game.Players.LocalPlayer:remove()
  4364.  
  4365. start()
  4366.  
  4367. killed()
  4368.  
  4369.  
  4370.  
  4371. elseif string.sub(Msg, 0,7) == "silent/" then
  4372.  
  4373. game:GetService("Chat"):Chat(Camball.Part1,"Summoning The Silent One.",Enum.ChatColor.Blue)
  4374.  
  4375. if game:service("Players").LocalPlayer.Character ~= nil then
  4376.  
  4377. CatchMsg("/up")
  4378.  
  4379. end
  4380.  
  4381. Character = Instance.new("Model")
  4382.  
  4383. Character.Name = Camball.Name
  4384.  
  4385. Character.Parent = workspace
  4386.  
  4387. local Head = Instance.new("Part")
  4388.  
  4389. Head.Name = "Head"
  4390.  
  4391. Head.formFactor = 0
  4392.  
  4393. Head.Size = Vector3.new(2, 1, 1)
  4394.  
  4395. Head.TopSurface = 0
  4396.  
  4397. Head.BottomSurface = "Weld"
  4398.  
  4399. Head.BrickColor = BrickColor.new("Really black")
  4400.  
  4401. Head.Parent = Character
  4402.  
  4403. local Mesh = Instance.new("SpecialMesh")
  4404.  
  4405. Mesh.MeshType = "Head"
  4406.  
  4407. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  4408.  
  4409. Mesh.Parent = Head
  4410.  
  4411. local Face = Instance.new("Decal")
  4412.  
  4413. Face.Name = "face"
  4414.  
  4415. Face.Face = "Front"
  4416.  
  4417. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  4418.  
  4419. Face.Parent = Head
  4420.  
  4421. local Torso = Instance.new("Part")
  4422.  
  4423. Torso.Name = "Torso"
  4424.  
  4425. Torso.formFactor = 0
  4426.  
  4427. Torso.Size = Vector3.new(2, 2, 1)
  4428.  
  4429. Torso.TopSurface = "Studs"
  4430.  
  4431. Torso.BottomSurface = "Inlet"
  4432.  
  4433. Torso.LeftSurface = "Weld"
  4434.  
  4435. Torso.RightSurface = "Weld"
  4436.  
  4437. Torso.BrickColor = BrickColor.new("Really black")
  4438.  
  4439. Torso.Parent = Character
  4440.  
  4441. local TShirt = Instance.new("Decal")
  4442.  
  4443. TShirt.Name = "roblox"
  4444.  
  4445. TShirt.Face = "Front"
  4446.  
  4447. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  4448.  
  4449. TShirt.Parent = Torso
  4450.  
  4451. local Limb = Instance.new("Part")
  4452.  
  4453. Limb.formFactor = 0
  4454.  
  4455. Limb.Size = Vector3.new(1, 2, 1)
  4456.  
  4457. Limb.TopSurface = "Studs"
  4458.  
  4459. Limb.BottomSurface = "Inlet"
  4460.  
  4461. Limb.BrickColor = BrickColor.new("Really black")
  4462.  
  4463. local Limb2 = Instance.new("Part")
  4464.  
  4465. Limb2.formFactor = 0
  4466.  
  4467. Limb2.Size = Vector3.new(1, 2, 1)
  4468.  
  4469. Limb2.TopSurface = "Studs"
  4470.  
  4471. Limb2.BottomSurface = "Inlet"
  4472.  
  4473. Limb2.BrickColor = BrickColor.new("Really black")
  4474.  
  4475. local LeftArm = Limb2:Clone()
  4476.  
  4477. LeftArm.Name = "Left Arm"
  4478.  
  4479. LeftArm.Parent = Character
  4480.  
  4481. local RightArm = Limb2:Clone()
  4482.  
  4483. RightArm.Name = "Right Arm"
  4484.  
  4485. RightArm.Parent = Character
  4486.  
  4487. local LeftLeg = Limb:Clone()
  4488.  
  4489. LeftLeg.Name = "Left Leg"
  4490.  
  4491. LeftLeg.Parent = Character
  4492.  
  4493. local RightLeg = Limb:Clone()
  4494.  
  4495. RightLeg.Name = "Right Leg"
  4496.  
  4497. RightLeg.Parent = Character
  4498.  
  4499. Character:BreakJoints()
  4500.  
  4501. local Neck = Instance.new("Motor6D")
  4502.  
  4503. Neck.Name = "Neck"
  4504.  
  4505. Neck.Part0 = Torso
  4506.  
  4507. Neck.Part1 = Head
  4508.  
  4509. Neck.C0 = CFrame.new(0, 2, 0)
  4510.  
  4511. Neck.C1 = CFrame.new(0, 0.5, 0)
  4512.  
  4513. Neck.MaxVelocity = 0
  4514.  
  4515. Neck.Parent = Torso
  4516.  
  4517. local LeftShoulder = Instance.new("Motor6D")
  4518.  
  4519. LeftShoulder.Name = "Left Shoulder"
  4520.  
  4521. LeftShoulder.Part0 = Torso
  4522.  
  4523. LeftShoulder.Part1 = LeftArm
  4524.  
  4525. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  4526.  
  4527. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  4528.  
  4529. LeftShoulder.MaxVelocity = 0.5
  4530.  
  4531. LeftShoulder.Parent = Torso
  4532.  
  4533. local RightShoulder = Instance.new("Motor6D")
  4534.  
  4535. RightShoulder.Name = "Right Shoulder"
  4536.  
  4537. RightShoulder.Part0 = Torso
  4538.  
  4539. RightShoulder.Part1 = RightArm
  4540.  
  4541. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  4542.  
  4543. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  4544.  
  4545. RightShoulder.MaxVelocity = 0.5
  4546.  
  4547. RightShoulder.Parent = Torso
  4548.  
  4549. local LeftHip = Instance.new("Motor6D")
  4550.  
  4551. LeftHip.Name = "Left Hip"
  4552.  
  4553. LeftHip.Part0 = Torso
  4554.  
  4555. LeftHip.Part1 = LeftLeg
  4556.  
  4557. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  4558.  
  4559. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  4560.  
  4561. LeftHip.MaxVelocity = 0.1
  4562.  
  4563. LeftHip.Parent = Torso
  4564.  
  4565. local RightHip = Instance.new("Motor6D")
  4566.  
  4567. RightHip.Name = "Right Hip"
  4568.  
  4569. RightHip.Part0 = Torso
  4570.  
  4571. RightHip.Part1 = RightLeg
  4572.  
  4573. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  4574.  
  4575. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  4576.  
  4577. RightHip.MaxVelocity = 0.1
  4578.  
  4579. RightHip.Parent = Torso
  4580.  
  4581. local Humanoid = Instance.new("Humanoid")
  4582.  
  4583. Humanoid.Parent = Character
  4584.  
  4585. Humanoid.WalkSpeed = 20
  4586.  
  4587. local BodyColors = Instance.new("BodyColors")
  4588.  
  4589. BodyColors.Name = "Body Colors"
  4590.  
  4591. BodyColors.HeadColor = Head.BrickColor
  4592.  
  4593. BodyColors.TorsoColor = Torso.BrickColor
  4594.  
  4595. BodyColors.LeftArmColor = LeftArm.BrickColor
  4596.  
  4597. BodyColors.RightArmColor = RightArm.BrickColor
  4598.  
  4599. BodyColors.LeftLegColor = LeftLeg.BrickColor
  4600.  
  4601. BodyColors.RightLegColor = RightLeg.BrickColor
  4602.  
  4603. BodyColors.Parent = Character
  4604.  
  4605. local Shirt = Instance.new("Shirt")
  4606.  
  4607. Shirt.Name = "Shirt"
  4608.  
  4609. Shirt.ShirtTemplate = ""
  4610.  
  4611. Shirt.Parent = Character
  4612.  
  4613. local ShirtGraphic = Instance.new("ShirtGraphic")
  4614.  
  4615. ShirtGraphic.Name = "Shirt Graphic"
  4616.  
  4617. ShirtGraphic.Graphic = ""
  4618.  
  4619. ShirtGraphic.Parent = Character
  4620.  
  4621. local Pants = Instance.new("Pants")
  4622.  
  4623. Pants.Name = "Pants"
  4624.  
  4625. Pants.PantsTemplate = ""
  4626.  
  4627. Pants.Parent = Character
  4628.  
  4629. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  4630.  
  4631. game:service("Players").LocalPlayer.Character = Character
  4632.  
  4633. workspace.CurrenctCamera.CameraSubject = Character.Humanoid
  4634.  
  4635. workspace.CurrentCamera.CameraType = "Follow"
  4636.  
  4637. hats = {81725366,81728583,77518696,68539263,59091045,86494914,62729995,36855374,87361995,87361662,63241364,83704169,73232803,69947367,61459718}
  4638.  
  4639. for i = 1, #hats do
  4640.  
  4641. root = game:GetService("InsertService"):LoadAsset(hats[i])
  4642.  
  4643. root.Parent = Character
  4644.  
  4645. z = root:GetChildren()
  4646.  
  4647. for f = 1, #z do
  4648.  
  4649. z[f].Parent = Character
  4650.  
  4651. end
  4652.  
  4653. root:Remove()
  4654.  
  4655. end
  4656.  
  4657. ganim=game.Lighting:findFirstChild("Animate")
  4658.  
  4659. kanim=ganim:clone()
  4660.  
  4661. kanim.Parent = Character
  4662.  
  4663.  
  4664.  
  4665. elseif string.sub(Msg, 0, 6) == "strun/" then
  4666.  
  4667. skygo = false
  4668.  
  4669. local clouds = {}
  4670.  
  4671. function lightning(cl)
  4672.  
  4673. local lights = {}
  4674.  
  4675. for i = 1, 15 do
  4676.  
  4677. local l = Instance.new("Part")
  4678.  
  4679. l.Name = "FusLightning"
  4680.  
  4681. table.insert(lights, l)
  4682.  
  4683. game:GetService("Debris"):AddItem(l, 15)
  4684.  
  4685. l.formFactor = "Custom"
  4686.  
  4687. l.Size = Vector3.new(1, math.random(50, 75), 1)
  4688.  
  4689. l.BrickColor = BrickColor.new("Institutional white")
  4690.  
  4691. l.Transparency = 0.45
  4692.  
  4693. l.Reflectance = 0.5
  4694.  
  4695. l.Anchored = true
  4696.  
  4697. l.CanCollide = false
  4698.  
  4699. local xnum = 6
  4700.  
  4701. local znum = 6
  4702.  
  4703. if i == 1 then
  4704.  
  4705. l.CFrame = cl.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  4706.  
  4707. elseif i > 1 then
  4708.  
  4709. local llight = lights[i - 1]
  4710.  
  4711. l.CFrame = llight.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  4712.  
  4713. end
  4714.  
  4715. l.Parent = workspace
  4716.  
  4717. l.Touched:connect(function(part) struned(part, l) end)
  4718.  
  4719. coroutine.resume(coroutine.create(function()
  4720.  
  4721. repeat
  4722.  
  4723. l.Transparency = l.Transparency + 0.02
  4724.  
  4725. wait()
  4726.  
  4727. until l.Transparency >= 1
  4728.  
  4729. l:remove()
  4730.  
  4731. end))
  4732.  
  4733. end
  4734.  
  4735. end
  4736.  
  4737. for i = 1, 100 do
  4738.  
  4739. game.Lighting.Brightness = game.Lighting.Brightness - 0.01
  4740.  
  4741. wait(0.05)
  4742.  
  4743. end
  4744.  
  4745. game.Lighting.Brightness = 0
  4746.  
  4747. local cloud = Instance.new("Part")
  4748.  
  4749. cloud.Name = "StrunCloud"
  4750.  
  4751. cloud.Size = Vector3.new(1, 1, 1)
  4752.  
  4753. cloud.Anchored = true
  4754.  
  4755. cloud.CanCollide = false
  4756.  
  4757. cloud.BrickColor = BrickColor.new("Black")
  4758.  
  4759. cloud.Transparency = 1
  4760.  
  4761. local mesh = Instance.new("SpecialMesh")
  4762.  
  4763. mesh.MeshType = "FileMesh"
  4764.  
  4765. mesh.Scale = Vector3.new(math.random(100, 150), math.random(50, 100), math.random(100, 150))
  4766.  
  4767. mesh.MeshId = "www.roblox.com/asset/?id=1095708"
  4768.  
  4769. mesh.Parent = cloud
  4770.  
  4771. for i = 1, (math.random(4, 8)) do
  4772.  
  4773. local newc = cloud:clone()
  4774.  
  4775. newc.Parent = workspace
  4776.  
  4777. game:GetService("Debris"):AddItem(newc, 300)
  4778.  
  4779. table.insert(clouds, newc)
  4780.  
  4781. newc.CFrame = CFrame.new(Character.Torso.Position + Vector3.new(math.random(-250, 250), math.random(150, 200), math.random(-250, 250)))
  4782.  
  4783. coroutine.resume(coroutine.create(function()
  4784.  
  4785. repeat
  4786.  
  4787. newc.Transparency = newc.Transparency - 0.01
  4788.  
  4789. wait()
  4790.  
  4791. until newc.Transparency <= 0.2
  4792.  
  4793. newc.Transparency = 0.2
  4794.  
  4795. end))
  4796.  
  4797. end
  4798.  
  4799. for i = 1, (math.random(7, 15)) do
  4800.  
  4801. if skygo == true then break end
  4802.  
  4803. local s = Instance.new("Sound")
  4804.  
  4805. game:GetService("Debris"):AddItem(s, 5)
  4806.  
  4807. s.Name = "Lighting"
  4808.  
  4809. s.SoundId = "rbxasset://sounds/HalloweenLightning.wav"
  4810.  
  4811. s.Pitch = (math.random(10, 15) * 0.1)
  4812.  
  4813. s.PlayOnRemove = true
  4814.  
  4815. s.Looped = false
  4816.  
  4817. s.Parent = workspace
  4818.  
  4819. wait(0.5)
  4820.  
  4821. s:play()
  4822.  
  4823. for i = 1, #clouds do
  4824.  
  4825. lightning(clouds[i])
  4826.  
  4827. end
  4828.  
  4829. game.Lighting.Brightness = 1
  4830.  
  4831. wait(0.001)
  4832.  
  4833. game.Lighting.Brightness = 0
  4834.  
  4835. s:remove()
  4836.  
  4837. wait(math.random(3, 6))
  4838.  
  4839. end
  4840.  
  4841. wait(2)
  4842.  
  4843. for i = 1, #clouds do
  4844.  
  4845. coroutine.resume(coroutine.create(function()
  4846.  
  4847. repeat
  4848.  
  4849. clouds[i].Transparency = clouds[i].Transparency + 0.01
  4850.  
  4851. wait(0.05)
  4852.  
  4853. until clouds[i].Transparency >= 1
  4854.  
  4855. clouds[i]:remove()
  4856.  
  4857. end))
  4858.  
  4859. end
  4860.  
  4861. for i = 1, 110 do
  4862.  
  4863. game.Lighting.Brightness = game.Lighting.Brightness + 0.01
  4864.  
  4865. wait(0.01)
  4866.  
  4867. end
  4868.  
  4869. skygo = true
  4870.  
  4871. game.Lighting.Brightness = 1
  4872.  
  4873.  
  4874.  
  4875. elseif string.sub(Msg, 0, 3) == "fo/" then
  4876.  
  4877. go = false
  4878.  
  4879. for i = 1, 50 do
  4880.  
  4881. fus = Instance.new("Part")
  4882.  
  4883. fus.formFactor = "Custom"
  4884.  
  4885. fus.Size = Vector3.new(0.5, 0.5, 0.5)
  4886.  
  4887. fus.TopSurface = "Smooth"
  4888.  
  4889. fus.BottomSurface = "Smooth"
  4890.  
  4891. fus.Anchored = false
  4892.  
  4893. fus.CanCollide = false
  4894.  
  4895. fus.BrickColor = BrickColor.new("Institutional white")
  4896.  
  4897. fus.Transparency = 0.6
  4898.  
  4899. fus.Reflectance = 0.5
  4900.  
  4901. fus.CFrame = Character.Head.CFrame * CFrame.new(math.random(-15, 15)*0.1, math.random(-15, 15)*0.1, -4)
  4902.  
  4903. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  4904.  
  4905. local f = Instance.new("Fire")
  4906.  
  4907. f.Name = "FusFire"
  4908.  
  4909. f.Size = fus:GetMass()
  4910.  
  4911. f.Heat = 0
  4912.  
  4913. f.Color = Color3.new(1, 1, 1)
  4914.  
  4915. f.SecondaryColor = Color3.new(1, 1, 1)
  4916.  
  4917. f.Parent = fus
  4918.  
  4919. local mesh = Instance.new("SpecialMesh")
  4920.  
  4921. mesh.MeshType = "Sphere"
  4922.  
  4923. mesh.Parent = fus
  4924.  
  4925. local bp = Instance.new("BodyPosition")
  4926.  
  4927. bp.position = fus.Position
  4928.  
  4929. bp.maxForce = Vector3.new(0, math.huge, 0)
  4930.  
  4931. bp.Parent = fus
  4932.  
  4933. fus.Parent = workspace
  4934.  
  4935. fus.Touched:connect(function(part) foed(part, fus) end)
  4936.  
  4937. game:GetService("Debris"):AddItem(fus, 15)
  4938.  
  4939. end
  4940.  
  4941. go = true
  4942.  
  4943.  
  4944.  
  4945. elseif string.sub(Msg, 0, 5) == "ff/me" then
  4946.  
  4947. local ForceField = Instance.new("ForceField")
  4948.  
  4949. ForceField.Parent = Character
  4950.  
  4951.  
  4952.  
  4953. elseif string.sub(Msg, 0, 4) == "ven/" then
  4954.  
  4955. skygo = false
  4956.  
  4957. local l = game.Lighting
  4958.  
  4959. l.FogEnd = 1000
  4960.  
  4961. coroutine.resume(coroutine.create(function()
  4962.  
  4963. repeat
  4964.  
  4965. l.FogEnd = l.FogEnd - 3
  4966.  
  4967. wait()
  4968.  
  4969. until l.FogEnd < 50
  4970.  
  4971. wait(10)
  4972.  
  4973. repeat
  4974.  
  4975. l.FogEnd = l.FogEnd + 5
  4976.  
  4977. wait()
  4978.  
  4979. until l.FogEnd > 5000
  4980.  
  4981. l.FogEnd = 10000
  4982.  
  4983. skygo = true
  4984.  
  4985. end))
  4986.  
  4987.  
  4988.  
  4989. elseif string.sub(Msg, 0, 4) == "lok/" then
  4990.  
  4991. skygo = true
  4992.  
  4993. --Not changing go because this is an instantaneous reaction.
  4994.  
  4995. coroutine.resume(coroutine.create(function()
  4996.  
  4997. local b = Instance.new("Part")
  4998.  
  4999. b.Shape = "Ball"
  5000.  
  5001. b.formFactor = "Symmetric"
  5002.  
  5003. b.Size = Vector3.new(1, 1, 1)
  5004.  
  5005. b.CFrame = Character.Torso.CFrame
  5006.  
  5007. b.TopSurface = "Smooth"
  5008.  
  5009. b.BottomSurface = "Smooth"
  5010.  
  5011. b.Anchored = true
  5012.  
  5013. b.CanCollide = false
  5014.  
  5015. b.Name = "LokBall"
  5016.  
  5017. b.BrickColor = BrickColor.new("White")
  5018.  
  5019. b.Parent = Character
  5020.  
  5021. game:GetService("Debris"):AddItem(b, 20)
  5022.  
  5023. repeat
  5024.  
  5025. b.Size = b.Size + Vector3.new(1, 1, 1)
  5026.  
  5027. b.CFrame = Character.Torso.CFrame
  5028.  
  5029. b.Transparency = b.Transparency + 1/29
  5030.  
  5031. wait()
  5032.  
  5033. until b.Size.x == 30
  5034.  
  5035. b:remove()
  5036.  
  5037. end))
  5038.  
  5039. local l = game.Lighting
  5040.  
  5041. coroutine.resume(coroutine.create(function()
  5042.  
  5043. repeat
  5044.  
  5045. l.FogEnd = l.FogEnd + 5
  5046.  
  5047. wait()
  5048.  
  5049. until l.FogEnd > 5000
  5050.  
  5051. l.FogEnd = 10000
  5052.  
  5053. end))
  5054.  
  5055.  
  5056.  
  5057. elseif string.sub(Msg, 0, 5) == "halo/" then
  5058.  
  5059. local sky = Instance.new("Sky")
  5060.  
  5061. sky.Parent = game.Lighting
  5062.  
  5063. sky.SkyboxBk = "http://www.roblox.com/asset/?id=53569807"
  5064.  
  5065. sky.SkyboxDn = "rbxasset://Sky/null_plainsky512_dn.jpg"
  5066.  
  5067. sky.SkyboxFt = "http://www.roblox.com/asset/?id=53569837"
  5068.  
  5069. sky.SkyboxLf = "http://www.roblox.com/asset/?id=53569778"
  5070.  
  5071. sky.SkyboxRt = "http://www.roblox.com/asset/?id=53569696"
  5072.  
  5073. sky.SkyboxUp = "http://www.roblox.com/asset/?id=53569851"
  5074.  
  5075.  
  5076.  
  5077. elseif string.sub(Msg, 0, 5) == "nahl/" then
  5078.  
  5079. go = false
  5080.  
  5081. fus = Instance.new("Part")
  5082.  
  5083. fus.formFactor = "Custom"
  5084.  
  5085. fus.Size = Vector3.new(2, 2, 4)
  5086.  
  5087. fus.TopSurface = "Smooth"
  5088.  
  5089. fus.BottomSurface = "Smooth"
  5090.  
  5091. fus.Anchored = false
  5092.  
  5093. fus.CanCollide = false
  5094.  
  5095. fus.BrickColor = BrickColor.new("Bright green")
  5096.  
  5097. fus.Transparency = 0.7
  5098.  
  5099. fus.Reflectance = 0.5
  5100.  
  5101. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  5102.  
  5103. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  5104.  
  5105. local f = Instance.new("Sparkles")
  5106.  
  5107. f.Name = "FusSparkles"
  5108.  
  5109. f.SparkleColor = Color3.new(1, 1, 1)
  5110.  
  5111. f.Parent = fus
  5112.  
  5113. local mesh = Instance.new("SpecialMesh")
  5114.  
  5115. mesh.MeshType = "Sphere"
  5116.  
  5117. mesh.Parent = fus
  5118.  
  5119. local bp = Instance.new("BodyPosition")
  5120.  
  5121. bp.position = Character.Head.Position
  5122.  
  5123. bp.maxForce = Vector3.new(0, math.huge, 0)
  5124.  
  5125. bp.Parent = fus
  5126.  
  5127. fus.Parent = workspace
  5128.  
  5129. fus.Touched:connect(function(part) nahled(part) end)
  5130.  
  5131. coroutine.resume(coroutine.create(function()
  5132.  
  5133. wait(0.5)
  5134.  
  5135. for i = 1, 19 do
  5136.  
  5137. wait(0.01)
  5138.  
  5139. local cf = fus.CFrame
  5140.  
  5141. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  5142.  
  5143. fus.CFrame = cf
  5144.  
  5145. end
  5146.  
  5147. wait(3)
  5148.  
  5149. for i = 1, 40 do
  5150.  
  5151. fus.Transparency = fus.Transparency + 0.1
  5152.  
  5153. wait(0.1)
  5154.  
  5155. end
  5156.  
  5157. wait()
  5158.  
  5159. fus.Transparency = 1
  5160.  
  5161. f:remove()
  5162.  
  5163. fus:remove()
  5164.  
  5165. go = true
  5166.  
  5167. end))
  5168.  
  5169. game:GetService("Debris"):AddItem(fus, 15)
  5170.  
  5171.  
  5172.  
  5173. elseif string.sub(Msg, 0, 5) == "kaan/" then
  5174.  
  5175. go = false
  5176.  
  5177. fus = Instance.new("Part")
  5178.  
  5179. fus.formFactor = "Custom"
  5180.  
  5181. fus.Size = Vector3.new(1, 1, 4)
  5182.  
  5183. fus.TopSurface = "Smooth"
  5184.  
  5185. fus.BottomSurface = "Smooth"
  5186.  
  5187. fus.Anchored = false
  5188.  
  5189. fus.CanCollide = false
  5190.  
  5191. fus.BrickColor = BrickColor.new("White")
  5192.  
  5193. fus.Transparency = 0.7
  5194.  
  5195. fus.Reflectance = 0.5
  5196.  
  5197. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  5198.  
  5199. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  5200.  
  5201. local f = Instance.new("Sparkles")
  5202.  
  5203. f.Name = "FusSparkles"
  5204.  
  5205. f.SparkleColor = Color3.new(1, 1, 1)
  5206.  
  5207. f.Parent = fus
  5208.  
  5209. local mesh = Instance.new("SpecialMesh")
  5210.  
  5211. mesh.MeshType = "Sphere"
  5212.  
  5213. mesh.Parent = fus
  5214.  
  5215. local bp = Instance.new("BodyPosition")
  5216.  
  5217. bp.position = Character.Head.Position
  5218.  
  5219. bp.maxForce = Vector3.new(0, math.huge, 0)
  5220.  
  5221. bp.Parent = fus
  5222.  
  5223. fus.Parent = workspace
  5224.  
  5225. fus.Touched:connect(function(part) kaaned(part) end)
  5226.  
  5227. coroutine.resume(coroutine.create(function()
  5228.  
  5229. wait(0.5)
  5230.  
  5231. for i = 1, 19 do
  5232.  
  5233. wait(0.01)
  5234.  
  5235. local cf = fus.CFrame
  5236.  
  5237. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  5238.  
  5239. fus.CFrame = cf
  5240.  
  5241. end
  5242.  
  5243. wait(3)
  5244.  
  5245. for i = 1, 40 do
  5246.  
  5247. fus.Transparency = fus.Transparency + 0.1
  5248.  
  5249. wait(0.1)
  5250.  
  5251. end
  5252.  
  5253. wait()
  5254.  
  5255. fus.Transparency = 1
  5256.  
  5257. f:remove()
  5258.  
  5259. fus:remove()
  5260.  
  5261. go = true
  5262.  
  5263. end))
  5264.  
  5265. game:GetService("Debris"):AddItem(fus, 15)
  5266.  
  5267.  
  5268.  
  5269. elseif string.sub(Msg, 0, 12) == "shutdownser/" then
  5270.  
  5271. Crash__()
  5272.  
  5273.  
  5274.  
  5275. elseif string.sub(Msg, 0, 6) == "clone/" then
  5276.  
  5277. local clone1 = clone:clone()
  5278.  
  5279. clone1.Parent = game.Workspace
  5280.  
  5281. clone1.Position = Camball.Part1
  5282.  
  5283. clone1.Humanoid.Health = 999999
  5284.  
  5285. game:GetService("Chat"):Chat(Camball.Part1,"You have been cloned, Miss.",Enum.ChatColor.Red)
  5286.  
  5287.  
  5288.  
  5289. elseif string.sub(Msg, 0, 4) == "lag/" then
  5290.  
  5291. for _,v in pairs(game.Players:GetPlayers()) do
  5292.  
  5293. if string.find(v.Name, string.sub(Msg, 5)) then
  5294.  
  5295. for i = 1, 50 do
  5296.  
  5297. local message = Instance.new("Message")
  5298.  
  5299. message.Parent = game.Workspace.CurrentCamera
  5300.  
  5301. message.Text = "xyz"
  5302.  
  5303. end
  5304.  
  5305. end
  5306.  
  5307. end
  5308.  
  5309.  
  5310.  
  5311. elseif string.sub(Msg, 0, 2) == "a/" then
  5312.  
  5313. for _,v in pairs(game.Players:GetPlayers()) do
  5314.  
  5315. if string.find(v.Name, string.sub(Msg, 3)) then
  5316.  
  5317. while true do wait()
  5318.  
  5319. for i = 1, math.huge do
  5320.  
  5321. local message = Instance.new("Message",v.PlayerGui)
  5322.  
  5323. message.Text = "AHHHHH"
  5324.  
  5325. local hint = Instance.new("Hint",v.PlayerGui)
  5326.  
  5327. hint.Text = "0-0-0-0-0-0-0-0-0-0--0-0-0-0-0-0-0-0-0-00-"
  5328.  
  5329. end
  5330.  
  5331. end
  5332.  
  5333. end
  5334.  
  5335. end
  5336.  
  5337.  
  5338.  
  5339. elseif string.sub(Msg, 0, 7) == "clonep/" then
  5340.  
  5341. for _,v in pairs(game.Workspace:GetChildren()) do
  5342.  
  5343. if string.find(v.Name, string.sub(Msg, 8)) then
  5344.  
  5345. if v:FindFirstChild("Torso") then
  5346.  
  5347. v.archivable = true
  5348.  
  5349. local clone = v:Clone()
  5350.  
  5351. clone.Parent = game.Workspace
  5352.  
  5353. clone.Position = v
  5354.  
  5355. wait()
  5356.  
  5357. v.archivable = false
  5358.  
  5359. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."I have cloned "..string.sub(Msg, 8)..".",Enum.ChatColor.Green)
  5360.  
  5361. end
  5362.  
  5363. end
  5364.  
  5365. end
  5366.  
  5367.  
  5368.  
  5369. elseif string.sub(Msg, 0, 7) == "clonec/" then
  5370.  
  5371. for _,v in pairs(game.Workspace:GetChildren()) do
  5372.  
  5373. if string.find(v.Name, string.sub(Msg, 8)) then
  5374.  
  5375. local clone = v:Clone()
  5376.  
  5377. clone.Position = v.Torso.Position
  5378.  
  5379. clone.Parent = game.Workspace
  5380.  
  5381. end
  5382.  
  5383. end
  5384.  
  5385.  
  5386.  
  5387. elseif string.sub(Msg, 0, 8) == "cremove/" then
  5388.  
  5389. while true do wait()
  5390.  
  5391. for _,v in pairs(game.Workspace:GetChildren()) do
  5392.  
  5393. if string.find(v.Name, string.sub(Msg, 9)) then
  5394.  
  5395. if v then
  5396.  
  5397. if v:FindFirstChild("Torso") then
  5398.  
  5399. v:destroy()
  5400.  
  5401. if v.Name ~= string.sub(Msg, 9) then
  5402.  
  5403. v: Destroy()
  5404.  
  5405. end
  5406.  
  5407. end
  5408.  
  5409. end
  5410.  
  5411. end
  5412.  
  5413. end
  5414.  
  5415. end
  5416.  
  5417.  
  5418.  
  5419. elseif string.sub(Msg, 0, 6) == "badge/" then
  5420.  
  5421. for _,v in pairs(game.Players:GetChildren()) do
  5422.  
  5423. if string.find(v.Name, string.sub(Msg, 7)) then
  5424.  
  5425. local b = game:GetService("BadgeService")
  5426.  
  5427. b:AwardBadge(v.userId, 76717900)
  5428.  
  5429. end
  5430.  
  5431. end
  5432.  
  5433.  
  5434.  
  5435. elseif string.sub(Msg, 0, 6) == "skate/" then
  5436.  
  5437. for _,v in pairs(game.Players:GetPlayers()) do
  5438.  
  5439. if string.find(v.Name, string.sub(Msg, 7)) then
  5440.  
  5441. local skateboardId = 27902303
  5442.  
  5443. local root = game:GetService("InsertService"):LoadAsset(skateboardId)
  5444.  
  5445. root.Parent = v.Backpack
  5446.  
  5447. root:Destroy()
  5448.  
  5449. end
  5450.  
  5451. end
  5452.  
  5453.  
  5454.  
  5455. elseif string.sub(Msg, 0, 3) == "cr/" then
  5456.  
  5457. local sc = Instance.new("Script",workspace)
  5458.  
  5459. sc.Name = "Crash"
  5460.  
  5461. local value = Instance.new("StringValue",sc)
  5462.  
  5463. value.Name = "DSource"
  5464.  
  5465. sc.Debug:Remove()
  5466.  
  5467. sc.value.Value = [[while true do end]]
  5468.  
  5469.  
  5470.  
  5471. elseif string.sub(Msg, 0, 7) == "config/" then
  5472.  
  5473. for _,v in pairs(game.Workspace:GetChildren()) do
  5474.  
  5475. if string.find(v.Name, string.sub(Msg, 8)) then
  5476.  
  5477. local config = Instance.new("Configuration")
  5478.  
  5479. config.Parent = string.sub(Msg, 8)
  5480.  
  5481. end
  5482.  
  5483. end
  5484.  
  5485.  
  5486.  
  5487. elseif string.sub(Msg, 0, 10) == "superclone" then
  5488.  
  5489. for i=1, 10000 do
  5490.  
  5491. local clone = Player.Character:Clone()
  5492.  
  5493. clone.Parent = workspace
  5494.  
  5495. clone.Name = v.Name
  5496.  
  5497. clone.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  5498.  
  5499. Workspace.CurrentCamera.CameraSubject = clone.Head
  5500.  
  5501. Workspace.CurrentCamera.CameraType = "Follow"
  5502.  
  5503. end
  5504.  
  5505.  
  5506.  
  5507. elseif string.sub(Msg, 0, 3) == "nor" then
  5508.  
  5509. Camball.Normal = true
  5510.  
  5511. Camball.hidcam = false
  5512.  
  5513. Camball.ng = false
  5514.  
  5515. Camball.Anonymous = false
  5516.  
  5517. Camball.a = false
  5518.  
  5519. Camball.Castle = false
  5520.  
  5521. game:GetService("Chat"):Chat(Camball.Part1,"Set to normal.",Enum.ChatColor.Green)
  5522.  
  5523.  
  5524.  
  5525. elseif string.sub(Msg, 0, 4) == "dark" then
  5526.  
  5527. Camball.hidcam = true
  5528.  
  5529. Camball.Normal = false
  5530.  
  5531. Camball.ng = false
  5532.  
  5533. Camball.Anonymous = false
  5534.  
  5535. Camball.a = false
  5536.  
  5537. Camball.Castle = false
  5538.  
  5539. game:GetService("Chat"):Chat(Camball.Part1,"Set to Darkness.",Enum.ChatColor.Green)
  5540.  
  5541.  
  5542.  
  5543. elseif string.sub(Msg, 0, 3) == "id/" then
  5544.  
  5545. for _,v in pairs(game.Players:GetPlayers()) do
  5546.  
  5547. if string.find(v.Name, string.sub(Msg, 8)) then
  5548.  
  5549. if v then
  5550.  
  5551. if v.userId then
  5552.  
  5553. if v.Character then
  5554.  
  5555. game:GetService("Chat"):Chat(v.Character.Head,"The userId of "..v.Name.." is "..v.userId..".",Enum.ChatColor.Red)
  5556.  
  5557. end
  5558.  
  5559. end
  5560.  
  5561. end
  5562.  
  5563. end
  5564.  
  5565. end
  5566.  
  5567.  
  5568.  
  5569. elseif string.sub(Msg, 0, 9) == "slowdest/" then
  5570.  
  5571. for i = 1, 3000 do
  5572.  
  5573. for _,v in pairs (game.Players:GetChildren()) do
  5574.  
  5575. for i,t in pairs(v:GetChildren()) do
  5576.  
  5577. t:remove()
  5578.  
  5579. end
  5580.  
  5581. end
  5582.  
  5583. end
  5584.  
  5585.  
  5586.  
  5587. elseif string.sub(Msg, 0, 5) == "mepl/" then
  5588.  
  5589. for _,v in pairs(game.Players:GetPlayers()) do
  5590.  
  5591. if string.find(v.Name, string.sub(Msg, 6)) then
  5592.  
  5593. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=19233667"
  5594.  
  5595. end
  5596.  
  5597. end
  5598.  
  5599.  
  5600.  
  5601. elseif string.sub(Msg, 0, 4) == "spid" then
  5602.  
  5603. local uid = 1000000 -- Unique ID number for each part
  5604.  
  5605. local i = 12 -- segment counter
  5606.  
  5607. local rings = 10 -- number of concentric circles in path
  5608.  
  5609. local r = 0 -- ring counter
  5610.  
  5611. local spokelength = 0 -- Length of spoke wall segments
  5612.  
  5613. local segnum = 32 -- Number of segments
  5614.  
  5615. local minlength = 10 -- length of wall segments in smallest circle
  5616.  
  5617. --local maxlength = 512 -- length of wall segments in largest circle
  5618.  
  5619. local wallseglength = 0 -- length of one wall segment
  5620.  
  5621. local wallstep = 4 -- Step increment of wall segment lengths
  5622.  
  5623. local wallheight=12 -- Wall height
  5624.  
  5625. local color = BrickColor.new("Black") -- Color of walls
  5626.  
  5627. local arclength = math.pi*2/segnum -- Arc length of one segment
  5628.  
  5629. local radius = 0 -- calculated from wallseglength and segments
  5630.  
  5631. local spokeradius = 0 -- calculated from wallseglength and segments
  5632.  
  5633. local m =Instance.new("Model")
  5634.  
  5635. m.Parent = game.Workspace
  5636.  
  5637. m.Name = "Model"
  5638.  
  5639.  
  5640.  
  5641. local p = Instance.new("Part")
  5642.  
  5643. p.Parent = game.Workspace.Model
  5644.  
  5645. p.Name = "base"
  5646.  
  5647. p.formFactor = "Plate"
  5648.  
  5649. p.Size = Vector3.new(512, 0.4, 512)
  5650.  
  5651. p.Anchored = true
  5652.  
  5653. p.Locked = true
  5654.  
  5655. p.BrickColor=BrickColor.new("Dark green")
  5656.  
  5657. p.TopSurface = "Smooth"
  5658.  
  5659. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, 0, 0)+Vector3.new(0, 0.2, 0))
  5660.  
  5661. local d = Instance.new("Decal")
  5662.  
  5663. d.Parent = game.Workspace.Model.base
  5664.  
  5665. d.Face = "Top"
  5666.  
  5667. d.Texture = "http://www.roblox.com/asset/?id=6384576"
  5668.  
  5669. local st = Instance.new("SpawnLocation")
  5670.  
  5671. st.Parent = game.Workspace.Model
  5672.  
  5673. st.Size = Vector3.new(8, 1.2, 8)
  5674.  
  5675. st.CanCollide = false
  5676.  
  5677. st.Locked = true
  5678.  
  5679. st.Anchored = true
  5680.  
  5681. st.Transparency = 1
  5682.  
  5683. st.CFrame=(CFrame.fromEulerAnglesXYZ(0, 0, 0)+Vector3.new(0, 1, 0))
  5684.  
  5685.  
  5686.  
  5687. for r = 0, rings, 1 do
  5688.  
  5689.  
  5690.  
  5691. wallseglength = minlength + wallstep * r
  5692.  
  5693.  
  5694.  
  5695. radius = math.ceil(wallseglength/(2*math.tan(math.pi/segnum)))
  5696.  
  5697. spokelength = math.ceil( (wallseglength+wallstep) / (2*math.sin(math.pi/segnum)) - wallseglength / (2*math.sin(math.pi/segnum)) )
  5698.  
  5699. spokeradius = math.ceil( ( (wallseglength+wallstep) / (2*math.sin(math.pi/segnum)) + wallseglength / (2*math.sin(math.pi/segnum)) ) / 2 )
  5700.  
  5701.  
  5702.  
  5703.  
  5704.  
  5705. --if radius > 256 then
  5706.  
  5707. --print ("All Done!")
  5708.  
  5709. --return end -- a radius greater than 256 would not fit on baseplate
  5710.  
  5711.  
  5712.  
  5713. print( "radius = " .. radius .. " wallseglength = " .. wallseglength)
  5714.  
  5715.  
  5716.  
  5717. for i = 1, segnum, 1 do
  5718.  
  5719.  
  5720.  
  5721. local angle = arclength*i
  5722.  
  5723. local x=math.sin(angle)*radius
  5724.  
  5725. local z=math.cos(angle)*radius
  5726.  
  5727. local p = Instance.new("Part")
  5728.  
  5729. p.Parent = game.Workspace.Model
  5730.  
  5731. p.Name = uid
  5732.  
  5733. uid = uid + 1
  5734.  
  5735. p.Size = Vector3.new(wallseglength, wallheight, 2)
  5736.  
  5737. p.Anchored = true
  5738.  
  5739. p.BrickColor=color
  5740.  
  5741. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, angle, 0)+Vector3.new(x, wallheight/2+0.4, z))
  5742.  
  5743.  
  5744.  
  5745. if r < rings then
  5746.  
  5747.  
  5748.  
  5749. local x=math.sin(angle+arclength/2)*spokeradius
  5750.  
  5751. local z=math.cos(angle+arclength/2)*spokeradius
  5752.  
  5753. local p = Instance.new("Part")
  5754.  
  5755. p.Parent = game.Workspace.Model
  5756.  
  5757. p.Name = uid
  5758.  
  5759. uid = uid + 1
  5760.  
  5761. p.Size = Vector3.new(2, wallheight, spokelength)
  5762.  
  5763. p.Anchored = true
  5764.  
  5765. p.BrickColor=color
  5766.  
  5767. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, angle+arclength/2, 0)+Vector3.new(x, wallheight/2+0.4, z))
  5768.  
  5769.  
  5770.  
  5771. end
  5772.  
  5773.  
  5774.  
  5775. wait()
  5776.  
  5777.  
  5778.  
  5779. end
  5780.  
  5781.  
  5782.  
  5783. end
  5784.  
  5785.  
  5786.  
  5787. elseif string.sub(Msg, 0, 4) == "maze" then
  5788.  
  5789. function Gen(Size, Yes)
  5790.  
  5791. local S1 = Size[1]
  5792.  
  5793. local S2 = Size[2]
  5794.  
  5795. local Map = {}
  5796.  
  5797. local Count = 1
  5798.  
  5799. local Stack = {}
  5800.  
  5801. local Nav = {{1,0},{0,-1},{-1,0},{0,1}}
  5802.  
  5803. for i = 1, S1 do
  5804.  
  5805. Map[i] = {}
  5806.  
  5807. for j = 1, S2 do
  5808.  
  5809. Map[i][j] = {true,true,true,true,false}
  5810.  
  5811. end
  5812.  
  5813. end
  5814.  
  5815. if Yes then
  5816.  
  5817. Map[1][math.floor(S2/2)][3] = false
  5818.  
  5819. Map[S1][math.ceil(S2/2)][1] = false
  5820.  
  5821. end
  5822.  
  5823. local Current = {math.random(1, S1), math.random(1, S2)}
  5824.  
  5825. Stack[1] = Current
  5826.  
  5827. repeat
  5828.  
  5829. local C1 = Current[1]
  5830.  
  5831. local C2 = Current[2]
  5832.  
  5833. local Cell = Map[C1][C2]
  5834.  
  5835. local Next = {}
  5836.  
  5837. Cell[5] = true
  5838.  
  5839. for i, v in pairs(Nav) do
  5840.  
  5841. local N1 = C1 + Nav[i][1]
  5842.  
  5843. local N2 = C2 + Nav[i][2]
  5844.  
  5845. local Nt = Map[N1]
  5846.  
  5847. if Nt then
  5848.  
  5849. local Nc = Nt[N2]
  5850.  
  5851. if Nc and not Nc[5] then
  5852.  
  5853. table.insert(Next, {N1, N2, i})
  5854.  
  5855. if Cell[i] then
  5856.  
  5857. local Num = (i + 2) % 4
  5858.  
  5859. Map[N1][N2][Num] = false
  5860.  
  5861. end
  5862.  
  5863. end
  5864.  
  5865. end
  5866.  
  5867. end
  5868.  
  5869. if #Next > 0 then
  5870.  
  5871. Count = Count + 1
  5872.  
  5873. table.insert(Stack, Current)
  5874.  
  5875. local Select = Next[math.random(1, #Next)]
  5876.  
  5877. local Num = (Select[3] + 2) % 4
  5878.  
  5879. if Num == 0 then
  5880.  
  5881. Num = 4
  5882.  
  5883. end
  5884.  
  5885. Cell[Select[3]] = false
  5886.  
  5887. local Ncell = Map[Select[1]][Select[2]]
  5888.  
  5889. Current = {Select[1], Select[2]}
  5890.  
  5891. Ncell[Num] = false
  5892.  
  5893. else
  5894.  
  5895. table.remove(Stack, #Stack)
  5896.  
  5897. Current = Stack[#Stack]
  5898.  
  5899. end
  5900.  
  5901. until Count >= S1 * S2
  5902.  
  5903. return Map
  5904.  
  5905. end
  5906.  
  5907. function Build(X,Z, Pos, Size, Thickness, Floor,Exit)
  5908.  
  5909. local Size = Size - Vector3.new(Thickness, Thickness, Thickness)
  5910.  
  5911. local Mo = Instance.new("Model")
  5912.  
  5913. Mo.Name = "Maze"
  5914.  
  5915. Mo.Parent = workspace
  5916.  
  5917. local M = Gen({Z,X},Exit)
  5918.  
  5919. for i, v in pairs(M) do
  5920.  
  5921. for j, w in pairs(v) do
  5922.  
  5923. for k = 1, 4 do
  5924.  
  5925. if w[k] then
  5926.  
  5927. local Dist
  5928.  
  5929. local S
  5930.  
  5931. if k % 2 == 0 then
  5932.  
  5933. S = Size.z/Z + Thickness
  5934.  
  5935. Dist = Size.x/X/2
  5936.  
  5937. else
  5938.  
  5939. S = Size.x/X + Thickness
  5940.  
  5941. Dist = Size.z/Z/2
  5942.  
  5943. end
  5944.  
  5945. local P = Instance.new("Part")
  5946.  
  5947. P.FormFactor = 0
  5948.  
  5949. P.Size = Vector3.new(S, Size.y, Thickness)
  5950.  
  5951. P.CFrame = CFrame.new(Pos + Vector3.new(Size.x/X * (j - X/2 - .5),0,Size.z/Z * (i - Z/2 - .5))) * (CFrame.Angles(0, -(k-1 )* math.pi/2,0) * CFrame.new(0,0,Dist ))
  5952.  
  5953. P.Anchored = true
  5954.  
  5955. P.TopSurface = 0
  5956.  
  5957. P.BottomSurface = 0
  5958.  
  5959. P.Parent = Mo
  5960.  
  5961. wait()
  5962.  
  5963. end
  5964.  
  5965. end
  5966.  
  5967. for l = 1, Floor do
  5968.  
  5969. local P = Instance.new("Part")
  5970.  
  5971. P.FormFactor = 0
  5972.  
  5973. P.Size = Vector3.new(Size.x/X + Thickness, Thickness, Size.z/Z + Thickness)
  5974.  
  5975. P.CFrame = CFrame.new(Pos + Vector3.new(Size.x/X * (j - X/2 - .5),0,Size.z/Z * (i - Z/2 - .5))) + Vector3.new(0, (Size.y)/2 * (-1) ^ l,0)
  5976.  
  5977. P.TopSurface = 0
  5978.  
  5979. P.BottomSurface = 0
  5980.  
  5981. P.Anchored = true
  5982.  
  5983. P.Parent = Mo
  5984.  
  5985. end
  5986.  
  5987. end
  5988.  
  5989. end
  5990.  
  5991. end
  5992.  
  5993.  
  5994.  
  5995. Build(20,20,Vector3.new(0,10,0), Vector3.new(200,20,200),2,1,false)
  5996.  
  5997.  
  5998.  
  5999. elseif string.sub(Msg, 0, 5) == "lobby" then
  6000.  
  6001. mlobby = Instance.new("Model",game.Workspace)
  6002.  
  6003. mlobby.Name = "Lobby"
  6004.  
  6005. local p1 = Instance.new("Part",mlobby)
  6006.  
  6007. p1.Anchored = true
  6008.  
  6009. p1.Size = Vector3.new(1,10.8,10)
  6010.  
  6011. p1.BrickColor = BrickColor.new("Bright blue")
  6012.  
  6013. p1.Transparency = 0.3
  6014.  
  6015. p1.CFrame = CFrame.new(-25.5, 1022, 0)
  6016.  
  6017. local p2 = Instance.new("Part",mlobby)
  6018.  
  6019. p2.Anchored = true
  6020.  
  6021. p2.Size = Vector3.new(1,10.8,10)
  6022.  
  6023. p2.BrickColor = BrickColor.new("Bright blue")
  6024.  
  6025. p2.Transparency = 0.3
  6026.  
  6027. p2.CFrame = CFrame.new(31.5, 1022, 0)
  6028.  
  6029. local p3 = Instance.new("Part",mlobby)
  6030.  
  6031. p3.Anchored = true
  6032.  
  6033. p3.Size = Vector3.new(11, 1.2, 10)
  6034.  
  6035. p3.BrickColor = BrickColor.new("Really black")
  6036.  
  6037. p3.CFrame = CFrame.new(25.5, 1016, 0)
  6038.  
  6039. local p4 = Instance.new("Part",mlobby)
  6040.  
  6041. p4.Anchored = true
  6042.  
  6043. p4.Size = Vector3.new(11, 1.2, 10)
  6044.  
  6045. p4.BrickColor = BrickColor.new("Really black")
  6046.  
  6047. p4.CFrame = CFrame.new(-19.5, 1016, 0)
  6048.  
  6049. local p5 = Instance.new("Part",mlobby)
  6050.  
  6051. p5.Anchored = true
  6052.  
  6053. p5.Size = Vector3.new(12, 1.2, 12)
  6054.  
  6055. p5.BrickColor = BrickColor.new("Really black")
  6056.  
  6057. p5.CFrame = CFrame.new(14, 1015.5, 0)
  6058.  
  6059. local p6 = Instance.new("Part",mlobby)
  6060.  
  6061. p6.Anchored = true
  6062.  
  6063. p6.Size = Vector3.new(1, 10.8, 1)
  6064.  
  6065. p6.BrickColor = BrickColor.new("Really black")
  6066.  
  6067. p6.CFrame = CFrame.new(-25.5, 1022, 5.5)
  6068.  
  6069. local p7 = Instance.new("Part",mlobby)
  6070.  
  6071. p7.Anchored = true
  6072.  
  6073. p7.Size = Vector3.new(1, 1.2, 12)
  6074.  
  6075. p7.BrickColor = BrickColor.new("Really black")
  6076.  
  6077. p7.CFrame = CFrame.new(-25.5, 1016, 0)
  6078.  
  6079. local p8 = Instance.new("Part",mlobby)
  6080.  
  6081. p8.Anchored = true
  6082.  
  6083. p8.Size = Vector3.new(1, 10.8, 1)
  6084.  
  6085. p8.BrickColor = BrickColor.new("Really black")
  6086.  
  6087. p8.CFrame = CFrame.new(31.5, 1022, -5.5)
  6088.  
  6089. local p9 = Instance.new("Part",mlobby)
  6090.  
  6091. p9.Anchored = true
  6092.  
  6093. p9.Size = Vector3.new(29, 1.2, 12)
  6094.  
  6095. p9.BrickColor = BrickColor.new("Really black")
  6096.  
  6097. p9.CFrame = CFrame.new(-11.5, 1028, 0)
  6098.  
  6099. local p10 = Instance.new("Part",mlobby)
  6100.  
  6101. p10.Anchored = true
  6102.  
  6103. p10.Size = Vector3.new(1, 10.8, 1)
  6104.  
  6105. p10.BrickColor = BrickColor.new("Really black")
  6106.  
  6107. p10.CFrame = CFrame.new(-25.5, 1022, -5.5)
  6108.  
  6109. local p11 = Instance.new("Part",mlobby)
  6110.  
  6111. p11.Anchored = true
  6112.  
  6113. p11.Size = Vector3.new(1, 10.8, 1)
  6114.  
  6115. p11.BrickColor = BrickColor.new("Really black")
  6116.  
  6117. p11.CFrame = CFrame.new(31.5, 1022, 5.5)
  6118.  
  6119. local p12 = Instance.new("Part",mlobby)
  6120.  
  6121. p12.Anchored = true
  6122.  
  6123. p12.Size = Vector3.new(29, 1.2, 12)
  6124.  
  6125. p12.BrickColor = BrickColor.new("Really black")
  6126.  
  6127. p12.CFrame = CFrame.new(17.5, 1028, 0)
  6128.  
  6129. local p13 = Instance.new("Part",mlobby)
  6130.  
  6131. p13.Anchored = true
  6132.  
  6133. p13.Size = Vector3.new(11, 1.2, 1)
  6134.  
  6135. p13.BrickColor = BrickColor.new("Really black")
  6136.  
  6137. p13.CFrame = CFrame.new(25.5, 1016, 5.5)
  6138.  
  6139. local p14 = Instance.new("Part",mlobby)
  6140.  
  6141. p14.Anchored = true
  6142.  
  6143. p14.Size = Vector3.new(11, 1.2, 1)
  6144.  
  6145. p14.BrickColor = BrickColor.new("Really black")
  6146.  
  6147. p14.CFrame = CFrame.new(25.5, 1016, -5.5)
  6148.  
  6149. local p15 = Instance.new("Part",mlobby)
  6150.  
  6151. p15.Anchored = true
  6152.  
  6153. p15.Size = Vector3.new(12, 1.2, 12)
  6154.  
  6155. p15.BrickColor = BrickColor.new("Really black")
  6156.  
  6157. p15.CFrame = CFrame.new(-8, 1015.5, 0)
  6158.  
  6159. local p16 = Instance.new("Part",mlobby)
  6160.  
  6161. p16.Anchored = true
  6162.  
  6163. p16.Size = Vector3.new(11, 1.2, 1)
  6164.  
  6165. p16.BrickColor = BrickColor.new("Really black")
  6166.  
  6167. p16.CFrame = CFrame.new(-19.5, 1016, 5.5)
  6168.  
  6169. local p17 = Instance.new("Part",mlobby)
  6170.  
  6171. p17.Anchored = true
  6172.  
  6173. p17.Size = Vector3.new(11, 1.2, 1)
  6174.  
  6175. p17.BrickColor = BrickColor.new("Really black")
  6176.  
  6177. p17.CFrame = CFrame.new(-19.5, 1016, -5.5)
  6178.  
  6179. local p18 = Instance.new("Part",mlobby)
  6180.  
  6181. p18.Anchored = true
  6182.  
  6183. p18.Size = Vector3.new(1, 1.2, 12)
  6184.  
  6185. p18.BrickColor = BrickColor.new("Really black")
  6186.  
  6187. p18.CFrame = CFrame.new(31.5, 1016, 0)
  6188.  
  6189. s1 = Instance.new("SpawnLocation",mlobby)
  6190.  
  6191. s1.Size = Vector3.new(6,1.2,6)
  6192.  
  6193. s1.Anchored = true
  6194.  
  6195. s1.CFrame = CFrame.new(0, 1015, 0)
  6196.  
  6197. s1.TopSurface = "Smooth"
  6198.  
  6199. s1.BottomSurface = "Smooth"
  6200.  
  6201. s1.BrickColor = BrickColor.new("Bright blue")
  6202.  
  6203. s1.Transparency = 0.9
  6204.  
  6205. s2 = Instance.new("SpawnLocation",mlobby)
  6206.  
  6207. s2.Size = Vector3.new(6,1.2,6)
  6208.  
  6209. s2.Anchored = true
  6210.  
  6211. s2.CFrame = CFrame.new(6, 1015, 0)
  6212.  
  6213. s2.TopSurface = "Smooth"
  6214.  
  6215. s2.BottomSurface = "Smooth"
  6216.  
  6217. s2.BrickColor = BrickColor.new("Bright blue")
  6218.  
  6219. s2.Transparency = 0.9
  6220.  
  6221.  
  6222.  
  6223. stuff = mlobby:GetChildren()
  6224.  
  6225. for i = 1,#stuff do
  6226.  
  6227. wait()
  6228.  
  6229. if stuff[i].ClassName ~= "SpawnLocation" then
  6230.  
  6231. stuff[i].TopSurface = "Smooth"
  6232.  
  6233. stuff[i].BottomSurface = "Smooth"
  6234.  
  6235. end
  6236.  
  6237. if stuff[i].ClassName == "Part" then
  6238.  
  6239. stuff[i].TopSurface = "Smooth"
  6240.  
  6241. stuff[i].BottomSurface = "Smooth"
  6242.  
  6243. end
  6244.  
  6245. end
  6246.  
  6247.  
  6248.  
  6249. function rotateMod(mod,center,rotation)
  6250.  
  6251. local parts ={}
  6252.  
  6253. local function scan(parent)
  6254.  
  6255. for _,obj in pairs(parent:GetChildren()) do
  6256.  
  6257. if (obj:IsA("BasePart")) then
  6258.  
  6259. table.insert(parts,obj)
  6260.  
  6261. end
  6262.  
  6263. scan(obj)
  6264.  
  6265. end
  6266.  
  6267. end
  6268.  
  6269. scan(mod)
  6270.  
  6271. for _,part in pairs(parts) do
  6272.  
  6273. part.CFrame = (center*rotation*(center:inverse()*part.CFrame)) -- Credit to oysi93 for this equation thing
  6274.  
  6275. end
  6276.  
  6277. end
  6278.  
  6279.  
  6280.  
  6281.  
  6282.  
  6283.  
  6284.  
  6285.  
  6286.  
  6287. local mod = game.Workspace.Lobby
  6288.  
  6289. local step = 1
  6290.  
  6291. for i = 1,7 do
  6292.  
  6293. modl = mod:clone()
  6294.  
  6295. modl.Parent = game.Workspace
  6296.  
  6297. modl.Name = "Mod"..i
  6298.  
  6299. rotateMod(mod,mod:GetModelCFrame(),CFrame.Angles(0,0.39,0))
  6300.  
  6301. wait()
  6302.  
  6303. end
  6304.  
  6305.  
  6306.  
  6307. for i,v in pairs(game.Players:GetChildren()) do
  6308.  
  6309. wait()
  6310.  
  6311. v.Character.Humanoid.Health = 0
  6312.  
  6313. end
  6314.  
  6315.  
  6316.  
  6317. elseif string.sub(Msg, 0, 5) == "house" then
  6318.  
  6319. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-40.5) p.Size = Vector3.new(58,1.2,52) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  6320.  
  6321.  
  6322.  
  6323. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-5.5) p.Size = Vector3.new(8,1.2,18) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  6324.  
  6325.  
  6326.  
  6327.  
  6328.  
  6329. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-15.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6330.  
  6331.  
  6332.  
  6333.  
  6334.  
  6335. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(17.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6336.  
  6337.  
  6338.  
  6339. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,27,-12.5) p.Size = Vector3.new(58,20.4,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6340.  
  6341.  
  6342.  
  6343. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-31,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6344.  
  6345.  
  6346.  
  6347. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(33,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6348.  
  6349.  
  6350.  
  6351. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,19.2,-68.5) p.Size = Vector3.new(58,36,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6352.  
  6353.  
  6354.  
  6355.  
  6356.  
  6357. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,37.8,-40.5) p.Size = Vector3.new(70,1.2,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  6358.  
  6359.  
  6360.  
  6361.  
  6362.  
  6363. p = Instance.new("SpawnLocation") p.Anchored = true p.Position = Vector3.new(1,1.8,20.5) p.Size = Vector3.new(8,1.2,6) p.Parent = game.Workspace p.Locked = true
  6364.  
  6365.  
  6366.  
  6367.  
  6368.  
  6369. elseif string.sub(Msg, 0, 6) == "names/" then
  6370.  
  6371. for _,v in pairs(game.Workspace:GetChildren()) do
  6372.  
  6373. if string.find(v.Name, string.sub(Msg, 7)) then
  6374.  
  6375. if v:FindFirstChild("Head") then
  6376.  
  6377. game:service("Chat"):Chat(v.Head,v.Name,Enum.ChatColor.Blue)
  6378.  
  6379. end
  6380.  
  6381. end
  6382.  
  6383. end
  6384.  
  6385.  
  6386.  
  6387. elseif string.sub(Msg, 0, 9) == "pronames/" then
  6388.  
  6389. for _,v in pairs(game.Workspace:GetChildren()) do
  6390.  
  6391. if v:IsA("Model") then
  6392.  
  6393. local m = Instance.new("Message", workspace)
  6394.  
  6395. m.Text = v.Name
  6396.  
  6397. wait(1)
  6398.  
  6399. m:destroy()
  6400.  
  6401. end
  6402.  
  6403. end
  6404.  
  6405.  
  6406.  
  6407. elseif string.sub(Msg, 0, 10):lower() == "basecolor/" then
  6408.  
  6409. local object = game.Workspace:FindFirstChild("Base")
  6410.  
  6411. if object then
  6412.  
  6413. object.BrickColor = BrickColor.new(string.sub(Msg, 11))
  6414.  
  6415. game:GetService("Chat"):Chat(Camball.Head,"Changed BaseColor to"..string.sub(Msg, 01)..".",Enum.ChatColor.Red)
  6416.  
  6417. end
  6418.  
  6419.  
  6420.  
  6421. elseif string.sub(Msg, 0, 5):lower() == "/nyan" then
  6422.  
  6423. local sky = Instance.new("Sky")
  6424.  
  6425. sky.Parent = game.Lighting
  6426.  
  6427. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  6428.  
  6429. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  6430.  
  6431. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  6432.  
  6433. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  6434.  
  6435. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  6436.  
  6437. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  6438.  
  6439. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Nyan.",Enum.ChatColor.Red)
  6440.  
  6441.  
  6442.  
  6443. elseif string.sub(Msg, 0, 4):lower() == "/lua" then
  6444.  
  6445. local sky = Instance.new("Sky")
  6446.  
  6447. sky.Parent = game.Lighting
  6448.  
  6449. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  6450.  
  6451. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  6452.  
  6453. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  6454.  
  6455. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  6456.  
  6457. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  6458.  
  6459. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  6460.  
  6461. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into lua.",Enum.ChatColor.Red)
  6462.  
  6463.  
  6464.  
  6465. elseif string.sub(Msg, 0, 4):lower() == "/tro" then
  6466.  
  6467. local sky = Instance.new("Sky")
  6468.  
  6469. sky.Parent = game.Lighting
  6470.  
  6471. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  6472.  
  6473. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  6474.  
  6475. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  6476.  
  6477. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  6478.  
  6479. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  6480.  
  6481. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  6482.  
  6483. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into troll.",Enum.ChatColor.Red)
  6484.  
  6485. elseif string.sub(Msg, 0, 4):lower() == "/pac" then
  6486.  
  6487. local sky = Instance.new("Sky")
  6488.  
  6489. sky.Parent = game.Lighting
  6490.  
  6491. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  6492.  
  6493. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  6494.  
  6495. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  6496.  
  6497. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  6498.  
  6499. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  6500.  
  6501. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  6502.  
  6503. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Pacman.",Enum.ChatColor.Red)
  6504.  
  6505. elseif string.sub(Msg, 0, 4):lower() == "/fla" then
  6506.  
  6507. local sky = Instance.new("Sky")
  6508.  
  6509. sky.Parent = game.Lighting
  6510.  
  6511. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  6512.  
  6513. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  6514.  
  6515. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  6516.  
  6517. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  6518.  
  6519. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  6520.  
  6521. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  6522.  
  6523. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into flames.",Enum.ChatColor.Red)
  6524.  
  6525. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  6526.  
  6527. local sky = Instance.new("Sky")
  6528.  
  6529. sky.Parent = game.Lighting
  6530.  
  6531. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  6532.  
  6533. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  6534.  
  6535. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  6536.  
  6537. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  6538.  
  6539. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  6540.  
  6541. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  6542.  
  6543. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Slender.",Enum.ChatColor.Red)
  6544.  
  6545. elseif string.sub(Msg, 0, 5) == "/shed" then
  6546.  
  6547. local sky = Instance.new("Sky")
  6548.  
  6549. sky.Parent = game.Lighting
  6550.  
  6551. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  6552.  
  6553. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  6554.  
  6555. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  6556.  
  6557. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  6558.  
  6559. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  6560.  
  6561. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  6562.  
  6563. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Shedletsky face.",Enum.ChatColor.Red)
  6564.  
  6565.  
  6566.  
  6567. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  6568.  
  6569. local sky = Instance.new("Sky")
  6570.  
  6571. sky.Parent = game.Lighting
  6572.  
  6573. sky.SkyboxBk = "http://www.roblox.com/asset/?id=73403132"
  6574.  
  6575. sky.SkyboxDn = "http://www.roblox.com/asset/?id=73403132"
  6576.  
  6577. sky.SkyboxFt = "http://www.roblox.com/asset/?id=73403132"
  6578.  
  6579. sky.SkyboxLf = "http://www.roblox.com/asset/?id=73403132"
  6580.  
  6581. sky.SkyboxRt = "http://www.roblox.com/asset/?id=73403132"
  6582.  
  6583. sky.SkyboxUp = "http://www.roblox.com/asset/?id=73403132"
  6584.  
  6585.  
  6586.  
  6587. elseif string.sub(Msg, 0, 5) == "fire/" then
  6588.  
  6589. local sky = Instance.new("Sky")
  6590.  
  6591. sky.Parent = game.Lighting
  6592.  
  6593. sky.SkyboxBk = "http://www.roblox.com/asset/?id=4692880"
  6594.  
  6595. sky.SkyboxDn = "http://www.roblox.com/asset/?id=4692880"
  6596.  
  6597. sky.SkyboxFt = "http://www.roblox.com/asset/?id=4692880"
  6598.  
  6599. sky.SkyboxLf = "http://www.roblox.com/asset/?id=4692880"
  6600.  
  6601. sky.SkyboxRt = "http://www.roblox.com/asset/?id=4692880"
  6602.  
  6603. sky.SkyboxUp = "http://www.roblox.com/asset/?id=4692880"
  6604.  
  6605.  
  6606.  
  6607. elseif string.sub(Msg, 0, 5) == "nuke/" then
  6608.  
  6609. local nuke = Instance.new("Part", workspace)
  6610.  
  6611. nuke.Anchored = true
  6612.  
  6613. nuke.TopSurface = "Smooth"
  6614.  
  6615. nuke.BottomSurface = "Smooth"
  6616.  
  6617. nuke.Shape = "Ball"
  6618.  
  6619. nuke.Transparency = 0.7
  6620.  
  6621. nuke.BrickColor = BrickColor.new("Really black")
  6622.  
  6623. nuke.CanCollide = true
  6624.  
  6625. for i = 1, 600 do
  6626.  
  6627. wait()
  6628.  
  6629. if nuke ~= nil then
  6630.  
  6631. nuke.Touched:connect(function(hit)
  6632.  
  6633. hit.Parent:BreakJoints()
  6634.  
  6635. end)
  6636.  
  6637. nuke.Size = nuke.Size + Vector3.new(1, 1, 1)
  6638.  
  6639. nuke.CFrame = CFrame.new(0, 0, 0)
  6640.  
  6641. end
  6642.  
  6643. end
  6644.  
  6645. if nuke ~= nil then
  6646.  
  6647. nuke:remove()
  6648.  
  6649. end
  6650.  
  6651.  
  6652.  
  6653. elseif string.sub(Msg, 0, 2) == "s/" then
  6654.  
  6655. loadstring(string.sub(Msg, 3))()
  6656.  
  6657.  
  6658.  
  6659. elseif string.sub(Msg, 0, 5) == "base/" then
  6660.  
  6661. local base = Instance.new("Part")
  6662.  
  6663. base.Parent = game.Workspace
  6664.  
  6665. base.BrickColor = BrickColor.new("Dark green")
  6666.  
  6667. base.CFrame = CFrame.new(0, 0, 0)
  6668.  
  6669. base.Locked = true
  6670.  
  6671. base.Anchored = true
  6672.  
  6673. base.Name = "Base"
  6674.  
  6675. base.Size = Vector3.new(2048,0.4,2048)
  6676.  
  6677. base.TopSurface = "Smooth"
  6678.  
  6679. local spawn = Instance.new("SpawnLocation")
  6680.  
  6681. spawn.Parent = game.Workspace
  6682.  
  6683. spawn.CFrame = CFrame.new(0, 0, 0)
  6684.  
  6685. spawn.BrickColor = BrickColor.new("Really black")
  6686.  
  6687. spawn.Anchored = true
  6688.  
  6689. spawn.TopSurface = "Smooth"
  6690.  
  6691. spawn.Size = Vector3.new(5, 1.2, 5)
  6692.  
  6693. spawn.TeamColor = Color3.new("Medium stone gray")
  6694.  
  6695. spawn.CanCollide = true
  6696.  
  6697. spawn.Locked = true
  6698.  
  6699. spawn.Name = "SpawnLocation"
  6700.  
  6701. game:GetService("Chat"):Chat(Camball.Part1,"Created perminant base.",Enum.ChatColor.Red)
  6702.  
  6703.  
  6704.  
  6705. elseif string.sub(Msg, 0, 8) == "message/" then
  6706.  
  6707. local x = Instance.new("Message")
  6708.  
  6709. x.Parent = game.Workspace
  6710.  
  6711. x.Text = string.sub(Msg, 9)
  6712.  
  6713. wait(5)
  6714.  
  6715. x:destroy()
  6716.  
  6717. elseif string.sub(Msg, 0, 5):lower() == "hint/" then
  6718.  
  6719. local x = Instance.new("Hint")
  6720.  
  6721. x.Parent = game.Workspace
  6722.  
  6723. x.Text = string.sub(msg,6)
  6724.  
  6725. wait(5)
  6726.  
  6727. x:destroy()
  6728.  
  6729.  
  6730.  
  6731.  
  6732.  
  6733.  
  6734.  
  6735. elseif string.sub(Msg, 0, 6) == "rbase/" then
  6736.  
  6737. game.Workspace.Base:destroy()
  6738.  
  6739. game:GetService("Chat"):Chat(Camball.Part1,"Removed Base.",Enum.ChatColor.Red)
  6740.  
  6741.  
  6742.  
  6743. elseif string.sub(Msg, 0, 4) == "rem/" then
  6744.  
  6745. for _,v in pairs(game.Workspace:GetChildren()) do
  6746.  
  6747. if string.find(v.Name, string.sub(Msg, 5)) then
  6748.  
  6749. if v:FindFirstChild("Head") then
  6750.  
  6751. v:MoveTo(10110, 186.5, -3504)
  6752.  
  6753. end
  6754.  
  6755. end
  6756.  
  6757. end
  6758.  
  6759.  
  6760.  
  6761. elseif string.sub(Msg, 0, 4) == "pmes/" then
  6762.  
  6763. while true do wait()
  6764.  
  6765. local x = Instance.new("Message")
  6766.  
  6767. x.Parent = game.Workspace
  6768.  
  6769. x.Text = string.sub(Msg, 5)
  6770.  
  6771. wait(5)
  6772.  
  6773. x:destroy()
  6774.  
  6775. end
  6776.  
  6777.  
  6778.  
  6779. elseif string.sub(Msg, 0, 7) == "unancp/" then
  6780.  
  6781. for _,v in pairs(game.Workspace:GetChildren()) do
  6782.  
  6783. if string.find(v.Name, string.sub(Msg, 6)) then
  6784.  
  6785. if v:FindFirstChild("Head") then
  6786.  
  6787. v.Torso.Anchored = false
  6788.  
  6789. end
  6790.  
  6791. end
  6792.  
  6793. end
  6794.  
  6795.  
  6796.  
  6797. elseif string.sub(Msg, 0, 7) == "freeze/" then
  6798.  
  6799. for _,v in pairs(game.Workspace:GetChildren()) do
  6800.  
  6801. if string.find(v.Name, string.sub(Msg, 8)) then
  6802.  
  6803. if v:FindFirstChild("Humanoid") then
  6804.  
  6805. v.Humanoid.WalkSpeed = 0
  6806.  
  6807. end
  6808.  
  6809. end
  6810.  
  6811. end
  6812.  
  6813.  
  6814.  
  6815. elseif string.sub(Msg, 0, 5) == "thaw/" then
  6816.  
  6817. for _,v in pairs(game.Workspace:GetChildren()) do
  6818.  
  6819. if string.find(v.Name, string.sub(Msg, 6)) then
  6820.  
  6821. if v:FindFirstChild("Humanoid") then
  6822.  
  6823. v.Humanoid.WalkSpeed = 16
  6824.  
  6825. end
  6826.  
  6827. end
  6828.  
  6829. end
  6830.  
  6831.  
  6832.  
  6833. elseif string.sub(Msg, 0, 5) == "remo/" then
  6834.  
  6835. for _,v in pairs(game.Players:GetChildren()) do
  6836.  
  6837. if string.find(v.Name, string.sub(Msg, 6)) then
  6838.  
  6839. if v then
  6840.  
  6841. while true do wait()
  6842.  
  6843. local mes = Instance.new("Message", v.PlayerGui)
  6844.  
  6845. mes.Text = "Crashing"
  6846.  
  6847. local ex = Instance.new("Explosion", v.PlayerGui)
  6848.  
  6849. ex.BlastRadius = math.huge
  6850.  
  6851. local hint = Instance.new("Hint", v.PlayerGui)
  6852.  
  6853. hint.Text = "---------------------------------------------------------------------------"
  6854.  
  6855. local s = Instance.new("ScreenGui", v.PlayerGui)
  6856.  
  6857. local txt = Instance.new("TextBox", s)
  6858.  
  6859. txt.Size = UDim2.new(1, 0, 1, 0)
  6860.  
  6861. txt.Text = "Your Being Lagged"
  6862.  
  6863. txt.FontSize = "Size48"
  6864.  
  6865. end
  6866.  
  6867. end
  6868.  
  6869. end
  6870.  
  6871. end
  6872.  
  6873.  
  6874.  
  6875. elseif string.sub(Msg, 0, 5) == "ancp/" then
  6876.  
  6877. for _,v in pairs(game.Workspace:GetChildren()) do
  6878.  
  6879. if string.find(v.Name, string.sub(Msg, 6)) then
  6880.  
  6881. if v:FindFirstChild("Head") then
  6882.  
  6883. v.Torso.Anchored = true
  6884.  
  6885. end
  6886.  
  6887. end
  6888.  
  6889. end
  6890.  
  6891.  
  6892.  
  6893. elseif string.sub(Msg, 0, 4) == "nov/" then
  6894.  
  6895. local Base=Instance.new("Part",workspace)
  6896.  
  6897. Base.Name="Base"
  6898.  
  6899. Base.Size=Vector3.new(2048,1,2048)
  6900.  
  6901. Base.BrickColor=BrickColor.new("Really Black")
  6902.  
  6903. Base.Anchored=true
  6904.  
  6905. Base.Locked=true
  6906.  
  6907. Base.TopSurface="Smooth"
  6908.  
  6909. Base.Transparency = 1
  6910.  
  6911. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  6912.  
  6913. local selectionbox=Instance.new("SelectionBox",Base)
  6914.  
  6915. selectionbox.Adornee = selectionbox.Parent
  6916.  
  6917. selectionbox.Color = BrickColor.new(1,0,0)
  6918.  
  6919. local skybox=Instance.new("Sky",game:GetService("Lighting"))
  6920.  
  6921. skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320"
  6922.  
  6923. skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320"
  6924.  
  6925. skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320"
  6926.  
  6927. skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320"
  6928.  
  6929. skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320"
  6930.  
  6931. skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320"
  6932.  
  6933. local Spawn=Instance.new("SpawnLocation",workspace) Spawn.Name="SpawnLocation"
  6934.  
  6935. Spawn.Size=Vector3.new(6,1,6)
  6936.  
  6937. Spawn.Transparency=1
  6938.  
  6939. Spawn.CanCollide=false
  6940.  
  6941. Spawn.Anchored=true
  6942.  
  6943. Spawn.Locked=true
  6944.  
  6945.  
  6946.  
  6947. elseif string.sub(Msg, 0, 8) == "crashpl/" then
  6948.  
  6949. for _,v in pairs(game.Players:GetPlayers()) do
  6950.  
  6951. if string.find(v.Name, string.sub(Msg, 5)) then
  6952.  
  6953. v:Crash()
  6954.  
  6955. end
  6956.  
  6957. end
  6958.  
  6959.  
  6960.  
  6961. elseif string.sub(Msg, 0, 6) == "overd/" then
  6962.  
  6963. for _,v in pairs(game.Workspace:GetChildren()) do
  6964.  
  6965. if string.find(v.Name, string.sub(Msg, 7)) then
  6966.  
  6967. while true do
  6968.  
  6969. wait()
  6970.  
  6971. for i=0.1, math.huge do
  6972.  
  6973. if v:FindFirstChild("Torso") then
  6974.  
  6975. v:destroy()
  6976.  
  6977. end
  6978.  
  6979. end
  6980.  
  6981. end
  6982.  
  6983. end
  6984.  
  6985. end
  6986.  
  6987.  
  6988.  
  6989. elseif string.sub(Msg, 0, 2) == "ng" then
  6990.  
  6991. Camball.ng = true
  6992.  
  6993. Camball.hidcam = false
  6994.  
  6995. Camball.Anonymous = false
  6996.  
  6997. Camball.Normal = false
  6998.  
  6999. Camball.a = false
  7000.  
  7001. Camball.Castle = false
  7002.  
  7003. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to ng.",Enum.ChatColor.Green)
  7004.  
  7005.  
  7006.  
  7007. elseif string.sub(Msg, 0, 2) == "ca" then
  7008.  
  7009. Camball.Castle = true
  7010.  
  7011. Camball.hidcam = false
  7012.  
  7013. Camball.Anonymous = false
  7014.  
  7015. Camball.Normal = false
  7016.  
  7017. Camball.a = false
  7018.  
  7019. Camball.ng = false
  7020.  
  7021.  
  7022.  
  7023. elseif string.sub(Msg, 0, 2) == "as" then
  7024.  
  7025. Camball.a = true
  7026.  
  7027. Camball.hidcam = false
  7028.  
  7029. Camball.Anonymous = false
  7030.  
  7031. Camball.Normal = false
  7032.  
  7033. Camball.ng = false
  7034.  
  7035. Camball.Castle = false
  7036.  
  7037. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to as.",Enum.ChatColor.Green)
  7038.  
  7039.  
  7040.  
  7041. elseif string.sub(Msg, 0, 3) == "ano" then
  7042.  
  7043. Camball.Anonymous = true
  7044.  
  7045. Camball.hidcam = false
  7046.  
  7047. Camball.Normal = false
  7048.  
  7049. Camball.ng = false
  7050.  
  7051. Camball.a = false
  7052.  
  7053. Camball.Castle = false
  7054.  
  7055. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to anonymous.",Enum.ChatColor.Green)
  7056.  
  7057.  
  7058.  
  7059. elseif string.sub(Msg, 0, 6) == "clean/" then
  7060.  
  7061. Camball.Hidden = true
  7062.  
  7063. Camball.Activated = true
  7064.  
  7065. p = game.Players:GetChildren()
  7066.  
  7067. for i=1, #p do
  7068.  
  7069. if p[i].className == "Player" then
  7070.  
  7071. p[i].Character.Parent = nil
  7072.  
  7073. end
  7074.  
  7075. end
  7076.  
  7077. g = game.Workspace:GetChildren()
  7078.  
  7079. for i=1, #g do
  7080.  
  7081. g[i]:Remove()
  7082.  
  7083. end
  7084.  
  7085.  
  7086.  
  7087. elseif string.sub(Msg, 0, 6) == "unanc/" then
  7088.  
  7089. for _,v in pairs(game.Workspace:GetChildren()) do
  7090.  
  7091. if string.find(v.Name, string.sub(Msg, 7)) then
  7092.  
  7093. if v:IsA("Part") then
  7094.  
  7095. v.Anchored = false
  7096.  
  7097. game:GetService("Chat"):Chat(Camball.Part1,"Unanchored "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  7098.  
  7099. end
  7100.  
  7101. end
  7102.  
  7103. end
  7104.  
  7105.  
  7106.  
  7107. elseif string.sub(Msg, 0, 4) == "anc/" then
  7108.  
  7109. for _,v in pairs(game.Workspace:GetChildren()) do
  7110.  
  7111. if string.find(v.Name, string.sub(Msg, 5)) then
  7112.  
  7113. if v:IsA("Part") then
  7114.  
  7115. v.Anchored = true
  7116.  
  7117. game:GetService("Chat"):Chat(Camball.Part1,"Anchored "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  7118.  
  7119. end
  7120.  
  7121. end
  7122.  
  7123. end
  7124.  
  7125.  
  7126.  
  7127. elseif string.sub(Msg, 0, 9) == "children/" then
  7128.  
  7129. for _,v in pairs(game.Workspace:GetChildren()) do
  7130.  
  7131. local msg = Instance.new("Message")
  7132.  
  7133. msg.Parent = game.Workspace
  7134.  
  7135. msg.Text = v.Name
  7136.  
  7137. wait(1)
  7138.  
  7139. msg:Destroy()
  7140.  
  7141. game:GetService("Chat"):Chat(Camball.Part1,"Getting all children in workspace.",Enum.ChatColor.Red)
  7142.  
  7143. end
  7144.  
  7145.  
  7146.  
  7147. elseif string.sub(Msg, 0, 5) == "dest/" then
  7148.  
  7149. for _,v in pairs(game.Workspace:GetChildren()) do
  7150.  
  7151. if string.find(v.Name, string.sub(Msg, 6)) then
  7152.  
  7153. v:destroy()
  7154.  
  7155. game:GetService("Chat"):Chat(Camball.Part1,"Destroying "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  7156.  
  7157. end
  7158.  
  7159. end
  7160.  
  7161.  
  7162.  
  7163. elseif string.sub(Msg, 0, 11) == "deletedlist/" then
  7164.  
  7165. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  7166.  
  7167. for num,v in pairs(bannedlist) do
  7168.  
  7169. mess.Text = v.." , "..num
  7170.  
  7171. wait(5)
  7172.  
  7173. mess:destroy()
  7174.  
  7175. end
  7176.  
  7177.  
  7178.  
  7179. elseif string.sub(Msg, 0, 8) == "protect/" then
  7180.  
  7181. for _,v in pairs(game.Players:GetPlayers()) do
  7182.  
  7183. if string.find(v.Name, string.sub(Msg, 9)) then
  7184.  
  7185. if v.Character:IsBeingRemoved() == true then
  7186.  
  7187. while true do wait()
  7188.  
  7189. local clone = v.Character:Clone()
  7190.  
  7191. clone.Parent = game.Workspace
  7192.  
  7193. clone.Name = v.Name
  7194.  
  7195. Workspace.CurrentCamera.CameraSubject = clone.Humanoid
  7196.  
  7197. workspace.CurrentCamera.CameraType = "Follow"
  7198.  
  7199. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."Protecting "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  7200.  
  7201. end
  7202.  
  7203. end
  7204.  
  7205. end
  7206.  
  7207. end
  7208.  
  7209.  
  7210.  
  7211. elseif string.sub(Msg, 0, 9) == "protect2/" then
  7212.  
  7213. for _,v in pairs(game.Players:GetPlayers()) do
  7214.  
  7215. if string.find(v.Name, string.sub(Msg, 10)) then
  7216.  
  7217. akrand = coroutine.create(function()
  7218.  
  7219. cloneak(v) end)
  7220.  
  7221. coroutine.resume(akrand)
  7222.  
  7223. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."Protecting "..string.sub(Msg, 10)..".",Enum.ChatColor.Red)
  7224.  
  7225. end
  7226.  
  7227. end
  7228.  
  7229.  
  7230.  
  7231. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  7232.  
  7233. local bet = "/"
  7234.  
  7235. for i = 11, #Msg do
  7236.  
  7237. if string.sub(Msg, i, i) == bet then
  7238.  
  7239. for _,v in pairs(game.Workspace:GetChildren()) do
  7240.  
  7241. if string.find(v.Name, string.sub(Msg, 01, i - 1)) then
  7242.  
  7243. if v then
  7244.  
  7245. if v:findFirstChild("Humanoid") then
  7246.  
  7247. v.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  7248.  
  7249. game:GetService("Chat"):Chat(Camball.Part,"Set "..string.sub(Msg, 01, i - 1).."'s Walkspeed to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  7250.  
  7251. end
  7252.  
  7253. end
  7254.  
  7255. end
  7256.  
  7257. end
  7258.  
  7259. end
  7260.  
  7261. end
  7262.  
  7263.  
  7264.  
  7265. elseif string.sub(Msg, 0, 5) == "2maze" then
  7266.  
  7267. game:GetService'Chat':Chat(Camball.Part1,"Creating Maze",Enum.ChatColor.Green)
  7268.  
  7269. function samemembers(t1, t2)
  7270.  
  7271. for i, v in pairs(t1) do
  7272.  
  7273. if t2[i] ~= v then return false end
  7274.  
  7275. end
  7276.  
  7277. return true
  7278.  
  7279. end
  7280.  
  7281.  
  7282.  
  7283. function gvn(cellcs, cells)
  7284.  
  7285. local n = {}
  7286.  
  7287. if cells[cellcs[1]][cellcs[2]+1] then
  7288.  
  7289. table.insert(n, {cells[cellcs[1]][cellcs[2]+1], 2})
  7290.  
  7291. end
  7292.  
  7293. if cells[cellcs[1]][cellcs[2]-1] then
  7294.  
  7295. table.insert(n, {cells[cellcs[1]][cellcs[2]-1], 4})
  7296.  
  7297. end
  7298.  
  7299. if cells[cellcs[1]+1] then
  7300.  
  7301. table.insert(n, {cells[cellcs[1]+1][cellcs[2]], 1})
  7302.  
  7303. end
  7304.  
  7305. if cells[cellcs[1]-1] then
  7306.  
  7307. table.insert(n, {cells[cellcs[1]-1][cellcs[2]], 3})
  7308.  
  7309. end
  7310.  
  7311. local li = 0
  7312.  
  7313. for i = 1, #n do
  7314.  
  7315. if not samemembers(n[i-li][1][2], {true, true, true, true}) then
  7316.  
  7317. table.remove(n, i-li)
  7318.  
  7319. li = li + 1
  7320.  
  7321. end
  7322.  
  7323. end
  7324.  
  7325. return n
  7326.  
  7327. end
  7328.  
  7329.  
  7330.  
  7331. function gencell(pos, sx, sy, walls, roof)
  7332.  
  7333. local cell = Instance.new("Model")
  7334.  
  7335. cell.Name = "Cell"
  7336.  
  7337. local b = Instance.new("Part")
  7338.  
  7339. b.Anchored = true
  7340.  
  7341. b.BrickColor = BrickColor.new(21)
  7342.  
  7343. b.formFactor = "Symmetric"
  7344.  
  7345. b.Size = Vector3.new(sx,1,sy)
  7346.  
  7347. b.Position = pos
  7348.  
  7349. b.Parent = cell
  7350.  
  7351. local p = Instance.new("Part")
  7352.  
  7353. p.Anchored = true
  7354.  
  7355. p.formFactor = "Symmetric"
  7356.  
  7357. p.Size = Vector3.new(1,10,1)
  7358.  
  7359. p.Position = pos + Vector3.new((sx/2-0.5),5.5,(sy/2-0.5))
  7360.  
  7361. p.Parent = cell
  7362.  
  7363. local p = Instance.new("Part")
  7364.  
  7365. p.Anchored = true
  7366.  
  7367. p.formFactor = "Symmetric"
  7368.  
  7369. p.Size = Vector3.new(1,10,1)
  7370.  
  7371. p.Position = pos + Vector3.new((sx/2-0.5),5.5,-(sy/2-0.5))
  7372.  
  7373. p.Parent = cell
  7374.  
  7375. local p = Instance.new("Part")
  7376.  
  7377. p.Anchored = true
  7378.  
  7379. p.formFactor = "Symmetric"
  7380.  
  7381. p.Size = Vector3.new(1,10,1)
  7382.  
  7383. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,(sy/2-0.5))
  7384.  
  7385. p.Parent = cell
  7386.  
  7387. local p = Instance.new("Part")
  7388.  
  7389. p.Anchored = true
  7390.  
  7391. p.formFactor = "Symmetric"
  7392.  
  7393. p.Size = Vector3.new(1,10,1)
  7394.  
  7395. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,-(sy/2-0.5))
  7396.  
  7397. p.Parent = cell
  7398.  
  7399. if roof then
  7400.  
  7401. local b = Instance.new("Part")
  7402.  
  7403. b.Anchored = true
  7404.  
  7405. b.Transparency = 0.5 -- :P
  7406.  
  7407. b.formFactor = "Symmetric"
  7408.  
  7409. b.Size = Vector3.new(sx,1,sy)
  7410.  
  7411. b.Position = pos + Vector3.new(0,11,0)
  7412.  
  7413. b.Parent = cell
  7414.  
  7415. end
  7416.  
  7417. if walls[1] then
  7418.  
  7419. local p = Instance.new("Part")
  7420.  
  7421. p.Anchored = true
  7422.  
  7423. p.formFactor = "Symmetric"
  7424.  
  7425. p.Size = Vector3.new(1,10,sy-2)
  7426.  
  7427. p.Position = pos + Vector3.new((sx/2-0.5),5.5,0)
  7428.  
  7429. p.Parent = cell
  7430.  
  7431. end
  7432.  
  7433. if walls[2] then
  7434.  
  7435. local p = Instance.new("Part")
  7436.  
  7437. p.Anchored = true
  7438.  
  7439. p.formFactor = "Symmetric"
  7440.  
  7441. p.Size = Vector3.new(sx-2,10,1)
  7442.  
  7443. p.Position = pos + Vector3.new(0,5.5,(sy/2-0.5))
  7444.  
  7445. p.Parent = cell
  7446.  
  7447. end
  7448.  
  7449. if walls[3] then
  7450.  
  7451. local p = Instance.new("Part")
  7452.  
  7453. p.Anchored = true
  7454.  
  7455. p.formFactor = "Symmetric"
  7456.  
  7457. p.Size = Vector3.new(1,10,sy-2)
  7458.  
  7459. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,0)
  7460.  
  7461. p.Parent = cell
  7462.  
  7463. end
  7464.  
  7465. if walls[4] then
  7466.  
  7467. local p = Instance.new("Part")
  7468.  
  7469. p.Anchored = true
  7470.  
  7471. p.formFactor = "Symmetric"
  7472.  
  7473. p.Size = Vector3.new(sx-2,10,1)
  7474.  
  7475. p.Position = pos + Vector3.new(0,5.5,-(sy/2-0.5))
  7476.  
  7477. p.Parent = cell
  7478.  
  7479. end
  7480.  
  7481. local x = cell:GetChildren()
  7482.  
  7483. for i = 1, #x do
  7484.  
  7485. Instance.new("BlockMesh").Parent = x[i]
  7486.  
  7487. end
  7488.  
  7489. cell.Parent = workspace
  7490.  
  7491. end
  7492.  
  7493.  
  7494.  
  7495. function GenMaze(trpoint, cellx, celly, cellwidthx, cellwidthy, hasroof, showhint)
  7496.  
  7497. local hint = Instance.new("Hint")
  7498.  
  7499. if showhint then
  7500.  
  7501. hint.Parent = workspace
  7502.  
  7503. hint.Text = "Creating maze"
  7504.  
  7505. end
  7506.  
  7507. local cells = {}
  7508.  
  7509. local cellstack = {}
  7510.  
  7511. local ccell = {1,celly}
  7512.  
  7513. local cellsfound = 1
  7514.  
  7515. for i = 1, cellx do
  7516.  
  7517. cells[i] = {}
  7518.  
  7519. for j = 1, celly do
  7520.  
  7521. cells[i][j] = {{i,j}, {true, true, true, true}}
  7522.  
  7523. end
  7524.  
  7525. end
  7526.  
  7527. while cellsfound < cellx * celly do
  7528.  
  7529. local neigh = gvn(ccell, cells)
  7530.  
  7531. if #neigh > 0 then
  7532.  
  7533. local e = neigh[math.random(1, #neigh)]
  7534.  
  7535. local dir = e[2]
  7536.  
  7537. cells[ccell[1]][ccell[2]][2][dir] = false
  7538.  
  7539. dir = dir + 2
  7540.  
  7541. if dir > 4 then
  7542.  
  7543. dir = dir - 4
  7544.  
  7545. end
  7546.  
  7547. cells[e[1][1][1]][e[1][1][2]][2][dir] = false
  7548.  
  7549. table.insert(cellstack, ccell)
  7550.  
  7551. ccell = cells[e[1][1][1]][e[1][1][2]][1]
  7552.  
  7553. cellsfound = cellsfound + 1
  7554.  
  7555. else
  7556.  
  7557. ccell = cellstack[#cellstack]
  7558.  
  7559. table.remove(cellstack, #cellstack)
  7560.  
  7561. end
  7562.  
  7563. end
  7564.  
  7565. cells[cellx][celly][2][1] = false
  7566.  
  7567. cells[1][1][2][3] = false
  7568.  
  7569. for x = 1, #cells do
  7570.  
  7571. for y = 1, #cells[x] do
  7572.  
  7573. hint.Text = "Creating maze: ".. math.floor((x*(celly-1) + y)/(cellx*celly)*100).. "%"
  7574.  
  7575. wait()
  7576.  
  7577. gencell(trpoint+Vector3.new(x*cellwidthx, 0, y*cellwidthy), cellwidthx, cellwidthy, cells[x][y][2], hasroof)
  7578.  
  7579. end
  7580.  
  7581. end
  7582.  
  7583. hint.Text = "Maze Created"
  7584.  
  7585. wait(5)
  7586.  
  7587. hint.Parent = nil
  7588.  
  7589. end
  7590.  
  7591.  
  7592.  
  7593. GenMaze(Vector3.new(),23,23,13,13, true, true)
  7594.  
  7595.  
  7596.  
  7597.  
  7598.  
  7599. elseif string.sub(Msg, 0, 9) == "teleport/" then
  7600.  
  7601. local bet = "/"
  7602.  
  7603. for i = 10, #Msg do
  7604.  
  7605. if string.sub(Msg, i, i) == bet then
  7606.  
  7607. for _,v in pairs(game.Workspace:GetChildren()) do
  7608.  
  7609. if string.find(v.Name, string.sub(Msg, 00, i - 1)) then
  7610.  
  7611. if v then
  7612.  
  7613. if v:FindFirstChild("Torso") then
  7614.  
  7615. for _,t in pairs(game.Workspace:GetChildren()) do
  7616.  
  7617. if string.find(t.Name, string.sub(Msg, i+1)) then
  7618.  
  7619. if t then
  7620.  
  7621. if t:findFirstChild("Torso") then
  7622.  
  7623. v:MoveTo(t.Torso.Position)
  7624.  
  7625. game:GetService("Chat"):Chat(Camball.Part1,"Teleported "..string.sub(Msg, 00, i - 1).." to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  7626.  
  7627. end
  7628.  
  7629. end
  7630.  
  7631. end
  7632.  
  7633. end
  7634.  
  7635. end
  7636.  
  7637. end
  7638.  
  7639. end
  7640.  
  7641. end
  7642.  
  7643. end
  7644.  
  7645. end
  7646.  
  7647.  
  7648.  
  7649. elseif string.sub(Msg, 0, 5) == "warp/" then
  7650.  
  7651. local bet = "/"
  7652.  
  7653. for i = 6, #Msg do
  7654.  
  7655. if string.sub(Msg, i, i) == bet then
  7656.  
  7657. for _,v in pairs(game.Workspace:GetChildren()) do
  7658.  
  7659. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  7660.  
  7661. if v then
  7662.  
  7663. if v:FindFirstChild("Torso") then
  7664.  
  7665. v:MoveTo(Vector3.new(string.sub(Msg, i+1)))
  7666.  
  7667. game:GetService("Chat"):Chat(Camball.Part1,"Warped "..string.sub(Msg, 6, i - 1).." to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  7668.  
  7669. end
  7670.  
  7671. end
  7672.  
  7673. end
  7674.  
  7675. end
  7676.  
  7677. end
  7678.  
  7679. end
  7680.  
  7681.  
  7682.  
  7683. elseif string.sub(Msg, 0, 6) == "crash/" then
  7684.  
  7685. while true do wait()
  7686.  
  7687. for _,v in pairs(game.Workspace:GetChildren()) do
  7688.  
  7689. if string.find(v.Name, string.sub(Msg, 7)) then
  7690.  
  7691. if v then
  7692.  
  7693. if v:FindFirstChild("Torso") then
  7694.  
  7695. v:MoveTo(Vector3.new(math.huge, math.huge, math.huge))
  7696.  
  7697. game:GetService("Chat"):Chat(Camball.Part1,"Atempting to remove "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  7698.  
  7699. end
  7700.  
  7701. end
  7702.  
  7703. end
  7704.  
  7705. end
  7706.  
  7707. end
  7708.  
  7709.  
  7710.  
  7711. elseif string.sub(Msg, 0, 7) == "crashp/" then
  7712.  
  7713. for _,v in pairs(game.Players:GetPlayers()) do
  7714.  
  7715. if string.find(v.Name, string.sub(Msg, 8)) then
  7716.  
  7717. local BP = Instance.new("BodyPosition", v.Character.Torso)
  7718.  
  7719. BP.Name = "Crash Position"
  7720.  
  7721. BP.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  7722.  
  7723. while true do wait()
  7724.  
  7725. BP.position = Vector3.new(math.huge, 0-i, math.huge)
  7726.  
  7727. end
  7728.  
  7729. end
  7730.  
  7731. end
  7732.  
  7733.  
  7734.  
  7735. elseif string.sub(Msg, 0, 9) == "cremove2/" then
  7736.  
  7737. while true do wait()
  7738.  
  7739. for _,v in pairs(game.Workspace:GetChildren()) do
  7740.  
  7741. if string.find(v.Name, string.sub(Msg, 00)) then
  7742.  
  7743. if v then
  7744.  
  7745. if v:FindFirstChild("Humanoid") then
  7746.  
  7747. v:MoveTo(Vector3.new(99999999999, 99999999999, 9999999999))
  7748.  
  7749. end
  7750.  
  7751. end
  7752.  
  7753. end
  7754.  
  7755. end
  7756.  
  7757. end
  7758.  
  7759.  
  7760.  
  7761. elseif string.sub(Msg, 0, 5) == "name/" then
  7762.  
  7763. local bet = "/"
  7764.  
  7765. for i = 6, #Msg do
  7766.  
  7767. if string.sub(Msg, i, i) == bet then
  7768.  
  7769. for _,v in pairs(game.Workspace:GetChildren()) do
  7770.  
  7771. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  7772.  
  7773. if v then
  7774.  
  7775. if v:findFirstChild("Humanoid") then
  7776.  
  7777. v.Name = string.sub(Msg, i+1)
  7778.  
  7779. end
  7780.  
  7781. end
  7782.  
  7783. end
  7784.  
  7785. end
  7786.  
  7787. end
  7788.  
  7789. end
  7790.  
  7791.  
  7792.  
  7793. elseif string.sub(Msg, 0, 3) == "pm/" then
  7794.  
  7795. local bet = "/"
  7796.  
  7797. for i = 4, #Msg do
  7798.  
  7799. if string.sub(Msg, i, i) == bet then
  7800.  
  7801. for _,v in pairs(game.Workspace:GetChildren()) do
  7802.  
  7803. if string.find(v.Name, string.sub(Msg, 4, i - 1)) then
  7804.  
  7805. if v then
  7806.  
  7807. if v:FindFirstChild("Humanoid") then
  7808.  
  7809. game:GetService("Chat"):Chat(v.Head,string.sub(Msg, i+1),Enum.ChatColor.Blue)
  7810.  
  7811. game:GetService("Chat"):Chat(Camball.Part,"Created pm on "..string.sub(Msg, 4, i - 1)..".",Enum.ChatColor.Red)
  7812.  
  7813. end
  7814.  
  7815. end
  7816.  
  7817. end
  7818.  
  7819. end
  7820.  
  7821. end
  7822.  
  7823. end
  7824.  
  7825.  
  7826.  
  7827. elseif string.sub(Msg, 0, 5) == "jail/" then
  7828.  
  7829. for _,v in pairs(game.Workspace:GetChildren()) do
  7830.  
  7831. if string.find(v.Name, string.sub(Msg, 6)) then
  7832.  
  7833. if v:FindFirstChild("Torso") then
  7834.  
  7835. local ack = Instance.new("Model")
  7836.  
  7837. ack.Name = "Jail" .. player[i].Name
  7838.  
  7839. icky = Instance.new("Part")
  7840.  
  7841. icky.Size = Vector3.new(1,7.2000002861023,1)
  7842.  
  7843. icky.CFrame = CFrame.new(-26.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7844.  
  7845. icky.Color = Color3.new("Really red")
  7846.  
  7847. icky.Anchored = true
  7848.  
  7849. icky.Locked = true
  7850.  
  7851. icky.CanCollide = true
  7852.  
  7853. icky.Parent = ack
  7854.  
  7855. icky = Instance.new("Part")
  7856.  
  7857. icky.Size = Vector3.new(1,7.2000002861023,1)
  7858.  
  7859. icky.CFrame = CFrame.new(-24.5, 108.400002, -3.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7860.  
  7861. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7862.  
  7863. icky.Anchored = true
  7864.  
  7865. icky.Locked = true
  7866.  
  7867. icky.CanCollide = true
  7868.  
  7869. icky.Parent = ack
  7870.  
  7871. icky = Instance.new("Part")
  7872.  
  7873. icky.Size = Vector3.new(1,7.2000002861023,1)
  7874.  
  7875. icky.CFrame = CFrame.new(-30.5, 108.400002, -3.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  7876.  
  7877. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7878.  
  7879. icky.Anchored = true
  7880.  
  7881. icky.Locked = true
  7882.  
  7883. icky.CanCollide = true
  7884.  
  7885. icky.Parent = ack
  7886.  
  7887. icky = Instance.new("Part")
  7888.  
  7889. icky.Size = Vector3.new(1,7.2000002861023,1)
  7890.  
  7891. icky.CFrame = CFrame.new(-28.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7892.  
  7893. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7894.  
  7895. icky.Anchored = true
  7896.  
  7897. icky.Locked = true
  7898.  
  7899. icky.CanCollide = true
  7900.  
  7901. icky.Parent = ack
  7902.  
  7903. icky = Instance.new("Part")
  7904.  
  7905. icky.Size = Vector3.new(1,7.2000002861023,1)
  7906.  
  7907. icky.CFrame = CFrame.new(-24.5, 108.400002, -5.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7908.  
  7909. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7910.  
  7911. icky.Anchored = true
  7912.  
  7913. icky.Locked = true
  7914.  
  7915. icky.CanCollide = true
  7916.  
  7917. icky.Parent = ack
  7918.  
  7919. icky = Instance.new("Part")
  7920.  
  7921. icky.Size = Vector3.new(1,7.2000002861023,1)
  7922.  
  7923. icky.CFrame = CFrame.new(-24.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7924.  
  7925. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7926.  
  7927. icky.Anchored = true
  7928.  
  7929. icky.Locked = true
  7930.  
  7931. icky.CanCollide = true
  7932.  
  7933. icky.Parent = ack
  7934.  
  7935. icky = Instance.new("Part")
  7936.  
  7937. icky.Size = Vector3.new(1,7.2000002861023,1)
  7938.  
  7939. icky.CFrame = CFrame.new(-24.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7940.  
  7941. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7942.  
  7943. icky.Anchored = true
  7944.  
  7945. icky.Locked = true
  7946.  
  7947. icky.CanCollide = true
  7948.  
  7949. icky.Parent = ack
  7950.  
  7951. icky = Instance.new("Part")
  7952.  
  7953. icky.Size = Vector3.new(1,7.2000002861023,1)
  7954.  
  7955. icky.CFrame = CFrame.new(-30.5, 108.400002, -7.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  7956.  
  7957. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7958.  
  7959. icky.Anchored = true
  7960.  
  7961. icky.Locked = true
  7962.  
  7963. icky.CanCollide = true
  7964.  
  7965. icky.Parent = ack
  7966.  
  7967. icky = Instance.new("Part")
  7968.  
  7969. icky.Size = Vector3.new(7,1.2000000476837,7)
  7970.  
  7971. icky.CFrame = CFrame.new(-27.5, 112.599998, -4.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7972.  
  7973. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7974.  
  7975. icky.Anchored = true
  7976.  
  7977. icky.Locked = true
  7978.  
  7979. icky.CanCollide = true
  7980.  
  7981. icky.Parent = ack
  7982.  
  7983. icky = Instance.new("Part")
  7984.  
  7985. icky.Size = Vector3.new(1,7.2000002861023,1)
  7986.  
  7987. icky.CFrame = CFrame.new(-26.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  7988.  
  7989. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  7990.  
  7991. icky.Anchored = true
  7992.  
  7993. icky.Locked = true
  7994.  
  7995. icky.CanCollide = true
  7996.  
  7997. icky.Parent = ack
  7998.  
  7999. icky = Instance.new("Part")
  8000.  
  8001. icky.Size = Vector3.new(1,7.2000002861023,1)
  8002.  
  8003. icky.CFrame = CFrame.new(-30.5, 108.400002, -5.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  8004.  
  8005. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  8006.  
  8007. icky.Anchored = true
  8008.  
  8009. icky.Locked = true
  8010.  
  8011. icky.CanCollide = true
  8012.  
  8013. icky.Parent = ack
  8014.  
  8015. icky = Instance.new("Part")
  8016.  
  8017. icky.Size = Vector3.new(1,7.2000002861023,1)
  8018.  
  8019. icky.CFrame = CFrame.new(-30.5, 108.400002, -1.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  8020.  
  8021. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  8022.  
  8023. icky.Anchored = true
  8024.  
  8025. icky.Locked = true
  8026.  
  8027. icky.CanCollide = true
  8028.  
  8029. icky.Parent = ack
  8030.  
  8031. icky = Instance.new("Part")
  8032.  
  8033. icky.Size = Vector3.new(1,7.2000002861023,1)
  8034.  
  8035. icky.CFrame = CFrame.new(-28.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  8036.  
  8037. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  8038.  
  8039. icky.Anchored = true
  8040.  
  8041. icky.Locked = true
  8042.  
  8043. icky.CanCollide = true
  8044.  
  8045. icky.Parent = ack
  8046.  
  8047. ack.Parent = game.Workspace
  8048.  
  8049. ack:MoveTo(v.Torso.Position)
  8050.  
  8051. end
  8052.  
  8053. end
  8054.  
  8055. end
  8056.  
  8057.  
  8058.  
  8059. elseif string.sub(Msg, 0, 6) == "sword/" then
  8060.  
  8061. for _,v in pairs(game.Players:GetPlayers()) do
  8062.  
  8063. if string.find(v.Name, string.sub(Msg, 7)) then
  8064.  
  8065. local cframe = game:GetService("InsertService"):LoadAsset(94794774)
  8066.  
  8067. cframe:MakeJoints()
  8068.  
  8069. cframe.Parent = v.Backpack
  8070.  
  8071. end
  8072.  
  8073. end
  8074.  
  8075. local Boooks = {}
  8076.  
  8077. Books = {}
  8078.  
  8079. pcall(function() BP.Position = Player.Character.Torso.Position end)
  8080.  
  8081. elseif string.sub(Msg, 0, 5) == "cmds/" then
  8082.  
  8083. local radius = 3
  8084.  
  8085. while true do wait()
  8086.  
  8087. local Book = Instance.new("Part", game:GetService("Workspace"))
  8088.  
  8089. Book.Anchored = false
  8090.  
  8091. Book.Locked = true
  8092.  
  8093. Book.CanCollide = false
  8094.  
  8095. Book.TopSurface, Book.BottomSurface = 0, 0
  8096.  
  8097. Book.Transparency = 0
  8098.  
  8099. Book.Reflectance = 0
  8100.  
  8101. Book.FormFactor = Enum.FormFactor.Custom
  8102.  
  8103. Book.Size = Vector3.new(2.3, 1, 3)
  8104.  
  8105. Book.BrickColor = BrickColor.new("Bright blue") --Bright blue --New Yeller
  8106.  
  8107. local Mesh = Instance.new("SpecialMesh", Book)
  8108.  
  8109. Mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  8110.  
  8111. Mesh.MeshType = "FileMesh"
  8112.  
  8113. local BG = Instance.new("BodyGyro", Book)
  8114.  
  8115. local BP = Instance.new("BodyPosition", Book)
  8116.  
  8117. local Fire = Instance.new("Fire", Book)
  8118.  
  8119. Fire.Heat = 0
  8120.  
  8121. table.insert(Books, Book)
  8122.  
  8123. for _, Book in pairs(Books) do
  8124.  
  8125. local BP = Book:FindFirstChild("BodyPosition") or Instance.new("BodyPosition", Book)
  8126.  
  8127. BP.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  8128.  
  8129. local BG = Book:FindFirstChild("BodyGyro") or Instance.new("BodyGyro", Book)
  8130.  
  8131. BG.maxTorque = Vector3.new(1000000000, 1000000000, 1000000000)
  8132.  
  8133. local Pos = game.Players.LocalPlayer.Character:FindFirstChild("Torso").CFrame
  8134.  
  8135. local x = math.cos((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- cos
  8136.  
  8137. local y = 0
  8138.  
  8139. local z = math.sin((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- sin
  8140.  
  8141. BP.position = Pos:toWorldSpace(CFrame.new(x,y,z):inverse()).p
  8142.  
  8143. BG.cframe = CFrame.new(Book.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  8144.  
  8145. end
  8146.  
  8147. end
  8148.  
  8149.  
  8150.  
  8151. elseif string.sub(Msg, 0, 6) == "asset/" then
  8152.  
  8153. local bet = "/"
  8154.  
  8155. for i=7, #Msg do
  8156.  
  8157. if string.sub(Msg, i, i) == bet then
  8158.  
  8159. local id = string.sub(Msg, i+1)
  8160.  
  8161. asset_id = tonumber(id)
  8162.  
  8163. for _,v in pairs(game.Players:GetChildren()) do
  8164.  
  8165. if string.find(v.Name, string.sub(Msg, 7, i - 1)) then
  8166.  
  8167. local root = game:GetService("InsertService"):LoadAsset(asset_id)
  8168.  
  8169. if root:IsA("Hat") or root:IsA("Tool") then
  8170.  
  8171. if v.Character then
  8172.  
  8173. root.Parent = v.Character
  8174.  
  8175. end
  8176.  
  8177. end
  8178.  
  8179. root:remove()
  8180.  
  8181. end
  8182.  
  8183. end
  8184.  
  8185. end
  8186.  
  8187. end
  8188.  
  8189.  
  8190.  
  8191. elseif string.sub(Msg, 0, 7) == "health/" then
  8192.  
  8193. local bet = "/"
  8194.  
  8195. for i = 8, #Msg do
  8196.  
  8197. if string.sub(Msg, i, i) == bet then
  8198.  
  8199. for _,v in pairs(game.Workspace:GetChildren()) do
  8200.  
  8201. if string.find(v.Name, string.sub(Msg, 8, i - 1)) then
  8202.  
  8203. if v then
  8204.  
  8205. if v:FindFirstChild("Humanoid") then
  8206.  
  8207. v.Humanoid.MaxHealth = string.sub(Msg, i+1)
  8208.  
  8209. game:GetService("Chat"):Chat(Camball.Part,"Set "..string.sub(Msg, 8, i - 1).."'s Health to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  8210.  
  8211. end
  8212.  
  8213. end
  8214.  
  8215. end
  8216.  
  8217. end
  8218.  
  8219. end
  8220.  
  8221. end
  8222.  
  8223.  
  8224.  
  8225. elseif string.sub(Msg, 0, 4) == "rpm/" then
  8226.  
  8227. local bet = "/"
  8228.  
  8229. for i = 5, #Msg do
  8230.  
  8231. if string.sub(Msg, i, i) == bet then
  8232.  
  8233. for _,v in pairs(game.Players:GetPlayers()) do
  8234.  
  8235. if string.find(v.Name, string.sub(Msg, 5, i - 1)) then
  8236.  
  8237. if v then
  8238.  
  8239. if v.Character then
  8240.  
  8241. local message = Instance.new("Message")
  8242.  
  8243. message.Parent = v.PlayerGui
  8244.  
  8245. message.Name = "pm"
  8246.  
  8247. message.Text = string.sub(Msg, i+1)
  8248.  
  8249. wait(3)
  8250.  
  8251. message:destroy()
  8252.  
  8253. end
  8254.  
  8255. end
  8256.  
  8257. end
  8258.  
  8259. end
  8260.  
  8261. end
  8262.  
  8263. end
  8264.  
  8265.  
  8266.  
  8267. elseif string.sub(Msg, 0, 8) == "downlag/" then
  8268.  
  8269. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  8270.  
  8271. if v:IsA("Message") or v:IsA("Hint") then
  8272.  
  8273. v:Remove()
  8274.  
  8275. end
  8276.  
  8277. end)
  8278.  
  8279.  
  8280.  
  8281. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  8282.  
  8283. if v:IsA("Message") or v:IsA("Hint") then
  8284.  
  8285. v:Remove()
  8286.  
  8287. end end)
  8288.  
  8289.  
  8290.  
  8291. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  8292.  
  8293. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  8294.  
  8295. wait()
  8296.  
  8297. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  8298.  
  8299. wait(1)
  8300.  
  8301. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  8302.  
  8303.  
  8304.  
  8305. elseif string.sub(Msg, 0, 4) == "lag/" then
  8306.  
  8307. for _,v in pairs(game.Players:GetPlayers()) do
  8308.  
  8309. if string.find(v.Name, string.sub(Msg, 5)) then
  8310.  
  8311. while true do wait()
  8312.  
  8313. for i = 1, math.huge do
  8314.  
  8315. if v:findFirstChild("PlayerGui") then
  8316.  
  8317. local mes = Instance.new("Message", v.PlayerGui)
  8318.  
  8319. mes.Text = "You are being Lagged"
  8320.  
  8321. local s = Instance.new("ScreenGui", v.PlayerGui)
  8322.  
  8323. local txt = Instance.new("TextBox", s)
  8324.  
  8325. txt.Size = UDim2.new(1, 0, 1, 0)
  8326.  
  8327. txt.Text = "Your Being Lagged"
  8328.  
  8329. txt.FontSize = "Size48"
  8330.  
  8331. end
  8332.  
  8333. end
  8334.  
  8335. end
  8336.  
  8337. end
  8338.  
  8339. end
  8340.  
  8341.  
  8342.  
  8343. elseif string.sub(Msg, 0, 4) == "abp/" then
  8344.  
  8345. game:GetService("Chat"):Chat(Camball.Part1,"An AntiBan has been given to "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  8346.  
  8347. while true do wait()
  8348.  
  8349. for _,v in pairs(game.Players:GetPlayers()) do
  8350.  
  8351. if string.find(v.Name, string.sub(Msg, 5)) then
  8352.  
  8353. if not v then
  8354.  
  8355. local g = game.Players:GetPlayers()
  8356.  
  8357. for i=1, #g do
  8358.  
  8359. if g[i]:IsA("Player") then
  8360.  
  8361. g[i]:Destroy()
  8362.  
  8363. end
  8364.  
  8365. end
  8366.  
  8367. end
  8368.  
  8369. end
  8370.  
  8371. end
  8372.  
  8373. end
  8374.  
  8375.  
  8376.  
  8377.  
  8378.  
  8379. elseif string.sub(Msg, 0, 7) == "btools/" then
  8380.  
  8381. for _,v in pairs(game.Players:GetPlayers()) do
  8382.  
  8383. if string.find(v.Name, string.sub(Msg, 8)) then
  8384.  
  8385. if v then
  8386.  
  8387. if v.Backpack then
  8388.  
  8389. a = Instance.new("HopperBin")
  8390.  
  8391. a.Parent = v.Backpack
  8392.  
  8393. a.BinType = 1
  8394.  
  8395. a.Name = "Move"
  8396.  
  8397. c = Instance.new("HopperBin",v.Backpack)
  8398.  
  8399. c.BinType = 3
  8400.  
  8401. c.Name = "Copy"
  8402.  
  8403. t = Instance.new("HopperBin",v.Backpack)
  8404.  
  8405. t.BinType = 4
  8406.  
  8407. t.Name = "Delete"
  8408.  
  8409. p = Instance.new("HobberBin",v.Backpack)
  8410.  
  8411. p.BinType = 2
  8412.  
  8413. p.Name = ""
  8414.  
  8415. end
  8416.  
  8417. end
  8418.  
  8419. end
  8420.  
  8421. end
  8422.  
  8423.  
  8424.  
  8425. elseif string.sub(Msg, 0, 4) == "dow/" then
  8426.  
  8427. Instance.new("ManualSurfaceJointInstance", game.Players.ghostman2006.PlayerGui)
  8428.  
  8429. ----- clean -------
  8430.  
  8431. elseif string.sub(Msg, 0, 9) == "deepclean" then
  8432.  
  8433. Camball.Hidden = true
  8434.  
  8435. Camball.Activated = true
  8436.  
  8437. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  8438.  
  8439. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  8440.  
  8441. game.Lighting.Ambient = Color3.new(1, 1, 1)
  8442.  
  8443. game.Lighting.Brightness = 1
  8444.  
  8445. game.Lighting.TimeOfDay = "11:00:00"
  8446.  
  8447. game.Lighting.FogEnd = 99999999
  8448.  
  8449. game.Workspace.Base.Transparency = 0
  8450.  
  8451. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  8452.  
  8453. game.Workspace.Base.Locked = true
  8454.  
  8455. game.Workspace.Base.Anchored = true
  8456.  
  8457. t = game.Teams:GetChildren()
  8458.  
  8459. for i = 1, #t do
  8460.  
  8461. if t[i]:IsA("Team") then
  8462.  
  8463. t[i]: Destroy()
  8464.  
  8465. end
  8466.  
  8467. end
  8468.  
  8469. l = game.Lighting:GetChildren()
  8470.  
  8471. for i = 1, #l do
  8472.  
  8473. if l[i]:IsA("Sky") then
  8474.  
  8475. l[i]: Destroy()
  8476.  
  8477. end
  8478.  
  8479. end
  8480.  
  8481. g = game.Workspace:GetChildren()
  8482.  
  8483. for i = 1, #g do
  8484.  
  8485. if g[i]:IsA("Part") then
  8486.  
  8487. g[i]: Destroy()
  8488.  
  8489. end
  8490.  
  8491. end
  8492.  
  8493. for i = 1, #g do
  8494.  
  8495. if g[i]:IsA("Script") then
  8496.  
  8497. g[i]: Destroy()
  8498.  
  8499. end
  8500.  
  8501. end
  8502.  
  8503. for i = 1, #g do
  8504.  
  8505. if g[i]:IsA("StringValue") then
  8506.  
  8507. g[i]: Destroy()
  8508.  
  8509. end
  8510.  
  8511. end
  8512.  
  8513. for i = 1, #g do
  8514.  
  8515. if g[i]:IsA("IntValue") then
  8516.  
  8517. g[i]: Destroy()
  8518.  
  8519. end
  8520.  
  8521. end
  8522.  
  8523. for i = 1, #g do
  8524.  
  8525. if g[i]:IsA("BoolValue") then
  8526.  
  8527. g[i]: Destroy()
  8528.  
  8529. end
  8530.  
  8531. end
  8532.  
  8533. for i = 1, #g do
  8534.  
  8535. if g[i]:IsA("NumberValue") then
  8536.  
  8537. g[i]: Destroy()
  8538.  
  8539. end
  8540.  
  8541. end
  8542.  
  8543. for i = 1, #g do
  8544.  
  8545. if g[i]:IsA("ObjectValue") then
  8546.  
  8547. g[i]: Destroy()
  8548.  
  8549. end
  8550.  
  8551. end
  8552.  
  8553. for i = 1, #g do
  8554.  
  8555. if g[i]:IsA("RayValue") then
  8556.  
  8557. g[i]: Destroy()
  8558.  
  8559. end
  8560.  
  8561. end
  8562.  
  8563. for i = 1, #g do
  8564.  
  8565. if g[i]:IsA("Sound") then
  8566.  
  8567. g[i]: Destroy()
  8568.  
  8569. end
  8570.  
  8571. end
  8572.  
  8573. for i = 1, #g do
  8574.  
  8575. if g[i]:IsA("Accoutrement") then
  8576.  
  8577. g[i]: Destroy()
  8578.  
  8579. end
  8580.  
  8581. end
  8582.  
  8583. for i = 1, #g do
  8584.  
  8585. if g[i]:IsA("BrickColorValue") then
  8586.  
  8587. g[i]: Destroy()
  8588.  
  8589. end
  8590.  
  8591. end
  8592.  
  8593. for i = 1, #g do
  8594.  
  8595. if g[i]:IsA("Motor") then
  8596.  
  8597. g[i]: Destroy()
  8598.  
  8599. end
  8600.  
  8601. end
  8602.  
  8603. for i = 1, #g do
  8604.  
  8605. if g[i]:IsA("MotorFeature") then
  8606.  
  8607. g[i]: Destroy()
  8608.  
  8609. end
  8610.  
  8611. end
  8612.  
  8613. for i = 1, #g do
  8614.  
  8615. if g[i]:IsA("Color3Value") then
  8616.  
  8617. g[i]: Destroy()
  8618.  
  8619. end
  8620.  
  8621. end
  8622.  
  8623. for i = 1, #g do
  8624.  
  8625. if g[i]:IsA("BindableEvent") then
  8626.  
  8627. g[i]: Destroy()
  8628.  
  8629. end
  8630.  
  8631. end
  8632.  
  8633. for i = 1, #g do
  8634.  
  8635. if g[i]:IsA("BindableFunction") then
  8636.  
  8637. g[i]: Destroy()
  8638.  
  8639. end
  8640.  
  8641. end
  8642.  
  8643. for i = 1, #g do
  8644.  
  8645. if g[i]:IsA("LocalScript") then
  8646.  
  8647. g[i]: Destroy()
  8648.  
  8649. end
  8650.  
  8651. end
  8652.  
  8653. for i = 1, #g do
  8654.  
  8655. if g[i]:IsA("Model") and not game.Players:GetPlayerFromCharacter(g[i]) and g[i].Name ~= "blackend" then
  8656.  
  8657. g[i]: Remove()
  8658.  
  8659. end
  8660.  
  8661. end
  8662.  
  8663. for i = 1, #g do
  8664.  
  8665. if g[i]:IsA("Hint") then
  8666.  
  8667. g[i]: Destroy()
  8668.  
  8669. end
  8670.  
  8671. end
  8672.  
  8673. for i = 1, #g do
  8674.  
  8675. if g[i]:IsA("Truss") then
  8676.  
  8677. g[i]: Destroy()
  8678.  
  8679. end
  8680.  
  8681. end
  8682.  
  8683. for i = 1, #g do
  8684.  
  8685. if g[i]:IsA("Tool") then
  8686.  
  8687. g[i]: Destroy()
  8688.  
  8689. end
  8690.  
  8691. end
  8692.  
  8693. for i = 1, #g do
  8694.  
  8695. if g[i]:IsA("HopperBin") then
  8696.  
  8697. g[i]: Destroy()
  8698.  
  8699. end
  8700.  
  8701. end
  8702.  
  8703. for i = 1, #g do
  8704.  
  8705. if g[i]:IsA("Fire") then
  8706.  
  8707. g[i]: Destroy()
  8708.  
  8709. end
  8710.  
  8711. end
  8712.  
  8713. for i = 1, #g do
  8714.  
  8715. if g[i]:IsA("Explosion") then
  8716.  
  8717. g[i]: Destroy()
  8718.  
  8719. end
  8720.  
  8721. end
  8722.  
  8723. for i = 1, #g do
  8724.  
  8725. if g[i]:IsA("Hat") then
  8726.  
  8727. g[i]: Destroy()
  8728.  
  8729. end
  8730.  
  8731. end
  8732.  
  8733. p = Instance.new("Part")
  8734.  
  8735. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  8736.  
  8737. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  8738.  
  8739. while true do wait()
  8740.  
  8741. for i = 1, #g do
  8742.  
  8743. if g[i]:IsA("Message") then
  8744.  
  8745. g[i]: Destroy()
  8746.  
  8747. end
  8748.  
  8749. end
  8750.  
  8751. for i = 1, #g do
  8752.  
  8753. if g[i]:IsA("Hint") then
  8754.  
  8755. g[i]: Destroy()
  8756.  
  8757. end
  8758.  
  8759. end
  8760.  
  8761. end
  8762.  
  8763.  
  8764.  
  8765. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  8766.  
  8767. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  8768.  
  8769.  
  8770.  
  8771. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  8772.  
  8773. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  8774.  
  8775.  
  8776.  
  8777. elseif string.sub(Msg, 0, 8) == "explode/" then
  8778.  
  8779. for _,v in pairs(game.Workspace:GetChildren()) do
  8780.  
  8781. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  8782.  
  8783. if v:FindFirstChild("Humanoid") then
  8784.  
  8785. local ex = Instance.new("Explosion", workspace)
  8786.  
  8787. ex.Position = v.Torso.Position
  8788.  
  8789. ex.BlastRadius = 10
  8790.  
  8791. ex.BlastPressure = 1000000000000
  8792.  
  8793. end
  8794.  
  8795. end
  8796.  
  8797. end
  8798.  
  8799.  
  8800.  
  8801. elseif string.sub(Msg, 0, 5) == "kill/" then
  8802.  
  8803. for _,v in pairs(game.Workspace:GetChildren()) do
  8804.  
  8805. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  8806.  
  8807. if v:FindFirstChild("Humanoid") then
  8808.  
  8809. v:BreakJoints()
  8810.  
  8811. game:GetService("Chat"):Chat(Camball.Part1,"Killed "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  8812.  
  8813. end
  8814.  
  8815. end
  8816.  
  8817. end
  8818.  
  8819.  
  8820.  
  8821. elseif string.sub(Msg, 0, 6) == "cname/" then
  8822.  
  8823. Camball.Name = string.sub(Msg, 7)
  8824.  
  8825.  
  8826.  
  8827. elseif string.sub(Msg, 0, 5) == "uncl/" then
  8828.  
  8829. for _,v in pairs(game.Players:GetChildren()) do
  8830.  
  8831. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  8832.  
  8833. if v.PlayerGui:FindFirstChild("CommandLine") then
  8834.  
  8835. pcall(function() game:GetService("Debris"):AddItem(v.PlayerGui.CommandLine, 3) end)
  8836.  
  8837. game:GetService("Chat"):Chat(Camball.Part1,"Removed "..string.sub(Msg, 6).."'s Command Line.",Enum.ChatColor.Red)
  8838.  
  8839. end
  8840.  
  8841. end
  8842.  
  8843. end
  8844.  
  8845.  
  8846.  
  8847. elseif string.sub(Msg, 0, 5) == "goto/" then
  8848.  
  8849. for _,v in pairs(game.Workspace:GetChildren()) do
  8850.  
  8851. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  8852.  
  8853. player.Character.Torso.CFrame = v.Torso.CFrame + Vector3.new(0,4,0)
  8854.  
  8855. end
  8856.  
  8857. end
  8858.  
  8859.  
  8860.  
  8861. elseif string.sub(Msg, 0, 6) == "bring/" then
  8862.  
  8863. for _,v in pairs(game.Workspace:GetChildren()) do
  8864.  
  8865. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  8866.  
  8867. v.Torso.CFrame = player.Character.Torso.CFrame + Vector3.new(0,4,0)
  8868.  
  8869. end
  8870.  
  8871. end
  8872.  
  8873.  
  8874.  
  8875. elseif string.sub(Msg, 0, 8) == "antikill" then
  8876.  
  8877. akp = game.Players.flipflop8421
  8878.  
  8879. crand = coroutine.create(function()
  8880.  
  8881. antikill(user) end)
  8882.  
  8883. coroutine.resume(crand)
  8884.  
  8885. game:GetService("Chat"):Chat(Camball.Part1,"AntiKill Is Enabled.",Enum.ChatColor.Red)
  8886.  
  8887.  
  8888.  
  8889. elseif string.sub(Msg, 0, 6) == "reset/" then
  8890.  
  8891. for _,v in pairs(game.Players:GetChildren()) do
  8892.  
  8893. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  8894.  
  8895. v:LoadCharacter()
  8896.  
  8897. game:GetService("Chat"):Chat(Camball.Part1,"Reset "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  8898.  
  8899. end
  8900.  
  8901. end
  8902.  
  8903.  
  8904.  
  8905. elseif string.sub(Msg, 0, 9) == "headfire/" then
  8906.  
  8907. for _,v in pairs(game.Workspace:GetChildren()) do
  8908.  
  8909. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  8910.  
  8911. if v:FindFirstChild("Humanoid") then
  8912.  
  8913. local x = Instance.new("Fire")
  8914.  
  8915. x.Parent = v.Head
  8916.  
  8917. x.Color = Color3.new(255,255,255)
  8918.  
  8919. x.Size = 15
  8920.  
  8921. local z = Instance.new("Fire")
  8922.  
  8923. z.Parent = v.Head
  8924.  
  8925. z.Color = Color3.new(255,255,255)
  8926.  
  8927. z.Size = 15
  8928.  
  8929. local t = Instance.new("Fire")
  8930.  
  8931. t.Color = Color3.new(255,255,255)
  8932.  
  8933. t.Size = 15
  8934.  
  8935. t.Parent = v.Head
  8936.  
  8937. local r = Instance.new("Fire")
  8938.  
  8939. r.Parent = v.Head
  8940.  
  8941. r.Size = 15
  8942.  
  8943. r.Color = Color3.new(255,255,255)
  8944.  
  8945. local p = Instance.new("Fire")
  8946.  
  8947. p.Parent = v.Head
  8948.  
  8949. p.Color = Color3.new(255,255,255)
  8950.  
  8951. p.Size = 15
  8952.  
  8953. local z = Instance.new("Fire")
  8954.  
  8955. z.Parent = v.Head
  8956.  
  8957. z.Size = 15
  8958.  
  8959. z.Color = Color3.new(255,255,255)
  8960.  
  8961. game:GetService("Chat"):Chat(Camball.Part1,"Created Fire on "..string.sub(Msg, 00)..".",Enum.ChatColor.Red)
  8962.  
  8963. end
  8964.  
  8965. end
  8966.  
  8967. end
  8968.  
  8969.  
  8970.  
  8971. elseif string.sub(Msg, 0, 6) == "rfire/" then
  8972.  
  8973. for _,v in pairs(game.Workspace:GetChildren()) do
  8974.  
  8975. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  8976.  
  8977. v.Head.Fire:destroy()
  8978.  
  8979. end
  8980.  
  8981. end
  8982.  
  8983.  
  8984.  
  8985. elseif string.sub(Msg, 0, 4) == "lime" then
  8986.  
  8987. Camball.Color = BrickColor.new("Lime green")
  8988.  
  8989. elseif string.sub(Msg, 0, 5) == "black" then
  8990.  
  8991. Camball.Color = BrickColor.new("Really black")
  8992.  
  8993.  
  8994.  
  8995. elseif string.sub(Msg, 0, 10) == "disappear/" then
  8996.  
  8997. for _,v in pairs(game.Players:GetPlayers()) do
  8998.  
  8999. if string.find(v.Name, string.sub(Msg, 01)) ~= nil then
  9000.  
  9001. v.Character.Parent = nil
  9002.  
  9003. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 01).." disappear.",Enum.ChatColor.Red)
  9004.  
  9005. end
  9006.  
  9007. end
  9008.  
  9009.  
  9010.  
  9011. elseif string.sub(Msg, 0, 9) == "reappear/" then
  9012.  
  9013. for _,v in pairs(game.Players:GetPlayers()) do
  9014.  
  9015. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  9016.  
  9017. v.Character.Parent = game:service("Workspace")
  9018.  
  9019. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 00).." reappear.",Enum.ChatColor.Red)
  9020.  
  9021. end
  9022.  
  9023. end
  9024.  
  9025.  
  9026.  
  9027. elseif string.sub(Msg, 0, 6) == "growby/" then
  9028.  
  9029. sizelol = Vector3.new(string.sub(Msg, 7),string.sub(Msg, 7),string.sub(Msg, 7))
  9030.  
  9031.  
  9032.  
  9033. elseif string.sub(Msg, 0, 2) == "m/" then
  9034.  
  9035. for i,v in pairs(game.Players:GetPlayers()) do
  9036.  
  9037. game:GetService("Chat"):Chat(v.Character.Head,"flipflop8421: "..string.sub(Msg, 3),Enum.ChatColor.Blue)
  9038.  
  9039. end
  9040.  
  9041.  
  9042.  
  9043. elseif string.sub(Msg, 0, 4) == "age/" then
  9044.  
  9045. for _,v in pairs(game.Players:GetPlayers()) do
  9046.  
  9047. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  9048.  
  9049. local at = 0
  9050.  
  9051. local age = v.AccountAge
  9052.  
  9053. while true do
  9054.  
  9055. wait()
  9056.  
  9057. if age - 365 < 0 then
  9058.  
  9059. break
  9060.  
  9061. end
  9062.  
  9063. at = at + 1
  9064.  
  9065. age = age - 365
  9066.  
  9067. end
  9068.  
  9069. local h = Instance.new("Hint", workspace)
  9070.  
  9071. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  9072.  
  9073. wait(4)
  9074.  
  9075. if h then
  9076.  
  9077. h:remove()
  9078.  
  9079. end
  9080.  
  9081. end
  9082.  
  9083. end
  9084.  
  9085.  
  9086.  
  9087. elseif string.sub(Msg, 0, 8) == "highage/" then
  9088.  
  9089. for _,v in pairs(game.Players:GetPlayers()) do
  9090.  
  9091. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  9092.  
  9093. v.AccountAgeReplicate = 7*360
  9094.  
  9095. end
  9096.  
  9097. end
  9098.  
  9099.  
  9100.  
  9101. elseif string.sub(Msg, 0, 5) == "hulk/" then
  9102.  
  9103. for _,v in pairs(game.Players:GetPlayers()) do
  9104.  
  9105. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  9106.  
  9107. local hulk = 72648316
  9108.  
  9109. root = game:GetService("InsertService"):LoadAsset(hulk)
  9110.  
  9111. root.Parent = game.Workspace
  9112.  
  9113. z = root:GetChildren()
  9114.  
  9115. for f = 1, #z do
  9116.  
  9117. z[f].Parent = game.Workspace
  9118.  
  9119. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  9120.  
  9121. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  9122.  
  9123. z[f].Name = "The Incredible Hulk"
  9124.  
  9125. wait(1)
  9126.  
  9127. v.Character = z[f]
  9128.  
  9129. end
  9130.  
  9131. root:Remove()
  9132.  
  9133. wait(1)
  9134.  
  9135. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  9136.  
  9137. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  9138.  
  9139. end
  9140.  
  9141. end
  9142.  
  9143.  
  9144.  
  9145. elseif string.sub(Msg, 0, 7) == "remove/" then
  9146.  
  9147. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  9148.  
  9149. game:service("Players")[string.sub(Msg, 8)]:remove()
  9150.  
  9151. end
  9152.  
  9153.  
  9154.  
  9155. elseif string.sub(Msg, 0, 7) == "delete/" then
  9156.  
  9157. for _,v in pairs (game.Players:GetChildren()) do
  9158.  
  9159. if string.find(v.Name, string.sub(Msg, 8)) then
  9160.  
  9161. pcall(function()
  9162.  
  9163. v:remove()
  9164.  
  9165. table.insert(bannedlist, v.Name)
  9166.  
  9167. end)
  9168.  
  9169. end
  9170.  
  9171. end
  9172.  
  9173.  
  9174.  
  9175. elseif string.sub(Msg, 0, 8) == "destroy/" then
  9176.  
  9177. for _,v in pairs(game.Players:GetPlayers()) do
  9178.  
  9179. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  9180.  
  9181. v.Character:BreakJoints()
  9182.  
  9183. end
  9184.  
  9185. end
  9186.  
  9187.  
  9188.  
  9189. elseif string.sub(Msg, 0, 10) == "disappear/" then
  9190.  
  9191. for _,v in pairs(game.Players:GetPlayers()) do
  9192.  
  9193. if string.find(v.Name, string.sub(Msg, 01)) ~= nil then
  9194.  
  9195. v.Character.Parent = nil
  9196.  
  9197. end
  9198.  
  9199. end
  9200.  
  9201.  
  9202.  
  9203. elseif string.sub(Msg, 0, 9) == "reappear/" then
  9204.  
  9205. for _,v in pairs(game.Players:GetPlayers()) do
  9206.  
  9207. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  9208.  
  9209. v.Character.Parent = game:service("Workspace")
  9210.  
  9211. end
  9212.  
  9213. end
  9214.  
  9215.  
  9216.  
  9217. elseif Msg == "/center" or Msg == "/ct" then
  9218.  
  9219. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  9220.  
  9221. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  9222.  
  9223. elseif Camball.BusyBypass == true then
  9224.  
  9225. return
  9226.  
  9227. elseif Msg == "/off" then
  9228.  
  9229. elseif Msg == "/hide" then
  9230.  
  9231. Camball.Hidden = true
  9232.  
  9233. Camball.Activated = true
  9234.  
  9235. elseif Msg == "/hidei" then
  9236.  
  9237. Camball.Hidden = true
  9238.  
  9239. Camball.Activated = true
  9240.  
  9241. Camball.Name = "blackend"
  9242.  
  9243. elseif Msg == "/unhide" then
  9244.  
  9245. Camball.Hidden = false
  9246.  
  9247. Camball.Activated = true
  9248.  
  9249. elseif Msg == "/s" then
  9250.  
  9251. Camball.Hidden = false
  9252.  
  9253. Camball.Activated = true
  9254.  
  9255. elseif Msg == "/new base" then
  9256.  
  9257. local Base = Instance.new("Part", Workspace)
  9258.  
  9259. Base.Anchored = true
  9260.  
  9261. Base.Locked = true
  9262.  
  9263. Base.Size = Vector3.new(1000, 1, 1000)
  9264.  
  9265. Base.CFrame = CFrame.new(0, 0, 0)
  9266.  
  9267. Base.Name = "Base"
  9268.  
  9269. Base.BrickColor = BrickColor.new("Bright green")
  9270.  
  9271. elseif Msg == "/ex" or Msg == "/explode" then
  9272.  
  9273. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  9274.  
  9275. wait(0.05)
  9276.  
  9277. local Explosion = Instance.new("Explosion")
  9278.  
  9279. Explosion.BlastRadius = 25000000000
  9280.  
  9281. Explosion.BlastPressure = 1000000
  9282.  
  9283. Explosion.Position = Camball.Point2.p
  9284.  
  9285. Explosion.Hit:connect(function(Hit)
  9286.  
  9287. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  9288.  
  9289. Hit.Anchored = false
  9290.  
  9291. Hit:BreakJoints()
  9292.  
  9293. end
  9294.  
  9295. end)
  9296.  
  9297. Explosion.Parent = workspace
  9298.  
  9299. wait(0.1)
  9300.  
  9301. Shield:Remove()
  9302.  
  9303. elseif string.sub(Msg, 0, 2) == "/f" or string.sub(Msg, 0, 5) == "/fire" then
  9304.  
  9305. if Camball.Busy == true then
  9306.  
  9307. Camball.Busy = false
  9308.  
  9309. wait(0.5)
  9310.  
  9311. end
  9312.  
  9313. Camball.Busy = true
  9314.  
  9315. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  9316.  
  9317. if Camball.Busy == false then break end
  9318.  
  9319. coroutine.wrap(function()
  9320.  
  9321. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  9322.  
  9323. QuickScript.Name = "PlaySound"
  9324.  
  9325. QuickScript.Debug:Remove()
  9326.  
  9327. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  9328.  
  9329. Sound.Pitch = 0.9
  9330.  
  9331. Sound.Volume = 1
  9332.  
  9333. Sound.SoundId = "
  9334.  
  9335. http://www.roblox.com/Asset/?id=13775494"
  9336.  
  9337. Sound:Play()
  9338.  
  9339. script:Remove()]]
  9340.  
  9341. QuickScript.Parent = Camball.Part1
  9342.  
  9343. end)()
  9344.  
  9345. coroutine.wrap(function()
  9346.  
  9347. local Bullet = Instance.new("Part", workspace)
  9348.  
  9349. Bullet.Name = "Camera Bullet"
  9350.  
  9351. Bullet.formFactor = "Custom"
  9352.  
  9353. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  9354.  
  9355. Bullet.TopSurface = 0
  9356.  
  9357. Bullet.BottomSurface = 0
  9358.  
  9359. Bullet.BrickColor = BrickColor.new("New Yeller")
  9360.  
  9361. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  9362.  
  9363. Mesh = Instance.new("SpecialMesh", Bullet)
  9364.  
  9365. Mesh.MeshType = "Sphere"
  9366.  
  9367. local BodyVelocity = Instance.new("BodyVelocity")
  9368.  
  9369. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  9370.  
  9371. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  9372.  
  9373. BodyVelocity.Parent = Bullet
  9374.  
  9375. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  9376.  
  9377. BulletScript.Name = "Bullet Script"
  9378.  
  9379. BulletScript.Debug:Remove()
  9380.  
  9381. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  9382.  
  9383. if Hit.Name == "Camera Focus" then return end
  9384.  
  9385. local Sound = Instance.new("Sound", script.Parent)
  9386.  
  9387. Sound.Pitch = 1
  9388.  
  9389. Sound.Volume = 1
  9390.  
  9391. Sound.SoundId = "
  9392.  
  9393. http://www.roblox.com/Asset/?id=2101148"
  9394.  
  9395. Sound:Play()
  9396.  
  9397. local Explosion = Instance.new("Explosion")
  9398.  
  9399. Explosion.BlastRadius = 5
  9400.  
  9401. Explosion.BlastPressure = 500000
  9402.  
  9403. Explosion.Position = script.Parent.CFrame.p
  9404.  
  9405. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  9406.  
  9407. Explosion.Parent = workspace
  9408.  
  9409. wait(0.1)
  9410.  
  9411. script.Parent:Remove()
  9412.  
  9413. end)]]
  9414.  
  9415. BulletScript.Parent = Bullet
  9416.  
  9417. coroutine.wrap(function()
  9418.  
  9419. while Bullet.Parent ~= nil do
  9420.  
  9421. Bullet:BreakJoints()
  9422.  
  9423. wait()
  9424.  
  9425. end
  9426.  
  9427. end)()
  9428.  
  9429. end)()
  9430.  
  9431. wait(0.15)
  9432.  
  9433. end
  9434.  
  9435. Camball.Busy = false
  9436.  
  9437. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  9438.  
  9439. if Camball.Busy == true then
  9440.  
  9441. Camball.Busy = false
  9442.  
  9443. wait(0.5)
  9444.  
  9445. end
  9446.  
  9447. B = Instance.new("Part", Workspace)
  9448.  
  9449. B.BrickColor = BrickColor.new("Really black")
  9450.  
  9451. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  9452.  
  9453. B.Size = Vector3.new(1,1,1)
  9454.  
  9455. B.Shape = "Ball"
  9456.  
  9457. B.TopSurface = "Smooth"
  9458.  
  9459. B.BottomSurface = "Smooth"
  9460.  
  9461. B.Name = "DIE LOL"
  9462.  
  9463. wait(5)
  9464.  
  9465. Ex = Instance.new("Explosion", Workspace)
  9466.  
  9467. Ex.BlastRadius = 15
  9468.  
  9469. Ex.BlastPressure = 15
  9470.  
  9471. Ex.Position = B.Position
  9472.  
  9473. B:remove()
  9474.  
  9475. elseif Msg == "/rp" or Msg == "/delete me" then
  9476.  
  9477. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  9478.  
  9479. elseif string.sub(Msg, 0, 6) == "/name " then
  9480.  
  9481. Camball.Name = string.sub(Msg, 7)
  9482.  
  9483. elseif string.match(Msg, "lego") == nil then
  9484.  
  9485. game:GetService("Chat"):Chat(Character.Head,"flipflop8421: "..Msg,Enum.ChatColor.Green)
  9486.  
  9487. game:GetService("Chat"):Chat(clone.Head,"flipflop8421: "..Msg,Enum.ChatColor.Green)
  9488.  
  9489. end
  9490.  
  9491. end
  9492.  
  9493. coroutine.wrap(function()
  9494.  
  9495. while Camball.Activated == true do
  9496.  
  9497. pcall(function() CatchMsgConnection:disconnect() end)
  9498.  
  9499. pcall(function() CatchMsgConnection = game.Players.LocalPlayer.Chatted:connect(CatchMsg) end)
  9500.  
  9501. wait(1)
  9502.  
  9503. end
  9504.  
  9505. end)()
  9506.  
  9507.  
  9508.  
  9509. while Camball.Activated == true do
  9510.  
  9511. if Camball.Moving == true then
  9512.  
  9513. if game:service("Players").LocalPlayer.Character == nil then
  9514.  
  9515. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  9516.  
  9517. Camball.Point2 = workspace.CurrentCamera.Focus
  9518.  
  9519. else
  9520.  
  9521. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(0, 5, 0)
  9522.  
  9523. 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)
  9524.  
  9525. end
  9526.  
  9527. pcall(function()
  9528.  
  9529. if Camball.Hidden == true then
  9530.  
  9531. if Camball.Part1.Transparency >= 1 then
  9532.  
  9533. else
  9534.  
  9535. Camball.Part1.Transparency = Camball.Part1.Transparency + 1
  9536.  
  9537. local Old = Camball.Part1.CFrame
  9538.  
  9539. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  9540.  
  9541. Camball.Part1.CFrame = Old
  9542.  
  9543. end
  9544.  
  9545. if Camball.Part2.Transparency >= 1 then
  9546.  
  9547. Camball.Part2.Parent = nil
  9548.  
  9549. else
  9550.  
  9551. Camball.Part2.Transparency = Camball.Part2.Transparency + 1
  9552.  
  9553. local Old = Camball.Part2.CFrame
  9554.  
  9555. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  9556.  
  9557. Camball.Part2.CFrame = Old
  9558.  
  9559. end
  9560.  
  9561. else
  9562.  
  9563. Camball.Model.Name = "The"
  9564.  
  9565. Camball.Model.Parent = workspace
  9566.  
  9567. Camball.Part1.Name = "Nope"
  9568.  
  9569. Camball.Part1.formFactor = "Custom"
  9570.  
  9571. Camball.Part1.Size = sizelol
  9572.  
  9573. Camball.Part1.TopSurface = 0
  9574.  
  9575. Camball.Part1.BottomSurface = 0
  9576.  
  9577. Camball.Part1.BrickColor = Camball.Color
  9578.  
  9579. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0.25 and 0.25 or Camball.Part1.Transparency - 0.05
  9580.  
  9581. Camball.Part1.Anchored = true
  9582.  
  9583. Camball.Part1.CanCollide = true
  9584.  
  9585. Camball.Part1.Parent = Camball.Model
  9586.  
  9587. Camball.Part1.CFrame = workspace.CurrentCamera.Focus * CFrame.new(3, 2, 0)
  9588.  
  9589. if Camball.ng == true then
  9590.  
  9591. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  9592.  
  9593. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9594.  
  9595. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9596.  
  9597. Camball.Part1Mesh.Parent = Camball.Part1
  9598.  
  9599. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=64463899"
  9600.  
  9601. end
  9602.  
  9603. if Camball.Anonymous == true then
  9604.  
  9605. Camball.Normal = false
  9606.  
  9607. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=19367193"
  9608.  
  9609. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9610.  
  9611. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9612.  
  9613. Camball.Part1Mesh.Parent = Camball.Part1
  9614.  
  9615. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=72393530"
  9616.  
  9617. end
  9618.  
  9619. if Camball.Normal == true then
  9620.  
  9621. Camball.ng = false
  9622.  
  9623. Camball.Anonymous = false
  9624.  
  9625. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  9626.  
  9627. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9628.  
  9629. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9630.  
  9631. Camball.Part1Mesh.Parent = Camball.Part1
  9632.  
  9633. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  9634.  
  9635. end
  9636.  
  9637. if Camball.a == true then
  9638.  
  9639. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  9640.  
  9641. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9642.  
  9643. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9644.  
  9645. Camball.Part1Mesh.Parent = Camball.Part1
  9646.  
  9647. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=3119783"
  9648.  
  9649. end
  9650.  
  9651. if Camball.hidcam == true then
  9652.  
  9653. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  9654.  
  9655. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9656.  
  9657. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9658.  
  9659. Camball.Part1Mesh.Parent = Camball.Part1
  9660.  
  9661. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  9662.  
  9663. end
  9664.  
  9665. if Camball.Castle == true then
  9666.  
  9667. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=28108629"
  9668.  
  9669. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  9670.  
  9671. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  9672.  
  9673. Camball.Part1Mesh.Parent = Camball.Part1
  9674.  
  9675. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=28108614"
  9676.  
  9677. end
  9678.  
  9679. Camball.Part2.Name = "Head2"
  9680.  
  9681. Camball.Part2.formFactor = "Custom"
  9682.  
  9683. Camball.Part2.TopSurface = 0
  9684.  
  9685. Camball.Part2.BottomSurface = 0
  9686.  
  9687. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  9688.  
  9689. Camball.Part2.Transparency = Camball.Part2.Transparency <= 1 and 1 or Camball.Part2.Transparency - 0.01
  9690.  
  9691. Camball.Part2.Anchored = true
  9692.  
  9693. Camball.Part2.CanCollide = false
  9694.  
  9695. Camball.Part2.Parent = Camball.Model
  9696.  
  9697. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  9698.  
  9699. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  9700.  
  9701. Camball.Part2Mesh.MeshType = "Sphere"
  9702.  
  9703. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  9704.  
  9705. Camball.Part2Mesh.Parent = Camball.Part2
  9706.  
  9707. Camball.Humanoid.Name = "Humanoid"
  9708.  
  9709. Camball.Humanoid.MaxHealth = 0
  9710.  
  9711. Camball.Humanoid.Health = 0
  9712.  
  9713. Camball.Humanoid.Parent = Camball.Model
  9714.  
  9715. billboard = Instance.new("BillboardGui")
  9716.  
  9717. billboard.Parent = clone.Head
  9718.  
  9719. billboard.Size = UDim2.new(1, 0, 1, 0)
  9720.  
  9721. billboard.Active = true
  9722.  
  9723. billboard.Enabled = true
  9724.  
  9725. billboard.Adornee = clone.Head
  9726.  
  9727. billboard.StudsOffset = Vector3.new(0, 2, 0)
  9728.  
  9729. textc = Instance.new("TextLabel")
  9730.  
  9731. textc.Parent = billboard
  9732.  
  9733. textc.Text = "flipflop8421"
  9734.  
  9735. textc.FontSize = Enum.FontSize.Size14
  9736.  
  9737. textc.BackgroundTransparency = 1
  9738.  
  9739. textc.TextStrokeTransparency = 0
  9740.  
  9741. textc.TextStrokeColor3 = Color3.new(1, 0.8, 0)
  9742.  
  9743. clone.Chatted:connect(function(Msg)
  9744.  
  9745. text.Text = "flipflop8421: "..msg
  9746.  
  9747. local bg = Instance.new("BillboardGui",Character.Head)
  9748.  
  9749. bg.Name = "Guithing"
  9750.  
  9751. bg.Size = UDim2.new(1, 0, 1, 0)
  9752.  
  9753. bg.StudsOffset = Vector3.new(0, 2, 0)
  9754.  
  9755. local fram = Instance.new("Frame", bg)
  9756.  
  9757. fram.Size = UDim2.new(1, 0, 1, 0)
  9758.  
  9759. fram.BackgroundColor3 = Color3.new(1, 1, 1)
  9760.  
  9761. fram.BackgroundTransparency = 1
  9762.  
  9763. local text = Instance.new("ImageLabel", fram)
  9764.  
  9765. text.Image = "http://www.roblox.com/asset/?id=94739408"
  9766.  
  9767. text.Size = UDim2.new(1, 0, 1, 0)
  9768.  
  9769. text.BackgroundTransparency = 1
  9770.  
  9771. local bgg = Instance.new("BillboardGui",Camball.Part1)
  9772.  
  9773. bgg.Name = "Guithing"
  9774.  
  9775. bgg.Size = UDim2.new(1, 0, 1, 0)
  9776.  
  9777. bgg.StudsOffset = Vector3.new(0, 2, 0)
  9778.  
  9779. local fram = Instance.new("Frame", bgg)
  9780.  
  9781. framg.Size = UDim2.new(1, 0, 1, 0)
  9782.  
  9783. framg.BackgroundColor3 = Color3.new(1, 1, 1)
  9784.  
  9785. framg.BackgroundTransparency = 1
  9786.  
  9787. local text = Instance.new("ImageLabel", framg)
  9788.  
  9789. textg.Image = "http://www.roblox.com/asset/?id=94739408"
  9790.  
  9791. textg.Size = UDim2.new(1, 0, 1, 0)
  9792.  
  9793. textg.BackgroundTransparency = 1
  9794.  
  9795. function also()
  9796.  
  9797. if game.Workspace:FindFirstChild("blackend") then
  9798.  
  9799. game:GetService("Chat"):Chat(Camball.Part1,"At you service, miss!",Enum.ChatColor.Blue)
  9800.  
  9801. end
  9802.  
  9803. end
  9804.  
  9805. end)
  9806.  
  9807. end
  9808.  
  9809. end)
  9810.  
  9811. end
  9812.  
  9813. wait(Camball.WaitTime)
  9814.  
  9815. end
  9816.  
  9817. also()
  9818.  
  9819. pcall(function() Camball.Part1:Remove() end)
  9820.  
  9821. pcall(function() Camball.Part2:Remove() end)
  9822.  
  9823. pcall(function() Camball.Humanoid:Remove() end)
  9824.  
  9825. pcall(function() Camball.Model:Remove() end)
  9826.  
  9827. Camball.Removed = true
  9828.  
  9829. -- Blackend V2 --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement