Advertisement
SOCHILDISHHH

cam

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