Advertisement
yaay

Untitled

Jul 21st, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.55 KB | None | 0 0
  1. --[[ Loading 10 20 30 40 50 60 70 80 90 loaded ]]
  2. --[[ Loading 34102349102384102570239480 loaded ]]
  3. --[[ Replace yourname with your name ]]
  4. --[[ Please do not abuse with this script ]]
  5.  
  6. local sizelol = Vector3.new(0.01,0.01,0.01)
  7.  
  8. if script ~= nil then script.Parent = nil end
  9.  
  10. function Reset()
  11.  
  12. pcall(function() Camball.Model:Remove() end)
  13.  
  14. pcall(function() Camball.Part1:Remove() end)
  15.  
  16. pcall(function() Camball.Part2:Remove() end)
  17.  
  18. pcall(function() Camball.Humanoid:Remove() end)
  19.  
  20. Camball = {flipflop8421}--[Do not change this or it will ruin the script]--
  21.  
  22. Camball.Activated = true
  23.  
  24. Camball.Removed = false
  25.  
  26. Camball.Moving = true
  27.  
  28. Camball.Busy = false
  29.  
  30. Camball.BusyBypass = false
  31.  
  32. Camball.Hidden = false
  33.  
  34. Camball.WaitTime = 0.05
  35.  
  36. Camball.Name = "ulti55's Cryston Servant"--[The name of the servant.]--
  37.  
  38. Camball.ChatColor = Enum.ChatColor.Red
  39.  
  40. Camball.Color = BrickColor.new("Really black")
  41.  
  42. Camball.Point1 = CFrame.new()
  43.  
  44. Camball.Point2 = CFrame.new()
  45.  
  46. Camball.Model = Instance.new("Model")
  47.  
  48. Camball.Part1 = Instance.new("Part")
  49.  
  50. Camball.Part1.Transparency = 1
  51.  
  52. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  53.  
  54. Camball.Part2 = Instance.new("Part")
  55.  
  56. Camball.Part2.Transparency = 1
  57.  
  58. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  59.  
  60. Camball.Humanoid = Instance.new("Humanoid")
  61.  
  62. Camball.fire = Instance.new("Fire")
  63.  
  64. Camball.fire.Parent = Camball.Part1
  65.  
  66. Camball.fire.Color = Color3.new(0, 0, 102)
  67.  
  68. Camball.fire.Size = 4
  69.  
  70. Camball.sparkles = Instance.new("Sparkles")
  71.  
  72. Camball.sparkles.Parent = Camball.Part1
  73.  
  74. Camball.sparkles.Color = Color3.new(0, 0, 102)
  75.  
  76. canim=game.Players.LocalPlayer.Character.Animate
  77.  
  78. lanim=canim:clone()
  79.  
  80. lanim.Parent = game.Lighting
  81.  
  82. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  83.  
  84. if type(Source) ~= "userdata" then
  85.  
  86. Source = game
  87.  
  88. end
  89.  
  90. if type(Name) ~= "string" then
  91.  
  92. Name = "12packkid"
  93.  
  94. end
  95.  
  96. if type(Children) ~= "table" then
  97.  
  98. Children = {}
  99.  
  100. end
  101.  
  102. for _, Child in pairs(Source:children()) do
  103.  
  104. pcall(function()
  105.  
  106. if (function()
  107.  
  108. if SearchType == nil or SearchType == 1 then
  109.  
  110. return string.match(Child.Name:lower(), Name:lower())
  111.  
  112. elseif SearchType == 2 then
  113.  
  114. return string.match(Child.className:lower(), Name:lower())
  115.  
  116. elseif SearchType == 3 then
  117.  
  118. return Child:IsA(Name) or Child:IsA(Name:lower())
  119.  
  120. elseif SearchType == 4 then
  121.  
  122. 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())
  123.  
  124. end
  125.  
  126. return false
  127.  
  128. end)() and Child ~= script then
  129.  
  130. table.insert(Children, Child)
  131.  
  132. end
  133.  
  134. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  135.  
  136. end)
  137.  
  138. end
  139.  
  140. return Children
  141.  
  142. end
  143.  
  144. end
  145.  
  146. Reset()
  147.  
  148. bannedlist = {}
  149.  
  150.  
  151.  
  152. function onPlayerEntered(newPlayer)
  153.  
  154. for i=1,#bannedlist do
  155.  
  156. if (newPlayer.Name == bannedlist[i]) then
  157.  
  158. local hint = Instance.new("Hint",game.Workspace)
  159.  
  160. hint.Text = "Banned user "..newPlayer.Name.." has tried to join."
  161.  
  162. newPlayer:remove()
  163.  
  164. break
  165.  
  166. else
  167.  
  168. local hint = Instance.new("Hint",game.Workspace)
  169.  
  170. hint.Text = newPlayer.Name.." has joined."
  171.  
  172. end
  173.  
  174. end
  175.  
  176. end
  177.  
  178.  
  179.  
  180. game.Players.PlayerAdded:connect(onPlayerEntered)
  181.  
  182.  
  183.  
  184. CatchMsg = function(Msg)
  185.  
  186. if Camball.Activated == false then return end
  187.  
  188. if Msg == "/fixlocal" then
  189.  
  190. game:service("ScriptContext").ScriptsDisabled = true
  191.  
  192. for i = 1, 10 do
  193.  
  194. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  195.  
  196. if Part.className ~= "Player" then
  197.  
  198. pcall(function() Part.Disabled = true end)
  199.  
  200. pcall(function() Part:Remove() end)
  201.  
  202. end
  203.  
  204. end
  205.  
  206. wait()
  207.  
  208. end
  209.  
  210. wait(0.5)
  211.  
  212. Base = Instance.new("Part")
  213.  
  214. Base.Name = "Base"
  215.  
  216. Base.BrickColor = BrickColor.new("Dark green")
  217.  
  218. Base.TopSurface = "Studs"
  219.  
  220. Base.BottomSurface = "Smooth"
  221.  
  222. Base.formFactor = "Custom"
  223.  
  224. Base.Size = Vector3.new(1000, 5, 1000)
  225.  
  226. Base.CFrame = CFrame.new(0, -2, 0)
  227.  
  228. Base.Locked = true
  229.  
  230. Base.Anchored = true
  231.  
  232. Base.Parent = workspace
  233.  
  234. game:service("Lighting").Brightness = 1
  235.  
  236. game:service("Lighting").GeographicLatitude = 41.73
  237.  
  238. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  239.  
  240. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  241.  
  242. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  243.  
  244. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  245.  
  246. game:service("Lighting").TimeOfDay = "14:00:00"
  247.  
  248. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  249.  
  250. pcall(function()
  251.  
  252. local Model = Instance.new("Model", workspace)
  253.  
  254. local Part = Instance.new("Part", Model)
  255.  
  256. Part.Name = "Head"
  257.  
  258. Part.Transparency = 1
  259.  
  260. Part.CanCollide = false
  261.  
  262. Part.Anchored = true
  263.  
  264. Part.Locked = true
  265.  
  266. Part.Parent = Model
  267.  
  268. local Humanoid = Instance.new("Humanoid", Model)
  269.  
  270. Humanoid.Health = 100
  271.  
  272. Player.Character = Model
  273.  
  274. Humanoid.Health = 0
  275.  
  276. end)
  277.  
  278. end
  279.  
  280. wait()
  281.  
  282. game:service("ScriptContext").ScriptsDisabled = false
  283.  
  284. elseif Msg == "/fix" then
  285.  
  286. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  287.  
  288. QuickScript.Name = "Fix"
  289.  
  290. QuickScript.Debug:Remove()
  291.  
  292. QuickScript.NewSource.Value = [[game:service("ScriptContext").ScriptsDisabled = true
  293.  
  294. for i = 1, 10 do
  295.  
  296. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  297.  
  298. if Part.className ~= "Player" then
  299.  
  300. pcall(function() Part.Disabled = true end)
  301.  
  302. pcall(function() Part:Remove() end)
  303.  
  304. end
  305.  
  306. end
  307.  
  308. wait()
  309.  
  310. end
  311.  
  312. wait(0.5)
  313.  
  314. Base = Instance.new("Part")
  315.  
  316. Base.Name = "Base"
  317.  
  318. Base.BrickColor = BrickColor.new("Dark green")
  319.  
  320. Base.TopSurface = "Studs"
  321.  
  322. Base.BottomSurface = "Smooth"
  323.  
  324. Base.formFactor = "Custom"
  325.  
  326. Base.Size = Vector3.new(1000, 5, 1000)
  327.  
  328. Base.CFrame = CFrame.new(0, -2, 0)
  329.  
  330. Base.Locked = true
  331.  
  332. Base.Anchored = true
  333.  
  334. Base.Parent = workspace
  335.  
  336. game:service("Lighting").Brightness = 1
  337.  
  338. game:service("Lighting").GeographicLatitude = 41.73
  339.  
  340. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  341.  
  342. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  343.  
  344. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  345.  
  346. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  347.  
  348. game:service("Lighting").TimeOfDay = "14:00:00"
  349.  
  350. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  351.  
  352. pcall(function()
  353.  
  354. local Model = Instance.new("Model", workspace)
  355.  
  356. local Part = Instance.new("Part", Model)
  357.  
  358. Part.Name = "Head"
  359.  
  360. Part.Transparency = 1
  361.  
  362. Part.CanCollide = false
  363.  
  364. Part.Anchored = true
  365.  
  366. Part.Locked = true
  367.  
  368. Part.Parent = Model
  369.  
  370. local Humanoid = Instance.new("Humanoid", Model)
  371.  
  372. Humanoid.Health = 100
  373.  
  374. Player.Character = Model
  375.  
  376. Humanoid.Health = 0
  377.  
  378. end)
  379.  
  380. end
  381.  
  382. wait()
  383.  
  384. game:service("ScriptContext").ScriptsDisabled = false]]
  385.  
  386. QuickScript.Parent = workspace
  387.  
  388. elseif Msg == "/stop" then
  389.  
  390. Camball.Moving = false
  391.  
  392. elseif Msg == "/go" then
  393.  
  394. Camball.Moving = true
  395.  
  396. elseif Msg == "/up" then
  397.  
  398. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  399.  
  400. game:service("Players").LocalPlayer.Character = nil
  401.  
  402. Camball.Part1.CFrame = Camball.Point1
  403.  
  404. game:GetService("Chat"):Chat(Camball.Part1,"You are now in flying mode. Say /down to come down.",Enum.ChatColor.Red)
  405.  
  406. elseif Msg == "/down" then
  407.  
  408. if game:service("Players").LocalPlayer.Character ~= nil then
  409.  
  410. CatchMsg("/up")
  411.  
  412. Camball.Part1.CFrame = workspace.CurrentCamera.Focus * CFrame.new(3, 2, 0)
  413.  
  414. game:GetService("Chat"):Chat(Camball.Part1,"Good luck, sir!",Enum.ChatColor.Red)
  415.  
  416. end
  417.  
  418. Character = Instance.new("Model")
  419.  
  420. Character.Name = "12packkid"
  421.  
  422. Character.Parent = workspace
  423.  
  424. local Head = Instance.new("Part")
  425.  
  426. Head.Name = "Head"
  427.  
  428. Head.formFactor = 0
  429.  
  430. Head.Size = Vector3.new(2, 1, 1)
  431.  
  432. Head.TopSurface = 0
  433.  
  434. Head.BottomSurface = "Weld"
  435.  
  436. Head.BrickColor = BrickColor.new("Really black")
  437.  
  438. Head.Parent = Character
  439.  
  440. local fire = Instance.new("Fire")
  441.  
  442. fire.Parent = Head
  443.  
  444. fire.Color = Color3.new(125, 19, 64)
  445.  
  446. fire.SecondaryColor = Color3.new(12, 45, 113)
  447.  
  448. local Mesh = Instance.new("SpecialMesh")
  449.  
  450. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  451.  
  452. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  453.  
  454. Mesh.Parent = Head
  455.  
  456. Mesh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  457.  
  458. local Face = Instance.new("Decal")
  459.  
  460. Face.Name = "face"
  461.  
  462. Face.Face = "Front"
  463.  
  464. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  465.  
  466. Face.Parent = Head
  467.  
  468. local Torso = Instance.new("Part")
  469.  
  470. Torso.Name = "Torso"
  471.  
  472. Torso.formFactor = 0
  473.  
  474. Torso.Size = Vector3.new(2, 2, 1)
  475.  
  476. Torso.TopSurface = "Studs"
  477.  
  478. Torso.BottomSurface = "Inlet"
  479.  
  480. Torso.LeftSurface = "Weld"
  481.  
  482. Torso.RightSurface = "Weld"
  483.  
  484. Torso.BrickColor = BrickColor.new("Really black")
  485.  
  486. Torso.Parent = Character
  487.  
  488. local m = Instance.new("SpecialMesh")
  489.  
  490. m.Parent = Torso
  491.  
  492. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  493.  
  494. m.TextureId = "http://www.roblox.com/asset/?id=61215524"
  495.  
  496. local TShirt = Instance.new("Decal")
  497.  
  498. TShirt.Name = "roblox"
  499.  
  500. TShirt.Face = "Front"
  501.  
  502. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  503.  
  504. TShirt.Parent = Torso
  505.  
  506. local Limb = Instance.new("Part")
  507.  
  508. Limb.formFactor = 0
  509.  
  510. Limb.Size = Vector3.new(1, 2, 1)
  511.  
  512. Limb.TopSurface = "Studs"
  513.  
  514. Limb.BottomSurface = "Inlet"
  515.  
  516. Limb.BrickColor = BrickColor.new("Really black")
  517.  
  518. local Limb2 = Instance.new("Part")
  519.  
  520. Limb2.formFactor = 0
  521.  
  522. Limb2.Size = Vector3.new(1, 2, 1)
  523.  
  524. Limb2.TopSurface = "Studs"
  525.  
  526. Limb2.BottomSurface = "Inlet"
  527.  
  528. Limb2.BrickColor = BrickColor.new("Really black")
  529.  
  530. local LeftArm = Limb2:Clone()
  531.  
  532. LeftArm.Name = "Left Arm"
  533.  
  534. LeftArm.Parent = Character
  535.  
  536. local me = Instance.new("SpecialMesh")
  537.  
  538. me.Parent = LeftArm
  539.  
  540. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  541.  
  542. me.TextureId = "http://www.roblox.com/asset/?id=61215524"
  543.  
  544. local RightArm = Limb2:Clone()
  545.  
  546. RightArm.Name = "Right Arm"
  547.  
  548. RightArm.Parent = Character
  549.  
  550. local meshhh = Instance.new("SpecialMesh")
  551.  
  552. meshhh.Parent = RightArm
  553.  
  554. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  555.  
  556. meshhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  557.  
  558. local LeftLeg = Limb:Clone()
  559.  
  560. LeftLeg.Name = "Left Leg"
  561.  
  562. LeftLeg.Parent = Character
  563.  
  564. local meshhhh = Instance.new("SpecialMesh")
  565.  
  566. meshhhh.Parent = LeftLeg
  567.  
  568. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  569.  
  570. meshhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  571.  
  572. local RightLeg = Limb:Clone()
  573.  
  574. RightLeg.Name = "Right Leg"
  575.  
  576. RightLeg.Parent = Character
  577.  
  578. local meshhhhh = Instance.new("SpecialMesh")
  579.  
  580. meshhhhh.Parent = RightLeg
  581.  
  582. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  583.  
  584. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  585.  
  586. local Neck = Instance.new("Motor6D")
  587.  
  588. Neck.Name = "Neck"
  589.  
  590. Neck.Part0 = Torso
  591.  
  592. Neck.Part1 = Head
  593.  
  594. Neck.C0 = CFrame.new(0, 2, 0)
  595.  
  596. Neck.C1 = CFrame.new(0, 0.5, 0)
  597.  
  598. Neck.MaxVelocity = 0
  599.  
  600. Neck.Parent = Torso
  601.  
  602. local LeftShoulder = Instance.new("Motor6D")
  603.  
  604. LeftShoulder.Name = "Left Shoulder"
  605.  
  606. LeftShoulder.Part0 = Torso
  607.  
  608. LeftShoulder.Part1 = LeftArm
  609.  
  610. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  611.  
  612. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  613.  
  614. LeftShoulder.MaxVelocity = 0.5
  615.  
  616. LeftShoulder.Parent = Torso
  617.  
  618. local RightShoulder = Instance.new("Motor6D")
  619.  
  620. RightShoulder.Name = "Right Shoulder"
  621.  
  622. RightShoulder.Part0 = Torso
  623.  
  624. RightShoulder.Part1 = RightArm
  625.  
  626. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  627.  
  628. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  629.  
  630. RightShoulder.MaxVelocity = 0.5
  631.  
  632. RightShoulder.Parent = Torso
  633.  
  634. local LeftHip = Instance.new("Motor6D")
  635.  
  636. LeftHip.Name = "Left Hip"
  637.  
  638. LeftHip.Part0 = Torso
  639.  
  640. LeftHip.Part1 = LeftLeg
  641.  
  642. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  643.  
  644. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  645.  
  646. LeftHip.MaxVelocity = 0.1
  647.  
  648. LeftHip.Parent = Torso
  649.  
  650. local RightHip = Instance.new("Motor6D")
  651.  
  652. RightHip.Name = "Right Hip"
  653.  
  654. RightHip.Part0 = Torso
  655.  
  656. RightHip.Part1 = RightLeg
  657.  
  658. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  659.  
  660. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  661.  
  662. RightHip.MaxVelocity = 0.1
  663.  
  664. RightHip.Parent = Torso
  665.  
  666. local Humanoid = Instance.new("Humanoid")
  667.  
  668. Humanoid.Parent = Character
  669.  
  670. Humanoid.WalkSpeed = 20
  671.  
  672. local BodyColors = Instance.new("BodyColors")
  673.  
  674. BodyColors.Name = "Body Colors"
  675.  
  676. BodyColors.HeadColor = Head.BrickColor
  677.  
  678. BodyColors.TorsoColor = Torso.BrickColor
  679.  
  680. BodyColors.LeftArmColor = LeftArm.BrickColor
  681.  
  682. BodyColors.RightArmColor = RightArm.BrickColor
  683.  
  684. BodyColors.LeftLegColor = LeftLeg.BrickColor
  685.  
  686. BodyColors.RightLegColor = RightLeg.BrickColor
  687.  
  688. BodyColors.Parent = Character
  689.  
  690. local Shirt = Instance.new("Shirt")
  691.  
  692. Shirt.Name = "Shirt"
  693.  
  694. Shirt.ShirtTemplate = ""
  695.  
  696. Shirt.Parent = Character
  697.  
  698. local ShirtGraphic = Instance.new("ShirtGraphic")
  699.  
  700. ShirtGraphic.Name = "Shirt Graphic"
  701.  
  702. ShirtGraphic.Graphic = ""
  703.  
  704. ShirtGraphic.Parent = Character
  705.  
  706. local Pants = Instance.new("Pants")
  707.  
  708. Pants.Name = "Pants"
  709.  
  710. Pants.PantsTemplate = ""
  711.  
  712. Pants.Parent = Character
  713.  
  714. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  715.  
  716. game:service("Players").LocalPlayer.Character = Character
  717.  
  718. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  719.  
  720. workspace.CurrentCamera.CameraType = "Custom"
  721.  
  722. hats = {71484125,71597048,20416957,83704165,69947367,81154592,68603324,37816777,93136746,86494893,86494914}
  723.  
  724. for i = 1, #hats do
  725.  
  726. root = game:GetService("InsertService"):LoadAsset(hats[i])
  727.  
  728. root.Parent = Character
  729.  
  730. z = root:GetChildren()
  731.  
  732. for f = 1, #z do
  733.  
  734. z[f].Parent = Character
  735.  
  736. end
  737.  
  738. root:Remove()
  739.  
  740. end
  741.  
  742. ganim=game.Lighting:findFirstChild("Animate")
  743.  
  744. kanim=ganim:clone()
  745.  
  746. kanim.Parent = Character
  747.  
  748.  
  749.  
  750. elseif string.sub(Msg, 0, 8) == "control/" then
  751.  
  752. for _,v in pairs(game.Players:GetPlayers()) do
  753.  
  754. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  755.  
  756. game:service("Players").LocalPlayer.Character = v.Character
  757.  
  758. workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  759.  
  760. workspace.CurrentCamera.CameraType = "Custom"
  761.  
  762. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Controlling "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  763.  
  764. end
  765.  
  766. end
  767.  
  768.  
  769.  
  770. elseif string.sub(Msg, 0, 2) == "m/" then
  771.  
  772. for i,v in pairs(game.Workspace:GetChildren()) do
  773.  
  774. if v:FindFirstChild("Head") then
  775.  
  776. game:GetService("Chat"):Chat(v.Head,"12packkid's Servant: "..string.sub(Msg, 3),Enum.ChatColor.Red)
  777.  
  778. end
  779.  
  780. end
  781.  
  782.  
  783.  
  784. elseif string.sub(Msg, 0, 4) == "age/" then
  785.  
  786. for _,v in pairs(game.Players:GetPlayers()) do
  787.  
  788. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  789.  
  790. game:GetService("Chat"):Chat(v.Head,v.AccountAge,Enum.ChatColor.Red)
  791.  
  792. end
  793.  
  794. end
  795.  
  796.  
  797.  
  798. elseif string.sub(Msg, 0, 8) == "highage/" then
  799.  
  800. for _,v in pairs(game.Players:GetPlayers()) do
  801.  
  802. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  803.  
  804. v.AccountAgeReplicate = 7*360
  805.  
  806. end
  807.  
  808. end
  809.  
  810.  
  811.  
  812. elseif string.sub(Msg, 0, 7) == "loopk/" then
  813.  
  814. while true do wait()
  815.  
  816. for _,v in pairs(game.Workspace:GetChildren()) do
  817.  
  818. if string.find(v.Name, string.sub(Msg, 8)) ~= nil then
  819.  
  820. if v:FindFirstChild("Humanoid") then
  821.  
  822. v.Humanoid.Health = 0
  823.  
  824. end
  825.  
  826. end
  827.  
  828. end
  829.  
  830. end
  831.  
  832.  
  833.  
  834. elseif string.sub(Msg, 0, 6) == "clone/" then
  835.  
  836. local clone = Character:clone()
  837.  
  838. clone.Parent = game.Workspace
  839.  
  840. clone.Position = Camball.Part1
  841.  
  842. clone.Humanoid.Health = 999999
  843.  
  844. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."You have been cloned, Sir.",Enum.ChatColor.Red)
  845.  
  846.  
  847.  
  848. elseif string.sub(Msg, 0, 7) == "clonep/" then
  849.  
  850. for _,v in pairs(game.Workspace:GetChildren()) do
  851.  
  852. if string.find(v.Name, string.sub(Msg, 8)) then
  853.  
  854. if v:FindFirstChild("Torso") then
  855.  
  856. v.archivable = true
  857.  
  858. local clone = v:Clone()
  859.  
  860. clone.Parent = game.Workspace
  861.  
  862. clone.Position = v
  863.  
  864. wait()
  865.  
  866. v.archivable = false
  867.  
  868. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."I have cloned "..string.sub(Msg, 8)..".",Enum.ChatColor.Green)
  869.  
  870. end
  871.  
  872. end
  873.  
  874. end
  875.  
  876.  
  877.  
  878. elseif string.sub(Msg, 0, 7) == "clonec/" then
  879.  
  880. for _,v in pairs(game.Workspace:GetChildren()) do
  881.  
  882. if string.find(v.Name, string.sub(Msg, 8)) then
  883.  
  884. local clone = v:clone()
  885.  
  886. clone.Position = v
  887.  
  888. clone.Parent = game.Workspace
  889.  
  890. end
  891.  
  892. end
  893.  
  894.  
  895.  
  896. elseif string.sub(Msg, 0, 5) == "hulk/" then
  897.  
  898. for _,v in pairs(game.Workspace:GetChildren()) do
  899.  
  900. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  901.  
  902. local hulk = 72648316
  903.  
  904. root = game:GetService("InsertService"):LoadAsset(hulk)
  905.  
  906. root.Parent = game.Workspace
  907.  
  908. z = root:GetChildren()
  909.  
  910. for f = 1, #z do
  911.  
  912. z[f].Parent = game.Workspace
  913.  
  914. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  915.  
  916. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  917.  
  918. z[f].Name = "The Incredible Hulk"
  919.  
  920. wait(1)
  921.  
  922. v.Character = z[f]
  923.  
  924. end
  925.  
  926. root:Remove()
  927.  
  928. wait(1)
  929.  
  930. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  931.  
  932. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  933.  
  934. end
  935.  
  936. end
  937.  
  938.  
  939.  
  940. elseif string.sub(Msg, 0, 7) == "remove/" then
  941.  
  942. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  943.  
  944. game:service("Players")[string.sub(Msg, 8)]:remove()
  945.  
  946. end
  947.  
  948.  
  949.  
  950. elseif string.sub(Msg, 0, 8) == "deletec/" then
  951.  
  952. for _,v in pairs (game.Players:GetChildren()) do
  953.  
  954. if string.find(v.Name, string.sub(Msg, 9)) then
  955.  
  956. pcall(function()
  957.  
  958. v:remove()
  959.  
  960. table.insert(bannedlist, v.Name)
  961.  
  962. end)
  963.  
  964. end
  965.  
  966. end
  967.  
  968.  
  969. elseif string.sub(Msg, 0, 7) == "delete/" then
  970.  
  971. while true do wait()
  972.  
  973. for _,v in pairs(game.Workspace:GetChildren()) do
  974.  
  975. if string.find(v.Name, string.sub(Msg, 8)) then
  976.  
  977. v:Remove()
  978.  
  979. end
  980.  
  981. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."I am sorry,"..string.sub(Msg, 9)..", but Camballs are not authorized in this server, you must re-enter.",Enum.ChatColor.Red)
  982.  
  983. end
  984.  
  985. end
  986.  
  987.  
  988. elseif string.sub(Msg, 0, 6) == "clean/" then
  989.  
  990. for _,v in pairs(game.Workspace:GetChildren()) do
  991.  
  992. if string.find(v.Name, string.sub(Msg, 7)) then
  993.  
  994. if v.className ~= "Terrain" then
  995.  
  996. v:Remove()
  997.  
  998. end
  999.  
  1000. end
  1001.  
  1002. end
  1003.  
  1004.  
  1005.  
  1006. elseif string.sub(Msg, 0, 8) == "ambient/" then
  1007.  
  1008. game.Lighting.Ambient = Color3.new(string.sub(Msg, 9))
  1009.  
  1010. game:GetService("Chat"):Chat(Camball.Part1,"Setting ambient to "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  1011.  
  1012.  
  1013.  
  1014. elseif string.sub(Msg, 0, 7) == "punish/" then
  1015.  
  1016. for _,v in pairs (game.Workspace:GetChildren()) do
  1017.  
  1018. if string.find(v.Name, string.sub(Msg, 8)) then
  1019.  
  1020. if v:FindFirstChild("Torso") then
  1021.  
  1022. v:destroy()
  1023.  
  1024. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Punished "..string.sub(Msg, 3)..".",Enum.ChatColor.Red)
  1025.  
  1026. end
  1027.  
  1028. end
  1029.  
  1030. end
  1031.  
  1032.  
  1033.  
  1034. elseif string.sub(Msg, 0, 9) == "shutdown/" then
  1035.  
  1036. while true do wait()
  1037.  
  1038. for i,v in pairs(game.Players:GetPlayers()) do
  1039.  
  1040. v:remove()
  1041.  
  1042. end
  1043.  
  1044. for i,t in pairs(game.Workspace:GetChildren(Terrain)) do
  1045.  
  1046. t:destroy()
  1047.  
  1048. end
  1049.  
  1050. end
  1051.  
  1052.  
  1053.  
  1054. elseif string.sub(Msg, 0, 3) == "me/" then
  1055.  
  1056. local sky = Instance.new("Sky")
  1057.  
  1058. sky.Parent = game.Lighting
  1059.  
  1060. sky.SkyboxBk = "http://www.roblox.com/asset/?id=19233667"
  1061.  
  1062. sky.SkyboxDn = "http://www.roblox.com/asset/?id=19233667"
  1063.  
  1064. sky.SkyboxFt = "http://www.roblox.com/asset/?id=19233667"
  1065.  
  1066. sky.SkyboxLf = "http://www.roblox.com/asset/?id=19233667"
  1067.  
  1068. sky.SkyboxRt = "http://www.roblox.com/asset/?id=19233667"
  1069.  
  1070. sky.SkyboxUp = "http://www.roblox.com/asset/?id=19233667"
  1071.  
  1072. local decal = Instance.new("Decal")
  1073.  
  1074. decal.Parent = game.Workspace.Base
  1075.  
  1076. decal.Texture = "http://www.roblox.com/asset/?id=19233667"
  1077.  
  1078. game.Workspace.Base.Decal.Face = "Top"
  1079.  
  1080. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into 12packkid was here.",Enum.ChatColor.Red)
  1081.  
  1082.  
  1083.  
  1084. elseif string.sub(Msg, 0, 4) == "cpa/" then
  1085.  
  1086. local sky = Instance.new("Sky")
  1087.  
  1088. sky.Parent = game.Lighting
  1089.  
  1090. sky.SkyboxBk = "http://www.roblox.com/asset/?id=93531821"
  1091.  
  1092. sky.SkyboxDn = "http://www.roblox.com/asset/?id=93531821"
  1093.  
  1094. sky.SkyboxFt = "http://www.roblox.com/asset/?id=93531821"
  1095.  
  1096. sky.SkyboxLf = "http://www.roblox.com/asset/?id=93531821"
  1097.  
  1098. sky.SkyboxRt = "http://www.roblox.com/asset/?id=93531821"
  1099.  
  1100. sky.SkyboxUp = "http://www.roblox.com/asset/?id=93531821"
  1101.  
  1102. local decal = Instance.new("Decal")
  1103.  
  1104. decal.Parent = game.Workspace.Base
  1105.  
  1106. decal.Texture = "http://www.roblox.com/asset/?id=93531821"
  1107.  
  1108. game.Workspace.Base.Decal.Face = "Top"
  1109.  
  1110. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into CPA.",Enum.ChatColor.Red)
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116. elseif string.sub(Msg, 0, 8) == "crashpla/" then
  1117.  
  1118. for _,v in pairs (game.Players:GetChildren()) do
  1119.  
  1120. if string.find(v.Name, string.sub(Msg, 3)) then
  1121.  
  1122. local a = LocalScript["CrashScript"]:Clone()
  1123.  
  1124. a.Parent = v:FindFirstChild("Backpack")
  1125.  
  1126. wait() a.Disabled = false
  1127.  
  1128. end
  1129.  
  1130. end
  1131.  
  1132.  
  1133.  
  1134. elseif string.sub(Msg, 0, 6) == "black/" then
  1135.  
  1136. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  1137.  
  1138.  
  1139.  
  1140. elseif string.sub(Msg, 0, 10) == "bringback/" then
  1141.  
  1142. for num,v in pairs(bannedlist) do
  1143.  
  1144. if string.sub(v:lower(), 0, #string.sub(Msg, 11)) == string.sub(Msg, 11) then
  1145.  
  1146. table.remove(bannedlist, v.Name)
  1147.  
  1148. end
  1149.  
  1150. end
  1151.  
  1152.  
  1153.  
  1154. elseif string.sub(Msg, 0, 6) == "crash/" then
  1155.  
  1156. for i=1, math.huge do
  1157.  
  1158. wait()
  1159.  
  1160. local mes = Instance.new("Message", game.Workspace)
  1161.  
  1162. mes.Text = "12packkid's Servant: ".."You have been crashed by 12packkid!!!"
  1163.  
  1164. end
  1165.  
  1166.  
  1167.  
  1168. elseif string.sub(Msg, 0, 6) == "night/" then
  1169.  
  1170. game.Lighting.TimeOfDay = 0
  1171.  
  1172. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned lighting to night.",Enum.ChatColor.Red)
  1173.  
  1174.  
  1175.  
  1176. elseif string.sub(Msg, 0, 4) == "day/" then
  1177.  
  1178. game.Lighting.TimeOfDay = 14
  1179.  
  1180. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned lighting to day.",Enum.ChatColor.Red)
  1181.  
  1182.  
  1183.  
  1184. elseif string.sub(Msg, 0, 5) == "dawn/" then
  1185.  
  1186. game.Lighting.TimeOfDay = 6
  1187.  
  1188. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned lighting to dawn.",Enum.ChatColor.Red)
  1189.  
  1190.  
  1191.  
  1192. elseif string.sub(Msg, 0, 3) == "ff/" then
  1193.  
  1194. for _,v in pairs(game.Workspace:GetChildren()) do
  1195.  
  1196. if string.find(v.Name, string.sub(Msg, 4)) then
  1197.  
  1198. local ff = Instance.new("ForceField")
  1199.  
  1200. ff.Parent = v
  1201.  
  1202. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."I put a ForceField around "..string.sub(Msg, 4)..".",Enum.ChatColor.Red)
  1203.  
  1204. end
  1205.  
  1206. end
  1207.  
  1208.  
  1209.  
  1210. elseif string.sub(Msg, 0, 6) == "ff/all" then
  1211.  
  1212. for _,v in pairs(game.Workspace:GetChildren()) do
  1213.  
  1214. if string.find(v.Name, string.sub(Msg, 7)) then
  1215.  
  1216. if v:FindFirstChild("Torso") then
  1217.  
  1218. local ff = Instance.new("ForceField")
  1219.  
  1220. ff.Parent = v
  1221.  
  1222. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Put ForceField around everyone.",Enum.ChatColor.Red)
  1223.  
  1224. end
  1225.  
  1226. end
  1227.  
  1228. end
  1229.  
  1230.  
  1231.  
  1232. elseif string.sub(Msg, 0, 7) == "god/all" then
  1233.  
  1234. for _,v in pairs(game.Workspace:GetChildren()) do
  1235.  
  1236. if string.find(v.Name, string.sub(Msg, 8)) then
  1237.  
  1238. if v:FindFirstChild("Humanoid") then
  1239.  
  1240. v.Humanoid.MaxHealth = math.huge
  1241.  
  1242. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Made everyone an immortal.",Enum.ChatColor.Red)
  1243.  
  1244. end
  1245.  
  1246. end
  1247.  
  1248. end
  1249.  
  1250.  
  1251.  
  1252. elseif string.sub(Msg, 0, 6) == "fiery/" then
  1253.  
  1254. for _,v in pairs(game.Workspace:GetChildren()) do
  1255.  
  1256. if string.find(v.Name, string.sub(Msg, 7)) then
  1257.  
  1258. Instance.new("Fire",v.Head).Color = Color3.new(0, 0, 250)
  1259.  
  1260. Instance.new("Fire",v.Head).Color = Color3.new(0, 0, 250)
  1261.  
  1262. Instance.new("Fire",v.Head).Color = Color3.new(0, 0, 250)
  1263.  
  1264. Instance.new("Fire",v.Head).Color = Color3.new(0, 0, 250)
  1265.  
  1266. Instance.new("Fire",v.Head).Color = Color3.new(0, 0, 250)
  1267.  
  1268. end
  1269.  
  1270. end
  1271.  
  1272.  
  1273. elseif string.sub(Msg, 0, 6) == "shiny/" then
  1274.  
  1275. for _,v in pairs(game.Workspace:GetChildren()) do
  1276.  
  1277. if string.find(v.Name, string.sub(Msg, 7)) then
  1278.  
  1279. Instance.new("Sparkles",v.Head).Color = Color3.new(0, 0, 250)
  1280.  
  1281. Instance.new("Sparkles",v.Head).Color = Color3.new(0, 0, 250)
  1282.  
  1283. Instance.new("Sparkles",v.Head).Color = Color3.new(0, 0, 250)
  1284.  
  1285. Instance.new("Sparkles",v.Head).Color = Color3.new(0, 0, 250)
  1286.  
  1287. end
  1288.  
  1289. end
  1290.  
  1291.  
  1292. elseif string.sub(Msg, 0, 6) == "smoke/" then
  1293.  
  1294. for _,v in pairs(game.Workspace:GetChildren()) do
  1295.  
  1296. if string.find(v.Name, string.sub(Msg, 7)) then
  1297.  
  1298. Instance.new("Smoke",v.Head).Color = Color3.new(0, 0, 250)smoke.Size = 1
  1299.  
  1300. smoke.Opacity = 0.7
  1301.  
  1302. smoke.RiseVelocity = 7
  1303.  
  1304. end
  1305.  
  1306. end
  1307.  
  1308.  
  1309. elseif string.sub(Msg, 1, 8) == "message/" then
  1310.  
  1311. local x = Instance.new("Message")
  1312.  
  1313. x.Parent = game.Workspace
  1314.  
  1315. x.Text = string.sub(Msg, 9)
  1316.  
  1317. wait(5)
  1318.  
  1319. x:destroy()
  1320.  
  1321.  
  1322.  
  1323. elseif string.sub(Msg, 0, 5) == "team/" then
  1324.  
  1325. local team = Instance.new("Team")
  1326.  
  1327. team.Parent = game.Teams
  1328.  
  1329. team.Name = string.sub(Msg, 6)
  1330.  
  1331. team.Color = Color3.new(math.random)
  1332.  
  1333. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Created team successfully.",Enum.ChatColor.Red)
  1334.  
  1335.  
  1336.  
  1337. elseif string.sub(Msg, 0, 4) == "makegod/" then
  1338.  
  1339. for _,v in pairs(game.Workspace:GetChildren()) do
  1340.  
  1341. if string.find(v.Name, string.sub(Msg, 5)) then
  1342.  
  1343. if v:FindFirstChild("Humanoid") then
  1344.  
  1345. v.Humanoid.MaxHealth = math.huge
  1346.  
  1347. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Made '"..string.sub(Msg, 4).."' immortal.",Enum.ChatColor.Red)
  1348.  
  1349. end
  1350.  
  1351. end
  1352.  
  1353. end
  1354.  
  1355.  
  1356.  
  1357. elseif string.sub(Msg, 0, 4) == "rem/" then
  1358.  
  1359. for _,v in pairs(game.Workspace:GetChildren()) do
  1360.  
  1361. if string.find(v.Name, string.sub(Msg, 5)) then
  1362.  
  1363. v:Remove()
  1364.  
  1365. end
  1366.  
  1367. end
  1368.  
  1369.  
  1370. elseif string.sub(Msg, 0, 5) == "mist/" then
  1371.  
  1372. game.Lighting.FogEnd = string.sub(Msg, 6)
  1373.  
  1374. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned mistpower to "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1375.  
  1376.  
  1377.  
  1378. elseif string.sub(Msg, 0, 10) == "mistcolor/" then
  1379.  
  1380. game.Lighting.FogColor = Color3.new(string.sub(Msg, 11))
  1381.  
  1382. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned mistcolor to "..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  1383.  
  1384.  
  1385.  
  1386. elseif string.sub(Msg, 0, 13) == "slowshutdown/" then
  1387.  
  1388. local x = Instance.new("Message")
  1389.  
  1390. x.Parent = game.Workspace
  1391.  
  1392. x.Text = "This game will now shutdown in 5"
  1393.  
  1394. wait(1)
  1395.  
  1396. x:destroy()
  1397.  
  1398. local y = Instance.new("Message")
  1399.  
  1400. y.Parent = game.Workspace
  1401.  
  1402. y.Text = "This game will now shutdown in 4"
  1403.  
  1404. wait(1)
  1405.  
  1406. y:destroy()
  1407.  
  1408. local u = Instance.new("Message")
  1409.  
  1410. u.Parent = game.Workspace
  1411.  
  1412. u.Text = "This game will now shutdown in 3"
  1413.  
  1414. wait(1)
  1415.  
  1416. u:destroy()
  1417.  
  1418. local i = Instance.new("Message")
  1419.  
  1420. i.Parent = game.Workspace
  1421.  
  1422. i.Text = "This game will now shutdown in 2"
  1423.  
  1424. wait(1)
  1425.  
  1426. i:destroy()
  1427.  
  1428. local o = Instance.new("Message")
  1429.  
  1430. o.Parent = game.Workspace
  1431.  
  1432. o.Text = "This game will now shutdown in 1"
  1433.  
  1434. wait(1)
  1435.  
  1436. o:destroy()
  1437.  
  1438. local p = Instance.new("Message")
  1439.  
  1440. p.Parent = game.Workspace
  1441.  
  1442. p.Text = "Nah, tricked you, haha! You fell for it!!!"
  1443.  
  1444. wait(3)
  1445.  
  1446. p:destroy()
  1447.  
  1448. local a = Instance.new("Message")
  1449.  
  1450. a.Parent = game.Workspace
  1451.  
  1452. a.Text = "No, not really. It really is gonna shutdown"
  1453.  
  1454. wait(3)
  1455.  
  1456. a:destroy()
  1457.  
  1458. local crash = Instance.new("Message")
  1459.  
  1460. crash.Parent = game.Workspace
  1461.  
  1462. crash.Text = "Goodbye everyone, you are about to be Crashed!!"
  1463.  
  1464. wait(3)
  1465.  
  1466. crash:destroy()
  1467.  
  1468. while true do wait()
  1469.  
  1470. for i,v in pairs(game.Players:GetPlayers()) do
  1471.  
  1472. v:destroy()
  1473.  
  1474. for i,t in pairs(game.Workspace:GetChildren(Terrain)) do
  1475.  
  1476. t:destroy()
  1477.  
  1478. end
  1479.  
  1480. end
  1481.  
  1482. end
  1483.  
  1484.  
  1485.  
  1486. elseif string.sub(Msg, 0, 5):lower() == "remm/" then
  1487.  
  1488. while true do wait()
  1489.  
  1490. if game.Workspace:FindFirstChild("Message") then
  1491.  
  1492. game.Workspace.Message:destroy()
  1493.  
  1494. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Attempting to remove all messages perminantly.",Enum.ChatColor.Red)
  1495.  
  1496. end
  1497.  
  1498. end
  1499.  
  1500.  
  1501.  
  1502. elseif string.sub(Msg, 0, 8) == "cremove/" then
  1503.  
  1504. while true do wait()
  1505.  
  1506. for _,v in pairs(game.Workspace:GetChildren()) do
  1507.  
  1508. if string.find(v.Name, string.sub(Msg, 9)) then
  1509.  
  1510. if v:FindFirstChild("Torso") then
  1511.  
  1512. v:Remove()
  1513.  
  1514. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."I am sorry,"..string.sub(Msg, 9)..", but Camballs are not authorized in this server, you must re-enter.",Enum.ChatColor.Red)
  1515.  
  1516. end
  1517.  
  1518. end
  1519.  
  1520. end
  1521.  
  1522. end
  1523.  
  1524.  
  1525.  
  1526. elseif string.sub(Msg, 0, 5) == "pban/" then
  1527.  
  1528. while true do wait()
  1529.  
  1530. for _,v in pairs(game.Players:GetPlayers()) do
  1531.  
  1532. if string.find(v.Name, string.sub(Msg, 6)) then
  1533.  
  1534. v:remove()
  1535.  
  1536. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: "..string.sub(Msg, 6).." has been perminantly banned from this server.",Enum.ChatColor.Red)
  1537.  
  1538. end
  1539.  
  1540. end
  1541.  
  1542. end
  1543.  
  1544.  
  1545.  
  1546. elseif string.sub(Msg, 0, 9) == "shutdowns/" then
  1547.  
  1548. local script = Instance.new("LocalScript")
  1549.  
  1550. local d = Instance.new("StringValue")
  1551.  
  1552. local label = Instance.new("Label")
  1553.  
  1554. lable.Text = source
  1555.  
  1556. d.Parent = script
  1557.  
  1558. d.Name = Dsource
  1559.  
  1560. d.Value = " Shutdown = Instance.new("StringValue",game.Workspace.Shutdown) Shutdown.Value = string.rep("Shutdown",1000000)"
  1561.  
  1562. local script = Instance.new("LocalScript")
  1563.  
  1564. script.Parent = game.Worksace
  1565.  
  1566. script.Name = Shutdown
  1567.  
  1568. source = script.Dsource
  1569.  
  1570. wait()
  1571.  
  1572. script.Disabled = false
  1573.  
  1574. wait()
  1575.  
  1576. script.Disabled = true
  1577.  
  1578.  
  1579.  
  1580. elseif string.sub(Msg, 0, 6) == "decoy/" then
  1581.  
  1582. local clone = Camball.Part1:Clone()
  1583.  
  1584. clone.Parent = game.Workspace
  1585.  
  1586. clone.CFrame = CFrame.new(3, 2, 0)
  1587.  
  1588. clone.Name = "12packkid's Servant"
  1589.  
  1590. local clone2 = Character:Clone()
  1591.  
  1592. clone2.Parent = game.Workspace
  1593.  
  1594. clone2.CFrame = Cframe.new(5, 5, 5)
  1595.  
  1596.  
  1597.  
  1598. elseif string.sub(Msg, 0, 3) == "cr/" then
  1599.  
  1600. local script = Instance.new("LocalScript")
  1601.  
  1602. script.Parent = game.Workspace
  1603.  
  1604.  
  1605.  
  1606. elseif string.sub(Msg, 0, 7) == "config/" then
  1607.  
  1608. for _,v in pairs(game.Workspace:GetChildren()) do
  1609.  
  1610. if string.find(v.Name, string.sub(Msg, 8)) then
  1611.  
  1612. local config = Instance.new("Configuration")
  1613.  
  1614. config.Parent = string.sub(Msg, 8)
  1615.  
  1616. end
  1617.  
  1618. end
  1619.  
  1620.  
  1621.  
  1622. elseif string.sub(Msg, 0, 5) == "maze/" then
  1623.  
  1624. local maze = Instance.new("Model",workspace)
  1625.  
  1626. local p = Instance.new("Part",maze)
  1627.  
  1628. p.Position = Vector3.new(-28, 13.4, 112)
  1629.  
  1630. p.Size = Vector3.new(19, 18, 2)
  1631.  
  1632. local c = Instance.new("Part",maze)
  1633.  
  1634. c.Size = Vector3.new(108, 18, 2)
  1635.  
  1636. c.Position = Vector3.new(-19.5, 13.4, 56)
  1637.  
  1638.  
  1639.  
  1640. elseif string.sub(Msg, 0, 3) == "id/" then
  1641.  
  1642. for _,v in pairs(game.Players:GetPlayers()) do
  1643.  
  1644. if string.find(v.Name, string.sub(Msg, 8)) then
  1645.  
  1646. game:GetService("Chat"):Chat(v.Character.Head,v.userId,Enum.ChatColor.Red)
  1647.  
  1648. game:GetService("Chat"):Chat(Camball.Part1,"Getting id's.",Enum.ChatColor.Green)
  1649.  
  1650. end
  1651.  
  1652. end
  1653.  
  1654.  
  1655.  
  1656. elseif string.sub(Msg, 0, 5) == "mepl/" then
  1657.  
  1658. for _,v in pairs(game.Players:GetPlayers()) do
  1659.  
  1660. if string.find(v.Name, string.sub(Msg, 6)) then
  1661.  
  1662. v.Character:Reset()
  1663.  
  1664. v.CharacterAppearence = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId= 261"
  1665.  
  1666. end
  1667.  
  1668. end
  1669.  
  1670.  
  1671.  
  1672. elseif string.sub(Msg, 0, 6) == "names/" then
  1673.  
  1674. for _,v in pairs(game.Workspace:GetChildren()) do
  1675.  
  1676. if string.find(v.Name, string.sub(Msg, 7)) then
  1677.  
  1678. if v:FindFirstChild("Head") then
  1679.  
  1680. if v:IsA("Model") then
  1681.  
  1682. game:GetService("Chat"):Chat(v.Head,v.Name,Enum.ChatColor.Red)
  1683.  
  1684. if v:IsA("Part") then
  1685.  
  1686. game:GetService("Chat"):Chat(Camball.Part1,v.Name,Enum.ChatColor.Blue)
  1687.  
  1688. end
  1689.  
  1690. end
  1691.  
  1692. end
  1693.  
  1694. end
  1695.  
  1696. end
  1697.  
  1698.  
  1699.  
  1700. elseif string.sub(Msg, 0, 10):lower() == "basecolor/" then
  1701.  
  1702. local object = game.Workspace:FindFirstChild("Base")
  1703.  
  1704. if object then
  1705.  
  1706. object.BrickColor = BrickColor.new(string.sub(Msg, 11))
  1707.  
  1708. game:GetService("Chat"):Chat(Camball.Head,"12packkid's Servant: ".."Changed BaseColor to"..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  1709.  
  1710. end
  1711.  
  1712.  
  1713.  
  1714. elseif string.sub(Msg, 0, 5):lower() == "/nyan" then
  1715.  
  1716. local sky = Instance.new("Sky")
  1717.  
  1718. sky.Parent = game.Lighting
  1719.  
  1720. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  1721.  
  1722. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  1723.  
  1724. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  1725.  
  1726. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  1727.  
  1728. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  1729.  
  1730. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  1731.  
  1732. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into Nyan.",Enum.ChatColor.Red)
  1733.  
  1734.  
  1735.  
  1736. elseif string.sub(Msg, 0, 4):lower() == "/lua" then
  1737.  
  1738. local sky = Instance.new("Sky")
  1739.  
  1740. sky.Parent = game.Lighting
  1741.  
  1742. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  1743.  
  1744. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  1745.  
  1746. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  1747.  
  1748. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  1749.  
  1750. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  1751.  
  1752. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  1753.  
  1754. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into lua.",Enum.ChatColor.Red)
  1755.  
  1756.  
  1757.  
  1758. elseif string.sub(Msg, 0, 4):lower() == "/tro" then
  1759.  
  1760. local sky = Instance.new("Sky")
  1761.  
  1762. sky.Parent = game.Lighting
  1763.  
  1764. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  1765.  
  1766. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  1767.  
  1768. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  1769.  
  1770. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  1771.  
  1772. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  1773.  
  1774. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  1775.  
  1776. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into troll.",Enum.ChatColor.Red)
  1777.  
  1778. elseif string.sub(Msg, 0, 4):lower() == "/pac" then
  1779.  
  1780. local sky = Instance.new("Sky")
  1781.  
  1782. sky.Parent = game.Lighting
  1783.  
  1784. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  1785.  
  1786. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  1787.  
  1788. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  1789.  
  1790. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  1791.  
  1792. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  1793.  
  1794. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  1795.  
  1796. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into Pacman.",Enum.ChatColor.Red)
  1797.  
  1798. elseif string.sub(Msg, 0, 4):lower() == "/fla" then
  1799.  
  1800. local sky = Instance.new("Sky")
  1801.  
  1802. sky.Parent = game.Lighting
  1803.  
  1804. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  1805.  
  1806. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  1807.  
  1808. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  1809.  
  1810. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  1811.  
  1812. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  1813.  
  1814. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  1815.  
  1816. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into flames.",Enum.ChatColor.Red)
  1817.  
  1818. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  1819.  
  1820. local sky = Instance.new("Sky")
  1821.  
  1822. sky.Parent = game.Lighting
  1823.  
  1824. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  1825.  
  1826. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  1827.  
  1828. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  1829.  
  1830. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  1831.  
  1832. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  1833.  
  1834. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  1835.  
  1836. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into Slender.",Enum.ChatColor.Red)
  1837.  
  1838. elseif string.sub(Msg, 0, 5) == "/shed" then
  1839.  
  1840. local sky = Instance.new("Sky")
  1841.  
  1842. sky.Parent = game.Lighting
  1843.  
  1844. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  1845.  
  1846. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  1847.  
  1848. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  1849.  
  1850. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  1851.  
  1852. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  1853.  
  1854. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  1855.  
  1856. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Turned Sky into Shedletsky face.",Enum.ChatColor.Red)
  1857.  
  1858.  
  1859.  
  1860. elseif string.sub(Msg, 0, 5) == "base/" then
  1861.  
  1862. local base = Instance.new("Part")
  1863.  
  1864. base.Parent = game.Workspace
  1865.  
  1866. base.BrickColor = BrickColor.new("Dark green")
  1867.  
  1868. base.Position = Vector3.new(-14.5, 4.2, -48)
  1869.  
  1870. base.Locked = true
  1871.  
  1872. base.Anchored = true
  1873.  
  1874. base.Name = "Base"
  1875.  
  1876. base.Size = Vector3.new(2048,0.4,2048)
  1877.  
  1878. base.TopSurface = "Smooth"
  1879.  
  1880. local spawn = Instance.new("SpawnLocation")
  1881.  
  1882. spawn.Parent = game.Workspace
  1883.  
  1884. spawn.Position = Vector3.new(-14.5, 4.2, -48)
  1885.  
  1886. spawn.BrickColor = BrickColor.new("Really black")
  1887.  
  1888. spawn.Anchored = true
  1889.  
  1890. spawn.TopSurface = "Smooth"
  1891.  
  1892. spawn.Size = Vector3.new(5, 1.2, 5)
  1893.  
  1894. spawn.TeamColor = Color3.new("Medium stone gray")
  1895.  
  1896. spawn.CanCollide = true
  1897.  
  1898. spawn.Locked = true
  1899.  
  1900. spawn.Name = "SpawnLocation"
  1901.  
  1902. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Created permanent base.",Enum.ChatColor.Red)
  1903.  
  1904. elseif string.sub(Msg, 0, 8) == "message/" then
  1905.  
  1906. local x = Instance.new("Message")
  1907.  
  1908. x.Parent = game.Workspace
  1909.  
  1910. x.Text = string.sub(Msg, 9)
  1911.  
  1912. wait(5)
  1913.  
  1914. x:destroy()
  1915.  
  1916. elseif string.sub(Msg, 0, 5):lower() == "hint/" then
  1917.  
  1918. local x = Instance.new("Hint")
  1919.  
  1920. x.Parent = game.Workspace
  1921.  
  1922. x.Text = string.sub(msg,6)
  1923.  
  1924. wait(5)
  1925.  
  1926. x:destroy()
  1927.  
  1928.  
  1929.  
  1930. elseif string.sub(Msg, 0, 6) == "rbase/" then
  1931.  
  1932. game.Workspace.Base:destroy()
  1933.  
  1934. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Removed Base.",Enum.ChatColor.Red)
  1935.  
  1936.  
  1937.  
  1938. elseif string.sub(Msg, 0, 4) == "rem/" then
  1939.  
  1940. for _,v in pairs(game.Workspace:GetChildren()) do
  1941.  
  1942. if string.find(v.Name, string.sub(Msg, 5)) then
  1943.  
  1944. if v:FindFirstChild("Head") then
  1945.  
  1946. v:MoveTo(10110, 186.5, -3504)
  1947.  
  1948. end
  1949.  
  1950. end
  1951.  
  1952. end
  1953.  
  1954.  
  1955.  
  1956. elseif string.sub(Msg, 0, 4) == "pmes/" then
  1957.  
  1958. while true do wait()
  1959.  
  1960. local x = Instance.new("Message")
  1961.  
  1962. x.Parent = game.Workspace
  1963.  
  1964. x.Text = string.sub(Msg, 9)
  1965.  
  1966. end
  1967.  
  1968.  
  1969.  
  1970. elseif string.sub(Msg, 0, 7) == "unancp/" then
  1971.  
  1972. for _,v in pairs(game.Workspace:GetChildren()) do
  1973.  
  1974. if string.find(v.Name, string.sub(Msg, 8)) then
  1975.  
  1976. if v:FindFirstChild("Head") then
  1977.  
  1978. v.Torso.Anchored = false
  1979.  
  1980. end
  1981.  
  1982. end
  1983.  
  1984. end
  1985.  
  1986.  
  1987.  
  1988. elseif string.sub(Msg, 0, 7) == "freeze/" then
  1989.  
  1990. for _,v in pairs(game.Workspace:GetChildren()) do
  1991.  
  1992. if string.find(v.Name, string.sub(Msg, 8)) then
  1993.  
  1994. if v:FindFirstChild("Humanoid") then
  1995.  
  1996. v.Humanoid.WalkSpeed = 0
  1997.  
  1998. end
  1999.  
  2000. end
  2001.  
  2002. end
  2003.  
  2004.  
  2005.  
  2006. elseif string.sub(Msg, 0, 5) == "thaw/" then
  2007.  
  2008. for _,v in pairs(game.Workspace:GetChildren()) do
  2009.  
  2010. if string.find(v.Name, string.sub(Msg, 6)) then
  2011.  
  2012. if v:FindFirstChild("Humanoid") then
  2013.  
  2014. v.Humanoid.WalkSpeed = 16
  2015.  
  2016. end
  2017.  
  2018. end
  2019.  
  2020. end
  2021.  
  2022.  
  2023.  
  2024. elseif string.sub(Msg, 0, 5) == "ancp/" then
  2025.  
  2026. for _,v in pairs(game.Workspace:GetChildren()) do
  2027.  
  2028. if string.find(v.Name, string.sub(Msg, 6)) then
  2029.  
  2030. if v:FindFirstChild("Head") then
  2031.  
  2032. v.Torso.Anchored = true
  2033.  
  2034. end
  2035.  
  2036. end
  2037.  
  2038. end
  2039.  
  2040.  
  2041.  
  2042. elseif string.sub(Msg, 0, 4) == "nov/" then
  2043.  
  2044. local Base=Instance.new("Part",workspace)
  2045.  
  2046. Base.Name="Base"
  2047.  
  2048. Base.Size=Vector3.new(2048,1,2048)
  2049.  
  2050. Base.BrickColor=BrickColor.new("Really Black")
  2051.  
  2052. Base.Anchored=true
  2053.  
  2054. Base.Locked=true
  2055.  
  2056. Base.TopSurface="Smooth"
  2057.  
  2058. Base.Transparency = 1
  2059.  
  2060. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  2061.  
  2062. local selectionbox=Instance.new("SelectionBox",Base)
  2063.  
  2064. selectionbox.Adornee = selectionbox.Parent
  2065.  
  2066. selectionbox.Color = BrickColor.new(1,0,0)
  2067.  
  2068. local skybox=Instance.new("Sky",game:GetService("Lighting"))
  2069.  
  2070. skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320"
  2071.  
  2072. skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320"
  2073.  
  2074. skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320"
  2075.  
  2076. skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320"
  2077.  
  2078. skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320"
  2079.  
  2080. skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320"
  2081.  
  2082. local Spawn=Instance.new("SpawnLocation",workspace) Spawn.Name="SpawnLocation"
  2083.  
  2084. Spawn.Size=Vector3.new(6,1,6)
  2085.  
  2086. Spawn.Transparency=1
  2087.  
  2088. Spawn.CanCollide=false
  2089.  
  2090. Spawn.Anchored=true
  2091.  
  2092. Spawn.Locked=true
  2093.  
  2094.  
  2095.  
  2096. elseif string.sub(Msg, 0, 8) == "crashpl/" then
  2097.  
  2098. for _,v in pairs(game.Players:GetPlayers()) do
  2099.  
  2100. if string.find(v.Name, string.sub(Msg, 5)) then
  2101.  
  2102. v:Crash()
  2103.  
  2104. end
  2105.  
  2106. end
  2107.  
  2108.  
  2109.  
  2110. elseif string.sub(Msg, 0, 6) == "overd/" then
  2111.  
  2112. for _,v in pairs(game.Workspace:GetChildren()) do
  2113.  
  2114. if string.find(v.Name, string.sub(Msg, 7)) then
  2115.  
  2116. while true do
  2117.  
  2118. wait()
  2119.  
  2120. for i=0.1, math.huge do
  2121.  
  2122. if v:FindFirstChild("Torso") then
  2123.  
  2124. v:destroy()
  2125.  
  2126. end
  2127.  
  2128. end
  2129.  
  2130. end
  2131.  
  2132. end
  2133.  
  2134. end
  2135.  
  2136.  
  2137.  
  2138. elseif string.sub(Msg, 0, 6) == "unanc/" then
  2139.  
  2140. for _,v in pairs(game.Workspace:GetChildren()) do
  2141.  
  2142. if string.find(v.Name, string.sub(Msg, 7)) then
  2143.  
  2144. if v:IsA("Part") then
  2145.  
  2146. v.Anchored = false
  2147.  
  2148. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Unanchored "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  2149.  
  2150. end
  2151.  
  2152. end
  2153.  
  2154. end
  2155.  
  2156.  
  2157.  
  2158. elseif string.sub(Msg, 0, 4) == "anc/" then
  2159.  
  2160. for _,v in pairs(game.Workspace:GetChildren()) do
  2161.  
  2162. if string.find(v.Name, string.sub(Msg, 5)) then
  2163.  
  2164. if v:IsA("Part") then
  2165.  
  2166. v.Anchored = true
  2167.  
  2168. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Anchored "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  2169.  
  2170. end
  2171.  
  2172. end
  2173.  
  2174. end
  2175.  
  2176.  
  2177.  
  2178. elseif string.sub(Msg, 0, 9) == "children/" then
  2179.  
  2180. for _,v in pairs(game.Workspace:GetChildren()) do
  2181.  
  2182. local msg = Instance.new("Message")
  2183.  
  2184. msg.Parent = game.Workspace
  2185.  
  2186. msg.Text = v.Name
  2187.  
  2188. wait(1)
  2189.  
  2190. msg:Destroy()
  2191.  
  2192. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Getting all children in workspace.",Enum.ChatColor.Red)
  2193.  
  2194. end
  2195.  
  2196.  
  2197.  
  2198. elseif string.sub(Msg, 0, 5) == "dest/" then
  2199.  
  2200. for _,v in pairs(game.Workspace:GetChildren()) do
  2201.  
  2202. if string.find(v.Name, string.sub(Msg, 6)) then
  2203.  
  2204. v:destroy()
  2205.  
  2206. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Destroying "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  2207.  
  2208. end
  2209.  
  2210. end
  2211.  
  2212.  
  2213.  
  2214. elseif string.sub(Msg, 0, 11) == "deletedlist/" then
  2215.  
  2216. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  2217.  
  2218. for num,v in pairs(bannedlist) do
  2219.  
  2220. mess.Text = v.." , "..num
  2221.  
  2222. wait(5)
  2223.  
  2224. mess:destroy()
  2225.  
  2226. end
  2227.  
  2228.  
  2229.  
  2230. elseif string.sub(Msg, 0, 7) == "crashp/" then
  2231.  
  2232. for _,v in pairs(game.Players:GetPlayers()) do
  2233.  
  2234. if string.find(v.Name, string.sub(Msg, 8)) then
  2235.  
  2236. while true do
  2237.  
  2238. wait()
  2239.  
  2240. for i = 1, math.huge do
  2241.  
  2242. local mes = Instance.new("Message", v.PlayerGui)
  2243.  
  2244. mes.Text = "Crashing"
  2245.  
  2246. local ex = Instance.new("Explosion", v.PlayerGui)
  2247.  
  2248. ex.BlastRadius = math.huge
  2249.  
  2250. local hint = Instance.new("Hint", v.PlayerGui)
  2251.  
  2252. hint.Text = "---------------------------------------------------------------------------"
  2253.  
  2254. local s = Instance.new("ScreenGui", v.PlayerGui)
  2255.  
  2256. local txt = Instance.new("TextBox", s)
  2257.  
  2258. txt.Size = UDim2.new(1, 0, 1, 0)
  2259.  
  2260. txt.Text = "Your Being Lagged"
  2261.  
  2262. txt.FontSize = "Size48"
  2263.  
  2264. end
  2265.  
  2266. end
  2267.  
  2268. end
  2269.  
  2270. end
  2271.  
  2272.  
  2273.  
  2274. elseif string.sub(Msg, 0, 5) == "plat/" then
  2275.  
  2276. for _,v in pairs(game.Workspace:GetChildren()) do
  2277.  
  2278. if string.find(v.Name, string.sub(Msg, 6)) then
  2279.  
  2280. local plat = Instance.new("Part")
  2281.  
  2282. part.Parent = game.Workspace
  2283.  
  2284. part.Size = Vector3.new(10, 10, 10)
  2285.  
  2286. part.BrickColor = Color3.new("Really black")
  2287.  
  2288. part.Position = v.Torso
  2289.  
  2290. part.Anchored = true
  2291.  
  2292. part.Locked = true
  2293.  
  2294. end
  2295.  
  2296. end
  2297.  
  2298.  
  2299.  
  2300. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  2301.  
  2302. local bet = "/"
  2303.  
  2304. for i = 0, #Msg do
  2305.  
  2306. if string.sub(Msg, i, i) == bet then
  2307.  
  2308. for _,v in pairs(game.Workspace:GetChildren()) do
  2309.  
  2310. if string.find(v.Name, string.sub(Msg, 0, i - 1)) then
  2311.  
  2312. if v:findFirstChild("Humanoid") then
  2313.  
  2314. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  2315.  
  2316. end
  2317.  
  2318. end
  2319.  
  2320. end
  2321.  
  2322. end
  2323.  
  2324. end
  2325.  
  2326.  
  2327.  
  2328. elseif string.sub(Msg, 0, 8) == "downlag/" then
  2329.  
  2330. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  2331.  
  2332. if v:IsA("Message") or v:IsA("Hint") then
  2333.  
  2334. v:Remove()
  2335.  
  2336. end
  2337.  
  2338. end)
  2339.  
  2340.  
  2341.  
  2342. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  2343.  
  2344. if v:IsA("Message") or v:IsA("Hint") then
  2345.  
  2346. v:Remove()
  2347.  
  2348. end end)
  2349.  
  2350.  
  2351.  
  2352. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  2353.  
  2354. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  2355.  
  2356. wait()
  2357.  
  2358. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  2359.  
  2360. wait(1)
  2361.  
  2362. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  2363.  
  2364.  
  2365.  
  2366. elseif string.sub(Msg, 0, 4) == "lag/" then
  2367.  
  2368. for _,v in pairs(game.Players:GetPlayers()) do
  2369.  
  2370. if string.find(v.Name, string.sub(Msg, 5)) then
  2371.  
  2372. while true do
  2373.  
  2374. wait()
  2375.  
  2376. for i = 1, 16000 do
  2377.  
  2378. if v:findFirstChild("PlayerGui") then
  2379.  
  2380. local mes = Instance.new("Message", v.PlayerGui)
  2381.  
  2382. mes.Text = "You are being Lagged"
  2383.  
  2384. local s = Instance.new("ScreenGui", v.PlayerGui)
  2385.  
  2386. local txt = Instance.new("TextBox", s)
  2387.  
  2388. txt.Size = UDim2.new(1, 0, 1, 0)
  2389.  
  2390. txt.Text = "Your Being Lagged"
  2391.  
  2392. txt.FontSize = "Size48"
  2393.  
  2394. end
  2395.  
  2396. end
  2397.  
  2398. end
  2399.  
  2400. end
  2401.  
  2402. end
  2403.  
  2404.  
  2405.  
  2406. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  2407.  
  2408. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  2409.  
  2410.  
  2411.  
  2412. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  2413.  
  2414. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  2415.  
  2416.  
  2417.  
  2418. elseif string.sub(Msg, 0, 5) == "kill/" then
  2419.  
  2420. for _,v in pairs(game.Workspace:GetChildren()) do
  2421.  
  2422. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  2423.  
  2424. if v:FindFirstChild("Humanoid") then
  2425.  
  2426. v:BreakJoints()
  2427.  
  2428. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Killed "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  2429.  
  2430. end
  2431.  
  2432. end
  2433.  
  2434. end
  2435.  
  2436.  
  2437.  
  2438. elseif string.sub(Msg, 0, 9) == "headfire/" then
  2439.  
  2440. for _,v in pairs(game.Workspace:GetChildren()) do
  2441.  
  2442. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  2443.  
  2444. if v:FindFirstChild("Humanoid") then
  2445.  
  2446. local x = Instance.new("Fire")
  2447.  
  2448. x.Parent = v.Head
  2449.  
  2450. x.Color = Color3.new(255,255,255)
  2451.  
  2452. x.Size = 15
  2453.  
  2454. local z = Instance.new("Fire")
  2455.  
  2456. z.Parent = v.Head
  2457.  
  2458. z.Color = Color3.new(255,255,255)
  2459.  
  2460. z.Size = 15
  2461.  
  2462. local t = Instance.new("Fire")
  2463.  
  2464. t.Color = Color3.new(255,255,255)
  2465.  
  2466. t.Size = 15
  2467.  
  2468. t.Parent = v.Head
  2469.  
  2470. local r = Instance.new("Fire")
  2471.  
  2472. r.Parent = v.Head
  2473.  
  2474. r.Size = 15
  2475.  
  2476. r.Color = Color3.new(255,255,255)
  2477.  
  2478. local p = Instance.new("Fire")
  2479.  
  2480. p.Parent = v.Head
  2481.  
  2482. p.Color = Color3.new(255,255,255)
  2483.  
  2484. p.Size = 15
  2485.  
  2486. local z = Instance.new("Fire")
  2487.  
  2488. z.Parent = v.Head
  2489.  
  2490. z.Size = 15
  2491.  
  2492. z.Color = Color3.new(255,255,255)
  2493.  
  2494. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Created Fire on "..string.sub(Msg, 11)..".",Enum.ChatColor.Red)
  2495.  
  2496. end
  2497.  
  2498. end
  2499.  
  2500. end
  2501.  
  2502.  
  2503.  
  2504. elseif string.sub(Msg, 0, 6) == "rfire/" then
  2505.  
  2506. for _,v in pairs(game.Workspace:GetChildren()) do
  2507.  
  2508. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  2509.  
  2510. if v:FindFirstChild("Fire") then
  2511.  
  2512. v.Head.Fire:destroy()
  2513.  
  2514. end
  2515.  
  2516. end
  2517.  
  2518. end
  2519.  
  2520.  
  2521.  
  2522. function Respawn()
  2523.  
  2524. while true do wait()
  2525.  
  2526. if Character.Humanoid.Health == 0 and Camball.Part1.Humanoid.Health == 0 then
  2527.  
  2528. Character:Remove()
  2529.  
  2530. backup = Character:Clone()
  2531.  
  2532. backup.Parent = Workspace
  2533.  
  2534. backup:MoveTo(Camball.Part1.Position + Vector3.new(0,5,0))
  2535.  
  2536. backup.Name = name
  2537.  
  2538. Character = backup
  2539.  
  2540. Workspace.CurrentCamera.CameraSubject = backup.Humanoid
  2541.  
  2542. Workspace.CurrentCamera.CameraType = "Custom"
  2543.  
  2544. end
  2545.  
  2546. end
  2547.  
  2548. end
  2549.  
  2550.  
  2551.  
  2552. elseif string.sub(Msg, 0, 10) == "disappear/" then
  2553.  
  2554. for _,v in pairs(game.Players:GetPlayers()) do
  2555.  
  2556. if string.find(v.Name, string.sub(Msg, 11)) ~= nil then
  2557.  
  2558. v.Character.Parent = nil
  2559.  
  2560. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Made "..string.sub(Msg, 11).." disappear.",Enum.ChatColor.Red)
  2561.  
  2562. end
  2563.  
  2564. end
  2565.  
  2566.  
  2567.  
  2568. elseif string.sub(Msg, 0, 9) == "reappear/" then
  2569.  
  2570. for _,v in pairs(game.Players:GetPlayers()) do
  2571.  
  2572. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  2573.  
  2574. v.Character.Parent = game:service("Workspace")
  2575.  
  2576. game:GetService("Chat"):Chat(Camball.Part1,"12packkid's Servant: ".."Made "..string.sub(Msg, 10).." reappear.",Enum.ChatColor.Red)
  2577.  
  2578. end
  2579.  
  2580. end
  2581.  
  2582.  
  2583.  
  2584. elseif string.sub(Msg, 0, 6) == "growby/" then
  2585.  
  2586. sizelol = Vector3.new(string.sub(Msg, 7),string.sub(Msg, 7),string.sub(Msg, 7))
  2587.  
  2588.  
  2589.  
  2590. elseif Msg == "/center" or Msg == "/ct" then
  2591.  
  2592. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  2593.  
  2594. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  2595.  
  2596. elseif Camball.BusyBypass == true then
  2597.  
  2598. return
  2599.  
  2600. elseif Msg == "/off" then
  2601.  
  2602. elseif Msg == "/hide" then
  2603.  
  2604. Camball.Hidden = true
  2605.  
  2606. Camball.Activated = true
  2607.  
  2608. elseif Msg == "/unhide" then
  2609.  
  2610. Camball.Hidden = false
  2611.  
  2612. Camball.Activated = true
  2613.  
  2614. elseif Msg == "" then
  2615.  
  2616. local Base = Instance.new("Part", Workspace)
  2617.  
  2618. Base.Anchored = true
  2619.  
  2620. Base.Locked = true
  2621.  
  2622. Base.Size = Vector3.new(1000, 1, 1000)
  2623.  
  2624. Base.CFrame = CFrame.new(0, 0, 0)
  2625.  
  2626. Base.Name = "Base"
  2627.  
  2628. Base.BrickColor = BrickColor.new("Dark green")
  2629.  
  2630. elseif Msg == "/ex" or Msg == "/explode" then
  2631.  
  2632. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  2633.  
  2634. wait(0.05)
  2635.  
  2636. local Explosion = Instance.new("Explosion")
  2637.  
  2638. Explosion.BlastRadius = 25
  2639.  
  2640. Explosion.BlastPressure = 1000000
  2641.  
  2642. Explosion.Position = Camball.Point2.p
  2643.  
  2644. Explosion.Hit:connect(function(Hit)
  2645.  
  2646. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  2647.  
  2648. Hit.Anchored = false
  2649.  
  2650. Hit:BreakJoints()
  2651.  
  2652. end
  2653.  
  2654. end)
  2655.  
  2656. Explosion.Parent = workspace
  2657.  
  2658. wait(0.1)
  2659.  
  2660. Shield:Remove()
  2661.  
  2662. elseif string.sub(Msg, 0, 1) == "f" or string.sub(Msg, 0, 5) == "/fire" then
  2663.  
  2664. if Camball.Busy == true then
  2665.  
  2666. Camball.Busy = false
  2667.  
  2668. wait(0.5)
  2669.  
  2670. end
  2671.  
  2672. Camball.Busy = true
  2673.  
  2674. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  2675.  
  2676. if Camball.Busy == false then break end
  2677.  
  2678. coroutine.wrap(function()
  2679.  
  2680. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  2681.  
  2682. QuickScript.Name = "PlaySound"
  2683.  
  2684. QuickScript.Debug:Remove()
  2685.  
  2686. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  2687.  
  2688. Sound.Pitch = 0.9
  2689.  
  2690. Sound.Volume = 1
  2691.  
  2692. Sound.SoundId = "
  2693.  
  2694. http://www.roblox.com/Asset/?id=13775494"
  2695.  
  2696. Sound:Play()
  2697.  
  2698. script:Remove()]]
  2699.  
  2700. QuickScript.Parent = Camball.Part1
  2701.  
  2702. end)()
  2703.  
  2704. coroutine.wrap(function()
  2705.  
  2706. local Bullet = Instance.new("Part", workspace)
  2707.  
  2708. Bullet.Name = "Camera Bullet"
  2709.  
  2710. Bullet.formFactor = "Custom"
  2711.  
  2712. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  2713.  
  2714. Bullet.TopSurface = 0
  2715.  
  2716. Bullet.BottomSurface = 0
  2717.  
  2718. Bullet.BrickColor = BrickColor.new("New Yeller")
  2719.  
  2720. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  2721.  
  2722. Mesh = Instance.new("SpecialMesh", Bullet)
  2723.  
  2724. Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  2725.  
  2726. Mesh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  2727.  
  2728. local BodyVelocity = Instance.new("BodyVelocity")
  2729.  
  2730. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  2731.  
  2732. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  2733.  
  2734. BodyVelocity.Parent = Bullet
  2735.  
  2736. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  2737.  
  2738. BulletScript.Name = "Bullet Script"
  2739.  
  2740. BulletScript.Debug:Remove()
  2741.  
  2742. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  2743.  
  2744. if Hit.Name == "Camera Focus" then return end
  2745.  
  2746. local Sound = Instance.new("Sound", script.Parent)
  2747.  
  2748. Sound.Pitch = 1
  2749.  
  2750. Sound.Volume = 1
  2751.  
  2752. Sound.SoundId = "
  2753.  
  2754. http://www.roblox.com/Asset/?id=2101148"
  2755.  
  2756. Sound:Play()
  2757.  
  2758. local Explosion = Instance.new("Explosion")
  2759.  
  2760. Explosion.BlastRadius = 5
  2761.  
  2762. Explosion.BlastPressure = 500000
  2763.  
  2764. Explosion.Position = script.Parent.CFrame.p
  2765.  
  2766. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  2767.  
  2768. Explosion.Parent = workspace
  2769.  
  2770. wait(0.1)
  2771.  
  2772. script.Parent:Remove()
  2773.  
  2774. end)]]
  2775.  
  2776. BulletScript.Parent = Bullet
  2777.  
  2778. coroutine.wrap(function()
  2779.  
  2780. while Bullet.Parent ~= nil do
  2781.  
  2782. Bullet:BreakJoints()
  2783.  
  2784. wait()
  2785.  
  2786. end
  2787.  
  2788. end)()
  2789.  
  2790. end)()
  2791.  
  2792. wait(0.15)
  2793.  
  2794. end
  2795.  
  2796. Camball.Busy = false
  2797.  
  2798. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  2799.  
  2800. if Camball.Busy == true then
  2801.  
  2802. Camball.Busy = false
  2803.  
  2804. wait(0.5)
  2805.  
  2806. end
  2807.  
  2808. B = Instance.new("Part", Workspace)
  2809.  
  2810. B.Name = "Ball"
  2811.  
  2812. B.BrickColor = BrickColor.new("Really black")
  2813.  
  2814. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  2815.  
  2816. B.Size = Vector3.new(1,1,1)
  2817.  
  2818. B.Shape = "Ball"
  2819.  
  2820. B.TopSurface = "Smooth"
  2821.  
  2822. B.BottomSurface = "Smooth"
  2823.  
  2824. B.Name = "DIE LOL"
  2825.  
  2826. local mesh = Instance.new("SpecialMesh")
  2827.  
  2828. mesh.Parent = B
  2829.  
  2830. mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  2831.  
  2832. mesh.TextureId = "http://www.roblox.com/asset/?id=22702012"
  2833.  
  2834. wait(5)
  2835.  
  2836. Ex = Instance.new("Explosion", Workspace)
  2837.  
  2838. Ex.BlastRadius = 15
  2839.  
  2840. Ex.BlastPressure = 15
  2841.  
  2842. Ex.Position = B.Position
  2843.  
  2844. B:remove()
  2845.  
  2846. elseif string.sub(Msg, 0, 3) == "/m " then
  2847.  
  2848. local Message = Instance.new("Message", workspace)
  2849.  
  2850. Message.Text = Camball.Name.. ": " ..string.sub(msg,4)
  2851.  
  2852. wait(3)
  2853.  
  2854. Message:Remove()
  2855.  
  2856. elseif string.sub(Msg, 0, 3) == "/h " then
  2857.  
  2858. local Hint = Instance.new("Hint", workspace)
  2859.  
  2860. Hint.Text = string.sub(msg,4)
  2861.  
  2862. wait(3)
  2863.  
  2864. Hint:Remove()
  2865.  
  2866. elseif string.sub(Msg, 0, 4) == "/sb " then
  2867.  
  2868. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  2869.  
  2870. QuickScript.Name = "QuickScript (" ..tick().. ")"
  2871.  
  2872. QuickScript.NewSource.Value = string.sub(Msg, 5)
  2873.  
  2874. QuickScript.Parent = workspace
  2875.  
  2876. elseif string.sub(Msg, 0, 5) == "/sbl " then
  2877.  
  2878. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickLocalScript"]
  2879.  
  2880. QuickScript.Name = "QuickLocalScript (" ..tick().. ")"
  2881.  
  2882. QuickScript.NewSource.Value = string.sub(Msg, 6)
  2883.  
  2884. QuickScript.Parent = game:service("Players").LocalPlayer.PlayerGui
  2885.  
  2886. elseif string.sub(Msg, 0, 4) == "/ls " then
  2887.  
  2888. loadstring(string.sub(Msg, 5))()
  2889.  
  2890. elseif string.sub(Msg, 0, 5) == "/lsr " then
  2891.  
  2892. Camball.Activated = true
  2893.  
  2894. while Camball.Removed == false do wait() end
  2895.  
  2896. Message:Remove()
  2897.  
  2898. loadstring(string.sub(Msg, 6))()
  2899.  
  2900. error()
  2901.  
  2902. elseif Msg == "/dm" or Msg == "/rp" then
  2903.  
  2904. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  2905.  
  2906. elseif string.sub(Msg, 0, 6) == "/name " then
  2907.  
  2908. Camball.Name = string.sub(Msg, 7)
  2909.  
  2910. elseif string.sub(Msg, 0, 7) == "/color " then
  2911.  
  2912. Camball.Color = BrickColor.new(string.sub(Msg, 8))
  2913.  
  2914. elseif string.sub(Msg, 0, 6) == "/size " then
  2915.  
  2916. Camball.Size = Vector3.new(string.sub(Msg, 7))
  2917.  
  2918. elseif string.sub(Msg, 0, 12) == "/chat color " then
  2919.  
  2920. if string.sub(Msg, 13) == "red" then
  2921.  
  2922. Camball.ChatColor = Enum.ChatColor.Red
  2923.  
  2924. elseif string.sub(Msg, 13) == "green" then
  2925.  
  2926. Camball.ChatColor = Enum.ChatColor.Green
  2927.  
  2928. elseif string.sub(Msg, 13) == "blue" then
  2929.  
  2930. Camball.ChatColor = Enum.ChatColor.Blue
  2931.  
  2932. end
  2933.  
  2934. elseif Msg == "/ca" or Msg == "/cancel" then
  2935.  
  2936. Camball.Busy = false
  2937.  
  2938. elseif Msg == "/c" or Msg == "/clone" then
  2939.  
  2940. Reset()
  2941.  
  2942. elseif string.match(Msg, "lego") == nil then
  2943.  
  2944. if game:service("Players").LocalPlayer.Character ~= nil and Camball.Hidden == true then
  2945.  
  2946. pcall(function() game:service("Chat"):Chat(game:service("Players").LocalPlayer.Character.Head, Msg, Camball.ChatColor) end)
  2947.  
  2948. else
  2949.  
  2950. pcall(function() game:service("Chat"):Chat(Character.Head,"yourname: "..Msg, Camball.ChatColor) end)
  2951.  
  2952. end
  2953.  
  2954. end
  2955.  
  2956. end
  2957.  
  2958. coroutine.wrap(function()
  2959.  
  2960. while Camball.Activated == true do
  2961.  
  2962. pcall(function() CatchMsgConnection:disconnect() end)
  2963.  
  2964. pcall(function() CatchMsgConnection = game:service("Players").LocalPlayer.Chatted:connect(CatchMsg) end)
  2965.  
  2966. wait(1)
  2967.  
  2968. end
  2969.  
  2970. end)()
  2971.  
  2972.  
  2973.  
  2974. while Camball.Activated == true do
  2975.  
  2976. if Camball.Moving == true then
  2977.  
  2978. if game:service("Players").LocalPlayer.Character == nil then
  2979.  
  2980. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  2981.  
  2982. Camball.Point2 = workspace.CurrentCamera.Focus
  2983.  
  2984. else
  2985.  
  2986. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(3, 2, 0)
  2987.  
  2988. 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)
  2989.  
  2990. end
  2991.  
  2992. pcall(function()
  2993.  
  2994. if Camball.Hidden == true then
  2995.  
  2996. if Camball.Part1.Transparency >= 1 then
  2997.  
  2998. else
  2999.  
  3000. Camball.Part1.Transparency = Camball.Part1.Transparency + 0.05
  3001.  
  3002. local Old = Camball.Part1.CFrame
  3003.  
  3004. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  3005.  
  3006. Camball.Part1.CFrame = Old
  3007.  
  3008. end
  3009.  
  3010. if Camball.Part2.Transparency >= 1 then
  3011.  
  3012. Camball.Part2.Parent = nil
  3013.  
  3014. else
  3015.  
  3016. Camball.Part2.Transparency = Camball.Part2.Transparency + 0.01
  3017.  
  3018. local Old = Camball.Part2.CFrame
  3019.  
  3020. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  3021.  
  3022. Camball.Part2.CFrame = Old
  3023.  
  3024. end
  3025.  
  3026. else
  3027.  
  3028. Camball.Model.Name = Camball.Name
  3029.  
  3030. Camball.Model.Parent = workspace
  3031.  
  3032. Camball.Part1.Name = "Head"
  3033.  
  3034. Camball.Part1.formFactor = "Custom"
  3035.  
  3036. Camball.Part1.Size = sizelol
  3037.  
  3038. Camball.Part1.TopSurface = 0
  3039.  
  3040. Camball.Part1.BottomSurface = 0
  3041.  
  3042. Camball.Part1.BrickColor = Camball.Color
  3043.  
  3044. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0 and 0 or Camball.Part1.Transparency - 0.05
  3045.  
  3046. Camball.Part1.Anchored = true
  3047.  
  3048. Camball.Part1.CanCollide = true
  3049.  
  3050. Camball.Part1.Parent = Camball.Model
  3051.  
  3052. Camball.Part1.CFrame = workspace.CurrentCamera.Focus * CFrame.new(3, 2, 0)
  3053.  
  3054. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  3055.  
  3056. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  3057.  
  3058. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  3059.  
  3060. Camball.Part1Mesh.Parent = Camball.Part1
  3061.  
  3062. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=83944043"
  3063.  
  3064. Camball.Part2.Name = "Focus"
  3065.  
  3066. Camball.Part2.formFactor = "Custom"
  3067.  
  3068. Camball.Part2.TopSurface = 0
  3069.  
  3070. Camball.Part2.BottomSurface = 0
  3071.  
  3072. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  3073.  
  3074. Camball.Part2.Transparency = Camball.Part2.Transparency <= 1 and 1 or Camball.Part2.Transparency - 0.01
  3075.  
  3076. Camball.Part2.Anchored = true
  3077.  
  3078. Camball.Part2.CanCollide = false
  3079.  
  3080. Camball.Part2.Parent = Camball.Model
  3081.  
  3082. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  3083.  
  3084. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  3085.  
  3086. Camball.Part2Mesh.MeshType = "Sphere"
  3087.  
  3088. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  3089.  
  3090. Camball.Part2Mesh.Parent = Camball.Part2
  3091.  
  3092. Camball.Humanoid.Name = "Humanoid"
  3093.  
  3094. Camball.Humanoid.MaxHealth = 0
  3095.  
  3096. Camball.Humanoid.Health = 0
  3097.  
  3098. Camball.Humanoid.Parent = Camball.Model
  3099.  
  3100. local bg = Instance.new("BillboardGui",Character.Head)
  3101.  
  3102. bg.Name = "Guithing"
  3103.  
  3104. bg.Size = UDim2.new(1, 0, 1, 0)
  3105.  
  3106. bg.StudsOffset = Vector3.new(0, 2, 0)
  3107.  
  3108. local fram = Instance.new("Frame", bg)
  3109.  
  3110. fram.Size = UDim2.new(1, 0, 1, 0)
  3111.  
  3112. fram.BackgroundColor3 = Color3.new(1, 1, 1)
  3113.  
  3114. fram.BackgroundTransparency = 1
  3115.  
  3116. local text = Instance.new("ImageLabel", fram)
  3117.  
  3118. text.Image = "http://www.roblox.com/asset/?id=68847587"
  3119.  
  3120. text.Size = UDim2.new(1, 0, 1, 0)
  3121.  
  3122. text.BackgroundTransparency = 1
  3123.  
  3124. local bgg = Instance.new("BillboardGui",Camball.Part1.Head)
  3125.  
  3126. bgg.Name = "Guithing"
  3127.  
  3128. bgg.Size = UDim2.new(1, 0, 1, 0)
  3129.  
  3130. bgg.StudsOffset = Vector3.new(0, 2, 0)
  3131.  
  3132. local framg = Instance.new("Frame", bgg)
  3133.  
  3134. framg.Size = UDim2.new(1, 0, 1, 0)
  3135.  
  3136. framg.BackgroundColor3 = Color3.new(1, 1, 1)
  3137.  
  3138. framg.BackgroundTransparency = 1
  3139.  
  3140. local textg = Instance.new("ImageLabel", framg)
  3141.  
  3142. textg.Image = "http://www.roblox.com/asset/?id=93540532"
  3143.  
  3144. textg.Size = UDim2.new(1, 0, 1, 0)
  3145.  
  3146. textg.BackgroundTransparency = 1
  3147.  
  3148. end
  3149.  
  3150. end)
  3151.  
  3152. end
  3153.  
  3154. wait(Camball.WaitTime)
  3155.  
  3156. end
  3157.  
  3158. pcall(function() Camball.Part1:Remove() end)
  3159.  
  3160. pcall(function() Camball.Part2:Remove() end)
  3161.  
  3162. pcall(function() Camball.Humanoid:Remove() end)
  3163.  
  3164. pcall(function() Camball.Model:Remove() end)
  3165.  
  3166. Camball.Removed = true
  3167.  
  3168. --[12packkid's Camball do NOT copy or I will report you.]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement