Advertisement
kanewutt

Untitled

Jun 1st, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.24 KB | None | 0 0
  1. --Made by 12packkid, this script lets you get a camball but no ordinary camball a Fedora camball!
  2. local sizelol = Vector3.new(0.01,0.01,0.01)
  3. if script ~= nil then script.Parent = nil end
  4. function Reset()
  5. pcall(function() Camball.Model:Remove() end)
  6. pcall(function() Camball.Part1:Remove() end)
  7. pcall(function() Camball.Part2:Remove() end)
  8. pcall(function() Camball.Humanoid:Remove() end)
  9. Camball = {}
  10. Camball.Activated = true
  11. Camball.Removed = false
  12. Camball.Moving = true
  13. Camball.Busy = false
  14. Camball.BusyBypass = false
  15. Camball.Hidden = false
  16. Camball.WaitTime = 0.05
  17. Camball.ChatColor = Enum.ChatColor.Blue
  18. Camball.Color = BrickColor.new("Blue")
  19. Camball.Point1 = CFrame.new()
  20. Camball.Point2 = CFrame.new()
  21. Camball.Model = Instance.new("Model")
  22. Camball.Part1 = Instance.new("Part")
  23. Camball.Part1.Transparency = 1
  24. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  25. Camball.Part2 = Instance.new("Part")
  26. Camball.Part2.Transparency = 1
  27. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  28. Camball.Humanoid = Instance.new("Humanoid")
  29. canim=game.Players.LocalPlayer.Character.Animate
  30. lanim=canim:clone()
  31. lanim.Parent = game.Lighting
  32. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  33. if type(Source) ~= "userdata" then
  34. Source = game
  35. end
  36. if type(Name) ~= "string" then
  37. Name = "iiCxnturies"
  38. end
  39. if type(Children) ~= "table" then
  40. Children = {}
  41. end
  42. for _, Child in pairs(Source:children()) do
  43. pcall(function()
  44. if (function()
  45. if SearchType == nil or SearchType == 1 then
  46. return string.match(Child.Name:lower(), Name:lower())
  47. elseif SearchType == 2 then
  48. return string.match(Child.className:lower(), Name:lower())
  49. elseif SearchType == 3 then
  50. return Child:IsA(Name) or Child:IsA(Name:lower())
  51. elseif SearchType == 4 then
  52. 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())
  53. end
  54. return false
  55. end)() and Child ~= script then
  56. table.insert(Children, Child)
  57. end
  58. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  59. end)
  60. end
  61. return Children
  62. end
  63. end
  64. Reset()
  65. bannedlist = {}
  66.  
  67. function onPlayerEntered(newPlayer)
  68. for i=1,#bannedlist do
  69. if (newPlayer.Name == bannedlist[i]) then
  70. local hint = Instance.new("Hint",game.Workspace)
  71. hint.Text = "Banned user "..newPlayer.Name.." has tried to join."
  72. newPlayer:remove()
  73. break
  74. else
  75. local hint = Instance.new("Hint",game.Workspace)
  76. hint.Text = newPlayer.Name.." has joined."
  77. end
  78. end
  79. end
  80.  
  81. game.Players.PlayerAdded:connect(onPlayerEntered)
  82.  
  83. CatchMsg = function(Msg)
  84. if Camball.Activated == false then return end
  85. if Msg == "/fixlocal" then
  86. game:service("ScriptContext").ScriptsDisabled = true
  87. for i = 1, 10 do
  88. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  89. if Part.className ~= "Player" then
  90. pcall(function() Part.Disabled = true end)
  91. pcall(function() Part:Remove() end)
  92. end
  93. end
  94. wait()
  95. end
  96. wait(0.5)
  97. Base = Instance.new("Part")
  98. Base.Name = "Base"
  99. Base.BrickColor = BrickColor.new("Dark green")
  100. Base.TopSurface = "Studs"
  101. Base.BottomSurface = "Smooth"
  102. Base.formFactor = "Custom"
  103. Base.Size = Vector3.new(1000, 5, 1000)
  104. Base.CFrame = CFrame.new(0, -2, 0)
  105. Base.Locked = true
  106. Base.Anchored = true
  107. Base.Parent = workspace
  108. game:service("Lighting").Brightness = 1
  109. game:service("Lighting").GeographicLatitude = 41.73
  110. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  111. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  112. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  113. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  114. game:service("Lighting").TimeOfDay = "14:00:00"
  115. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  116. pcall(function()
  117. local Model = Instance.new("Model", workspace)
  118. local Part = Instance.new("Part", Model)
  119. Part.Name = "Head"
  120. Part.Transparency = 1
  121. Part.CanCollide = false
  122. Part.Anchored = true
  123. Part.Locked = true
  124. Part.Parent = Model
  125. local Humanoid = Instance.new("Humanoid", Model)
  126. Humanoid.Health = 999999999
  127. Player.Character = Model
  128. Humanoid.Health = 0
  129. end)
  130. end
  131. wait()
  132. game:service("ScriptContext").ScriptsDisabled = false
  133. elseif Msg == "/fix" then
  134. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  135. QuickScript.Name = "Fix"
  136. QuickScript.Debug:Remove()
  137. QuickScript.NewSource.Value = [[game:service("ScriptContext").ScriptsDisabled = true
  138. for i = 1, 10 do
  139. for _, Part in pairs(Camball.GetRecursiveChildren()) do
  140. if Part.className ~= "Player" then
  141. pcall(function() Part.Disabled = true end)
  142. pcall(function() Part:Remove() end)
  143. end
  144. end
  145. wait()
  146. end
  147. wait(0.5)
  148. Base = Instance.new("Part")
  149. Base.Name = "Base"
  150. Base.BrickColor = BrickColor.new("Dark green")
  151. Base.TopSurface = "Studs"
  152. Base.BottomSurface = "Smooth"
  153. Base.formFactor = "Custom"
  154. Base.Size = Vector3.new(1000, 5, 1000)
  155. Base.CFrame = CFrame.new(0, -2, 0)
  156. Base.Locked = true
  157. Base.Anchored = true
  158. Base.Parent = workspace
  159. game:service("Lighting").Brightness = 1
  160. game:service("Lighting").GeographicLatitude = 41.73
  161. game:service("Lighting").Ambient = Color3.new(128 / 255, 128 / 255, 128 / 255)
  162. game:service("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  163. game:service("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  164. game:service("Lighting").ShadowColor = Color3.new(179 / 255, 179 / 255, 184 / 255)
  165. game:service("Lighting").TimeOfDay = "14:00:00"
  166. for _, Player in pairs(game:service("Players"):GetPlayers()) do
  167. pcall(function()
  168. local Model = Instance.new("Model", workspace)
  169. local Part = Instance.new("Part", Model)
  170. Part.Name = "Head"
  171. Part.Transparency = 1
  172. Part.CanCollide = false
  173. Part.Anchored = true
  174. Part.Locked = true
  175. Part.Parent = Model
  176. local Humanoid = Instance.new("Humanoid", Model)
  177. Humanoid.Health = 100
  178. Player.Character = Model
  179. Humanoid.Health = 0
  180. end)
  181. end
  182. wait()
  183. game:service("ScriptContext").ScriptsDisabled = false]]
  184. QuickScript.Parent = workspace
  185. elseif Msg == "/stop" then
  186. Camball.Moving = false
  187. elseif Msg == "/go" then
  188. Camball.Moving = true
  189. elseif Msg == "/up" then
  190. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  191. game:service("Players").LocalPlayer.Character = nil
  192. elseif Msg == "/down" then
  193. if game:service("Players").LocalPlayer.Character ~= nil then
  194. CatchMsg("/up")
  195. end
  196. Character = Instance.new("Model")
  197. Character.Name = Camball.Name
  198. Character.Parent = workspace
  199. local Head = Instance.new("Part")
  200. Head.Name = "Head"
  201. Head.formFactor = 0
  202. Head.Size = Vector3.new(2, 1, 1)
  203. Head.TopSurface = 0
  204. Head.BottomSurface = "Weld"
  205. Head.BrickColor = BrickColor.new("Really black")
  206. Head.Parent = Character
  207. local Mesh = Instance.new("SpecialMesh")
  208. Mesh.MeshType = "Head"
  209. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  210. Mesh.Parent = Head
  211. local Face = Instance.new("Decal")
  212. Face.Name = "face"
  213. Face.Face = "Front"
  214. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  215. Face.Parent = Head
  216. local Torso = Instance.new("Part")
  217. Torso.Name = "Torso"
  218. Torso.formFactor = 0
  219. Torso.Size = Vector3.new(2, 2, 1)
  220. Torso.TopSurface = "Studs"
  221. Torso.BottomSurface = "Inlet"
  222. Torso.LeftSurface = "Weld"
  223. Torso.RightSurface = "Weld"
  224. Torso.BrickColor = BrickColor.new("Really black")
  225. Torso.Parent = Character
  226. local TShirt = Instance.new("Decal")
  227. TShirt.Name = "roblox"
  228. TShirt.Face = "Front"
  229. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  230. TShirt.Parent = Torso
  231. local Limb = Instance.new("Part")
  232. Limb.formFactor = 0
  233. Limb.Size = Vector3.new(1, 2, 1)
  234. Limb.TopSurface = "Studs"
  235. Limb.BottomSurface = "Inlet"
  236. Limb.BrickColor = BrickColor.new("Really black")
  237. local Limb2 = Instance.new("Part")
  238. Limb2.formFactor = 0
  239. Limb2.Size = Vector3.new(1, 2, 1)
  240. Limb2.TopSurface = "Studs"
  241. Limb2.BottomSurface = "Inlet"
  242. Limb2.BrickColor = BrickColor.new("Really black")
  243. local LeftArm = Limb2:Clone()
  244. LeftArm.Name = "Left Arm"
  245. LeftArm.Parent = Character
  246. local RightArm = Limb2:Clone()
  247. RightArm.Name = "Right Arm"
  248. RightArm.Parent = Character
  249. local LeftLeg = Limb:Clone()
  250. LeftLeg.Name = "Left Leg"
  251. LeftLeg.Parent = Character
  252. local RightLeg = Limb:Clone()
  253. RightLeg.Name = "Right Leg"
  254. RightLeg.Parent = Character
  255. Character:BreakJoints()
  256. local Neck = Instance.new("Motor6D")
  257. Neck.Name = "Neck"
  258. Neck.Part0 = Torso
  259. Neck.Part1 = Head
  260. Neck.C0 = CFrame.new(0, 2, 0)
  261. Neck.C1 = CFrame.new(0, 0.5, 0)
  262. Neck.MaxVelocity = 0
  263. Neck.Parent = Torso
  264. local LeftShoulder = Instance.new("Motor6D")
  265. LeftShoulder.Name = "Left Shoulder"
  266. LeftShoulder.Part0 = Torso
  267. LeftShoulder.Part1 = LeftArm
  268. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  269. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  270. LeftShoulder.MaxVelocity = 0.5
  271. LeftShoulder.Parent = Torso
  272. local RightShoulder = Instance.new("Motor6D")
  273. RightShoulder.Name = "Right Shoulder"
  274. RightShoulder.Part0 = Torso
  275. RightShoulder.Part1 = RightArm
  276. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  277. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  278. RightShoulder.MaxVelocity = 0.5
  279. RightShoulder.Parent = Torso
  280. local LeftHip = Instance.new("Motor6D")
  281. LeftHip.Name = "Left Hip"
  282. LeftHip.Part0 = Torso
  283. LeftHip.Part1 = LeftLeg
  284. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  285. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  286. LeftHip.MaxVelocity = 0.1
  287. LeftHip.Parent = Torso
  288. local RightHip = Instance.new("Motor6D")
  289. RightHip.Name = "Right Hip"
  290. RightHip.Part0 = Torso
  291. RightHip.Part1 = RightLeg
  292. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  293. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  294. RightHip.MaxVelocity = 0.1
  295. RightHip.Parent = Torso
  296. local Humanoid = Instance.new("Humanoid")
  297. Humanoid.Parent = Character
  298. Humanoid.WalkSpeed = 20
  299. local BodyColors = Instance.new("BodyColors")
  300. BodyColors.Name = "Body Colors"
  301. BodyColors.HeadColor = Head.BrickColor
  302. BodyColors.TorsoColor = Torso.BrickColor
  303. BodyColors.LeftArmColor = LeftArm.BrickColor
  304. BodyColors.RightArmColor = RightArm.BrickColor
  305. BodyColors.LeftLegColor = LeftLeg.BrickColor
  306. BodyColors.RightLegColor = RightLeg.BrickColor
  307. BodyColors.Parent = Character
  308. local Shirt = Instance.new("Shirt")
  309. Shirt.Name = "Shirt"
  310. Shirt.ShirtTemplate = ""
  311. Shirt.Parent = Character
  312. local ShirtGraphic = Instance.new("ShirtGraphic")
  313. ShirtGraphic.Name = "Shirt Graphic"
  314. ShirtGraphic.Graphic = ""
  315. ShirtGraphic.Parent = Character
  316. local Pants = Instance.new("Pants")
  317. Pants.Name = "Pants"
  318. Pants.PantsTemplate = ""
  319. Pants.Parent = Character
  320. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  321. game:service("Players").LocalPlayer.Character = Character
  322. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  323. workspace.CurrentCamera.CameraType = "Custom"
  324. hats = {81725326,77518696,77518737,91657680,91657884,64444871,16641274,73265108,16895215,37816777,27171403,83704190,62350867,49929767,62350883,1272714}
  325. for i = 1, #hats do
  326. root = game:GetService("InsertService"):LoadAsset(hats[i])
  327. root.Parent = Character
  328. z = root:GetChildren()
  329. for f = 1, #z do
  330. z[f].Parent = Character
  331. end
  332. root:Remove()
  333. end
  334. ganim=game.Lighting:findFirstChild("Animate")
  335. kanim=ganim:clone()
  336. kanim.Parent = Character
  337.  
  338. elseif string.sub(Msg, 0, 8) == "control/" then
  339. for _,v in pairs(game.Players:GetPlayers()) do
  340. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  341. game:service("Players").LocalPlayer.Character = v.Character
  342. workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  343. workspace.CurrentCamera.CameraType = "Custom"
  344. end
  345. end
  346.  
  347. elseif string.sub(Msg, 0, 2) == "m/" then
  348. for i,v in pairs(game.Players:GetPlayers()) do
  349. game:GetService("Chat"):Chat(v.Character.Head,string.sub(Msg, 3),Enum.ChatColor.Blue)
  350. end
  351.  
  352. elseif string.sub(Msg, 0, 4) == "age/" then
  353. for _,v in pairs(game.Players:GetPlayers()) do
  354. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  355. local at = 0
  356. local age = v.AccountAge
  357. while true do
  358. wait()
  359. if age - 365 < 0 then
  360. break
  361. end
  362. at = at + 1
  363. age = age - 365
  364. end
  365. local h = Instance.new("Hint", workspace)
  366. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  367. wait(4)
  368. if h then
  369. h:remove()
  370. end
  371. end
  372. end
  373.  
  374. elseif string.sub(Msg, 0, 8) == "highage/" then
  375. for _,v in pairs(game.Players:GetPlayers()) do
  376. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  377. v.AccountAgeReplicate = 7*360
  378. end
  379. end
  380.  
  381. elseif string.sub(Msg, 0, 5) == "hulk/" then
  382. for _,v in pairs(game.Players:GetPlayers()) do
  383. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  384. local hulk = 72648316
  385. root = game:GetService("InsertService"):LoadAsset(hulk)
  386. root.Parent = game.Workspace
  387. z = root:GetChildren()
  388. for f = 1, #z do
  389. z[f].Parent = game.Workspace
  390. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  391. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  392. z[f].Name = "The Incredible Hulk"
  393. wait(1)
  394. v.Character = z[f]
  395. end
  396. root:Remove()
  397. wait(1)
  398. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  399. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  400. end
  401. end
  402.  
  403. elseif string.sub(Msg, 0, 7) == "remove/" then
  404. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  405. game:service("Players")[string.sub(Msg, 8)]:remove()
  406. end
  407.  
  408. elseif string.sub(Msg, 0, 7) == "delete/" then
  409. for _,v in pairs (game.Players:GetChildren()) do
  410. if string.find(v.Name, string.sub(Msg, 8)) then
  411. pcall(function()
  412. v:remove()
  413. table.insert(bannedlist, v.Name)
  414. end)
  415. end
  416. end
  417.  
  418. elseif string.sub(Msg, 0, 3) == "ff/" then
  419. for _,v in pairs(game.Workspace:GetChildren()) do
  420. if string.find(v.Name, string.sub(Msg, 4)) then
  421. local ff = Instance.new("ForceField")
  422. ff.Parent = v
  423. end
  424. end
  425.  
  426. elseif string.sub(Msg, 0, 4) == "god/" then
  427. for _,v in pairs(game.Workspace:GetChildren()) do
  428. if string.find(v.Name, string.sub(Msg, 5)) then
  429. if v:FindFirstChild("Humanoid") then
  430. v.Humanoid.MaxHealth = math.huge
  431. end
  432. end
  433. end
  434.  
  435. elseif string.sub(Msg, 0, 6) == "night/" then
  436. game.Lighting.TimeOfDay = 0
  437.  
  438. elseif string.sub(Msg, 0, 4) == "day/" then
  439. game.Lighting.TimeOfDay = 14
  440.  
  441. elseif string.sub(Msg, 0, 10) == "bringback/" then
  442. for num,v in pairs(bannedlist) do
  443. if string.sub(v:lower(), 0, #string.sub(Msg, 11)) == string.sub(Msg, 11) then
  444. table.remove(bannedlist, v.Name)
  445. end
  446. end
  447.  
  448. elseif string.sub(Msg, 0, 11) == "deletedlist/" then
  449. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  450. for num,v in pairs(bannedlist) do
  451. mess.Text = v.." , "..num
  452. end
  453. mess:remove()
  454.  
  455. elseif string.sub(Msg, 0, 9) == "shutdown/" then
  456. for _,v in pairs(game.Players:GetPlayers()) do
  457. if string.find(v.Name, string.sub(Msg, 10)) then
  458. while true do
  459. wait()
  460. for i = 1, 16000 do
  461. if v:findFirstChild("PlayerGui") ~= nil then
  462. local mes = Instance.new("Message", v.PlayerGui)
  463. mes.Text = "Crashing"
  464. local ex = Instance.new("Explosion", v.PlayerGui)
  465. ex.BlastRadius = math.huge
  466. local hint = Instance.new("Hint", v.PlayerGui)
  467. hint.Text = "---------------------------------------------------------------------------"
  468. local s = Instance.new("ScreenGui", v.PlayerGui)
  469. local txt = Instance.new("TextBox", s)
  470. txt.Size = UDim2.new(1, 0, 1, 0)
  471. txt.Text = "Your Being Lagged"
  472. txt.FontSize = "Size48"
  473. end
  474. end
  475. end
  476. end
  477. end
  478.  
  479. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  480. local bet = "/"
  481. for i = 1, #Msg do
  482. if string.sub(Msg, i, i) == bet then
  483. for _,v in pairs(game.Players:GetPlayers()) do
  484. if string.find(v.Name, string.sub(Msg, 0, i - 1)) then
  485. if v.Character then
  486. if v.Character:findFirstChild("Humanoid") then
  487. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  488. end
  489. end
  490. end
  491. end
  492. end
  493. end
  494.  
  495. elseif string.sub(Msg, 0, 7) == "downlag/" then
  496. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  497. if v:IsA("Message") or v:IsA("Hint") then
  498. v:Remove()
  499. end end)
  500.  
  501. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  502. if v:IsA("Message") or v:IsA("Hint") then
  503. v:Remove()
  504. end end)
  505.  
  506. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  507. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  508. wait()
  509. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  510. wait(1)
  511. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  512.  
  513. elseif string.sub(Msg, 0, 4) == "lag/" then
  514. for _,v in pairs(game.Players:GetPlayers()) do
  515. if string.find(v.Name, string.sub(Msg, 5)) then
  516. while true do
  517. wait()
  518. for i = 1, 16000 do
  519. if v:findFirstChild("PlayerGui") ~= nil then
  520. local mes = Instance.new("Message", v.PlayerGui)
  521. mes.Text = "You are being Lagged"
  522. local s = Instance.new("ScreenGui", v.PlayerGui)
  523. local txt = Instance.new("TextBox", s)
  524. txt.Size = UDim2.new(1, 0, 1, 0)
  525. txt.Text = "Your Being Lagged"
  526. txt.FontSize = "Size48"
  527. end
  528. end
  529. end
  530. end
  531. end
  532.  
  533. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  534. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  535.  
  536. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  537. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  538.  
  539. elseif string.sub(Msg, 0, 8) == "destroy/" then
  540. for _,v in pairs(game.Players:GetPlayers()) do
  541. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  542. v.Character:BreakJoints()
  543. end
  544. end
  545.  
  546. elseif string.sub(Msg, 0, 10) == "disappear/" then
  547. for _,v in pairs(game.Players:GetPlayers()) do
  548. if string.find(v.Name, string.sub(Msg, 11)) ~= nil then
  549. v.Character.Parent = nil
  550. end
  551. end
  552.  
  553. elseif string.sub(Msg, 0, 9) == "reappear/" then
  554. for _,v in pairs(game.Players:GetPlayers()) do
  555. if string.find(v.Name, string.sub(Msg, 10)) ~= nil then
  556. v.Character.Parent = game:service("Workspace")
  557. end
  558. end
  559.  
  560. elseif string.sub(Msg, 0, 6) == "growby/" then
  561. sizelol = Vector3.new(string.sub(Msg, 7),string.sub(Msg, 7),string.sub(Msg, 7))
  562.  
  563. elseif Msg == "/center" or Msg == "/ct" then
  564. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  565. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  566. elseif Camball.BusyBypass == true then
  567. return
  568. elseif Msg == "/off" then
  569. elseif Msg == "/hide" then
  570. Camball.Hidden = true
  571. Camball.Activated = true
  572. elseif Msg == "/unhide" then
  573. Camball.Hidden = false
  574. Camball.Activated = true
  575. elseif Msg == "/new base" then
  576. local Base = Instance.new("Part", Workspace)
  577. Base.Anchored = true
  578. Base.Locked = true
  579. Base.Size = Vector3.new(1000, 1, 1000)
  580. Base.CFrame = CFrame.new(0, 0, 0)
  581. Base.Name = "Base"
  582. Base.BrickColor = BrickColor.new("Bright green")
  583. elseif Msg == "/ex" or Msg == "/explode" then
  584. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  585. wait(0.05)
  586. local Explosion = Instance.new("Explosion")
  587. Explosion.BlastRadius = 25
  588. Explosion.BlastPressure = 1000000
  589. Explosion.Position = Camball.Point2.p
  590. Explosion.Hit:connect(function(Hit)
  591. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  592. Hit.Anchored = false
  593. Hit:BreakJoints()
  594. end
  595. end)
  596. Explosion.Parent = workspace
  597. wait(0.1)
  598. Shield:Remove()
  599. elseif string.sub(Msg, 0, 2) == "/f" or string.sub(Msg, 0, 5) == "/fire" then
  600. if Camball.Busy == true then
  601. Camball.Busy = false
  602. wait(0.5)
  603. end
  604. Camball.Busy = true
  605. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  606. if Camball.Busy == false then break end
  607. coroutine.wrap(function()
  608. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  609. QuickScript.Name = "PlaySound"
  610. QuickScript.Debug:Remove()
  611. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  612. Sound.Pitch = 0.9
  613. Sound.Volume = 1
  614. Sound.SoundId = "
  615. http://www.roblox.com/Asset/?id=13775494"
  616. Sound:Play()
  617. script:Remove()]]
  618. QuickScript.Parent = Camball.Part1
  619. end)()
  620. coroutine.wrap(function()
  621. local Bullet = Instance.new("Part", workspace)
  622. Bullet.Name = "Camera Bullet"
  623. Bullet.formFactor = "Custom"
  624. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  625. Bullet.TopSurface = 0
  626. Bullet.BottomSurface = 0
  627. Bullet.BrickColor = BrickColor.new("New Yeller")
  628. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  629. Mesh = Instance.new("SpecialMesh", Bullet)
  630. Mesh.MeshType = "Sphere"
  631. local BodyVelocity = Instance.new("BodyVelocity")
  632. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  633. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  634. BodyVelocity.Parent = Bullet
  635. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  636. BulletScript.Name = "Bullet Script"
  637. BulletScript.Debug:Remove()
  638. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  639. if Hit.Name == "Camera Focus" then return end
  640. local Sound = Instance.new("Sound", script.Parent)
  641. Sound.Pitch = 1
  642. Sound.Volume = 1
  643. Sound.SoundId = "
  644. http://www.roblox.com/Asset/?id=2101148"
  645. Sound:Play()
  646. local Explosion = Instance.new("Explosion")
  647. Explosion.BlastRadius = 5
  648. Explosion.BlastPressure = 500000
  649. Explosion.Position = script.Parent.CFrame.p
  650. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  651. Explosion.Parent = workspace
  652. wait(0.1)
  653. script.Parent:Remove()
  654. end)]]
  655. BulletScript.Parent = Bullet
  656. coroutine.wrap(function()
  657. while Bullet.Parent ~= nil do
  658. Bullet:BreakJoints()
  659. wait()
  660. end
  661. end)()
  662. end)()
  663. wait(0.15)
  664. end
  665. Camball.Busy = false
  666. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  667. if Camball.Busy == true then
  668. Camball.Busy = false
  669. wait(0.5)
  670. end
  671. B = Instance.new("Part", Workspace)
  672. B.BrickColor = BrickColor.new("Really black")
  673. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  674. B.Size = Vector3.new(1,1,1)
  675. B.Shape = "Ball"
  676. B.TopSurface = "Smooth"
  677. B.BottomSurface = "Smooth"
  678. B.Name = "DIE LOL"
  679. wait(5)
  680. Ex = Instance.new("Explosion", Workspace)
  681. Ex.BlastRadius = 15
  682. Ex.BlastPressure = 15
  683. Ex.Position = B.Position
  684. B:remove()
  685. elseif string.sub(Msg, 0, 3) == "/m " then
  686. local Message = Instance.new("Message", workspace)
  687. Message.Text = Camball.Name.. ": " ..string.sub(msg,4)
  688. wait(3)
  689. Message:Remove()
  690. elseif string.sub(Msg, 0, 3) == "/h " then
  691. local Hint = Instance.new("Hint", workspace)
  692. Hint.Text = Camball.Name.. ": " ..string.sub(msg,4)
  693. wait(3)
  694. Hint:Remove()
  695. elseif string.sub(Msg, 0, 4) == "/sb " then
  696. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  697. QuickScript.Name = "QuickScript (" ..tick().. ")"
  698. QuickScript.NewSource.Value = string.sub(Msg, 5)
  699. QuickScript.Parent = workspace
  700. elseif string.sub(Msg, 0, 5) == "/sbl " then
  701. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickLocalScript"]
  702. QuickScript.Name = "QuickLocalScript (" ..tick().. ")"
  703. QuickScript.NewSource.Value = string.sub(Msg, 6)
  704. QuickScript.Parent = game:service("Players").LocalPlayer.PlayerGui
  705. elseif string.sub(Msg, 0, 4) == "/ls " then
  706. loadstring(string.sub(Msg, 5))()
  707. elseif string.sub(Msg, 0, 5) == "/lsr " then
  708. Camball.Activated = true
  709. while Camball.Removed == false do wait() end
  710. Message:Remove()
  711. loadstring(string.sub(Msg, 6))()
  712. error()
  713. elseif Msg == "/dm" or Msg == "/delete me" then
  714. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  715. elseif string.sub(Msg, 0, 6) == "/name " then
  716. Camball.Name = string.sub(Msg, 7)
  717. elseif string.sub(Msg, 0, 7) == "/color " then
  718. Camball.Color = BrickColor.new(string.sub(Msg, 8))
  719. elseif string.sub(Msg, 0, 6) == "/size " then
  720. Camball.Size = Vector3.new(string.sub(Msg, 7))
  721. elseif string.sub(Msg, 0, 12) == "/chat color " then
  722. if string.sub(Msg, 13) == "red" then
  723. Camball.ChatColor = Enum.ChatColor.Red
  724. elseif string.sub(Msg, 13) == "green" then
  725. Camball.ChatColor = Enum.ChatColor.Green
  726. elseif string.sub(Msg, 13) == "blue" then
  727. Camball.ChatColor = Enum.ChatColor.Blue
  728. end
  729. elseif Msg == "/ca" or Msg == "/cancel" then
  730. Camball.Busy = false
  731. elseif Msg == "/c" or Msg == "/clone" then
  732. Reset()
  733. elseif string.match(Msg, "lego") == nil then
  734. if game:service("Players").LocalPlayer.Character ~= nil and Camball.Hidden == true then
  735. pcall(function() game:service("Chat"):Chat(game:service("Players").LocalPlayer.Character.Head, Msg, Camball.ChatColor) end)
  736. else
  737. pcall(function() game:service("Chat"):Chat(Camball.Part1, Msg, Camball.ChatColor) end)
  738. end
  739. end
  740. end
  741. coroutine.wrap(function()
  742. while Camball.Activated == true do
  743. pcall(function() CatchMsgConnection:disconnect() end)
  744. pcall(function() CatchMsgConnection = game:service("Players").LocalPlayer.Chatted:connect(CatchMsg) end)
  745. wait(1)
  746. end
  747. end)()
  748.  
  749. while Camball.Activated == true do
  750. if Camball.Moving == true then
  751. if game:service("Players").LocalPlayer.Character == nil then
  752. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  753. Camball.Point2 = workspace.CurrentCamera.Focus
  754. else
  755. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(0, 5, 0)
  756. 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)
  757. end
  758. pcall(function()
  759. if Camball.Hidden == true then
  760. if Camball.Part1.Transparency >= 1 then
  761. else
  762. Camball.Part1.Transparency = Camball.Part1.Transparency + 0.05
  763. local Old = Camball.Part1.CFrame
  764. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  765. Camball.Part1.CFrame = Old
  766. end
  767. if Camball.Part2.Transparency >= 1 then
  768. Camball.Part2.Parent = nil
  769. else
  770. Camball.Part2.Transparency = Camball.Part2.Transparency + 0.01
  771. local Old = Camball.Part2.CFrame
  772. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  773. Camball.Part2.CFrame = Old
  774. end
  775. else
  776. Camball.Model.Name = Camball.Name
  777. Camball.Model.Parent = workspace
  778. Camball.Part1.Name = "Head"
  779. Camball.Part1.formFactor = "Custom"
  780. Camball.Part1.Size = sizelol
  781. Camball.Part1.TopSurface = 0
  782. Camball.Part1.BottomSurface = 0
  783. Camball.Part1.BrickColor = Camball.Color
  784. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0 and 0 or Camball.Part1.Transparency - 0.05
  785. Camball.Part1.Anchored = true
  786. Camball.Part1.CanCollide = true
  787. Camball.Part1.Parent = Camball.Model
  788. Camball.Part1.CFrame = Camball.Point1
  789. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=72081410"
  790. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  791. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  792. Camball.Part1Mesh.Parent = Camball.Part1
  793. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=72441497"
  794. Camball.Part2.Name = "Focus"
  795. Camball.Part2.formFactor = "Custom"
  796. Camball.Part2.TopSurface = 0
  797. Camball.Part2.BottomSurface = 0
  798. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  799. Camball.Part2.Transparency = Camball.Part2.Transparency <= 0.75 and 0.75 or Camball.Part2.Transparency - 0.01
  800. Camball.Part2.Anchored = true
  801. Camball.Part2.CanCollide = false
  802. Camball.Part2.Parent = Camball.Model
  803. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  804. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  805. Camball.Part2Mesh.MeshType = "Sphere"
  806. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  807. Camball.Part2Mesh.Parent = Camball.Part2
  808. Camball.Humanoid.Name = "Humanoid"
  809. Camball.Humanoid.MaxHealth = 0
  810. Camball.Humanoid.Health = 0
  811. Camball.Humanoid.Parent = Camball.Model
  812. end
  813. end)
  814. end
  815. wait(Camball.WaitTime)
  816. end
  817. pcall(function() Camball.Part1:Remove() end)
  818. pcall(function() Camball.Part2:Remove() end)
  819. pcall(function() Camball.Humanoid:Remove() end)
  820. pcall(function() Camball.Model:Remove() end)
  821. Camball.Removed = true
  822. -- Edited By Imike2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement