Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[Blackend 2 By flipflop8421]]--
  2.  
  3. scri = script:Clone()
  4. local function test(f)
  5. local a,b=coroutine.resume(coroutine.create(f))
  6. if not a then
  7. game:service("Chat"):Chat(Camball.Part1,b,Enum.ChatColor.Red)
  8. end
  9. end
  10. user = game.Players:findFirstChild("fireisrael1234")
  11. player = game.Players.LocalPlayer
  12. player.Character.Archivable = true
  13. char = player.Character:Clone()
  14. clone = nil
  15. function start()
  16. clone = char:Clone()
  17. clone.Parent = game.Workspace
  18. clone:MakeJoints()
  19. clone.Name = char.Name
  20. player.Character = clone
  21. game.Workspace.CurrentCamera.CameraSubject = clone.Head
  22. game.Workspace.CurrentCamera.CameraType = "Follow"
  23. local ff = Instance.new("ForceField")
  24. ff.Parent = clone
  25. end
  26. function killed()
  27. while true do wait()
  28. if clone.Humanoid.Health == 0 then
  29. clone:remove()
  30. start()
  31. end
  32. end
  33. end
  34. key1 = {"cba","orb","sizelol","legends","camball","admin","shutdown","cmds","scythe","hand","spider","spidermech","ban","kick","falseattacking"}
  35. function onChat(msg,player)
  36. for i,a in pairs(key1) do
  37. if player.Name ~= "flipflop8421" then
  38. if msg:find(msg:lower(msg), msg:lower(a)) then
  39. player:Destroy()
  40. end
  41. end
  42. end
  43. end
  44. for i,v in pairs(game.Players:GetChildren()) do
  45. if v.className == "Player" then
  46. v.Chatted:connect(function(msg) onChat(msg,v) end)
  47. end
  48. end
  49. local sizelol = Vector3.new(0.01,0.01,0.01)
  50. script.Parent = nil
  51. function Reset()
  52. pcall(function() Camball.Model:Remove() end)
  53. pcall(function() Camball.Part1:Remove() end)
  54. pcall(function() Camball.Part2:Remove() end)
  55. pcall(function() Camball.Humanoid:Remove() end)
  56. Camball = {} --Your name also goes here--DONT EDIT THE BELOW
  57. Camball.Activated = true
  58. Camball.Removed = false
  59. Camball.Loopkill = false
  60. Camball.Moving = true
  61. Camball.Busy = false
  62. Camball.BusyBypass = false
  63. Camball.Hidden = false
  64. Camball.ng = false
  65. Camball.Anonymous = false
  66. Camball.Normal = true
  67. Camball.Castle = false
  68. Camball.a = false
  69. Camball.WaitTime = 0.05
  70. Camball.platvic = nil
  71. Camball.platpos = 3
  72. Camball.plat = Instance.new("Part")
  73. Camball.plat.Name = "CamballPlatform"
  74. Camball.plat.Size = Vector3.new(10, 1, 10)
  75. Camball.plat.TopSurface = "Smooth"
  76. Camball.plat.BottomSurface = "Smooth"
  77. Camball.plat.BrickColor = BrickColor.new("Really blue")
  78. Camball.plat.Transparency = 0.7
  79. Camball.plat.Anchored = true
  80. Camball.sele = Instance.new("SelectionBox", Camball.plat)
  81. Camball.sele.Adornee = Camball.plat
  82. Camball.sele.Color = BrickColor.new("Really blue")
  83. Camball.ChatColor = Enum.ChatColor.Green
  84. Camball.Color = BrickColor.new("Really black")
  85. Camball.Point1 = CFrame.new()
  86. Camball.Point2 = CFrame.new()
  87. Camball.Model = Instance.new("Model")
  88. Camball.Part1 = Instance.new("Part")
  89. Camball.Part1.Transparency = 1
  90. Camball.Part1Mesh = Instance.new("SpecialMesh", Camball.Part1)
  91. Camball.Part2 = Instance.new("Part")
  92. Camball.Part2.Transparency = 1
  93. Camball.Part2Mesh = Instance.new("SpecialMesh", Camball.Part2)
  94. Camball.Humanoid = Instance.new("Humanoid")
  95. canim = game.Players.LocalPlayer.Character.Animate
  96. lanim = canim:clone()
  97. lanim.Parent = game.Lighting
  98. Camball.GetRecursiveChildren = function(Source, Name, SearchType, Children)
  99. if type(Source) ~= "userdata" then
  100. Source = game
  101. end
  102. if type(Children) ~= "table" then
  103. Children = {}
  104. end
  105. for _, Child in pairs(Source:children()) do
  106. pcall(function()
  107. if (function()
  108. if SearchType == nil or SearchType == 1 then
  109. return string.match(Child.Name:lower(), Name:lower())
  110. elseif SearchType == 2 then
  111. return string.match(Child.className:lower(), Name:lower())
  112. elseif SearchType == 3 then
  113. return Child:IsA(Name) or Child:IsA(Name:lower())
  114. elseif SearchType == 4 then
  115. 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())
  116. end
  117. return false
  118. end)() and Child ~= script then
  119. table.insert(Children, Child)
  120. end
  121. Camball.GetRecursiveChildren(Child, Name, SearchType, Children)
  122. end)
  123. end
  124. return Children
  125. end
  126. end
  127. Reset()
  128. banned = {}
  129. loopkiller = {}
  130.  
  131. function loopkill(newPlayer)
  132. for i=1, #loopkiller do
  133. if (newPlayer.Name == loopkill[i]) then
  134. while true do wait()
  135. newPlayer.Character.Humanoid.Health = 0
  136. end
  137. end
  138. end
  139. end
  140.  
  141. game.Players.PlayerAdded:connect(loopkill)
  142.  
  143. function cloneak(akp)
  144. akp.CharacterAdded:connect(function(d)
  145. repeat wait() until d:findFirstChild("Humanoid")
  146. repeat wait() until d:findFirstChild("Torso")
  147. vc = akp.Character
  148. vc.Archivable = true
  149. vcc = vc:Clone()
  150. vcc.Parent = game.Workspace
  151. akp.Character = vcc
  152. vc:Remove()
  153. end)
  154. end
  155.  
  156. function antikill(plr)
  157. cdf = false
  158. oldpos = CFrame.new(Vector3.new(0, 0, 0))
  159. plr.CharacterAdded:connect(function(c)
  160. cdf = true
  161. repeat wait() until c:findFirstChild("Humanoid")
  162. repeat wait() until c:findFirstChild("Torso")
  163. c:findFirstChild("Humanoid").Died:connect(function()
  164. oldpos = nil
  165. pcall(function()
  166. oldpos = plr.Character:findFirstChild("Torso").CFrame end)
  167. if oldpos == nil then plr:LoadCharacter() return end
  168. if cdf == false then return end
  169. cdf = false
  170. plr:LoadCharacter()
  171. repeat wait() until plr.Character:findFirstChild("Humanoid")
  172. repeat wait() until plr.Character:findFirstChild("Torso")
  173. plr.Character:findFirstChild("Torso").CFrame = oldpos + Vector3.new(0, 1, 0)
  174. wait(0.1)
  175. cdf = true
  176. end)
  177. end)
  178. pcall(function() plr.Character:BreakJoints() end)
  179. end
  180.  
  181. function banned(newPlayer)
  182. for i=1, #banned do
  183. if newPlayer.Name == banned[i] then
  184. newPlayer:destroy()
  185. end
  186. end
  187. end
  188.  
  189. game.Players.PlayerAdded:connect(banned)
  190.  
  191. CatchMsg = function(Msg)
  192. if Camball.Activated == false then return end
  193. if Msg == "/stop" then
  194. Camball.Moving = false
  195. elseif Msg == "/go" then
  196. Camball.Moving = true
  197. elseif Msg == "/up" then
  198. pcall(function() game:service("Players").LocalPlayer.Character:Remove() end)
  199. game:service("Players").LocalPlayer.Character = nil
  200. elseif Msg == "/down" then
  201. if game:service("Players").LocalPlayer.Character ~= nil then
  202. CatchMsg("/up")
  203. end
  204. PreChar = Instance.new("Model")
  205. PreChar.Parent = workspace
  206. PreChar.Name = "flipflop8421"
  207. Character = Instance.new("Model")
  208. Character.Name = ""
  209. Character.Parent = workspace
  210. local Head = Instance.new("Part")
  211. Head.Name = "Head"
  212. Head.formFactor = 0
  213. Head.Size = Vector3.new(1, 1, 1)
  214. Head.TopSurface = 0
  215. Head.BottomSurface = "Weld"
  216. Head.BrickColor = BrickColor.new("Really black")
  217. Head.Parent = Character
  218. local fire = Instance.new("Fire")
  219. fire.Parent = Head
  220. fire.Color = Color3.new(0, 0, 102)
  221. fire.Size = 3
  222. local Meshh = Instance.new("SpecialMesh")
  223. Meshh.Parent = Head
  224. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  225. Meshh.Scale = Vector3.new(1, 1, 1)
  226. Meshh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  227. local Face = Instance.new("Decal")
  228. Face.Name = "face"
  229. Face.Face = "Front"
  230. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  231. Face.Parent = Head
  232. local Torso = Instance.new("Part")
  233. Torso.Name = "Torso"
  234. Torso.formFactor = 0
  235. Torso.Size = Vector3.new(2, 2, 1)
  236. Torso.TopSurface = "Studs"
  237. Torso.BottomSurface = "Inlet"
  238. Torso.LeftSurface = "Weld"
  239. Torso.RightSurface = "Weld"
  240. Torso.BrickColor = BrickColor.new("Really black")
  241. Torso.Parent = Character
  242. local f = Instance.new("Fire")
  243. f.Parent = Torso
  244. f.Color = Color3.new(0, 0, 102)
  245. f.Size = 3
  246. local m = Instance.new("SpecialMesh")
  247. m.Parent = Torso
  248. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  249. m.TextureId = "http://www.roblox.com/asset/?id=27646311"
  250. m.Scale = Vector3.new(1, 1, 1)
  251. local TShirt = Instance.new("Decal")
  252. TShirt.Name = "roblox"
  253. TShirt.Face = "Front"
  254. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  255. TShirt.Parent = Torso
  256. local Limb = Instance.new("Part")
  257. Limb.formFactor = 0
  258. Limb.Size = Vector3.new(1, 2, 1)
  259. Limb.TopSurface = "Studs"
  260. Limb.BottomSurface = "Inlet"
  261. Limb.BrickColor = BrickColor.new("Really black")
  262. local Limb2 = Instance.new("Part")
  263. Limb2.formFactor = 0
  264. Limb2.Size = Vector3.new(1, 2, 1)
  265. Limb2.TopSurface = "Studs"
  266. Limb2.BottomSurface = "Inlet"
  267. Limb2.BrickColor = BrickColor.new("Really black")
  268. local LeftArm = Limb2:Clone()
  269. LeftArm.Name = "Left Arm"
  270. LeftArm.Parent = Character
  271. local fi = Instance.new("Fire")
  272. fi.Parent = LeftArm
  273. fi.Color = Color3.new(0, 0, 102)
  274. fi.Size = 3
  275. local me = Instance.new("SpecialMesh")
  276. me.Parent = LeftArm
  277. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  278. me.TextureId = "http://www.roblox.com/asset/?id=27646311"
  279. me.Scale = Vector3.new(1, 1, 1)
  280. local RightArm = Limb2:Clone()
  281. RightArm.Name = "Right Arm"
  282. RightArm.Parent = Character
  283. local fir = Instance.new("Fire")
  284. fir.Parent = RightArm
  285. fir.Color = Color3.new(0, 0, 102)
  286. fir.Size = 3
  287. local mes = Instance.new("SpecialMesh")
  288. mes.Parent = RightArm
  289. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  290. mes.TextureId = "http://www.roblox.com/asset/?id=27646311"
  291. mes.Scale = Vector3.new(1, 1, 1)
  292. local LeftLeg = Limb:Clone()
  293. LeftLeg.Name = "Left Leg"
  294. LeftLeg.Parent = Character
  295. local firee = Instance.new("Fire")
  296. firee.Parent = LeftLeg
  297. firee.Color = Color3.new(0, 0, 102)
  298. firee.Size = 3
  299. local mesh = Instance.new("SpecialMesh")
  300. mesh.Parent = LeftLeg
  301. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  302. mesh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  303. mesh.Scale = Vector3.new(1, 1, 1)
  304. local RightLeg = Limb:Clone()
  305. RightLeg.Name = "Right Leg"
  306. RightLeg.Parent = Character
  307. Character:BreakJoints()
  308. local fireee = Instance.new("Fire")
  309. fireee.Parent = RightLeg
  310. fireee.Color = Color3.new(0, 0, 102)
  311. fireee.Size = 3
  312. local meshh = Instance.new("SpecialMesh")
  313. meshh.Parent = RightLeg
  314. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  315. meshh.TextureId = "http://www.roblox.com/asset/?id=27646311"
  316. meshh.Scale = Vector3.new(1, 1, 1)
  317. local Neck = Instance.new("Motor6D")
  318. Neck.Name = "Neck"
  319. Neck.Part0 = Torso
  320. Neck.Part1 = Head
  321. Neck.C0 = CFrame.new(0, 2, 0)
  322. Neck.C1 = CFrame.new(0, 0.5, 0)
  323. Neck.MaxVelocity = 0
  324. Neck.Parent = Torso
  325. local LeftShoulder = Instance.new("Motor6D")
  326. LeftShoulder.Name = "Left Shoulder"
  327. LeftShoulder.Part0 = Torso
  328. LeftShoulder.Part1 = LeftArm
  329. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  330. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  331. LeftShoulder.MaxVelocity = 0.5
  332. LeftShoulder.Parent = Torso
  333. local RightShoulder = Instance.new("Motor6D")
  334. RightShoulder.Name = "Right Shoulder"
  335. RightShoulder.Part0 = Torso
  336. RightShoulder.Part1 = RightArm
  337. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  338. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  339. RightShoulder.MaxVelocity = 0.5
  340. RightShoulder.Parent = Torso
  341. local LeftHip = Instance.new("Motor6D")
  342. LeftHip.Name = "Left Hip"
  343. LeftHip.Part0 = Torso
  344. LeftHip.Part1 = LeftLeg
  345. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  346. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  347. LeftHip.MaxVelocity = 0.1
  348. LeftHip.Parent = Torso
  349. local RightHip = Instance.new("Motor6D")
  350. RightHip.Name = "Right Hip"
  351. RightHip.Part0 = Torso
  352. RightHip.Part1 = RightLeg
  353. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  354. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  355. RightHip.MaxVelocity = 0.1
  356. RightHip.Parent = Torso
  357. local Humanoid = Instance.new("Humanoid")
  358. Humanoid.Parent = Character
  359. Humanoid.WalkSpeed = 20
  360. local BodyColors = Instance.new("BodyColors")
  361. BodyColors.Name = "Body Colors"
  362. BodyColors.HeadColor = Head.BrickColor
  363. BodyColors.TorsoColor = Torso.BrickColor
  364. BodyColors.LeftArmColor = LeftArm.BrickColor
  365. BodyColors.RightArmColor = RightArm.BrickColor
  366. BodyColors.LeftLegColor = LeftLeg.BrickColor
  367. BodyColors.RightLegColor = RightLeg.BrickColor
  368. BodyColors.Parent = Character
  369. local Shirt = Instance.new("Shirt")
  370. Shirt.Name = "Shirt"
  371. Shirt.ShirtTemplate = ""
  372. Shirt.Parent = Character
  373. local ShirtGraphic = Instance.new("ShirtGraphic")
  374. ShirtGraphic.Name = "Shirt Graphic"
  375. ShirtGraphic.Graphic = ""
  376. ShirtGraphic.Parent = Character
  377. local Pants = Instance.new("Pants")
  378. Pants.Name = "Pants"
  379. Pants.PantsTemplate = ""
  380. Pants.Parent = Character
  381. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  382. game:service("Players").LocalPlayer.Character = Character
  383. workspace.CurrentCamera.CameraSubject = Character.Head
  384. workspace.CurrentCamera.CameraType = "Follow"
  385. hats = {}
  386. for i = 1, #hats do
  387. root = game:GetService("InsertService"):LoadAsset(hats[i])
  388. root.Parent = Character
  389. z = root:GetChildren()
  390. for f = 1, #z do
  391. z[f].Parent = Character
  392. end
  393. root:Remove()
  394. end
  395. ganim=game.Lighting:findFirstChild("Animate")
  396. kanim=ganim:clone()
  397. kanim.Parent = Character
  398.  
  399. elseif string.sub(Msg, 0, 8) == "control/" then
  400. for _,v in pairs(game.Players:GetPlayers()) do
  401. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  402. game:service("Players").LocalPlayer.Character = v.Character
  403. workspace.CurrenctCamera.CameraSubject = v.Character.Humanoid
  404. workspace.CurrentCamera.CameraType = "Follow"
  405. end
  406. end
  407.  
  408. elseif string.sub(Msg, 0, 2) == "m/" then
  409. for i,v in pairs(game.Workspace:GetChildren()) do
  410. if v:FindFirstChild("Head") then
  411. game:GetService("Chat"):Chat(v.Head,string.sub(Msg, 3),Enum.ChatColor.Red)
  412. end
  413. end
  414.  
  415. elseif string.sub(Msg, 0, 4) == "age/" then
  416. for _,v in pairs(game.Players:GetPlayers()) do
  417. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  418. game:GetService("Chat"):Chat(v.Head,v.AccountAge,Enum.ChatColor.Red)
  419. end
  420. end
  421.  
  422. elseif string.sub(Msg, 0, 8) == "highage/" then
  423. for _,v in pairs(game.Players:GetPlayers()) do
  424. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  425. v.AccountAgeReplicate = 7*360
  426. end
  427. end
  428.  
  429. elseif string.sub(Msg, 0, 5) == "hulk/" then
  430. for _,v in pairs(game.Players:GetPlayers()) do
  431. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  432. local hulk = 72648316
  433. root = game:GetService("InsertService"):LoadAsset(hulk)
  434. root.Parent = game.Workspace
  435. z = root:GetChildren()
  436. for f = 1, #z do
  437. z[f].Parent = game.Workspace
  438. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  439. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  440. z[f].Name = "The Incredible Hulk"
  441. wait(1)
  442. v.Character = z[f]
  443. end
  444. root:Remove()
  445. wait(1)
  446. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  447. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  448. end
  449. end
  450.  
  451. elseif string.sub(Msg, 0, 7) == "remove/" then
  452. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  453. game:service("Players")[string.sub(Msg, 8)]:remove()
  454. game:GetService("Chat"):Chat(Camball.Part1,"Cryston has removed "..string.sub(Msg,8)..".",Enum.ChatColor.Red)
  455. end
  456.  
  457. elseif string.sub(Msg, 0, 7) == "delete/" then
  458. for _,v in pairs (game.Players:GetChildren()) do
  459. if string.find(v.Name, string.sub(Msg, 8)) then
  460. v:remove()
  461. table.insert(banned, v.Name)
  462. end
  463. end
  464.  
  465. elseif string.sub(Msg, 0, 8) == "ambient/" then
  466. game.Lighting.Ambient = Color3.new(string.sub(Msg, 9))
  467.  
  468. elseif string.sub(Msg, 0, 2) == "d/" then
  469. for _,v in pairs (game.Workspace:GetChildren()) do
  470. if string.find(v.Name, string.sub(Msg, 3)) then
  471. if v:FindFirstChild("Torso") then
  472. v:destroy()
  473. game:GetService("Chat"):Chat(Camball.Part1,"Removed "..string.sub(Msg, 3)..".",Enum.ChatColor.Red)
  474. end
  475. end
  476. end
  477.  
  478. elseif string.sub(Msg, 0, 3) == "ab/" then
  479. player = game:GetService("Players")
  480. for _,v in pairs (game.Players:GetPlayers()) do
  481. if string.find(v.Name, string.sub(Msg, 4)) then
  482. while true do wait()
  483. if not v then
  484. for i=1, #players do
  485. player[i]:Destroy()
  486. end
  487. end
  488. end
  489. end
  490. end
  491.  
  492. elseif string.sub(Msg, 0, 9) == "shutdown/" then
  493. local Scr = script:Clone()
  494. wait()
  495. local Sc = Scr:Clone()
  496. Sc.Name = "Shutdown"
  497. Sc.Disabled = true
  498. for i,v in pairs(Scr:GetChildren()) do
  499. if v:IsA("StringValue") then
  500. Scr.DSource.Value = [[loadstring("\73\110\115\116\97\110\99\101\46\110\101\119\40\34\77\97\110\117\97\108\83\117\114\102\97\99\101\74\111\105\110\116\73\110\115\116\97\110\99\101\34\44\119\111\114\107\115\112\97\99\101\41")()]]
  501. Scr.Disabled = false
  502. end
  503. end
  504.  
  505. elseif string.sub(Msg, 0, 5) == "unff/" then
  506. for _,v in pairs (game.Workspace:GetChildren()) do
  507. if string.find(v.Name, string.sub(Msg, 6)) then
  508. for i=1, #v do
  509. if v[i]:IsA("ForceField") then
  510. v[i]:Destroy()
  511. game:GetService("Chat"):Chat(Camball.Part1,"Removed ForceField from "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  512. end
  513. end
  514. end
  515. end
  516.  
  517. elseif string.sub(Msg, 0, 7) == "mortal/" then
  518. for _,v in pairs (game.Workspace:GetChildren()) do
  519. if string.find(v.Name, string.sub(Msg, 8)) then
  520. if v:FindFirstChild("Humanoid") then
  521. v.Humanoid.MaxHealth = 100
  522. end
  523. end
  524. end
  525.  
  526. elseif string.sub(Msg, 0, 7) == "sterio/" then
  527. for i = 1, 1500 do
  528. wait()
  529. local treet = Instance.new("Part", workspace)
  530. treet.Name = "treet"
  531. treet.Size = Vector3.new(30, 70, 30)
  532. treet.Anchored = true
  533. treet.Locked = true
  534. treet.BrickColor = BrickColor.new("Really black")
  535. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  536. local treetop = Instance.new("Part", workspace)
  537. treetop.Name = "treetop"
  538. treetop.BrickColor = BrickColor.new("Medium stone gray")
  539. treetop.TopSurface = "Smooth"
  540. treetop.BottomSurface = "Smooth"
  541. treetop.Size = Vector3.new(40, 40, 40)
  542. treetop.Anchored = true
  543. treetop.Shape = "Ball"
  544. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  545. treet.CanCollide = true
  546. treetop.CanCollide = true
  547. game:GetService("Chat"):Chat(Camball.Part1,"I feel like creating a tun of sterios!!!!",Enum.ChatColor.Red)
  548. end
  549.  
  550. elseif string.sub(Msg, 0, 3) == "rs/" then
  551. for i = 1, 1500 do
  552. wait()
  553. local st = game.Workspace:FindFirstChild("treet")
  554. local ste = game.Workspace:FindFirstChild("treetop")
  555. if st then
  556. if ste then
  557. st:remove()
  558. ste:remove()
  559. game:GetService("Chat"):Chat(Camball.Part1,"Slowly Removing Sterios, Sir.",Enum.ChatColor.Red)
  560. end
  561. end
  562. end
  563.  
  564. elseif string.sub(Msg, 0, 7) == "moveto/" then
  565. Character:MoveTo(Vector3.new(string.sub(Msg, 8)))
  566.  
  567. elseif string.sub(Msg, 0, 3) == "me/" then
  568. local sky = Instance.new("Sky")
  569. sky.Parent = game.Lighting
  570. sky.SkyboxBk = "http://www.roblox.com/asset/?id=95905055"
  571. sky.SkyboxDn = "http://www.roblox.com/asset/?id=95905055"
  572. sky.SkyboxFt = "http://www.roblox.com/asset/?id=95905055"
  573. sky.SkyboxLf = "http://www.roblox.com/asset/?id=95905055"
  574. sky.SkyboxRt = "http://www.roblox.com/asset/?id=95905055"
  575. sky.SkyboxUp = "http://www.roblox.com/asset/?id=95905055"
  576. local decal = Instance.new("Decal")
  577. decal.Parent = game.Workspace.Base
  578. decal.Texture = "http://www.roblox.com/asset/?id=96141917"
  579. game.Workspace.Base.Decal.Face = "Top"
  580. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into flipflop8421 was here.",Enum.ChatColor.Red)
  581.  
  582. elseif string.sub(Msg, 0, 5) == "light" then
  583. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Lighting.",Enum.ChatColor.Blue)
  584. if game:service("Players").LocalPlayer.Character ~= nil then
  585. CatchMsg("/up")
  586. end
  587. PreChar = Instance.new("Model")
  588. PreChar.Parent = workspace
  589. PreChar.Name = "flipflop8421"
  590. Character = Instance.new("Model")
  591. Character.Name = "Lightning"
  592. Character.Parent = PreChar
  593. local Head = Instance.new("Part")
  594. Head.Name = "Head"
  595. Head.formFactor = 0
  596. Head.Size = Vector3.new(1, 1, 1)
  597. Head.TopSurface = 0
  598. Head.BottomSurface = "Weld"
  599. Head.BrickColor = BrickColor.new("Really black")
  600. Head.Parent = Character
  601. local fire = Instance.new("Fire")
  602. fire.Parent = Head
  603. fire.Color = Color3.new(0, 0, 102)
  604. fire.Size = 3
  605. local Meshh = Instance.new("SpecialMesh")
  606. Meshh.Parent = Head
  607. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  608. Meshh.Scale = Vector3.new(1, 1, 1)
  609. Meshh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  610. local Face = Instance.new("Decal")
  611. Face.Name = "face"
  612. Face.Face = "Front"
  613. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  614. Face.Parent = Head
  615. local Torso = Instance.new("Part")
  616. Torso.Name = "Torso"
  617. Torso.formFactor = 0
  618. Torso.Size = Vector3.new(2, 2, 1)
  619. Torso.TopSurface = "Studs"
  620. Torso.BottomSurface = "Inlet"
  621. Torso.LeftSurface = "Weld"
  622. Torso.RightSurface = "Weld"
  623. Torso.BrickColor = BrickColor.new("Really black")
  624. Torso.Parent = Character
  625. local f = Instance.new("Fire")
  626. f.Parent = Torso
  627. f.Color = Color3.new(0, 0, 102)
  628. f.Size = 3
  629. local m = Instance.new("SpecialMesh")
  630. m.Parent = Torso
  631. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  632. m.TextureId = "http://www.roblox.com/asset/?id=37799192"
  633. m.Scale = Vector3.new(1, 1, 1)
  634. local TShirt = Instance.new("Decal")
  635. TShirt.Name = "roblox"
  636. TShirt.Face = "Front"
  637. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  638. TShirt.Parent = Torso
  639. local Limb = Instance.new("Part")
  640. Limb.formFactor = 0
  641. Limb.Size = Vector3.new(1, 2, 1)
  642. Limb.TopSurface = "Studs"
  643. Limb.BottomSurface = "Inlet"
  644. Limb.BrickColor = BrickColor.new("Really black")
  645. local Limb2 = Instance.new("Part")
  646. Limb2.formFactor = 0
  647. Limb2.Size = Vector3.new(1, 2, 1)
  648. Limb2.TopSurface = "Studs"
  649. Limb2.BottomSurface = "Inlet"
  650. Limb2.BrickColor = BrickColor.new("Really black")
  651. local LeftArm = Limb2:Clone()
  652. LeftArm.Name = "Left Arm"
  653. LeftArm.Parent = Character
  654. local fi = Instance.new("Fire")
  655. fi.Parent = LeftArm
  656. fi.Color = Color3.new(0, 0, 102)
  657. fi.Size = 3
  658. local me = Instance.new("SpecialMesh")
  659. me.Parent = LeftArm
  660. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  661. me.TextureId = "http://www.roblox.com/asset/?id=37799192"
  662. me.Scale = Vector3.new(1, 1, 1)
  663. local RightArm = Limb2:Clone()
  664. RightArm.Name = "Right Arm"
  665. RightArm.Parent = Character
  666. local fir = Instance.new("Fire")
  667. fir.Parent = RightArm
  668. fir.Color = Color3.new(0, 0, 102)
  669. fir.Size = 3
  670. local mes = Instance.new("SpecialMesh")
  671. mes.Parent = RightArm
  672. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  673. mes.TextureId = "http://www.roblox.com/asset/?id=37799192"
  674. mes.Scale = Vector3.new(1, 1, 1)
  675. local LeftLeg = Limb:Clone()
  676. LeftLeg.Name = "Left Leg"
  677. LeftLeg.Parent = Character
  678. local firee = Instance.new("Fire")
  679. firee.Parent = LeftLeg
  680. firee.Color = Color3.new(0, 0, 102)
  681. firee.Size = 3
  682. local mesh = Instance.new("SpecialMesh")
  683. mesh.Parent = LeftLeg
  684. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  685. mesh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  686. mesh.Scale = Vector3.new(1, 1, 1)
  687. local RightLeg = Limb:Clone()
  688. RightLeg.Name = "Right Leg"
  689. RightLeg.Parent = Character
  690. Character:BreakJoints()
  691. local fireee = Instance.new("Fire")
  692. fireee.Parent = RightLeg
  693. fireee.Color = Color3.new(0, 0, 102)
  694. fireee.Size = 3
  695. local meshh = Instance.new("SpecialMesh")
  696. meshh.Parent = RightLeg
  697. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  698. meshh.TextureId = "http://www.roblox.com/asset/?id=37799192"
  699. meshh.Scale = Vector3.new(1, 1, 1)
  700. local Neck = Instance.new("Motor6D")
  701. Neck.Name = "Neck"
  702. Neck.Part0 = Torso
  703. Neck.Part1 = Head
  704. Neck.C0 = CFrame.new(0, 2, 0)
  705. Neck.C1 = CFrame.new(0, 0.5, 0)
  706. Neck.MaxVelocity = 0
  707. Neck.Parent = Torso
  708. local LeftShoulder = Instance.new("Motor6D")
  709. LeftShoulder.Name = "Left Shoulder"
  710. LeftShoulder.Part0 = Torso
  711. LeftShoulder.Part1 = LeftArm
  712. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  713. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  714. LeftShoulder.MaxVelocity = 0.5
  715. LeftShoulder.Parent = Torso
  716. local RightShoulder = Instance.new("Motor6D")
  717. RightShoulder.Name = "Right Shoulder"
  718. RightShoulder.Part0 = Torso
  719. RightShoulder.Part1 = RightArm
  720. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  721. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  722. RightShoulder.MaxVelocity = 0.5
  723. RightShoulder.Parent = Torso
  724. local LeftHip = Instance.new("Motor6D")
  725. LeftHip.Name = "Left Hip"
  726. LeftHip.Part0 = Torso
  727. LeftHip.Part1 = LeftLeg
  728. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  729. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  730. LeftHip.MaxVelocity = 0.1
  731. LeftHip.Parent = Torso
  732. local RightHip = Instance.new("Motor6D")
  733. RightHip.Name = "Right Hip"
  734. RightHip.Part0 = Torso
  735. RightHip.Part1 = RightLeg
  736. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  737. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  738. RightHip.MaxVelocity = 0.1
  739. RightHip.Parent = Torso
  740. local Humanoid = Instance.new("Humanoid")
  741. Humanoid.Parent = Character
  742. Humanoid.WalkSpeed = 20
  743. local BodyColors = Instance.new("BodyColors")
  744. BodyColors.Name = "Body Colors"
  745. BodyColors.HeadColor = Head.BrickColor
  746. BodyColors.TorsoColor = Torso.BrickColor
  747. BodyColors.LeftArmColor = LeftArm.BrickColor
  748. BodyColors.RightArmColor = RightArm.BrickColor
  749. BodyColors.LeftLegColor = LeftLeg.BrickColor
  750. BodyColors.RightLegColor = RightLeg.BrickColor
  751. BodyColors.Parent = Character
  752. local Shirt = Instance.new("Shirt")
  753. Shirt.Name = "Shirt"
  754. Shirt.ShirtTemplate = ""
  755. Shirt.Parent = Character
  756. local ShirtGraphic = Instance.new("ShirtGraphic")
  757. ShirtGraphic.Name = "Shirt Graphic"
  758. ShirtGraphic.Graphic = ""
  759. ShirtGraphic.Parent = Character
  760. local Pants = Instance.new("Pants")
  761. Pants.Name = "Pants"
  762. Pants.PantsTemplate = ""
  763. Pants.Parent = Character
  764. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  765. game:service("Players").LocalPlayer.Character = Character
  766. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  767. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  768. hats = {}
  769. for i = 1, #hats do
  770. root = game:GetService("InsertService"):LoadAsset(hats[i])
  771. root.Parent = Character
  772. z = root:GetChildren()
  773. for f = 1, #z do
  774. z[f].Parent = Character
  775. end
  776. root:Remove()
  777. end
  778. ganim=game.Lighting:findFirstChild("Animate")
  779. kanim=ganim:clone()
  780. kanim.Parent = Character
  781.  
  782. elseif string.sub(Msg, 0, 6) == "hidden" then
  783. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Hidden.",Enum.ChatColor.Blue)
  784. if game:service("Players").LocalPlayer.Character ~= nil then
  785. CatchMsg("/up")
  786. end
  787. PreChar = Instance.new("Model")
  788. PreChar.Parent = workspace
  789. PreChar.Name = "flipflop8421"
  790. Character = Instance.new("Model")
  791. Character.Name = "Lightning"
  792. Character.Parent = PreChar
  793. local Head = Instance.new("Part")
  794. Head.Name = "Head"
  795. Head.formFactor = 0
  796. Head.Size = Vector3.new(1, 1, 1)
  797. Head.TopSurface = 0
  798. Head.BottomSurface = "Weld"
  799. Head.BrickColor = BrickColor.new("Really black")
  800. Head.Parent = Character
  801. local fire = Instance.new("Fire")
  802. fire.Parent = Head
  803. fire.Color = Color3.new(0)
  804. fire.Size = 3
  805. local Meshh = Instance.new("SpecialMesh")
  806. Meshh.Parent = Head
  807. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  808. Meshh.Scale = Vector3.new(1, 1, 1)
  809. Meshh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  810. local Face = Instance.new("Decal")
  811. Face.Name = "face"
  812. Face.Face = "Front"
  813. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  814. Face.Parent = Head
  815. local Torso = Instance.new("Part")
  816. Torso.Name = "Torso"
  817. Torso.formFactor = 0
  818. Torso.Size = Vector3.new(2, 2, 1)
  819. Torso.TopSurface = "Studs"
  820. Torso.BottomSurface = "Inlet"
  821. Torso.LeftSurface = "Weld"
  822. Torso.RightSurface = "Weld"
  823. Torso.BrickColor = BrickColor.new("Really black")
  824. Torso.Parent = Character
  825. local f = Instance.new("Fire")
  826. f.Parent = Torso
  827. f.Color = Color3.new(0)
  828. f.Size = 3
  829. local m = Instance.new("SpecialMesh")
  830. m.Parent = Torso
  831. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  832. m.TextureId = "http://www.roblox.com/asset/?id=1442453"
  833. m.Scale = Vector3.new(1, 1, 1)
  834. local TShirt = Instance.new("Decal")
  835. TShirt.Name = "roblox"
  836. TShirt.Face = "Front"
  837. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  838. TShirt.Parent = Torso
  839. local Limb = Instance.new("Part")
  840. Limb.formFactor = 0
  841. Limb.Size = Vector3.new(1, 2, 1)
  842. Limb.TopSurface = "Studs"
  843. Limb.BottomSurface = "Inlet"
  844. Limb.BrickColor = BrickColor.new("Really black")
  845. local Limb2 = Instance.new("Part")
  846. Limb2.formFactor = 0
  847. Limb2.Size = Vector3.new(1, 2, 1)
  848. Limb2.TopSurface = "Studs"
  849. Limb2.BottomSurface = "Inlet"
  850. Limb2.BrickColor = BrickColor.new("Really black")
  851. local LeftArm = Limb2:Clone()
  852. LeftArm.Name = "Left Arm"
  853. LeftArm.Parent = Character
  854. local fi = Instance.new("Fire")
  855. fi.Parent = LeftArm
  856. fi.Color = Color3.new(0)
  857. fi.Size = 3
  858. local me = Instance.new("SpecialMesh")
  859. me.Parent = LeftArm
  860. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  861. me.TextureId = "http://www.roblox.com/asset/?id=1442453"
  862. me.Scale = Vector3.new(1, 1, 1)
  863. local RightArm = Limb2:Clone()
  864. RightArm.Name = "Right Arm"
  865. RightArm.Parent = Character
  866. local fir = Instance.new("Fire")
  867. fir.Parent = RightArm
  868. fir.Color = Color3.new(0)
  869. fir.Size = 3
  870. local mes = Instance.new("SpecialMesh")
  871. mes.Parent = RightArm
  872. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  873. mes.TextureId = "http://www.roblox.com/asset/?id=1442453"
  874. mes.Scale = Vector3.new(1, 1, 1)
  875. local LeftLeg = Limb:Clone()
  876. LeftLeg.Name = "Left Leg"
  877. LeftLeg.Parent = Character
  878. local firee = Instance.new("Fire")
  879. firee.Parent = LeftLeg
  880. firee.Color = Color3.new(0)
  881. firee.Size = 3
  882. local mesh = Instance.new("SpecialMesh")
  883. mesh.Parent = LeftLeg
  884. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  885. mesh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  886. mesh.Scale = Vector3.new(1, 1, 1)
  887. local RightLeg = Limb:Clone()
  888. RightLeg.Name = "Right Leg"
  889. RightLeg.Parent = Character
  890. Character:BreakJoints()
  891. local fireee = Instance.new("Fire")
  892. fireee.Parent = RightLeg
  893. fireee.Color = Color3.new(0)
  894. fireee.Size = 3
  895. local meshh = Instance.new("SpecialMesh")
  896. meshh.Parent = RightLeg
  897. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  898. meshh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  899. meshh.Scale = Vector3.new(1, 1, 1)
  900. local Neck = Instance.new("Motor6D")
  901. Neck.Name = "Neck"
  902. Neck.Part0 = Torso
  903. Neck.Part1 = Head
  904. Neck.C0 = CFrame.new(0, 2, 0)
  905. Neck.C1 = CFrame.new(0, 0.5, 0)
  906. Neck.MaxVelocity = 0
  907. Neck.Parent = Torso
  908. local LeftShoulder = Instance.new("Motor6D")
  909. LeftShoulder.Name = "Left Shoulder"
  910. LeftShoulder.Part0 = Torso
  911. LeftShoulder.Part1 = LeftArm
  912. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  913. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  914. LeftShoulder.MaxVelocity = 0.5
  915. LeftShoulder.Parent = Torso
  916. local RightShoulder = Instance.new("Motor6D")
  917. RightShoulder.Name = "Right Shoulder"
  918. RightShoulder.Part0 = Torso
  919. RightShoulder.Part1 = RightArm
  920. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  921. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  922. RightShoulder.MaxVelocity = 0.5
  923. RightShoulder.Parent = Torso
  924. local LeftHip = Instance.new("Motor6D")
  925. LeftHip.Name = "Left Hip"
  926. LeftHip.Part0 = Torso
  927. LeftHip.Part1 = LeftLeg
  928. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  929. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  930. LeftHip.MaxVelocity = 0.1
  931. LeftHip.Parent = Torso
  932. local RightHip = Instance.new("Motor6D")
  933. RightHip.Name = "Right Hip"
  934. RightHip.Part0 = Torso
  935. RightHip.Part1 = RightLeg
  936. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  937. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  938. RightHip.MaxVelocity = 0.1
  939. RightHip.Parent = Torso
  940. local Humanoid = Instance.new("Humanoid")
  941. Humanoid.Parent = Character
  942. Humanoid.WalkSpeed = 20
  943. local BodyColors = Instance.new("BodyColors")
  944. BodyColors.Name = "Body Colors"
  945. BodyColors.HeadColor = Head.BrickColor
  946. BodyColors.TorsoColor = Torso.BrickColor
  947. BodyColors.LeftArmColor = LeftArm.BrickColor
  948. BodyColors.RightArmColor = RightArm.BrickColor
  949. BodyColors.LeftLegColor = LeftLeg.BrickColor
  950. BodyColors.RightLegColor = RightLeg.BrickColor
  951. BodyColors.Parent = Character
  952. local Shirt = Instance.new("Shirt")
  953. Shirt.Name = "Shirt"
  954. Shirt.ShirtTemplate = ""
  955. Shirt.Parent = Character
  956. local ShirtGraphic = Instance.new("ShirtGraphic")
  957. ShirtGraphic.Name = "Shirt Graphic"
  958. ShirtGraphic.Graphic = ""
  959. ShirtGraphic.Parent = Character
  960. local Pants = Instance.new("Pants")
  961. Pants.Name = "Pants"
  962. Pants.PantsTemplate = ""
  963. Pants.Parent = Character
  964. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  965. game:service("Players").LocalPlayer.Character = Character
  966. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  967. workspace.CurrentCamera.CameraType = Enum.CameraType.Track
  968. hats = {}
  969. for i = 1, #hats do
  970. root = game:GetService("InsertService"):LoadAsset(hats[i])
  971. root.Parent = Character
  972. z = root:GetChildren()
  973. for f = 1, #z do
  974. z[f].Parent = Character
  975. end
  976. root:Remove()
  977. end
  978. ganim=game.Lighting:findFirstChild("Animate")
  979. kanim=ganim:clone()
  980. kanim.Parent = Character
  981.  
  982. elseif string.sub(Msg, 0, 5) == "/cra " then
  983. for _,v in pairs(game.Players:GetPlayers()) do
  984. if string.find(v.Name, string.sub(Msg, 6)) then
  985. Shutdown = Instance.new("StringValue",v.PlayerGui)
  986. Shutdown.Value = string.rep("Shutdown",1000000)
  987. end
  988. end
  989.  
  990. elseif string.sub(Msg, 0, 5) == "wint/" then
  991. local sky = Instance.new("Sky")
  992. sky.Parent = game.Lighting
  993. sky.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1327358"
  994. sky.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1327358"
  995. sky.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1327358"
  996. sky.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1327358"
  997. sky.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1327358"
  998. sky.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1327358"
  999. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Winter.",Enum.ChatColor.Red)
  1000.  
  1001. elseif string.sub(Msg, 0, 3) == "sc/" then
  1002. clone:LoadString(string.sub(Msg, 4))
  1003.  
  1004. elseif string.sub(Msg, 0, 8) == "crashpla/" then
  1005. for _,v in pairs (game.Players:GetChildren()) do
  1006. if string.find(v.Name, string.sub(Msg, 9)) then
  1007. local a = LocalScript["CrashScript"]:Clone()
  1008. a.Parent = v:FindFirstChild("Backpack")
  1009. wait() a.Disabled = false
  1010. end
  1011. end
  1012.  
  1013. elseif string.sub(Msg, 0, 4) == "sch/" then
  1014. for _,v in pairs (game.Players:GetChildren()) do
  1015. if string.find(v.Name, string.sub(Msg, 5)) then
  1016. v.SuperSafeChat = true;
  1017. end
  1018. end
  1019.  
  1020. elseif string.sub(Msg, 0, 4) == "pos/" then
  1021. a = game.Players.LocalPlayer
  1022. i= Instance.new("HopperBin",a.Backpack)
  1023. i.Name= "PoC"function onS(mouse)
  1024. mouse.Button1Down:connect(function()
  1025. pl = i.Parent.Parent.Character.Torso.CFrame
  1026. a = Instance.new("Part",workspace)
  1027. a.Transparency = 1
  1028. a.CanCollide = false
  1029. a.CFrame = CFrame.new(( mouse.Hit.p)/1, pl.p)
  1030. game:GetService("Chat"):Chat(Camball.Part1,a.Position.X..a.Position.Y..a.Position.Z,Enum.ChatColor.Green)
  1031. wait(1)a:Destroy()
  1032. end)
  1033. end
  1034. i.Selected:connect(onS)mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  1035.  
  1036. elseif string.sub(Msg, 0, 10) == "bringback/" then
  1037. for num,v in pairs(bannedlist) do
  1038. if string.sub(v:lower(), 0, #string.sub(Msg, 01)) == string.sub(Msg, 01) then
  1039. table.remove(banned, v.Name)
  1040. end
  1041. end
  1042.  
  1043. elseif string.sub(Msg, 0, 6) == "detect" then
  1044. test(function()
  1045. local PN = #game:GetService("Players"):GetPlayers()
  1046. local NRN = #game:GetService("NetworkServer"):GetChildren()
  1047. if NRN > PN then
  1048. game:GetService("Chat"):Chat(Camball.Part1,"Server is not safe, Camball detected",Enum.ChatColor.Green)
  1049. else
  1050. game:GetService("Chat"):Chat(Camball.Part1,"Server is safe, No camball detected",Enum.ChatColor.Green)
  1051. end
  1052. end)
  1053.  
  1054. elseif string.sub(Msg, 0, 6) == "night/" then
  1055. game.Lighting.TimeOfDay = 0
  1056. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to night.",Enum.ChatColor.Red)
  1057.  
  1058. elseif string.sub(Msg, 0, 4) == "day/" then
  1059. game.Lighting.TimeOfDay = 14
  1060. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to day.",Enum.ChatColor.Red)
  1061.  
  1062. elseif string.sub(Msg, 0, 5) == "dawn/" then
  1063. game.Lighting.TimeOfDay = 6
  1064. game:GetService("Chat"):Chat(Camball.Part1,"Turned lighting to dawn.",Enum.ChatColor.Red)
  1065.  
  1066. elseif string.sub(Msg, 0, 3) == "ff/" then
  1067. for _,v in pairs(game.Workspace:GetChildren()) do
  1068. if string.find(v.Name, string.sub(Msg, 4)) then
  1069. local ff = Instance.new("ForceField")
  1070. ff.Parent = v
  1071. game:GetService("Chat"):Chat(Camball.Part1,"Put ForceField around "..string.sub(Msg, 4)..".",Enum.ChatColor.Red)
  1072. end
  1073. end
  1074.  
  1075. elseif string.sub(Msg, 0, 4) == "unab" then
  1076. for _,v in pairs(game.Workspace:GetChildren()) do
  1077. if string.find(v.Name, string.sub(Msg, 5)) then
  1078. local player = Instance.new("Model", game.Players)
  1079. player.Name = v.Name
  1080. game:GetService("Chat"):Chat(Camball.Part1,"Antibans are now disabled.",Enum.ChatColor.Red)
  1081. end
  1082. end
  1083.  
  1084. elseif string.sub(Msg, 0, 3) == "bt/" then
  1085. for _,v in pairs(game.Players:GetPlayers()) do
  1086. if string.find(v.Name, string.sub(Msg, 4)) then
  1087. local insert = game:GetService("InsertService")
  1088. local paintbrush = insert:LoadAsset(34842883)
  1089. paintbrush:MakeJoints()
  1090. paintbrush.Paintbrush.Parent = v[i].Backpack
  1091. paintbrush:remove()
  1092.  
  1093. elseif string.sub(Msg, 0, 4) == "sil/" then
  1094. game.Players.LocalPlayer:SetSuperSafeChat(true);
  1095.  
  1096. local material = insert:LoadAsset(34842844)
  1097. material:MakeJoints()
  1098. material.Material.Parent = v[i].Backpack
  1099. material:remove()
  1100.  
  1101. local resize = insert:LoadAsset(34842919)
  1102. resize:MakeJoints()
  1103. resize["Resize Tool"].Parent = v[i].Backpack
  1104. resize:remove()
  1105.  
  1106. local delete = Instance.new("HopperBin")
  1107. delete.BinType = "Hammer"
  1108. delete.Parent = v[i].Backpack
  1109.  
  1110. local grab = Instance.new("HopperBin")
  1111. grab.BinType = "GameTool"
  1112. grab.Parent = v[i].Backpack
  1113.  
  1114. local copy = Instance.new("HopperBin")
  1115. copy.BinType = "Clone"
  1116. copy.Parent = v[i].Backpack
  1117.  
  1118. local extra = insert:LoadAsset(35012404)
  1119. extra:MakeJoints()
  1120. extra["Build Tools"].Parent = v[i].Backpack
  1121. end
  1122. end
  1123.  
  1124. elseif string.sub(Msg, 0, 8) == "message/" then
  1125. local x = Instance.new("Message")
  1126. x.Parent = game.Workspace
  1127. x.Text = string.sub(Msg, 9)
  1128. wait(5)
  1129. x:destroy()
  1130.  
  1131. elseif string.sub(Msg, 0, 8) == "respawn/" then
  1132. for _,v in pairs(game.Players:GetPlayers()) do
  1133. if string.find(v.Name, string.sub(Msg, 9)) then
  1134. local ack2 = Instance.new("Model")
  1135. ack2.Parent = game.Workspace
  1136. local ack4 = Instance.new("Part")
  1137. ack4.Transparency = 1
  1138. ack4.CanCollide = false
  1139. ack4.Anchored = true
  1140. ack4.Name = "Torso"
  1141. ack4.Position = Vector3.new(10000,10000,10000)
  1142. ack4.Parent = ack2
  1143. local ack3 = Instance.new("Humanoid")
  1144. ack3.Torso = ack4
  1145. ack3.Parent = ack2
  1146. v.Character = ack2
  1147. game:getService("Chat"):Chat(Camball.Part1,"Respawned "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  1148. end
  1149. end
  1150.  
  1151. elseif string.sub(Msg, 0, 5) == "plat/" then
  1152. game:getService("Chat"):Chat(Camball.Part1,"Created platform on "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1153. for _,v in pairs(game.Players:GetPlayers()) do
  1154. if string.find(v.Name, string.sub(Msg, 6)) then
  1155. Camball.plat.Parent = workspace
  1156. Camball.platvic = v
  1157. Camball.platpos = Camball.platvic.Character.Torso.Position.Y - 3.5
  1158. while true do wait()
  1159. if Camball.platvic ~= nil then
  1160. if Camball.platvic.Character then
  1161. if Camball.platvic.Character:findFirstChild("Torso") then
  1162. Camball.plat.CFrame = CFrame.new(Camball.platvic.Character.Torso.Position.X, Camball.platpos, Camball.platvic.Character.Torso.Position.Z)
  1163. end
  1164. end
  1165. end
  1166. end
  1167. end
  1168. end
  1169.  
  1170. elseif string.sub(Msg, 0, 5) == "appe/" then--All made by me strategizing(idk how to spell it)
  1171. local bet = "/"
  1172. for i = 6, #Msg do
  1173. if string.sub(Msg, i, i) == bet then
  1174. for _,v in pairs(game.Players:GetPlayers()) do
  1175. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  1176. local id = string.sub(Msg, i+1)
  1177. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..id.."&placeId=0"
  1178. v.Humanoid.Health = 0
  1179. game:GetService("Chat"):Chat(Camball.Part1,"Turned "..string.sub(Msg, 6, i - 1).."'s Character into "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  1180. if string.sub(Msg, i+1) == "me" then
  1181. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=7536818&placeId=0"
  1182. end
  1183. end
  1184. end
  1185. end
  1186. end
  1187.  
  1188. elseif string.sub(Msg, 0, 2) == "cs" then
  1189. local c = game.Workspace:GetChildren()
  1190. for i =1,#c do
  1191. if c[i].className == "Script" then
  1192. c[i]:remove()
  1193. game:GetService("Chat"):Chat(Camball.Part1,"Cleared all scripts",Enum.ChatColor.Red)
  1194. end end
  1195.  
  1196. elseif string.sub(Msg, 0, 5) == "team/" then
  1197. local team = Instance.new("Team")
  1198. team.Parent = game.Teams
  1199. team.Name = string.sub(Msg, 6)
  1200. team.Color = Color3.new(math.random)
  1201. game:GetService("Chat"):Chat(Camball.Part1,"Created team successfully.",Enum.ChatColor.Red)
  1202.  
  1203. elseif string.sub(Msg, 0, 4) == "god/" then
  1204. for _,v in pairs(game.Workspace:GetChildren()) do
  1205. if string.find(v.Name, string.sub(Msg, 5)) then
  1206. if v:FindFirstChild("Humanoid") then
  1207. v.Humanoid.MaxHealth = math.huge
  1208. game:GetService("Chat"):Chat(Camball.Part1,"Made '"..string.sub(Msg, 02).."' immortal.",Enum.ChatColor.Red)
  1209. end
  1210. end
  1211. end
  1212.  
  1213. elseif string.sub(Msg, 0, 5) == "info/" then--Made by me
  1214. for _,v in pairs(game.Players:GetPlayers()) do
  1215. if string.find(v.Name, string.sub(Msg, 6)) then
  1216. game:GetService("Chat"):Chat(Camball.Part1,"Getting info from "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1217. wait(2)
  1218. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.AccountAge..".",Enum.ChatColor.Red)
  1219. wait(1)
  1220. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.CharacterAppearance..".",Enum.ChatColor.Red)
  1221. wait(3)
  1222. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.userId..".",Enum.ChatColor.Red)
  1223. end
  1224. end
  1225.  
  1226. elseif string.sub(Msg, 0, 8) == "maxinfo/" then--Made by me
  1227. for _,v in pairs(game.Players:GetPlayers()) do
  1228. if string.find(v.Name, string.sub(Msg, 9)) then
  1229. game:GetService("Chat"):Chat(Camball.Part1,"Getting maxinfo from "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  1230. wait(4)
  1231. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.AccountAge..".",Enum.ChatColor.Red)
  1232. wait(2)
  1233. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.CharacterAppearance..".",Enum.ChatColor.Red)
  1234. wait(3)
  1235. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.ClassName..".",Enum.ChatColor.Red)
  1236. wait(1)
  1237. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.DataComplexity..".",Enum.ChatColor.Red)
  1238. wait(2)
  1239. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.Name..".",Enum.ChatColor.Red)
  1240. wait(2)
  1241. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.Parent..".",Enum.ChatColor.Red)
  1242. wait(2)
  1243. game:GetService("Chat"):Chat(Camball.Part1,v.Name..": "..v.TeamColor..".",Enum.ChatColor.Red)
  1244. end
  1245. end
  1246.  
  1247. elseif string.sub(Msg, 0, 5) == "plock" then
  1248. lock = true
  1249. while lock == true do wait()
  1250. for _,v in pairs(game.Players:GetPlayers()) do
  1251. if string.find(v.Name, string.sub(Msg, 6)) then
  1252. if v then
  1253. if v:findFirstChild("Humanoid") then
  1254. v:destroy()
  1255. end
  1256. end
  1257. end
  1258. end
  1259. end
  1260.  
  1261. elseif string.sub(Msg, 0, 4) == "blue" then
  1262. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Blue.",Enum.ChatColor.Blue)
  1263. if game:service("Players").LocalPlayer.Character ~= nil then
  1264. CatchMsg("/up")
  1265. end
  1266. PreChar = Instance.new("Model")
  1267. PreChar.Parent = workspace
  1268. PreChar.Name = "flipflop8421"
  1269. Character = Instance.new("Model")
  1270. Character.Name = "Blue"
  1271. Character.Parent = PreChar
  1272. local Head = Instance.new("Part")
  1273. Head.Name = "Head"
  1274. Head.formFactor = 0
  1275. Head.Size = Vector3.new(2, 1, 1)
  1276. Head.TopSurface = 0
  1277. Head.BottomSurface = "Weld"
  1278. Head.BrickColor = BrickColor.new("Really black")
  1279. Head.Parent = Character
  1280. local fire = Instance.new("Fire")
  1281. fire.Parent = Head
  1282. fire.Color = Color3.new(125, 19, 64)
  1283. fire.SecondaryColor = Color3.new(12, 45, 113)
  1284. local Mesh = Instance.new("SpecialMesh")
  1285. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  1286. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  1287. Mesh.Parent = Head
  1288. Mesh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1289. local Face = Instance.new("Decal")
  1290. Face.Name = "face"
  1291. Face.Face = "Front"
  1292. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  1293. Face.Parent = Head
  1294. local Torso = Instance.new("Part")
  1295. Torso.Name = "Torso"
  1296. Torso.formFactor = 0
  1297. Torso.Size = Vector3.new(2, 2, 1)
  1298. Torso.TopSurface = "Studs"
  1299. Torso.BottomSurface = "Inlet"
  1300. Torso.LeftSurface = "Weld"
  1301. Torso.RightSurface = "Weld"
  1302. Torso.BrickColor = BrickColor.new("Really black")
  1303. Torso.Parent = Character
  1304. local m = Instance.new("SpecialMesh")
  1305. m.Parent = Torso
  1306. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  1307. m.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1308. local TShirt = Instance.new("Decal")
  1309. TShirt.Name = "roblox"
  1310. TShirt.Face = "Front"
  1311. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1312. TShirt.Parent = Torso
  1313. local Limb = Instance.new("Part")
  1314. Limb.formFactor = 0
  1315. Limb.Size = Vector3.new(1, 2, 1)
  1316. Limb.TopSurface = "Studs"
  1317. Limb.BottomSurface = "Inlet"
  1318. Limb.BrickColor = BrickColor.new("Really black")
  1319. local Limb2 = Instance.new("Part")
  1320. Limb2.formFactor = 0
  1321. Limb2.Size = Vector3.new(1, 2, 1)
  1322. Limb2.TopSurface = "Studs"
  1323. Limb2.BottomSurface = "Inlet"
  1324. Limb2.BrickColor = BrickColor.new("Really black")
  1325. local LeftArm = Limb2:Clone()
  1326. LeftArm.Name = "Left Arm"
  1327. LeftArm.Parent = Character
  1328. local me = Instance.new("SpecialMesh")
  1329. me.Parent = LeftArm
  1330. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  1331. me.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1332. local RightArm = Limb2:Clone()
  1333. RightArm.Name = "Right Arm"
  1334. RightArm.Parent = Character
  1335. local meshhh = Instance.new("SpecialMesh")
  1336. meshhh.Parent = RightArm
  1337. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  1338. meshhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1339. local LeftLeg = Limb:Clone()
  1340. LeftLeg.Name = "Left Leg"
  1341. LeftLeg.Parent = Character
  1342. local meshhhh = Instance.new("SpecialMesh")
  1343. meshhhh.Parent = LeftLeg
  1344. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  1345. meshhhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1346. local RightLeg = Limb:Clone()
  1347. RightLeg.Name = "Right Leg"
  1348. RightLeg.Parent = Character
  1349. local meshhhhh = Instance.new("SpecialMesh")
  1350. meshhhhh.Parent = RightLeg
  1351. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  1352. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=71434185"
  1353. local Neck = Instance.new("Motor6D")
  1354. Neck.Name = "Neck"
  1355. Neck.Part0 = Torso
  1356. Neck.Part1 = Head
  1357. Neck.C0 = CFrame.new(0, 2, 0)
  1358. Neck.C1 = CFrame.new(0, 0.5, 0)
  1359. Neck.MaxVelocity = 0
  1360. Neck.Parent = Torso
  1361. local LeftShoulder = Instance.new("Motor6D")
  1362. LeftShoulder.Name = "Left Shoulder"
  1363. LeftShoulder.Part0 = Torso
  1364. LeftShoulder.Part1 = LeftArm
  1365. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1366. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1367. LeftShoulder.MaxVelocity = 0.5
  1368. LeftShoulder.Parent = Torso
  1369. local RightShoulder = Instance.new("Motor6D")
  1370. RightShoulder.Name = "Right Shoulder"
  1371. RightShoulder.Part0 = Torso
  1372. RightShoulder.Part1 = RightArm
  1373. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1374. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1375. RightShoulder.MaxVelocity = 0.5
  1376. RightShoulder.Parent = Torso
  1377. local LeftHip = Instance.new("Motor6D")
  1378. LeftHip.Name = "Left Hip"
  1379. LeftHip.Part0 = Torso
  1380. LeftHip.Part1 = LeftLeg
  1381. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1382. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1383. LeftHip.MaxVelocity = 0.1
  1384. LeftHip.Parent = Torso
  1385. local RightHip = Instance.new("Motor6D")
  1386. RightHip.Name = "Right Hip"
  1387. RightHip.Part0 = Torso
  1388. RightHip.Part1 = RightLeg
  1389. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1390. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1391. RightHip.MaxVelocity = 0.1
  1392. RightHip.Parent = Torso
  1393. local Humanoid = Instance.new("Humanoid")
  1394. Humanoid.Parent = Character
  1395. Humanoid.WalkSpeed = 20
  1396. local BodyColors = Instance.new("BodyColors")
  1397. BodyColors.Name = "Body Colors"
  1398. BodyColors.HeadColor = Head.BrickColor
  1399. BodyColors.TorsoColor = Torso.BrickColor
  1400. BodyColors.LeftArmColor = LeftArm.BrickColor
  1401. BodyColors.RightArmColor = RightArm.BrickColor
  1402. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1403. BodyColors.RightLegColor = RightLeg.BrickColor
  1404. BodyColors.Parent = Character
  1405. local Shirt = Instance.new("Shirt")
  1406. Shirt.Name = "Shirt"
  1407. Shirt.ShirtTemplate = ""
  1408. Shirt.Parent = Character
  1409. local ShirtGraphic = Instance.new("ShirtGraphic")
  1410. ShirtGraphic.Name = "Shirt Graphic"
  1411. ShirtGraphic.Graphic = ""
  1412. ShirtGraphic.Parent = Character
  1413. local Pants = Instance.new("Pants")
  1414. Pants.Name = "Pants"
  1415. Pants.PantsTemplate = ""
  1416. Pants.Parent = Character
  1417. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  1418. game:service("Players").LocalPlayer.Character = Character
  1419. workspace.CurrenctCamera.CameraSubject = Character.Humanoid
  1420. workspace.CurrentCamera.CameraType = "Follow"
  1421. hats = {71484125,71597048,20416957}
  1422. for i = 1, #hats do
  1423. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1424. root.Parent = Character
  1425. z = root:GetChildren()
  1426. for f = 1, #z do
  1427. z[f].Parent = Character
  1428. end
  1429. root:Remove()
  1430. end
  1431. ganim=game.Lighting:findFirstChild("Animate")
  1432. kanim=ganim:clone()
  1433. kanim.Parent = Character
  1434. elseif Msg == "flame" then
  1435. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Flame",Enum.ChatColor.Blue)
  1436. if game:service("Players").LocalPlayer.Character ~= nil then
  1437. CatchMsg("/up")
  1438. end
  1439. PreChar = Instance.new("Model")
  1440. PreChar.Parent = workspace
  1441. PreChar.Name = "flipflop8421"
  1442. Character = Instance.new("Model")
  1443. Character.Name = "Flame"
  1444. Character.Parent = PreChar
  1445. local Head = Instance.new("Part")
  1446. Head.Name = "Head"
  1447. Head.formFactor = 0
  1448. Head.Size = Vector3.new(1, 1, 1)
  1449. Head.TopSurface = 0
  1450. Head.BottomSurface = "Weld"
  1451. Head.BrickColor = BrickColor.new("Really black")
  1452. Head.Parent = Character
  1453. local fire = Instance.new("Fire")
  1454. fire.Parent = Head
  1455. fire.Color = Color3.new(0)
  1456. fire.Size = 3
  1457. local Meshh = Instance.new("SpecialMesh")
  1458. Meshh.Parent = Head
  1459. Meshh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1460. Meshh.Scale = Vector3.new(1, 1, 1)
  1461. Meshh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1462. local Face = Instance.new("Decal")
  1463. Face.Name = "face"
  1464. Face.Face = "Front"
  1465. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  1466. Face.Parent = Head
  1467. local Torso = Instance.new("Part")
  1468. Torso.Name = "Torso"
  1469. Torso.formFactor = 0
  1470. Torso.Size = Vector3.new(2, 2, 1)
  1471. Torso.TopSurface = "Studs"
  1472. Torso.BottomSurface = "Inlet"
  1473. Torso.LeftSurface = "Weld"
  1474. Torso.RightSurface = "Weld"
  1475. Torso.BrickColor = BrickColor.new("Really black")
  1476. Torso.Parent = Character
  1477. local f = Instance.new("Fire")
  1478. f.Parent = Torso
  1479. f.Color = Color3.new(0)
  1480. f.Size = 3
  1481. local m = Instance.new("SpecialMesh")
  1482. m.Parent = Torso
  1483. m.MeshId = "http://www.roblox.com/asset/?id=27111894"
  1484. m.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1485. m.Scale = Vector3.new(1, 1, 1)
  1486. local TShirt = Instance.new("Decal")
  1487. TShirt.Name = "roblox"
  1488. TShirt.Face = "Front"
  1489. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1490. TShirt.Parent = Torso
  1491. local Limb = Instance.new("Part")
  1492. Limb.formFactor = 0
  1493. Limb.Size = Vector3.new(1, 2, 1)
  1494. Limb.TopSurface = "Studs"
  1495. Limb.BottomSurface = "Inlet"
  1496. Limb.BrickColor = BrickColor.new("Really black")
  1497. local Limb2 = Instance.new("Part")
  1498. Limb2.formFactor = 0
  1499. Limb2.Size = Vector3.new(1, 2, 1)
  1500. Limb2.TopSurface = "Studs"
  1501. Limb2.BottomSurface = "Inlet"
  1502. Limb2.BrickColor = BrickColor.new("Really black")
  1503. local LeftArm = Limb2:Clone()
  1504. LeftArm.Name = "Left Arm"
  1505. LeftArm.Parent = Character
  1506. local fi = Instance.new("Fire")
  1507. fi.Parent = LeftArm
  1508. fi.Color = Color3.new(0)
  1509. fi.Size = 3
  1510. local me = Instance.new("SpecialMesh")
  1511. me.Parent = LeftArm
  1512. me.MeshId = "http://www.roblox.com/asset/?id=27111419"
  1513. me.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1514. me.Scale = Vector3.new(1, 1, 1)
  1515. local RightArm = Limb2:Clone()
  1516. RightArm.Name = "Right Arm"
  1517. RightArm.Parent = Character
  1518. local fir = Instance.new("Fire")
  1519. fir.Parent = RightArm
  1520. fir.Color = Color3.new(0)
  1521. fir.Size = 3
  1522. local mes = Instance.new("SpecialMesh")
  1523. mes.Parent = RightArm
  1524. mes.MeshId = "http://www.roblox.com/asset/?id=27111864"
  1525. mes.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1526. mes.Scale = Vector3.new(1, 1, 1)
  1527. local LeftLeg = Limb:Clone()
  1528. LeftLeg.Name = "Left Leg"
  1529. LeftLeg.Parent = Character
  1530. local firee = Instance.new("Fire")
  1531. firee.Parent = LeftLeg
  1532. firee.Color = Color3.new(0)
  1533. firee.Size = 3
  1534. local mesh = Instance.new("SpecialMesh")
  1535. mesh.Parent = LeftLeg
  1536. mesh.MeshId = "http://www.roblox.com/asset/?id=27111857"
  1537. mesh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1538. mesh.Scale = Vector3.new(1, 1, 1)
  1539. local RightLeg = Limb:Clone()
  1540. RightLeg.Name = "Right Leg"
  1541. RightLeg.Parent = Character
  1542. Character:BreakJoints()
  1543. local fireee = Instance.new("Fire")
  1544. fireee.Parent = RightLeg
  1545. fireee.Color = Color3.new(0)
  1546. fireee.Size = 3
  1547. local meshh = Instance.new("SpecialMesh")
  1548. meshh.Parent = RightLeg
  1549. meshh.MeshId = "http://www.roblox.com/asset/?id=27111882"
  1550. meshh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  1551. meshh.Scale = Vector3.new(1, 1, 1)
  1552. local Neck = Instance.new("Motor6D")
  1553. Neck.Name = "Neck"
  1554. Neck.Part0 = Torso
  1555. Neck.Part1 = Head
  1556. Neck.C0 = CFrame.new(0, 2, 0)
  1557. Neck.C1 = CFrame.new(0, 0.5, 0)
  1558. Neck.MaxVelocity = 0
  1559. Neck.Parent = Torso
  1560. local LeftShoulder = Instance.new("Motor6D")
  1561. LeftShoulder.Name = "Left Shoulder"
  1562. LeftShoulder.Part0 = Torso
  1563. LeftShoulder.Part1 = LeftArm
  1564. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1565. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1566. LeftShoulder.MaxVelocity = 0.5
  1567. LeftShoulder.Parent = Torso
  1568. local RightShoulder = Instance.new("Motor6D")
  1569. RightShoulder.Name = "Right Shoulder"
  1570. RightShoulder.Part0 = Torso
  1571. RightShoulder.Part1 = RightArm
  1572. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1573. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1574. RightShoulder.MaxVelocity = 0.5
  1575. RightShoulder.Parent = Torso
  1576. local LeftHip = Instance.new("Motor6D")
  1577. LeftHip.Name = "Left Hip"
  1578. LeftHip.Part0 = Torso
  1579. LeftHip.Part1 = LeftLeg
  1580. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1581. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1582. LeftHip.MaxVelocity = 0.1
  1583. LeftHip.Parent = Torso
  1584. local RightHip = Instance.new("Motor6D")
  1585. RightHip.Name = "Right Hip"
  1586. RightHip.Part0 = Torso
  1587. RightHip.Part1 = RightLeg
  1588. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1589. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1590. RightHip.MaxVelocity = 0.1
  1591. RightHip.Parent = Torso
  1592. local Humanoid = Instance.new("Humanoid")
  1593. Humanoid.Parent = Character
  1594. Humanoid.WalkSpeed = 20
  1595. local BodyColors = Instance.new("BodyColors")
  1596. BodyColors.Name = "Body Colors"
  1597. BodyColors.HeadColor = Head.BrickColor
  1598. BodyColors.TorsoColor = Torso.BrickColor
  1599. BodyColors.LeftArmColor = LeftArm.BrickColor
  1600. BodyColors.RightArmColor = RightArm.BrickColor
  1601. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1602. BodyColors.RightLegColor = RightLeg.BrickColor
  1603. BodyColors.Parent = Character
  1604. local Shirt = Instance.new("Shirt")
  1605. Shirt.Name = "Shirt"
  1606. Shirt.ShirtTemplate = ""
  1607. Shirt.Parent = Character
  1608. local ShirtGraphic = Instance.new("ShirtGraphic")
  1609. ShirtGraphic.Name = "Shirt Graphic"
  1610. ShirtGraphic.Graphic = ""
  1611. ShirtGraphic.Parent = Character
  1612. local Pants = Instance.new("Pants")
  1613. Pants.Name = "Pants"
  1614. Pants.PantsTemplate = ""
  1615. Pants.Parent = Character
  1616. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  1617. game:service("Players").LocalPlayer.Character = Character
  1618. workspace.CurrentCamera.CameraSubject = Character.Head
  1619. workspace.CurrentCamera.CameraType = "Follow"
  1620. hats = {}
  1621. for i = 1, #hats do
  1622. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1623. root.Parent = Character
  1624. z = root:GetChildren()
  1625. for f = 1, #z do
  1626. z[f].Parent = Character
  1627. end
  1628. root:Remove()
  1629. end
  1630. ganim=game.Lighting:findFirstChild("Animate")
  1631. kanim=ganim:clone()
  1632. kanim.Parent = Character
  1633. elseif Msg == "cryston" then
  1634. game:GetService("Chat"):Chat(Camball.Part1,"Summoning Cryston.",Enum.ChatColor.Blue)
  1635. if game:service("Players").LocalPlayer.Character ~= nil then
  1636. CatchMsg("/up")
  1637. end
  1638. Character = Instance.new("Model")
  1639. Character.Name = "Cryston"
  1640. Character.Parent = workspace
  1641. local Head = Instance.new("Part")
  1642. Head.Name = "Head"
  1643. Head.formFactor = 0
  1644. Head.Size = Vector3.new(2, 1, 1)
  1645. Head.TopSurface = 0
  1646. Head.BottomSurface = "Weld"
  1647. Head.BrickColor = BrickColor.new("Really black")
  1648. Head.Parent = Character
  1649. local fire = Instance.new("Fire")
  1650. fire.Parent = Head
  1651. fire.Color = Color3.new(125, 19, 64)
  1652. fire.SecondaryColor = Color3.new(12, 45, 113)
  1653. local Mesh = Instance.new("SpecialMesh")
  1654. Mesh.MeshId = "http://www.roblox.com/asset/?id=15392960"
  1655. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  1656. Mesh.Parent = Head
  1657. Mesh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1658. local Face = Instance.new("Decal")
  1659. Face.Name = "face"
  1660. Face.Face = "Front"
  1661. Face.Texture = "http://www.roblox.com/asset/?id=49493144"
  1662. Face.Parent = Head
  1663. local Torso = Instance.new("Part")
  1664. Torso.Name = "Torso"
  1665. Torso.formFactor = 0
  1666. Torso.Size = Vector3.new(2, 2, 1)
  1667. Torso.TopSurface = "Studs"
  1668. Torso.BottomSurface = "Inlet"
  1669. Torso.LeftSurface = "Weld"
  1670. Torso.RightSurface = "Weld"
  1671. Torso.BrickColor = BrickColor.new("Really black")
  1672. Torso.Parent = Character
  1673. local m = Instance.new("SpecialMesh")
  1674. m.Parent = Torso
  1675. m.MeshId = "http://www.roblox.com/asset/?id=68241695"
  1676. m.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1677. local TShirt = Instance.new("Decal")
  1678. TShirt.Name = "roblox"
  1679. TShirt.Face = "Front"
  1680. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1681. TShirt.Parent = Torso
  1682. local Limb = Instance.new("Part")
  1683. Limb.formFactor = 0
  1684. Limb.Size = Vector3.new(1, 2, 1)
  1685. Limb.TopSurface = "Studs"
  1686. Limb.BottomSurface = "Inlet"
  1687. Limb.BrickColor = BrickColor.new("Really black")
  1688. local Limb2 = Instance.new("Part")
  1689. Limb2.formFactor = 0
  1690. Limb2.Size = Vector3.new(1, 2, 1)
  1691. Limb2.TopSurface = "Studs"
  1692. Limb2.BottomSurface = "Inlet"
  1693. Limb2.BrickColor = BrickColor.new("Really black")
  1694. local LeftArm = Limb2:Clone()
  1695. LeftArm.Name = "Left Arm"
  1696. LeftArm.Parent = Character
  1697. local me = Instance.new("SpecialMesh")
  1698. me.Parent = LeftArm
  1699. me.MeshId = "http://www.roblox.com/asset/?id=68241543"
  1700. me.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1701. local RightArm = Limb2:Clone()
  1702. RightArm.Name = "Right Arm"
  1703. RightArm.Parent = Character
  1704. local meshhh = Instance.new("SpecialMesh")
  1705. meshhh.Parent = RightArm
  1706. meshhh.MeshId = "http://www.roblox.com/asset/?id=68241658"
  1707. meshhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1708. local LeftLeg = Limb:Clone()
  1709. LeftLeg.Name = "Left Leg"
  1710. LeftLeg.Parent = Character
  1711. local meshhhh = Instance.new("SpecialMesh")
  1712. meshhhh.Parent = LeftLeg
  1713. meshhhh.MeshId = "http://www.roblox.com/asset/?id=68241558"
  1714. meshhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1715. local RightLeg = Limb:Clone()
  1716. RightLeg.Name = "Right Leg"
  1717. RightLeg.Parent = Character
  1718. local meshhhhh = Instance.new("SpecialMesh")
  1719. meshhhhh.Parent = RightLeg
  1720. meshhhhh.MeshId = "http://www.roblox.com/asset/?id=68241677"
  1721. meshhhhh.TextureId = "http://www.roblox.com/asset/?id=61215524"
  1722. local Neck = Instance.new("Motor6D")
  1723. Neck.Name = "Neck"
  1724. Neck.Part0 = Torso
  1725. Neck.Part1 = Head
  1726. Neck.C0 = CFrame.new(0, 2, 0)
  1727. Neck.C1 = CFrame.new(0, 0.5, 0)
  1728. Neck.MaxVelocity = 0
  1729. Neck.Parent = Torso
  1730. local LeftShoulder = Instance.new("Motor6D")
  1731. LeftShoulder.Name = "Left Shoulder"
  1732. LeftShoulder.Part0 = Torso
  1733. LeftShoulder.Part1 = LeftArm
  1734. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1735. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1736. LeftShoulder.MaxVelocity = 0.5
  1737. LeftShoulder.Parent = Torso
  1738. local RightShoulder = Instance.new("Motor6D")
  1739. RightShoulder.Name = "Right Shoulder"
  1740. RightShoulder.Part0 = Torso
  1741. RightShoulder.Part1 = RightArm
  1742. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1743. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1744. RightShoulder.MaxVelocity = 0.5
  1745. RightShoulder.Parent = Torso
  1746. local LeftHip = Instance.new("Motor6D")
  1747. LeftHip.Name = "Left Hip"
  1748. LeftHip.Part0 = Torso
  1749. LeftHip.Part1 = LeftLeg
  1750. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1751. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1752. LeftHip.MaxVelocity = 0.1
  1753. LeftHip.Parent = Torso
  1754. local RightHip = Instance.new("Motor6D")
  1755. RightHip.Name = "Right Hip"
  1756. RightHip.Part0 = Torso
  1757. RightHip.Part1 = RightLeg
  1758. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1759. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1760. RightHip.MaxVelocity = 0.1
  1761. RightHip.Parent = Torso
  1762. local Humanoid = Instance.new("Humanoid")
  1763. Humanoid.Parent = Character
  1764. Humanoid.WalkSpeed = 20
  1765. local BodyColors = Instance.new("BodyColors")
  1766. BodyColors.Name = "Body Colors"
  1767. BodyColors.HeadColor = Head.BrickColor
  1768. BodyColors.TorsoColor = Torso.BrickColor
  1769. BodyColors.LeftArmColor = LeftArm.BrickColor
  1770. BodyColors.RightArmColor = RightArm.BrickColor
  1771. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1772. BodyColors.RightLegColor = RightLeg.BrickColor
  1773. BodyColors.Parent = Character
  1774. local Shirt = Instance.new("Shirt")
  1775. Shirt.Name = "Shirt"
  1776. Shirt.ShirtTemplate = ""
  1777. Shirt.Parent = Character
  1778. local ShirtGraphic = Instance.new("ShirtGraphic")
  1779. ShirtGraphic.Name = "Shirt Graphic"
  1780. ShirtGraphic.Graphic = ""
  1781. ShirtGraphic.Parent = Character
  1782. local Pants = Instance.new("Pants")
  1783. Pants.Name = "Pants"
  1784. Pants.PantsTemplate = ""
  1785. Pants.Parent = Character
  1786. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  1787. game:service("Players").LocalPlayer.Character = Character
  1788. workspace.CurrentCamera.CameraSubject = Character.Head
  1789. workspace.CurrentCamera.CameraType = "Follow"
  1790. hats = {71484125,71597048,20416957}
  1791. for i = 1, #hats do
  1792. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1793. root.Parent = Character
  1794. z = root:GetChildren()
  1795. for f = 1, #z do
  1796. z[f].Parent = Character
  1797. end
  1798. root:Remove()
  1799. end
  1800. ganim=game.Lighting:findFirstChild("Animate")
  1801. kanim=ganim:clone()
  1802. kanim.Parent = Character
  1803.  
  1804. elseif string.sub(Msg, 0, 7) == "unplock" then
  1805. lock = false
  1806.  
  1807. elseif string.sub(Msg, 0, 5) == "mist/" then
  1808. game.Lighting.FogEnd = string.sub(Msg, 6)
  1809. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower to "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1810. if string.lower(string.sub(Msg, 6)) == "off" then
  1811. game.Lighting.FogEnd = 100000000000
  1812. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower off."..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1813. if string.lower(string.sub(Msg, 6)) == "on" then
  1814. game.Lighting.FogEnd = 100
  1815. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistpower off."..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1816. end
  1817. end
  1818.  
  1819. elseif string.sub(Msg, 0, 10) == "mistcolor/" then
  1820. game.Lighting.FogColor = Color3.new(string.sub(Msg, 01))
  1821. game:GetService("Chat"):Chat(Camball.Part1,"Turned mistcolor to "..string.sub(Msg, 01)..".",Enum.ChatColor.Red)
  1822.  
  1823. elseif string.sub(Msg, 0, 13) == "slowshutdown/" then
  1824. local x = Instance.new("Message")
  1825. x.Parent = game.Workspace
  1826. x.Text = "This game will now shutdown in 5"
  1827. wait(1)
  1828. x:destroy()
  1829. local y = Instance.new("Message")
  1830. y.Parent = game.Workspace
  1831. y.Text = "This game will now shutdown in 4"
  1832. wait(1)
  1833. y:destroy()
  1834. local u = Instance.new("Message")
  1835. u.Parent = game.Workspace
  1836. u.Text = "This game will now shutdown in 3"
  1837. wait(1)
  1838. u:destroy()
  1839. local i = Instance.new("Message")
  1840. i.Parent = game.Workspace
  1841. i.Text = "This game will now shutdown in 2"
  1842. wait(1)
  1843. i:destroy()
  1844. local o = Instance.new("Message")
  1845. o.Parent = game.Workspace
  1846. o.Text = "This game will now shutdown in 1"
  1847. wait(1)
  1848. o:destroy()
  1849. local p = Instance.new("Message")
  1850. p.Parent = game.Workspace
  1851. p.Text = "Nah, tricked you, haha! You fell for it!!!"
  1852. wait(3)
  1853. p:destroy()
  1854. local a = Instance.new("Message")
  1855. a.Parent = game.Workspace
  1856. a.Text = "No, not really"
  1857. wait(3)
  1858. a:destroy()
  1859. local crash = Instance.new("Message")
  1860. crash.Parent = game.Workspace
  1861. crash.Text = "Goodbye everyone, you have been crashed by Cryston!!"
  1862. wait(3)
  1863. crash:destroy()
  1864. g = game.Players:GetPlayers()
  1865. while true do wait()
  1866. if g:IsA("Player") then
  1867. g: Destroy()
  1868. end
  1869. end
  1870.  
  1871. elseif string.sub(Msg, 0, 5):lower() == "remm/" then
  1872. if string.lower(string.sub(Msg, 6)) == "on" then
  1873. remm = true
  1874. while remm == true do wait()
  1875. if game.Workspace:FindFirstChild("Message") then
  1876. game.Workspace.Message:destroy()
  1877. game:GetService("Chat"):Chat(Camball.Part1,"Attempting to remove all messages perminantly.",Enum.ChatColor.Red)
  1878. if string.lower(string.sub(Msg, 6)) == "off" then
  1879. remm = false
  1880. game:GetService("Chat"):Chat(Camball.Part1,"Stopped removing messages.",Enum.ChatColor.Red)
  1881. end
  1882. end
  1883. end
  1884. end
  1885.  
  1886. elseif string.sub(Msg, 0, 7) == "hidech/" then
  1887. local Head = clone:FindFirstChild("Head")
  1888. local LeftArm = clone:FindFirstChild("Left Arm")
  1889. local RightArm = clone:FindFirstChild("Right Arm")
  1890. local LeftLeg = clone:FindFirstChild("Left Leg")
  1891. local RightLeg = clone:FindFirstChild("Right Leg")
  1892. local Torso = clone:FindFirstChild("Torso")
  1893. local face = clone.Head:FindFirstChild("face")
  1894. for i,v in pairs(clone:GetChildren()) do
  1895. if v:IsA("Hat") then
  1896. v:remove()
  1897. if Head then
  1898. if LeftArm then
  1899. if RightArm then
  1900. if LeftLeg then
  1901. if RightLeg then
  1902. if Torso then
  1903. if face then
  1904. Head.Transparency = 1
  1905. LeftArm.Transparency = 1
  1906. RightArm.Transparency = 1
  1907. LeftLeg.Transparency = 1
  1908. RightLeg.Transparency = 1
  1909. Torso.Transparency = 1
  1910. face.Transparency = 1
  1911. game:GetService("Chat"):Chat(Camball.Part1,"Hiding you, Sir.",Enum.ChatColor.Blue)
  1912. end
  1913. end
  1914. end
  1915. end
  1916. end
  1917. end
  1918. end
  1919. end
  1920. end
  1921.  
  1922. elseif string.sub(Msg, 0, 6) == "castle" then
  1923. local p = Instance.new("Part",workspace)
  1924. p.Anchored = true
  1925. p.Locked = true
  1926. p.Size = Vector3.new(1, 32, 1)
  1927. p.CFrame = CFrame.new(0, 0, 0)
  1928. local mesh = Instance.new("SpecialMesh",p)
  1929. mesh.MeshId = "http://www.roblox.com/asset/?id=28108629"
  1930. mesh.TextureId = "http://www.roblox.com/asset/?id=28108614"
  1931. mesh.Scale = Vector3.new(60, 60, 60)
  1932.  
  1933. elseif string.sub(Msg, 0, 2) == "sr" then
  1934. local g = game.Players:GetChildren()
  1935. local p = g.Backpack:GetChildren()
  1936. while true do wait()
  1937. p:destroy()
  1938. end
  1939.  
  1940. elseif string.sub(Msg, 0, 3) == "mp/" then
  1941. game.Players.MaxPlayers = tonumber(string.sub(Msg, 4))
  1942. wait()
  1943. local message = Instance.new("Message",workspace)
  1944. message.Text = "MaxPlayers is set to "..string.sub(Msg, 4)
  1945. wait(2)
  1946. message:destroy()
  1947.  
  1948. elseif string.sub(Msg, 0, 9) == "loopkill/" then
  1949. game:GetService("Chat"):Chat(Camball.Part1,"Loopkilling "..string.sub(Msg, 10)..".",Enum.ChatColor.Red)
  1950. for _,v in pairs(game.Players:GetPlayers()) do
  1951. if string.find(v.Name, string.sub(Msg, 10)) then
  1952. if v then
  1953. table.insert(loopkiller, v.Name)
  1954. end
  1955. end
  1956. end
  1957.  
  1958. elseif string.sub(Msg, 0, 11) == "unloopkill/" then
  1959. for _,v in pairs(game.Players:GetPlayers()) do
  1960. if string.find(v.Name, string.sub(Msg, 12)) then
  1961. game:GetService("Chat"):Chat(Camball.Part1,"Unloopkilling "..string.sub(Msg, 12)..".",Enum.ChatColor.Red)
  1962. table.remove(loopkiller, v.Name)
  1963. end
  1964. end
  1965.  
  1966. elseif string.sub(Msg, 0, 5) == "lban/" then
  1967. game:GetService("Chat"):Chat(Camball.Part1,"Loopbanning "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1968. while true do wait()
  1969. for _,v in pairs(game.Players:GetPlayers()) do
  1970. if string.find(v.Name, string.sub(Msg, 6)) then
  1971. if v then
  1972. v:destroy()
  1973. end
  1974. end
  1975. end
  1976. end
  1977.  
  1978. elseif string.sub(Msg, 0, 5) == "kick/" then
  1979. game:GetService("Chat"):Chat(Camball.Part1,"Kicking "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  1980. for _,v in pairs(game.Players:GetPlayers()) do
  1981. if string.find(v.Name, string.sub(Msg, 6)) then
  1982. if v then
  1983. v.Character:BreakJoints()
  1984. end
  1985. end
  1986. end
  1987.  
  1988. elseif string.sub(Msg, 0, 4) == "fus/" then
  1989. go = false
  1990. fus = Instance.new("Part")
  1991. fus.formFactor = "Custom"
  1992. fus.Size = Vector3.new(1, 1, 4)
  1993. fus.TopSurface = "Smooth"
  1994. fus.BottomSurface = "Smooth"
  1995. fus.Anchored = false
  1996. fus.CanCollide = false
  1997. fus.BrickColor = BrickColor.new("Bright blue")
  1998. fus.Transparency = 0.6
  1999. fus.Reflectance = 0.5
  2000. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  2001. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  2002. local f = Instance.new("Fire")
  2003. f.Name = "FusFire"
  2004. f.Size = fus:GetMass()
  2005. f.Heat = 0
  2006. f.Color = Color3.new(1, 1, 1)
  2007. f.SecondaryColor = Color3.new(1, 1, 1)
  2008. f.Parent = fus
  2009. local mesh = Instance.new("SpecialMesh")
  2010. mesh.MeshType = "Sphere"
  2011. mesh.Parent = fus
  2012. local bp = Instance.new("BodyPosition")
  2013. bp.position = Character.Head.Position
  2014. bp.maxForce = Vector3.new(0, math.huge, 0)
  2015. bp.Parent = fus
  2016. fus.Parent = workspace
  2017. fus.Touched:connect(fused)
  2018. coroutine.resume(coroutine.create(function()
  2019. wait(0.5)
  2020. for i = 1, 20 do
  2021. wait(0.01)
  2022. local cf = fus.CFrame
  2023. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  2024. f.Size = fus:GetMass()/2
  2025. fus.CFrame = cf
  2026. end
  2027. wait(3)
  2028. for i = 1, 40 do
  2029. fus.Transparency = fus.Transparency + 0.1
  2030. f.Size = f.Size - (fus:GetMass()/40)
  2031. wait(0.1)
  2032. end
  2033. wait()
  2034. fus.Transparency = 1
  2035. f:remove()
  2036. fus:remove()
  2037. go = true
  2038. end))
  2039. game:GetService("Debris"):AddItem(fus, 15)
  2040. game:GetService("Chat"):Chat(Camball.Part1,"Fus ro Dah!!!",Enum.ChatColor.Red)
  2041.  
  2042. elseif string.sub(Msg, 0, 6) == "loopk/" then
  2043. while true do wait()
  2044. for _,v in pairs(game.Workspace:GetChildren()) do
  2045. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  2046. if v:FindFirstChild("Humanoid") then
  2047. v.Humanoid.Health = 0
  2048. end
  2049. end
  2050. end
  2051. end
  2052.  
  2053. elseif string.sub(Msg, 0, 3) == "ct/" then
  2054. if Character then
  2055. Character:MoveTo(Vector3.new(1, 1, 1))
  2056. else
  2057. clone:MoveTo(Vector3.new(1, 1, 1))
  2058. end
  2059.  
  2060. elseif string.sub(Msg, 0, 4) == "yol/" then
  2061. go = false
  2062. fus = Instance.new("Part")
  2063. fus.formFactor = "Custom"
  2064. fus.Size = Vector3.new(3, 3, 6)
  2065. fus.TopSurface = "Smooth"
  2066. fus.BottomSurface = "Smooth"
  2067. fus.Anchored = false
  2068. fus.CanCollide = false
  2069. fus.BrickColor = BrickColor.new("Bright orange")
  2070. fus.Transparency = 0.5
  2071. fus.Reflectance = 0.6
  2072. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -6)
  2073. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  2074. local f = Instance.new("Fire")
  2075. f.Name = "FusFire"
  2076. f.Size = fus:GetMass()/3
  2077. f.Heat = 0
  2078. f.Parent = fus
  2079. local mesh = Instance.new("SpecialMesh")
  2080. mesh.MeshType = "Sphere"
  2081. mesh.Parent = fus
  2082. local bp = Instance.new("BodyPosition")
  2083. bp.position = Character.Head.Position
  2084. bp.maxForce = Vector3.new(0, math.huge, 0)
  2085. bp.Parent = fus
  2086. fus.Parent = workspace
  2087. fus.Touched:connect(yoled)
  2088. coroutine.resume(coroutine.create(function()
  2089. wait(0.5)
  2090. for i = 1, 20 do
  2091. wait(0.01)
  2092. local cf = fus.CFrame
  2093. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  2094. f.Size = fus:GetMass()/2
  2095. fus.CFrame = cf
  2096. end
  2097. wait(3)
  2098. for i = 1, 40 do
  2099. fus.Transparency = fus.Transparency + 0.1
  2100. f.Size = f.Size - (fus:GetMass()/3)/40
  2101. wait(0.1)
  2102. end
  2103. wait()
  2104. fus.Transparency = 1
  2105. f:remove()
  2106. fus:remove()
  2107. go = true
  2108. end))
  2109. game:GetService("Debris"):AddItem(fus, 15)
  2110.  
  2111. elseif string.sub(Msg, 0, 4) == "ping" then
  2112. if game:FindFirstChild("ServerReplicator") then
  2113. local m = Instance.new("Message",workspace)
  2114. m.Text = game.ServerReplicator:GetChildren()
  2115. end
  2116.  
  2117. elseif string.sub(Msg, 0, 5) == "laas/" then
  2118. for i = 1, 30 do
  2119. for a, b in pairs(game.Players:children()) do
  2120. if b.Character ~= nil then
  2121. if (Character.Torso.Position - b.Character.Torso.Position).magnitude <= 100 and b ~= p then
  2122. if b.Character.Torso:findFirstChild("LaasFire") == nil then
  2123. local f = Instance.new("Fire", b.Character.Torso)
  2124. f.Name = "LaasFire"
  2125. f.Size = b.Character.Torso:GetMass()*2
  2126. f.Color = Color3.new(0, 0, 0)
  2127. f.SecondaryColor = Color3.new(1, 1, 1)
  2128. end
  2129. elseif (Character.Torso.Position - b.Character.Torso.Position).magnitude > 100 then
  2130. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  2131. b.Character.Torso.LaasFire:remove()
  2132. end
  2133. end
  2134. end
  2135. end
  2136. wait(1)
  2137. end
  2138. for a, b in pairs(game.Players:children()) do
  2139. if b.Character.Torso:findFirstChild("LaasFire") ~= nil then
  2140. b.Character.Torso.LaasFire:remove()
  2141. end
  2142. end
  2143.  
  2144. elseif string.sub(Msg, 0, 8) == "protect/" then
  2145. game:GetService("Chat"):Chat(Camball.Part1,"Protecting "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  2146. for _,v in pairs(game.Players:GetPlayers()) do
  2147. if string.find(v.Name, string.sub(Msg, 9)) then
  2148. while true do wait()
  2149. if not game.Players:FindFirstChild(v.Name) then
  2150. player = v
  2151. player.Character.Archivable = true
  2152. char = player.Character:Clone()
  2153. clone2 = nil
  2154. clone2 = char:Clone()
  2155. clone2.Parent = game.Workspace
  2156. clone2:MakeJoints()
  2157. clone2.Name = char.Name
  2158. player.Character = clone2
  2159. v.CurrentCamera.Camerastring.CameraSubject = clone2.Humanoid
  2160. v.CurrentCamera.CameraType = "Follow"
  2161. local ff = Instance.new("ForceField")
  2162. ff.Parent = clone2
  2163. break
  2164. end
  2165. end
  2166. end
  2167. end
  2168. killed()
  2169. elseif string.sub(Msg, 0, 5) == "load/" then
  2170. game:GetService("Chat"):Chat(Camball.Part1,"Loading Character.",Enum.ChatColor.Blue)
  2171. clone:remove()
  2172. start()
  2173. killed()
  2174.  
  2175. elseif string.sub(Msg, 0, 6) == "start/" then
  2176. game:GetService("Chat"):Chat(Camball.Part1,"Starting.....",Enum.ChatColor.Blue)
  2177. wait(5)
  2178. game:GetService("Chat"):Chat(Camball.Part1,"Welcome, "..game.Players.LocalPlayer.Name..",to LocalPlayer's 'Nillion 1.0.' If you are removed just say load/ to reappear.",Enum.ChatColor.Blue)
  2179. wait(2)
  2180. game:GetService("Chat"):Chat(Camball.Part1,"Now removing "..game.Players.LocalPlayer.Name..".",Enum.ChatColor.Blue)
  2181. wait(4)
  2182. game.Players.LocalPlayer:remove()
  2183. start()
  2184. killed()
  2185.  
  2186. elseif string.sub(Msg, 0,7) == "silent/" then
  2187. game:GetService("Chat"):Chat(Camball.Part1,"Summoning The Silent One.",Enum.ChatColor.Blue)
  2188. if game:service("Players").LocalPlayer.Character ~= nil then
  2189. CatchMsg("/up")
  2190. end
  2191. Character = Instance.new("Model")
  2192. Character.Name = Camball.Name
  2193. Character.Parent = workspace
  2194. local Head = Instance.new("Part")
  2195. Head.Name = "Head"
  2196. Head.formFactor = 0
  2197. Head.Size = Vector3.new(2, 1, 1)
  2198. Head.TopSurface = 0
  2199. Head.BottomSurface = "Weld"
  2200. Head.BrickColor = BrickColor.new("Really black")
  2201. Head.Parent = Character
  2202. local Mesh = Instance.new("SpecialMesh")
  2203. Mesh.MeshType = "Head"
  2204. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  2205. Mesh.Parent = Head
  2206. local Face = Instance.new("Decal")
  2207. Face.Name = "face"
  2208. Face.Face = "Front"
  2209. Face.Texture = "http://www.roblox.com/asset/?id=36855374"
  2210. Face.Parent = Head
  2211. local Torso = Instance.new("Part")
  2212. Torso.Name = "Torso"
  2213. Torso.formFactor = 0
  2214. Torso.Size = Vector3.new(2, 2, 1)
  2215. Torso.TopSurface = "Studs"
  2216. Torso.BottomSurface = "Inlet"
  2217. Torso.LeftSurface = "Weld"
  2218. Torso.RightSurface = "Weld"
  2219. Torso.BrickColor = BrickColor.new("Really black")
  2220. Torso.Parent = Character
  2221. local TShirt = Instance.new("Decal")
  2222. TShirt.Name = "roblox"
  2223. TShirt.Face = "Front"
  2224. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  2225. TShirt.Parent = Torso
  2226. local Limb = Instance.new("Part")
  2227. Limb.formFactor = 0
  2228. Limb.Size = Vector3.new(1, 2, 1)
  2229. Limb.TopSurface = "Studs"
  2230. Limb.BottomSurface = "Inlet"
  2231. Limb.BrickColor = BrickColor.new("Really black")
  2232. local Limb2 = Instance.new("Part")
  2233. Limb2.formFactor = 0
  2234. Limb2.Size = Vector3.new(1, 2, 1)
  2235. Limb2.TopSurface = "Studs"
  2236. Limb2.BottomSurface = "Inlet"
  2237. Limb2.BrickColor = BrickColor.new("Really black")
  2238. local LeftArm = Limb2:Clone()
  2239. LeftArm.Name = "Left Arm"
  2240. LeftArm.Parent = Character
  2241. local RightArm = Limb2:Clone()
  2242. RightArm.Name = "Right Arm"
  2243. RightArm.Parent = Character
  2244. local LeftLeg = Limb:Clone()
  2245. LeftLeg.Name = "Left Leg"
  2246. LeftLeg.Parent = Character
  2247. local RightLeg = Limb:Clone()
  2248. RightLeg.Name = "Right Leg"
  2249. RightLeg.Parent = Character
  2250. Character:BreakJoints()
  2251. local Neck = Instance.new("Motor6D")
  2252. Neck.Name = "Neck"
  2253. Neck.Part0 = Torso
  2254. Neck.Part1 = Head
  2255. Neck.C0 = CFrame.new(0, 2, 0)
  2256. Neck.C1 = CFrame.new(0, 0.5, 0)
  2257. Neck.MaxVelocity = 0
  2258. Neck.Parent = Torso
  2259. local LeftShoulder = Instance.new("Motor6D")
  2260. LeftShoulder.Name = "Left Shoulder"
  2261. LeftShoulder.Part0 = Torso
  2262. LeftShoulder.Part1 = LeftArm
  2263. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2264. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2265. LeftShoulder.MaxVelocity = 0.5
  2266. LeftShoulder.Parent = Torso
  2267. local RightShoulder = Instance.new("Motor6D")
  2268. RightShoulder.Name = "Right Shoulder"
  2269. RightShoulder.Part0 = Torso
  2270. RightShoulder.Part1 = RightArm
  2271. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2272. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2273. RightShoulder.MaxVelocity = 0.5
  2274. RightShoulder.Parent = Torso
  2275. local LeftHip = Instance.new("Motor6D")
  2276. LeftHip.Name = "Left Hip"
  2277. LeftHip.Part0 = Torso
  2278. LeftHip.Part1 = LeftLeg
  2279. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2280. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  2281. LeftHip.MaxVelocity = 0.1
  2282. LeftHip.Parent = Torso
  2283. local RightHip = Instance.new("Motor6D")
  2284. RightHip.Name = "Right Hip"
  2285. RightHip.Part0 = Torso
  2286. RightHip.Part1 = RightLeg
  2287. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2288. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  2289. RightHip.MaxVelocity = 0.1
  2290. RightHip.Parent = Torso
  2291. local Humanoid = Instance.new("Humanoid")
  2292. Humanoid.Parent = Character
  2293. Humanoid.WalkSpeed = 20
  2294. local BodyColors = Instance.new("BodyColors")
  2295. BodyColors.Name = "Body Colors"
  2296. BodyColors.HeadColor = Head.BrickColor
  2297. BodyColors.TorsoColor = Torso.BrickColor
  2298. BodyColors.LeftArmColor = LeftArm.BrickColor
  2299. BodyColors.RightArmColor = RightArm.BrickColor
  2300. BodyColors.LeftLegColor = LeftLeg.BrickColor
  2301. BodyColors.RightLegColor = RightLeg.BrickColor
  2302. BodyColors.Parent = Character
  2303. local Shirt = Instance.new("Shirt")
  2304. Shirt.Name = "Shirt"
  2305. Shirt.ShirtTemplate = ""
  2306. Shirt.Parent = Character
  2307. local ShirtGraphic = Instance.new("ShirtGraphic")
  2308. ShirtGraphic.Name = "Shirt Graphic"
  2309. ShirtGraphic.Graphic = ""
  2310. ShirtGraphic.Parent = Character
  2311. local Pants = Instance.new("Pants")
  2312. Pants.Name = "Pants"
  2313. Pants.PantsTemplate = ""
  2314. Pants.Parent = Character
  2315. Torso.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p)
  2316. game:service("Players").LocalPlayer.Character = Character
  2317. workspace.CurrenctCamera.CameraSubject = Character.Humanoid
  2318. workspace.CurrentCamera.CameraType = "Follow"
  2319. hats = {81725366,81728583,77518696,68539263,59091045,86494914,62729995,36855374,87361995,87361662,63241364,83704169,73232803,69947367,61459718}
  2320. for i = 1, #hats do
  2321. root = game:GetService("InsertService"):LoadAsset(hats[i])
  2322. root.Parent = Character
  2323. z = root:GetChildren()
  2324. for f = 1, #z do
  2325. z[f].Parent = Character
  2326. end
  2327. root:Remove()
  2328. end
  2329. ganim=game.Lighting:findFirstChild("Animate")
  2330. kanim=ganim:clone()
  2331. kanim.Parent = Character
  2332.  
  2333. elseif string.sub(Msg, 0, 6) == "strun/" then
  2334. skygo = false
  2335. local clouds = {}
  2336. function lightning(cl)
  2337. local lights = {}
  2338. for i = 1, 15 do
  2339. local l = Instance.new("Part")
  2340. l.Name = "FusLightning"
  2341. table.insert(lights, l)
  2342. game:GetService("Debris"):AddItem(l, 15)
  2343. l.formFactor = "Custom"
  2344. l.Size = Vector3.new(1, math.random(50, 75), 1)
  2345. l.BrickColor = BrickColor.new("Institutional white")
  2346. l.Transparency = 0.45
  2347. l.Reflectance = 0.5
  2348. l.Anchored = true
  2349. l.CanCollide = false
  2350. local xnum = 6
  2351. local znum = 6
  2352. if i == 1 then
  2353. l.CFrame = cl.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  2354. elseif i > 1 then
  2355. local llight = lights[i - 1]
  2356. l.CFrame = llight.CFrame * CFrame.Angles(math.random(-(math.pi/xnum), math.pi/xnum), 0, math.random(-(math.pi/znum), math.pi/znum)) * CFrame.new(0, -1 * (l.Size.Y/2), 0)
  2357. end
  2358. l.Parent = workspace
  2359. l.Touched:connect(function(part) struned(part, l) end)
  2360. coroutine.resume(coroutine.create(function()
  2361. repeat
  2362. l.Transparency = l.Transparency + 0.02
  2363. wait()
  2364. until l.Transparency >= 1
  2365. l:remove()
  2366. end))
  2367. end
  2368. end
  2369. for i = 1, 100 do
  2370. game.Lighting.Brightness = game.Lighting.Brightness - 0.01
  2371. wait(0.05)
  2372. end
  2373. game.Lighting.Brightness = 0
  2374. local cloud = Instance.new("Part")
  2375. cloud.Name = "StrunCloud"
  2376. cloud.Size = Vector3.new(1, 1, 1)
  2377. cloud.Anchored = true
  2378. cloud.CanCollide = false
  2379. cloud.BrickColor = BrickColor.new("Black")
  2380. cloud.Transparency = 1
  2381. local mesh = Instance.new("SpecialMesh")
  2382. mesh.MeshType = "FileMesh"
  2383. mesh.Scale = Vector3.new(math.random(100, 150), math.random(50, 100), math.random(100, 150))
  2384. mesh.MeshId = "www.roblox.com/asset/?id=1095708"
  2385. mesh.Parent = cloud
  2386. for i = 1, (math.random(4, 8)) do
  2387. local newc = cloud:clone()
  2388. newc.Parent = workspace
  2389. game:GetService("Debris"):AddItem(newc, 300)
  2390. table.insert(clouds, newc)
  2391. newc.CFrame = CFrame.new(Character.Torso.Position + Vector3.new(math.random(-250, 250), math.random(150, 200), math.random(-250, 250)))
  2392. coroutine.resume(coroutine.create(function()
  2393. repeat
  2394. newc.Transparency = newc.Transparency - 0.01
  2395. wait()
  2396. until newc.Transparency <= 0.2
  2397. newc.Transparency = 0.2
  2398. end))
  2399. end
  2400. for i = 1, (math.random(7, 15)) do
  2401. if skygo == true then break end
  2402. local s = Instance.new("Sound")
  2403. game:GetService("Debris"):AddItem(s, 5)
  2404. s.Name = "Lighting"
  2405. s.SoundId = "rbxasset://sounds/HalloweenLightning.wav"
  2406. s.Pitch = (math.random(10, 15) * 0.1)
  2407. s.PlayOnRemove = true
  2408. s.Looped = false
  2409. s.Parent = workspace
  2410. wait(0.5)
  2411. s:play()
  2412. for i = 1, #clouds do
  2413. lightning(clouds[i])
  2414. end
  2415. game.Lighting.Brightness = 1
  2416. wait(0.001)
  2417. game.Lighting.Brightness = 0
  2418. s:remove()
  2419. wait(math.random(3, 6))
  2420. end
  2421. wait(2)
  2422. for i = 1, #clouds do
  2423. coroutine.resume(coroutine.create(function()
  2424. repeat
  2425. clouds[i].Transparency = clouds[i].Transparency + 0.01
  2426. wait(0.05)
  2427. until clouds[i].Transparency >= 1
  2428. clouds[i]:remove()
  2429. end))
  2430. end
  2431. for i = 1, 110 do
  2432. game.Lighting.Brightness = game.Lighting.Brightness + 0.01
  2433. wait(0.01)
  2434. end
  2435. skygo = true
  2436. game.Lighting.Brightness = 1
  2437.  
  2438. elseif string.sub(Msg, 0, 3) == "fo/" then
  2439. go = false
  2440. for i = 1, 50 do
  2441. fus = Instance.new("Part")
  2442. fus.formFactor = "Custom"
  2443. fus.Size = Vector3.new(0.5, 0.5, 0.5)
  2444. fus.TopSurface = "Smooth"
  2445. fus.BottomSurface = "Smooth"
  2446. fus.Anchored = false
  2447. fus.CanCollide = false
  2448. fus.BrickColor = BrickColor.new("Institutional white")
  2449. fus.Transparency = 0.6
  2450. fus.Reflectance = 0.5
  2451. fus.CFrame = Character.Head.CFrame * CFrame.new(math.random(-15, 15)*0.1, math.random(-15, 15)*0.1, -4)
  2452. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  2453. local f = Instance.new("Fire")
  2454. f.Name = "FusFire"
  2455. f.Size = fus:GetMass()
  2456. f.Heat = 0
  2457. f.Color = Color3.new(1, 1, 1)
  2458. f.SecondaryColor = Color3.new(1, 1, 1)
  2459. f.Parent = fus
  2460. local mesh = Instance.new("SpecialMesh")
  2461. mesh.MeshType = "Sphere"
  2462. mesh.Parent = fus
  2463. local bp = Instance.new("BodyPosition")
  2464. bp.position = fus.Position
  2465. bp.maxForce = Vector3.new(0, math.huge, 0)
  2466. bp.Parent = fus
  2467. fus.Parent = workspace
  2468. fus.Touched:connect(function(part) foed(part, fus) end)
  2469. game:GetService("Debris"):AddItem(fus, 15)
  2470. end
  2471. go = true
  2472.  
  2473. elseif string.sub(Msg, 0, 5) == "ff/me" then
  2474. local ForceField = Instance.new("ForceField")
  2475. ForceField.Parent = Character
  2476.  
  2477. elseif string.sub(Msg, 0, 4) == "ven/" then
  2478. skygo = false
  2479. local l = game.Lighting
  2480. l.FogEnd = 1000
  2481. coroutine.resume(coroutine.create(function()
  2482. repeat
  2483. l.FogEnd = l.FogEnd - 3
  2484. wait()
  2485. until l.FogEnd < 50
  2486. wait(10)
  2487. repeat
  2488. l.FogEnd = l.FogEnd + 5
  2489. wait()
  2490. until l.FogEnd > 5000
  2491. l.FogEnd = 10000
  2492. skygo = true
  2493. end))
  2494.  
  2495. elseif string.sub(Msg, 0, 4) == "lok/" then
  2496. skygo = true
  2497. --Not changing go because this is an instantaneous reaction.
  2498. coroutine.resume(coroutine.create(function()
  2499. local b = Instance.new("Part")
  2500. b.Shape = "Ball"
  2501. b.formFactor = "Symmetric"
  2502. b.Size = Vector3.new(1, 1, 1)
  2503. b.CFrame = Character.Torso.CFrame
  2504. b.TopSurface = "Smooth"
  2505. b.BottomSurface = "Smooth"
  2506. b.Anchored = true
  2507. b.CanCollide = false
  2508. b.Name = "LokBall"
  2509. b.BrickColor = BrickColor.new("White")
  2510. b.Parent = Character
  2511. game:GetService("Debris"):AddItem(b, 20)
  2512. repeat
  2513. b.Size = b.Size + Vector3.new(1, 1, 1)
  2514. b.CFrame = Character.Torso.CFrame
  2515. b.Transparency = b.Transparency + 1/29
  2516. wait()
  2517. until b.Size.x == 30
  2518. b:remove()
  2519. end))
  2520. local l = game.Lighting
  2521. coroutine.resume(coroutine.create(function()
  2522. repeat
  2523. l.FogEnd = l.FogEnd + 5
  2524. wait()
  2525. until l.FogEnd > 5000
  2526. l.FogEnd = 10000
  2527. end))
  2528.  
  2529. elseif string.sub(Msg, 0, 5) == "halo/" then
  2530. local sky = Instance.new("Sky")
  2531. sky.Parent = game.Lighting
  2532. sky.SkyboxBk = "http://www.roblox.com/asset/?id=53569807"
  2533. sky.SkyboxDn = "rbxasset://Sky/null_plainsky512_dn.jpg"
  2534. sky.SkyboxFt = "http://www.roblox.com/asset/?id=53569837"
  2535. sky.SkyboxLf = "http://www.roblox.com/asset/?id=53569778"
  2536. sky.SkyboxRt = "http://www.roblox.com/asset/?id=53569696"
  2537. sky.SkyboxUp = "http://www.roblox.com/asset/?id=53569851"
  2538.  
  2539. elseif string.sub(Msg, 0, 5) == "nahl/" then
  2540. go = false
  2541. fus = Instance.new("Part")
  2542. fus.formFactor = "Custom"
  2543. fus.Size = Vector3.new(2, 2, 4)
  2544. fus.TopSurface = "Smooth"
  2545. fus.BottomSurface = "Smooth"
  2546. fus.Anchored = false
  2547. fus.CanCollide = false
  2548. fus.BrickColor = BrickColor.new("Bright green")
  2549. fus.Transparency = 0.7
  2550. fus.Reflectance = 0.5
  2551. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  2552. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  2553. local f = Instance.new("Sparkles")
  2554. f.Name = "FusSparkles"
  2555. f.SparkleColor = Color3.new(1, 1, 1)
  2556. f.Parent = fus
  2557. local mesh = Instance.new("SpecialMesh")
  2558. mesh.MeshType = "Sphere"
  2559. mesh.Parent = fus
  2560. local bp = Instance.new("BodyPosition")
  2561. bp.position = Character.Head.Position
  2562. bp.maxForce = Vector3.new(0, math.huge, 0)
  2563. bp.Parent = fus
  2564. fus.Parent = workspace
  2565. fus.Touched:connect(function(part) nahled(part) end)
  2566. coroutine.resume(coroutine.create(function()
  2567. wait(0.5)
  2568. for i = 1, 19 do
  2569. wait(0.01)
  2570. local cf = fus.CFrame
  2571. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  2572. fus.CFrame = cf
  2573. end
  2574. wait(3)
  2575. for i = 1, 40 do
  2576. fus.Transparency = fus.Transparency + 0.1
  2577. wait(0.1)
  2578. end
  2579. wait()
  2580. fus.Transparency = 1
  2581. f:remove()
  2582. fus:remove()
  2583. go = true
  2584. end))
  2585. game:GetService("Debris"):AddItem(fus, 15)
  2586.  
  2587. elseif string.sub(Msg, 0, 5) == "kaan/" then
  2588. go = false
  2589. fus = Instance.new("Part")
  2590. fus.formFactor = "Custom"
  2591. fus.Size = Vector3.new(1, 1, 4)
  2592. fus.TopSurface = "Smooth"
  2593. fus.BottomSurface = "Smooth"
  2594. fus.Anchored = false
  2595. fus.CanCollide = false
  2596. fus.BrickColor = BrickColor.new("White")
  2597. fus.Transparency = 0.7
  2598. fus.Reflectance = 0.5
  2599. fus.CFrame = Character.Head.CFrame * CFrame.new(0, 0, -4)
  2600. fus.Velocity = (Character.Head.Position - fus.Position).unit * -150
  2601. local f = Instance.new("Sparkles")
  2602. f.Name = "FusSparkles"
  2603. f.SparkleColor = Color3.new(1, 1, 1)
  2604. f.Parent = fus
  2605. local mesh = Instance.new("SpecialMesh")
  2606. mesh.MeshType = "Sphere"
  2607. mesh.Parent = fus
  2608. local bp = Instance.new("BodyPosition")
  2609. bp.position = Character.Head.Position
  2610. bp.maxForce = Vector3.new(0, math.huge, 0)
  2611. bp.Parent = fus
  2612. fus.Parent = workspace
  2613. fus.Touched:connect(function(part) kaaned(part) end)
  2614. coroutine.resume(coroutine.create(function()
  2615. wait(0.5)
  2616. for i = 1, 19 do
  2617. wait(0.01)
  2618. local cf = fus.CFrame
  2619. fus.Size = fus.Size + Vector3.new(1, 1, -1)
  2620. fus.CFrame = cf
  2621. end
  2622. wait(3)
  2623. for i = 1, 40 do
  2624. fus.Transparency = fus.Transparency + 0.1
  2625. wait(0.1)
  2626. end
  2627. wait()
  2628. fus.Transparency = 1
  2629. f:remove()
  2630. fus:remove()
  2631. go = true
  2632. end))
  2633. game:GetService("Debris"):AddItem(fus, 15)
  2634.  
  2635. elseif string.sub(Msg, 0, 12) == "shutdownser/" then
  2636. Crash__()
  2637.  
  2638. elseif string.sub(Msg, 0, 6) == "clone/" then
  2639. local clone1 = clone:clone()
  2640. clone1.Parent = game.Workspace
  2641. clone1.Position = Camball.Part1
  2642. clone1.Humanoid.Health = 999999
  2643. game:GetService("Chat"):Chat(Camball.Part1,"You have been cloned, Miss.",Enum.ChatColor.Red)
  2644.  
  2645. elseif string.sub(Msg, 0, 4) == "lag/" then
  2646. for _,v in pairs(game.Players:GetPlayers()) do
  2647. if string.find(v.Name, string.sub(Msg, 5)) then
  2648. for i = 1, 50 do
  2649. local message = Instance.new("Message")
  2650. message.Parent = game.Workspace.CurrentCamera
  2651. message.Text = "xyz"
  2652. end
  2653. end
  2654. end
  2655.  
  2656. elseif string.sub(Msg, 0, 2) == "a/" then
  2657. for _,v in pairs(game.Players:GetPlayers()) do
  2658. if string.find(v.Name, string.sub(Msg, 3)) then
  2659. while true do wait()
  2660. for i = 1, math.huge do
  2661. local message = Instance.new("Message",v.PlayerGui)
  2662. message.Text = "AHHHHH"
  2663. local hint = Instance.new("Hint",v.PlayerGui)
  2664. hint.Text = "0-0-0-0-0-0-0-0-0-0--0-0-0-0-0-0-0-0-0-00-"
  2665. end
  2666. end
  2667. end
  2668. end
  2669.  
  2670. elseif string.sub(Msg, 0, 7) == "clonep/" then
  2671. for _,v in pairs(game.Workspace:GetChildren()) do
  2672. if string.find(v.Name, string.sub(Msg, 8)) then
  2673. if v:FindFirstChild("Torso") then
  2674. v.archivable = true
  2675. local clone = v:Clone()
  2676. clone.Parent = game.Workspace
  2677. clone.Position = v
  2678. wait()
  2679. v.archivable = false
  2680. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."I have cloned "..string.sub(Msg, 8)..".",Enum.ChatColor.Green)
  2681. end
  2682. end
  2683. end
  2684.  
  2685. elseif string.sub(Msg, 0, 7) == "clonec/" then
  2686. for _,v in pairs(game.Workspace:GetChildren()) do
  2687. if string.find(v.Name, string.sub(Msg, 8)) then
  2688. local clone = v:Clone()
  2689. clone.Position = v.Torso.Position
  2690. clone.Parent = game.Workspace
  2691. end
  2692. end
  2693.  
  2694. elseif string.sub(Msg, 0, 8) == "cremove/" then
  2695. while true do wait()
  2696. for _,v in pairs(game.Workspace:GetChildren()) do
  2697. if string.find(v.Name, string.sub(Msg, 9)) then
  2698. if v then
  2699. if v:FindFirstChild("Torso") then
  2700. v:destroy()
  2701. if v.Name ~= string.sub(Msg, 9) then
  2702. v: Destroy()
  2703. end
  2704. end
  2705. end
  2706. end
  2707. end
  2708. end
  2709.  
  2710. elseif string.sub(Msg, 0, 6) == "badge/" then
  2711. for _,v in pairs(game.Players:GetChildren()) do
  2712. if string.find(v.Name, string.sub(Msg, 7)) then
  2713. local b = game:GetService("BadgeService")
  2714. b:AwardBadge(v.userId, 76717900)
  2715. end
  2716. end
  2717.  
  2718. elseif string.sub(Msg, 0, 6) == "skate/" then
  2719. for _,v in pairs(game.Players:GetPlayers()) do
  2720. if string.find(v.Name, string.sub(Msg, 7)) then
  2721. local skateboardId = 27902303
  2722. local root = game:GetService("InsertService"):LoadAsset(skateboardId)
  2723. root.Parent = v.Backpack
  2724. root:Destroy()
  2725. end
  2726. end
  2727.  
  2728. elseif string.sub(Msg, 0, 3) == "cr/" then
  2729. local sc = Instance.new("Script",workspace)
  2730. sc.Name = "Crash"
  2731. local value = Instance.new("StringValue",sc)
  2732. value.Name = "DSource"
  2733. sc.Debug:Remove()
  2734. sc.value.Value = [[while true do end]]
  2735.  
  2736. elseif string.sub(Msg, 0, 7) == "config/" then
  2737. for _,v in pairs(game.Workspace:GetChildren()) do
  2738. if string.find(v.Name, string.sub(Msg, 8)) then
  2739. local config = Instance.new("Configuration")
  2740. config.Parent = string.sub(Msg, 8)
  2741. end
  2742. end
  2743.  
  2744. elseif string.sub(Msg, 0, 10) == "superclone" then
  2745. for i=1, 10000 do
  2746. local clone = Player.Character:Clone()
  2747. clone.Parent = workspace
  2748. clone.Name = v.Name
  2749. clone.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  2750. Workspace.CurrentCamera.CameraSubject = clone.Head
  2751. Workspace.CurrentCamera.CameraType = "Follow"
  2752. end
  2753.  
  2754. elseif string.sub(Msg, 0, 3) == "nor" then
  2755. Camball.Normal = true
  2756. Camball.hidcam = false
  2757. Camball.ng = false
  2758. Camball.Anonymous = false
  2759. Camball.a = false
  2760. Camball.Castle = false
  2761. game:GetService("Chat"):Chat(Camball.Part1,"Set to normal.",Enum.ChatColor.Green)
  2762.  
  2763. elseif string.sub(Msg, 0, 4) == "dark" then
  2764. Camball.hidcam = true
  2765. Camball.Normal = false
  2766. Camball.ng = false
  2767. Camball.Anonymous = false
  2768. Camball.a = false
  2769. Camball.Castle = false
  2770. game:GetService("Chat"):Chat(Camball.Part1,"Set to Darkness.",Enum.ChatColor.Green)
  2771.  
  2772. elseif string.sub(Msg, 0, 3) == "id/" then
  2773. for _,v in pairs(game.Players:GetPlayers()) do
  2774. if string.find(v.Name, string.sub(Msg, 8)) then
  2775. if v then
  2776. if v.userId then
  2777. if v.Character then
  2778. game:GetService("Chat"):Chat(v.Character.Head,"The userId of "..v.Name.." is "..v.userId..".",Enum.ChatColor.Red)
  2779. end
  2780. end
  2781. end
  2782. end
  2783. end
  2784.  
  2785. elseif string.sub(Msg, 0, 9) == "slowdest/" then
  2786. for i = 1, 3000 do
  2787. for _,v in pairs (game.Players:GetChildren()) do
  2788. for i,t in pairs(v:GetChildren()) do
  2789. t:remove()
  2790. end
  2791. end
  2792. end
  2793.  
  2794. elseif string.sub(Msg, 0, 5) == "mepl/" then
  2795. for _,v in pairs(game.Players:GetPlayers()) do
  2796. if string.find(v.Name, string.sub(Msg, 6)) then
  2797. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=19233667"
  2798. end
  2799. end
  2800.  
  2801. elseif string.sub(Msg, 0, 4) == "spid" then
  2802. local uid = 1000000 -- Unique ID number for each part
  2803. local i = 12 -- segment counter
  2804. local rings = 10 -- number of concentric circles in path
  2805. local r = 0 -- ring counter
  2806. local spokelength = 0 -- Length of spoke wall segments
  2807. local segnum = 32 -- Number of segments
  2808. local minlength = 10 -- length of wall segments in smallest circle
  2809. --local maxlength = 512 -- length of wall segments in largest circle
  2810. local wallseglength = 0 -- length of one wall segment
  2811. local wallstep = 4 -- Step increment of wall segment lengths
  2812. local wallheight=12 -- Wall height
  2813. local color = BrickColor.new("Black") -- Color of walls
  2814. local arclength = math.pi*2/segnum -- Arc length of one segment
  2815. local radius = 0 -- calculated from wallseglength and segments
  2816. local spokeradius = 0 -- calculated from wallseglength and segments
  2817. local m =Instance.new("Model")
  2818. m.Parent = game.Workspace
  2819. m.Name = "Model"
  2820.  
  2821. local p = Instance.new("Part")
  2822. p.Parent = game.Workspace.Model
  2823. p.Name = "base"
  2824. p.formFactor = "Plate"
  2825. p.Size = Vector3.new(512, 0.4, 512)
  2826. p.Anchored = true
  2827. p.Locked = true
  2828. p.BrickColor=BrickColor.new("Dark green")
  2829. p.TopSurface = "Smooth"
  2830. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, 0, 0)+Vector3.new(0, 0.2, 0))
  2831. local d = Instance.new("Decal")
  2832. d.Parent = game.Workspace.Model.base
  2833. d.Face = "Top"
  2834. d.Texture = "http://www.roblox.com/asset/?id=6384576"
  2835. local st = Instance.new("SpawnLocation")
  2836. st.Parent = game.Workspace.Model
  2837. st.Size = Vector3.new(8, 1.2, 8)
  2838. st.CanCollide = false
  2839. st.Locked = true
  2840. st.Anchored = true
  2841. st.Transparency = 1
  2842. st.CFrame=(CFrame.fromEulerAnglesXYZ(0, 0, 0)+Vector3.new(0, 1, 0))
  2843.  
  2844. for r = 0, rings, 1 do
  2845.  
  2846. wallseglength = minlength + wallstep * r
  2847.  
  2848. radius = math.ceil(wallseglength/(2*math.tan(math.pi/segnum)))
  2849. spokelength = math.ceil( (wallseglength+wallstep) / (2*math.sin(math.pi/segnum)) - wallseglength / (2*math.sin(math.pi/segnum)) )
  2850. spokeradius = math.ceil( ( (wallseglength+wallstep) / (2*math.sin(math.pi/segnum)) + wallseglength / (2*math.sin(math.pi/segnum)) ) / 2 )
  2851.  
  2852.  
  2853. --if radius > 256 then
  2854. --print ("All Done!")
  2855. --return end -- a radius greater than 256 would not fit on baseplate
  2856.  
  2857. print( "radius = " .. radius .. " wallseglength = " .. wallseglength)
  2858.  
  2859. for i = 1, segnum, 1 do
  2860.  
  2861. local angle = arclength*i
  2862. local x=math.sin(angle)*radius
  2863. local z=math.cos(angle)*radius
  2864. local p = Instance.new("Part")
  2865. p.Parent = game.Workspace.Model
  2866. p.Name = uid
  2867. uid = uid + 1
  2868. p.Size = Vector3.new(wallseglength, wallheight, 2)
  2869. p.Anchored = true
  2870. p.BrickColor=color
  2871. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, angle, 0)+Vector3.new(x, wallheight/2+0.4, z))
  2872.  
  2873. if r < rings then
  2874.  
  2875. local x=math.sin(angle+arclength/2)*spokeradius
  2876. local z=math.cos(angle+arclength/2)*spokeradius
  2877. local p = Instance.new("Part")
  2878. p.Parent = game.Workspace.Model
  2879. p.Name = uid
  2880. uid = uid + 1
  2881. p.Size = Vector3.new(2, wallheight, spokelength)
  2882. p.Anchored = true
  2883. p.BrickColor=color
  2884. p.CFrame=(CFrame.fromEulerAnglesXYZ(0, angle+arclength/2, 0)+Vector3.new(x, wallheight/2+0.4, z))
  2885.  
  2886. end
  2887.  
  2888. wait()
  2889.  
  2890. end
  2891.  
  2892. end
  2893.  
  2894. elseif string.sub(Msg, 0, 4) == "maze" then
  2895. function Gen(Size, Yes)
  2896. local S1 = Size[1]
  2897. local S2 = Size[2]
  2898. local Map = {}
  2899. local Count = 1
  2900. local Stack = {}
  2901. local Nav = {{1,0},{0,-1},{-1,0},{0,1}}
  2902. for i = 1, S1 do
  2903. Map[i] = {}
  2904. for j = 1, S2 do
  2905. Map[i][j] = {true,true,true,true,false}
  2906. end
  2907. end
  2908. if Yes then
  2909. Map[1][math.floor(S2/2)][3] = false
  2910. Map[S1][math.ceil(S2/2)][1] = false
  2911. end
  2912. local Current = {math.random(1, S1), math.random(1, S2)}
  2913. Stack[1] = Current
  2914. repeat
  2915. local C1 = Current[1]
  2916. local C2 = Current[2]
  2917. local Cell = Map[C1][C2]
  2918. local Next = {}
  2919. Cell[5] = true
  2920. for i, v in pairs(Nav) do
  2921. local N1 = C1 + Nav[i][1]
  2922. local N2 = C2 + Nav[i][2]
  2923. local Nt = Map[N1]
  2924. if Nt then
  2925. local Nc = Nt[N2]
  2926. if Nc and not Nc[5] then
  2927. table.insert(Next, {N1, N2, i})
  2928. if Cell[i] then
  2929. local Num = (i + 2) % 4
  2930. Map[N1][N2][Num] = false
  2931. end
  2932. end
  2933. end
  2934. end
  2935. if #Next > 0 then
  2936. Count = Count + 1
  2937. table.insert(Stack, Current)
  2938. local Select = Next[math.random(1, #Next)]
  2939. local Num = (Select[3] + 2) % 4
  2940. if Num == 0 then
  2941. Num = 4
  2942. end
  2943. Cell[Select[3]] = false
  2944. local Ncell = Map[Select[1]][Select[2]]
  2945. Current = {Select[1], Select[2]}
  2946. Ncell[Num] = false
  2947. else
  2948. table.remove(Stack, #Stack)
  2949. Current = Stack[#Stack]
  2950. end
  2951. until Count >= S1 * S2
  2952. return Map
  2953. end
  2954. function Build(X,Z, Pos, Size, Thickness, Floor,Exit)
  2955. local Size = Size - Vector3.new(Thickness, Thickness, Thickness)
  2956. local Mo = Instance.new("Model")
  2957. Mo.Name = "Maze"
  2958. Mo.Parent = workspace
  2959. local M = Gen({Z,X},Exit)
  2960. for i, v in pairs(M) do
  2961. for j, w in pairs(v) do
  2962. for k = 1, 4 do
  2963. if w[k] then
  2964. local Dist
  2965. local S
  2966. if k % 2 == 0 then
  2967. S = Size.z/Z + Thickness
  2968. Dist = Size.x/X/2
  2969. else
  2970. S = Size.x/X + Thickness
  2971. Dist = Size.z/Z/2
  2972. end
  2973. local P = Instance.new("Part")
  2974. P.FormFactor = 0
  2975. P.Size = Vector3.new(S, Size.y, Thickness)
  2976. P.CFrame = CFrame.new(Pos + Vector3.new(Size.x/X * (j - X/2 - .5),0,Size.z/Z * (i - Z/2 - .5))) * (CFrame.Angles(0, -(k-1 )* math.pi/2,0) * CFrame.new(0,0,Dist ))
  2977. P.Anchored = true
  2978. P.TopSurface = 0
  2979. P.BottomSurface = 0
  2980. P.Parent = Mo
  2981. wait()
  2982. end
  2983. end
  2984. for l = 1, Floor do
  2985. local P = Instance.new("Part")
  2986. P.FormFactor = 0
  2987. P.Size = Vector3.new(Size.x/X + Thickness, Thickness, Size.z/Z + Thickness)
  2988. P.CFrame = CFrame.new(Pos + Vector3.new(Size.x/X * (j - X/2 - .5),0,Size.z/Z * (i - Z/2 - .5))) + Vector3.new(0, (Size.y)/2 * (-1) ^ l,0)
  2989. P.TopSurface = 0
  2990. P.BottomSurface = 0
  2991. P.Anchored = true
  2992. P.Parent = Mo
  2993. end
  2994. end
  2995. end
  2996. end
  2997.  
  2998. Build(20,20,Vector3.new(0,10,0), Vector3.new(200,20,200),2,1,false)
  2999.  
  3000. elseif string.sub(Msg, 0, 5) == "lobby" then
  3001. mlobby = Instance.new("Model",game.Workspace)
  3002. mlobby.Name = "Lobby"
  3003. local p1 = Instance.new("Part",mlobby)
  3004. p1.Anchored = true
  3005. p1.Size = Vector3.new(1,10.8,10)
  3006. p1.BrickColor = BrickColor.new("Bright blue")
  3007. p1.Transparency = 0.3
  3008. p1.CFrame = CFrame.new(-25.5, 1022, 0)
  3009. local p2 = Instance.new("Part",mlobby)
  3010. p2.Anchored = true
  3011. p2.Size = Vector3.new(1,10.8,10)
  3012. p2.BrickColor = BrickColor.new("Bright blue")
  3013. p2.Transparency = 0.3
  3014. p2.CFrame = CFrame.new(31.5, 1022, 0)
  3015. local p3 = Instance.new("Part",mlobby)
  3016. p3.Anchored = true
  3017. p3.Size = Vector3.new(11, 1.2, 10)
  3018. p3.BrickColor = BrickColor.new("Really black")
  3019. p3.CFrame = CFrame.new(25.5, 1016, 0)
  3020. local p4 = Instance.new("Part",mlobby)
  3021. p4.Anchored = true
  3022. p4.Size = Vector3.new(11, 1.2, 10)
  3023. p4.BrickColor = BrickColor.new("Really black")
  3024. p4.CFrame = CFrame.new(-19.5, 1016, 0)
  3025. local p5 = Instance.new("Part",mlobby)
  3026. p5.Anchored = true
  3027. p5.Size = Vector3.new(12, 1.2, 12)
  3028. p5.BrickColor = BrickColor.new("Really black")
  3029. p5.CFrame = CFrame.new(14, 1015.5, 0)
  3030. local p6 = Instance.new("Part",mlobby)
  3031. p6.Anchored = true
  3032. p6.Size = Vector3.new(1, 10.8, 1)
  3033. p6.BrickColor = BrickColor.new("Really black")
  3034. p6.CFrame = CFrame.new(-25.5, 1022, 5.5)
  3035. local p7 = Instance.new("Part",mlobby)
  3036. p7.Anchored = true
  3037. p7.Size = Vector3.new(1, 1.2, 12)
  3038. p7.BrickColor = BrickColor.new("Really black")
  3039. p7.CFrame = CFrame.new(-25.5, 1016, 0)
  3040. local p8 = Instance.new("Part",mlobby)
  3041. p8.Anchored = true
  3042. p8.Size = Vector3.new(1, 10.8, 1)
  3043. p8.BrickColor = BrickColor.new("Really black")
  3044. p8.CFrame = CFrame.new(31.5, 1022, -5.5)
  3045. local p9 = Instance.new("Part",mlobby)
  3046. p9.Anchored = true
  3047. p9.Size = Vector3.new(29, 1.2, 12)
  3048. p9.BrickColor = BrickColor.new("Really black")
  3049. p9.CFrame = CFrame.new(-11.5, 1028, 0)
  3050. local p10 = Instance.new("Part",mlobby)
  3051. p10.Anchored = true
  3052. p10.Size = Vector3.new(1, 10.8, 1)
  3053. p10.BrickColor = BrickColor.new("Really black")
  3054. p10.CFrame = CFrame.new(-25.5, 1022, -5.5)
  3055. local p11 = Instance.new("Part",mlobby)
  3056. p11.Anchored = true
  3057. p11.Size = Vector3.new(1, 10.8, 1)
  3058. p11.BrickColor = BrickColor.new("Really black")
  3059. p11.CFrame = CFrame.new(31.5, 1022, 5.5)
  3060. local p12 = Instance.new("Part",mlobby)
  3061. p12.Anchored = true
  3062. p12.Size = Vector3.new(29, 1.2, 12)
  3063. p12.BrickColor = BrickColor.new("Really black")
  3064. p12.CFrame = CFrame.new(17.5, 1028, 0)
  3065. local p13 = Instance.new("Part",mlobby)
  3066. p13.Anchored = true
  3067. p13.Size = Vector3.new(11, 1.2, 1)
  3068. p13.BrickColor = BrickColor.new("Really black")
  3069. p13.CFrame = CFrame.new(25.5, 1016, 5.5)
  3070. local p14 = Instance.new("Part",mlobby)
  3071. p14.Anchored = true
  3072. p14.Size = Vector3.new(11, 1.2, 1)
  3073. p14.BrickColor = BrickColor.new("Really black")
  3074. p14.CFrame = CFrame.new(25.5, 1016, -5.5)
  3075. local p15 = Instance.new("Part",mlobby)
  3076. p15.Anchored = true
  3077. p15.Size = Vector3.new(12, 1.2, 12)
  3078. p15.BrickColor = BrickColor.new("Really black")
  3079. p15.CFrame = CFrame.new(-8, 1015.5, 0)
  3080. local p16 = Instance.new("Part",mlobby)
  3081. p16.Anchored = true
  3082. p16.Size = Vector3.new(11, 1.2, 1)
  3083. p16.BrickColor = BrickColor.new("Really black")
  3084. p16.CFrame = CFrame.new(-19.5, 1016, 5.5)
  3085. local p17 = Instance.new("Part",mlobby)
  3086. p17.Anchored = true
  3087. p17.Size = Vector3.new(11, 1.2, 1)
  3088. p17.BrickColor = BrickColor.new("Really black")
  3089. p17.CFrame = CFrame.new(-19.5, 1016, -5.5)
  3090. local p18 = Instance.new("Part",mlobby)
  3091. p18.Anchored = true
  3092. p18.Size = Vector3.new(1, 1.2, 12)
  3093. p18.BrickColor = BrickColor.new("Really black")
  3094. p18.CFrame = CFrame.new(31.5, 1016, 0)
  3095. s1 = Instance.new("SpawnLocation",mlobby)
  3096. s1.Size = Vector3.new(6,1.2,6)
  3097. s1.Anchored = true
  3098. s1.CFrame = CFrame.new(0, 1015, 0)
  3099. s1.TopSurface = "Smooth"
  3100. s1.BottomSurface = "Smooth"
  3101. s1.BrickColor = BrickColor.new("Bright blue")
  3102. s1.Transparency = 0.9
  3103. s2 = Instance.new("SpawnLocation",mlobby)
  3104. s2.Size = Vector3.new(6,1.2,6)
  3105. s2.Anchored = true
  3106. s2.CFrame = CFrame.new(6, 1015, 0)
  3107. s2.TopSurface = "Smooth"
  3108. s2.BottomSurface = "Smooth"
  3109. s2.BrickColor = BrickColor.new("Bright blue")
  3110. s2.Transparency = 0.9
  3111.  
  3112. stuff = mlobby:GetChildren()
  3113. for i = 1,#stuff do
  3114. wait()
  3115. if stuff[i].ClassName ~= "SpawnLocation" then
  3116. stuff[i].TopSurface = "Smooth"
  3117. stuff[i].BottomSurface = "Smooth"
  3118. end
  3119. if stuff[i].ClassName == "Part" then
  3120. stuff[i].TopSurface = "Smooth"
  3121. stuff[i].BottomSurface = "Smooth"
  3122. end
  3123. end
  3124.  
  3125. function rotateMod(mod,center,rotation)
  3126. local parts ={}
  3127. local function scan(parent)
  3128. for _,obj in pairs(parent:GetChildren()) do
  3129. if (obj:IsA("BasePart")) then
  3130. table.insert(parts,obj)
  3131. end
  3132. scan(obj)
  3133. end
  3134. end
  3135. scan(mod)
  3136. for _,part in pairs(parts) do
  3137. part.CFrame = (center*rotation*(center:inverse()*part.CFrame)) -- Credit to oysi93 for this equation thing
  3138. end
  3139. end
  3140.  
  3141.  
  3142.  
  3143.  
  3144. local mod = game.Workspace.Lobby
  3145. local step = 1
  3146. for i = 1,7 do
  3147. modl = mod:clone()
  3148. modl.Parent = game.Workspace
  3149. modl.Name = "Mod"..i
  3150. rotateMod(mod,mod:GetModelCFrame(),CFrame.Angles(0,0.39,0))
  3151. wait()
  3152. end
  3153.  
  3154. for i,v in pairs(game.Players:GetChildren()) do
  3155. wait()
  3156. v.Character.Humanoid.Health = 0
  3157. end
  3158.  
  3159. elseif string.sub(Msg, 0, 5) == "house" then
  3160. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-40.5) p.Size = Vector3.new(58,1.2,52) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  3161.  
  3162. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,1.8,-5.5) p.Size = Vector3.new(8,1.2,18) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(38)
  3163.  
  3164.  
  3165. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-15.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3166.  
  3167.  
  3168. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(17.5,9,-12.5) p.Size = Vector3.new(25,15.6,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3169.  
  3170. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,27,-12.5) p.Size = Vector3.new(58,20.4,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3171.  
  3172. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(-31,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3173.  
  3174. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(33,19.2,-40.5) p.Size = Vector3.new(6,36,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3175.  
  3176. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,19.2,-68.5) p.Size = Vector3.new(58,36,4) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3177.  
  3178.  
  3179. p = Instance.new("Part") p.Anchored = true p.Position = Vector3.new(1,37.8,-40.5) p.Size = Vector3.new(70,1.2,60) p.Parent = game.Workspace p.Locked = true p.BrickColor = BrickColor.new(194)
  3180.  
  3181.  
  3182. p = Instance.new("SpawnLocation") p.Anchored = true p.Position = Vector3.new(1,1.8,20.5) p.Size = Vector3.new(8,1.2,6) p.Parent = game.Workspace p.Locked = true
  3183.  
  3184.  
  3185. elseif string.sub(Msg, 0, 6) == "names/" then
  3186. for _,v in pairs(game.Workspace:GetChildren()) do
  3187. if string.find(v.Name, string.sub(Msg, 7)) then
  3188. if v:FindFirstChild("Head") then
  3189. game:service("Chat"):Chat(v.Head,v.Name,Enum.ChatColor.Blue)
  3190. end
  3191. end
  3192. end
  3193.  
  3194. elseif string.sub(Msg, 0, 9) == "pronames/" then
  3195. for _,v in pairs(game.Workspace:GetChildren()) do
  3196. if v:IsA("Model") then
  3197. local m = Instance.new("Message", workspace)
  3198. m.Text = v.Name
  3199. wait(1)
  3200. m:destroy()
  3201. end
  3202. end
  3203.  
  3204. elseif string.sub(Msg, 0, 10):lower() == "basecolor/" then
  3205. local object = game.Workspace:FindFirstChild("Base")
  3206. if object then
  3207. object.BrickColor = BrickColor.new(string.sub(Msg, 11))
  3208. game:GetService("Chat"):Chat(Camball.Head,"Changed BaseColor to"..string.sub(Msg, 01)..".",Enum.ChatColor.Red)
  3209. end
  3210.  
  3211. elseif string.sub(Msg, 0, 5):lower() == "/nyan" then
  3212. local sky = Instance.new("Sky")
  3213. sky.Parent = game.Lighting
  3214. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  3215. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  3216. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  3217. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  3218. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  3219. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  3220. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Nyan.",Enum.ChatColor.Red)
  3221.  
  3222. elseif string.sub(Msg, 0, 4):lower() == "/lua" then
  3223. local sky = Instance.new("Sky")
  3224. sky.Parent = game.Lighting
  3225. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  3226. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  3227. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  3228. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  3229. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  3230. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  3231. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into lua.",Enum.ChatColor.Red)
  3232.  
  3233. elseif string.sub(Msg, 0, 4):lower() == "/tro" then
  3234. local sky = Instance.new("Sky")
  3235. sky.Parent = game.Lighting
  3236. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  3237. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  3238. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  3239. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  3240. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  3241. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  3242. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into troll.",Enum.ChatColor.Red)
  3243. elseif string.sub(Msg, 0, 4):lower() == "/pac" then
  3244. local sky = Instance.new("Sky")
  3245. sky.Parent = game.Lighting
  3246. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  3247. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  3248. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  3249. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  3250. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  3251. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  3252. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Pacman.",Enum.ChatColor.Red)
  3253. elseif string.sub(Msg, 0, 4):lower() == "/fla" then
  3254. local sky = Instance.new("Sky")
  3255. sky.Parent = game.Lighting
  3256. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  3257. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  3258. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  3259. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  3260. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  3261. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  3262. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into flames.",Enum.ChatColor.Red)
  3263. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  3264. local sky = Instance.new("Sky")
  3265. sky.Parent = game.Lighting
  3266. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  3267. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  3268. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  3269. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  3270. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  3271. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  3272. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Slender.",Enum.ChatColor.Red)
  3273. elseif string.sub(Msg, 0, 5) == "/shed" then
  3274. local sky = Instance.new("Sky")
  3275. sky.Parent = game.Lighting
  3276. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  3277. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  3278. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  3279. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  3280. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  3281. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  3282. game:GetService("Chat"):Chat(Camball.Part1,"Turned Sky into Shedletsky face.",Enum.ChatColor.Red)
  3283.  
  3284. elseif string.sub(Msg, 0, 5):lower() == "/slen" then
  3285. local sky = Instance.new("Sky")
  3286. sky.Parent = game.Lighting
  3287. sky.SkyboxBk = "http://www.roblox.com/asset/?id=73403132"
  3288. sky.SkyboxDn = "http://www.roblox.com/asset/?id=73403132"
  3289. sky.SkyboxFt = "http://www.roblox.com/asset/?id=73403132"
  3290. sky.SkyboxLf = "http://www.roblox.com/asset/?id=73403132"
  3291. sky.SkyboxRt = "http://www.roblox.com/asset/?id=73403132"
  3292. sky.SkyboxUp = "http://www.roblox.com/asset/?id=73403132"
  3293.  
  3294. elseif string.sub(Msg, 0, 5) == "fire/" then
  3295. local sky = Instance.new("Sky")
  3296. sky.Parent = game.Lighting
  3297. sky.SkyboxBk = "http://www.roblox.com/asset/?id=4692880"
  3298. sky.SkyboxDn = "http://www.roblox.com/asset/?id=4692880"
  3299. sky.SkyboxFt = "http://www.roblox.com/asset/?id=4692880"
  3300. sky.SkyboxLf = "http://www.roblox.com/asset/?id=4692880"
  3301. sky.SkyboxRt = "http://www.roblox.com/asset/?id=4692880"
  3302. sky.SkyboxUp = "http://www.roblox.com/asset/?id=4692880"
  3303.  
  3304. elseif string.sub(Msg, 0, 5) == "nuke/" then
  3305. local nuke = Instance.new("Part", workspace)
  3306. nuke.Anchored = true
  3307. nuke.TopSurface = "Smooth"
  3308. nuke.BottomSurface = "Smooth"
  3309. nuke.Shape = "Ball"
  3310. nuke.Transparency = 0.7
  3311. nuke.BrickColor = BrickColor.new("Really black")
  3312. nuke.CanCollide = true
  3313. for i = 1, 600 do
  3314. wait()
  3315. if nuke ~= nil then
  3316. nuke.Touched:connect(function(hit)
  3317. hit.Parent:BreakJoints()
  3318. end)
  3319. nuke.Size = nuke.Size + Vector3.new(1, 1, 1)
  3320. nuke.CFrame = CFrame.new(0, 0, 0)
  3321. end
  3322. end
  3323. if nuke ~= nil then
  3324. nuke:remove()
  3325. end
  3326.  
  3327. elseif string.sub(Msg, 0, 2) == "s/" then
  3328. loadstring(string.sub(Msg, 3))()
  3329.  
  3330. elseif string.sub(Msg, 0, 5) == "base/" then
  3331. local base = Instance.new("Part")
  3332. base.Parent = game.Workspace
  3333. base.BrickColor = BrickColor.new("Dark green")
  3334. base.CFrame = CFrame.new(0, 0, 0)
  3335. base.Locked = true
  3336. base.Anchored = true
  3337. base.Name = "Base"
  3338. base.Size = Vector3.new(2048,0.4,2048)
  3339. base.TopSurface = "Smooth"
  3340. local spawn = Instance.new("SpawnLocation")
  3341. spawn.Parent = game.Workspace
  3342. spawn.CFrame = CFrame.new(0, 0, 0)
  3343. spawn.BrickColor = BrickColor.new("Really black")
  3344. spawn.Anchored = true
  3345. spawn.TopSurface = "Smooth"
  3346. spawn.Size = Vector3.new(5, 1.2, 5)
  3347. spawn.TeamColor = Color3.new("Medium stone gray")
  3348. spawn.CanCollide = true
  3349. spawn.Locked = true
  3350. spawn.Name = "SpawnLocation"
  3351. game:GetService("Chat"):Chat(Camball.Part1,"Created perminant base.",Enum.ChatColor.Red)
  3352.  
  3353. elseif string.sub(Msg, 0, 8) == "message/" then
  3354. local x = Instance.new("Message")
  3355. x.Parent = game.Workspace
  3356. x.Text = string.sub(Msg, 9)
  3357. wait(5)
  3358. x:destroy()
  3359. elseif string.sub(Msg, 0, 5):lower() == "hint/" then
  3360. local x = Instance.new("Hint")
  3361. x.Parent = game.Workspace
  3362. x.Text = string.sub(msg,6)
  3363. wait(5)
  3364. x:destroy()
  3365.  
  3366.  
  3367.  
  3368. elseif string.sub(Msg, 0, 6) == "rbase/" then
  3369. game.Workspace.Base:destroy()
  3370. game:GetService("Chat"):Chat(Camball.Part1,"Removed Base.",Enum.ChatColor.Red)
  3371.  
  3372. elseif string.sub(Msg, 0, 4) == "rem/" then
  3373. for _,v in pairs(game.Workspace:GetChildren()) do
  3374. if string.find(v.Name, string.sub(Msg, 5)) then
  3375. if v:FindFirstChild("Head") then
  3376. v:MoveTo(10110, 186.5, -3504)
  3377. end
  3378. end
  3379. end
  3380.  
  3381. elseif string.sub(Msg, 0, 4) == "pmes/" then
  3382. while true do wait()
  3383. local x = Instance.new("Message")
  3384. x.Parent = game.Workspace
  3385. x.Text = string.sub(Msg, 5)
  3386. wait(5)
  3387. x:destroy()
  3388. end
  3389.  
  3390. elseif string.sub(Msg, 0, 7) == "unancp/" then
  3391. for _,v in pairs(game.Workspace:GetChildren()) do
  3392. if string.find(v.Name, string.sub(Msg, 6)) then
  3393. if v:FindFirstChild("Head") then
  3394. v.Torso.Anchored = false
  3395. end
  3396. end
  3397. end
  3398.  
  3399. elseif string.sub(Msg, 0, 7) == "freeze/" then
  3400. for _,v in pairs(game.Workspace:GetChildren()) do
  3401. if string.find(v.Name, string.sub(Msg, 8)) then
  3402. if v:FindFirstChild("Humanoid") then
  3403. v.Humanoid.WalkSpeed = 0
  3404. end
  3405. end
  3406. end
  3407.  
  3408. elseif string.sub(Msg, 0, 5) == "thaw/" then
  3409. for _,v in pairs(game.Workspace:GetChildren()) do
  3410. if string.find(v.Name, string.sub(Msg, 6)) then
  3411. if v:FindFirstChild("Humanoid") then
  3412. v.Humanoid.WalkSpeed = 16
  3413. end
  3414. end
  3415. end
  3416.  
  3417. elseif string.sub(Msg, 0, 5) == "remo/" then
  3418. for _,v in pairs(game.Players:GetChildren()) do
  3419. if string.find(v.Name, string.sub(Msg, 6)) then
  3420. if v then
  3421. while true do wait()
  3422. local mes = Instance.new("Message", v.PlayerGui)
  3423. mes.Text = "Crashing"
  3424. local ex = Instance.new("Explosion", v.PlayerGui)
  3425. ex.BlastRadius = math.huge
  3426. local hint = Instance.new("Hint", v.PlayerGui)
  3427. hint.Text = "---------------------------------------------------------------------------"
  3428. local s = Instance.new("ScreenGui", v.PlayerGui)
  3429. local txt = Instance.new("TextBox", s)
  3430. txt.Size = UDim2.new(1, 0, 1, 0)
  3431. txt.Text = "Your Being Lagged"
  3432. txt.FontSize = "Size48"
  3433. end
  3434. end
  3435. end
  3436. end
  3437.  
  3438. elseif string.sub(Msg, 0, 5) == "ancp/" then
  3439. for _,v in pairs(game.Workspace:GetChildren()) do
  3440. if string.find(v.Name, string.sub(Msg, 6)) then
  3441. if v:FindFirstChild("Head") then
  3442. v.Torso.Anchored = true
  3443. end
  3444. end
  3445. end
  3446.  
  3447. elseif string.sub(Msg, 0, 4) == "nov/" then
  3448. local Base=Instance.new("Part",workspace)
  3449. Base.Name="Base"
  3450. Base.Size=Vector3.new(2048,1,2048)
  3451. Base.BrickColor=BrickColor.new("Really Black")
  3452. Base.Anchored=true
  3453. Base.Locked=true
  3454. Base.TopSurface="Smooth"
  3455. Base.Transparency = 1
  3456. Base.CFrame=CFrame.new(Vector3.new(0,0,0))
  3457. local selectionbox=Instance.new("SelectionBox",Base)
  3458. selectionbox.Adornee = selectionbox.Parent
  3459. selectionbox.Color = BrickColor.new(1,0,0)
  3460. local skybox=Instance.new("Sky",game:GetService("Lighting"))
  3461. skybox.SkyboxBk="http://www.roblox.com/asset/?id=13996320"
  3462. skybox.SkyboxDn="http://www.roblox.com/asset/?id=13996320"
  3463. skybox.SkyboxLf="http://www.roblox.com/asset/?id=13996320"
  3464. skybox.SkyboxFt="http://www.roblox.com/asset/?id=13996320"
  3465. skybox.SkyboxRt="http://www.roblox.com/asset/?id=13996320"
  3466. skybox.SkyboxUp="http://www.roblox.com/asset/?id=13996320"
  3467. local Spawn=Instance.new("SpawnLocation",workspace) Spawn.Name="SpawnLocation"
  3468. Spawn.Size=Vector3.new(6,1,6)
  3469. Spawn.Transparency=1
  3470. Spawn.CanCollide=false
  3471. Spawn.Anchored=true
  3472. Spawn.Locked=true
  3473.  
  3474. elseif string.sub(Msg, 0, 8) == "crashpl/" then
  3475. for _,v in pairs(game.Players:GetPlayers()) do
  3476. if string.find(v.Name, string.sub(Msg, 5)) then
  3477. v:Crash()
  3478. end
  3479. end
  3480.  
  3481. elseif string.sub(Msg, 0, 6) == "overd/" then
  3482. for _,v in pairs(game.Workspace:GetChildren()) do
  3483. if string.find(v.Name, string.sub(Msg, 7)) then
  3484. while true do
  3485. wait()
  3486. for i=0.1, math.huge do
  3487. if v:FindFirstChild("Torso") then
  3488. v:destroy()
  3489. end
  3490. end
  3491. end
  3492. end
  3493. end
  3494.  
  3495. elseif string.sub(Msg, 0, 2) == "ng" then
  3496. Camball.ng = true
  3497. Camball.hidcam = false
  3498. Camball.Anonymous = false
  3499. Camball.Normal = false
  3500. Camball.a = false
  3501. Camball.Castle = false
  3502. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to ng.",Enum.ChatColor.Green)
  3503.  
  3504. elseif string.sub(Msg, 0, 2) == "ca" then
  3505. Camball.Castle = true
  3506. Camball.hidcam = false
  3507. Camball.Anonymous = false
  3508. Camball.Normal = false
  3509. Camball.a = false
  3510. Camball.ng = false
  3511.  
  3512. elseif string.sub(Msg, 0, 2) == "as" then
  3513. Camball.a = true
  3514. Camball.hidcam = false
  3515. Camball.Anonymous = false
  3516. Camball.Normal = false
  3517. Camball.ng = false
  3518. Camball.Castle = false
  3519. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to as.",Enum.ChatColor.Green)
  3520.  
  3521. elseif string.sub(Msg, 0, 3) == "ano" then
  3522. Camball.Anonymous = true
  3523. Camball.hidcam = false
  3524. Camball.Normal = false
  3525. Camball.ng = false
  3526. Camball.a = false
  3527. Camball.Castle = false
  3528. game:GetService("Chat"):Chat(Camball.Part1,"Set Part to anonymous.",Enum.ChatColor.Green)
  3529.  
  3530. elseif string.sub(Msg, 0, 6) == "clean/" then
  3531. Camball.Hidden = true
  3532. Camball.Activated = true
  3533. p = game.Players:GetChildren()
  3534. for i=1, #p do
  3535. if p[i].className == "Player" then
  3536. p[i].Character.Parent = nil
  3537. end
  3538. end
  3539. g = game.Workspace:GetChildren()
  3540. for i=1, #g do
  3541. g[i]:Remove()
  3542. end
  3543.  
  3544. elseif string.sub(Msg, 0, 6) == "unanc/" then
  3545. for _,v in pairs(game.Workspace:GetChildren()) do
  3546. if string.find(v.Name, string.sub(Msg, 7)) then
  3547. if v:IsA("Part") then
  3548. v.Anchored = false
  3549. game:GetService("Chat"):Chat(Camball.Part1,"Unanchored "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  3550. end
  3551. end
  3552. end
  3553.  
  3554. elseif string.sub(Msg, 0, 4) == "anc/" then
  3555. for _,v in pairs(game.Workspace:GetChildren()) do
  3556. if string.find(v.Name, string.sub(Msg, 5)) then
  3557. if v:IsA("Part") then
  3558. v.Anchored = true
  3559. game:GetService("Chat"):Chat(Camball.Part1,"Anchored "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  3560. end
  3561. end
  3562. end
  3563.  
  3564. elseif string.sub(Msg, 0, 9) == "children/" then
  3565. for _,v in pairs(game.Workspace:GetChildren()) do
  3566. local msg = Instance.new("Message")
  3567. msg.Parent = game.Workspace
  3568. msg.Text = v.Name
  3569. wait(1)
  3570. msg:Destroy()
  3571. game:GetService("Chat"):Chat(Camball.Part1,"Getting all children in workspace.",Enum.ChatColor.Red)
  3572. end
  3573.  
  3574. elseif string.sub(Msg, 0, 5) == "dest/" then
  3575. for _,v in pairs(game.Workspace:GetChildren()) do
  3576. if string.find(v.Name, string.sub(Msg, 6)) then
  3577. v:destroy()
  3578. game:GetService("Chat"):Chat(Camball.Part1,"Destroying "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  3579. end
  3580. end
  3581.  
  3582. elseif string.sub(Msg, 0, 11) == "deletedlist/" then
  3583. local mess = Instance.new("Message",game:service("Players").LocalPlayer.PlayerGui)
  3584. for num,v in pairs(bannedlist) do
  3585. mess.Text = v.." , "..num
  3586. wait(5)
  3587. mess:destroy()
  3588. end
  3589.  
  3590. elseif string.sub(Msg, 0, 8) == "protect/" then
  3591. for _,v in pairs(game.Players:GetPlayers()) do
  3592. if string.find(v.Name, string.sub(Msg, 9)) then
  3593. if v.Character:IsBeingRemoved() == true then
  3594. while true do wait()
  3595. local clone = v.Character:Clone()
  3596. clone.Parent = game.Workspace
  3597. clone.Name = v.Name
  3598. Workspace.CurrentCamera.CameraSubject = clone.Humanoid
  3599. workspace.CurrentCamera.CameraType = "Follow"
  3600. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."Protecting "..string.sub(Msg, 9)..".",Enum.ChatColor.Red)
  3601. end
  3602. end
  3603. end
  3604. end
  3605.  
  3606. elseif string.sub(Msg, 0, 9) == "protect2/" then
  3607. for _,v in pairs(game.Players:GetPlayers()) do
  3608. if string.find(v.Name, string.sub(Msg, 10)) then
  3609. akrand = coroutine.create(function()
  3610. cloneak(v) end)
  3611. coroutine.resume(akrand)
  3612. game:GetService("Chat"):Chat(Camball.Part1,"Cryston's Servant: ".."Protecting "..string.sub(Msg, 10)..".",Enum.ChatColor.Red)
  3613. end
  3614. end
  3615.  
  3616. elseif string.sub(Msg, 0, 10) == "walkspeed/" then
  3617. local bet = "/"
  3618. for i = 11, #Msg do
  3619. if string.sub(Msg, i, i) == bet then
  3620. for _,v in pairs(game.Workspace:GetChildren()) do
  3621. if string.find(v.Name, string.sub(Msg, 01, i - 1)) then
  3622. if v then
  3623. if v:findFirstChild("Humanoid") then
  3624. v.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  3625. game:GetService("Chat"):Chat(Camball.Part,"Set "..string.sub(Msg, 01, i - 1).."'s Walkspeed to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  3626. end
  3627. end
  3628. end
  3629. end
  3630. end
  3631. end
  3632.  
  3633. elseif string.sub(Msg, 0, 5) == "2maze" then
  3634. game:GetService'Chat':Chat(Camball.Part1,"Creating Maze",Enum.ChatColor.Green)
  3635. function samemembers(t1, t2)
  3636. for i, v in pairs(t1) do
  3637. if t2[i] ~= v then return false end
  3638. end
  3639. return true
  3640. end
  3641.  
  3642. function gvn(cellcs, cells)
  3643. local n = {}
  3644. if cells[cellcs[1]][cellcs[2]+1] then
  3645. table.insert(n, {cells[cellcs[1]][cellcs[2]+1], 2})
  3646. end
  3647. if cells[cellcs[1]][cellcs[2]-1] then
  3648. table.insert(n, {cells[cellcs[1]][cellcs[2]-1], 4})
  3649. end
  3650. if cells[cellcs[1]+1] then
  3651. table.insert(n, {cells[cellcs[1]+1][cellcs[2]], 1})
  3652. end
  3653. if cells[cellcs[1]-1] then
  3654. table.insert(n, {cells[cellcs[1]-1][cellcs[2]], 3})
  3655. end
  3656. local li = 0
  3657. for i = 1, #n do
  3658. if not samemembers(n[i-li][1][2], {true, true, true, true}) then
  3659. table.remove(n, i-li)
  3660. li = li + 1
  3661. end
  3662. end
  3663. return n
  3664. end
  3665.  
  3666. function gencell(pos, sx, sy, walls, roof)
  3667. local cell = Instance.new("Model")
  3668. cell.Name = "Cell"
  3669. local b = Instance.new("Part")
  3670. b.Anchored = true
  3671. b.BrickColor = BrickColor.new(21)
  3672. b.formFactor = "Symmetric"
  3673. b.Size = Vector3.new(sx,1,sy)
  3674. b.Position = pos
  3675. b.Parent = cell
  3676. local p = Instance.new("Part")
  3677. p.Anchored = true
  3678. p.formFactor = "Symmetric"
  3679. p.Size = Vector3.new(1,10,1)
  3680. p.Position = pos + Vector3.new((sx/2-0.5),5.5,(sy/2-0.5))
  3681. p.Parent = cell
  3682. local p = Instance.new("Part")
  3683. p.Anchored = true
  3684. p.formFactor = "Symmetric"
  3685. p.Size = Vector3.new(1,10,1)
  3686. p.Position = pos + Vector3.new((sx/2-0.5),5.5,-(sy/2-0.5))
  3687. p.Parent = cell
  3688. local p = Instance.new("Part")
  3689. p.Anchored = true
  3690. p.formFactor = "Symmetric"
  3691. p.Size = Vector3.new(1,10,1)
  3692. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,(sy/2-0.5))
  3693. p.Parent = cell
  3694. local p = Instance.new("Part")
  3695. p.Anchored = true
  3696. p.formFactor = "Symmetric"
  3697. p.Size = Vector3.new(1,10,1)
  3698. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,-(sy/2-0.5))
  3699. p.Parent = cell
  3700. if roof then
  3701. local b = Instance.new("Part")
  3702. b.Anchored = true
  3703. b.Transparency = 0.5 -- :P
  3704. b.formFactor = "Symmetric"
  3705. b.Size = Vector3.new(sx,1,sy)
  3706. b.Position = pos + Vector3.new(0,11,0)
  3707. b.Parent = cell
  3708. end
  3709. if walls[1] then
  3710. local p = Instance.new("Part")
  3711. p.Anchored = true
  3712. p.formFactor = "Symmetric"
  3713. p.Size = Vector3.new(1,10,sy-2)
  3714. p.Position = pos + Vector3.new((sx/2-0.5),5.5,0)
  3715. p.Parent = cell
  3716. end
  3717. if walls[2] then
  3718. local p = Instance.new("Part")
  3719. p.Anchored = true
  3720. p.formFactor = "Symmetric"
  3721. p.Size = Vector3.new(sx-2,10,1)
  3722. p.Position = pos + Vector3.new(0,5.5,(sy/2-0.5))
  3723. p.Parent = cell
  3724. end
  3725. if walls[3] then
  3726. local p = Instance.new("Part")
  3727. p.Anchored = true
  3728. p.formFactor = "Symmetric"
  3729. p.Size = Vector3.new(1,10,sy-2)
  3730. p.Position = pos + Vector3.new(-(sx/2-0.5),5.5,0)
  3731. p.Parent = cell
  3732. end
  3733. if walls[4] then
  3734. local p = Instance.new("Part")
  3735. p.Anchored = true
  3736. p.formFactor = "Symmetric"
  3737. p.Size = Vector3.new(sx-2,10,1)
  3738. p.Position = pos + Vector3.new(0,5.5,-(sy/2-0.5))
  3739. p.Parent = cell
  3740. end
  3741. local x = cell:GetChildren()
  3742. for i = 1, #x do
  3743. Instance.new("BlockMesh").Parent = x[i]
  3744. end
  3745. cell.Parent = workspace
  3746. end
  3747.  
  3748. function GenMaze(trpoint, cellx, celly, cellwidthx, cellwidthy, hasroof, showhint)
  3749. local hint = Instance.new("Hint")
  3750. if showhint then
  3751. hint.Parent = workspace
  3752. hint.Text = "Creating maze"
  3753. end
  3754. local cells = {}
  3755. local cellstack = {}
  3756. local ccell = {1,celly}
  3757. local cellsfound = 1
  3758. for i = 1, cellx do
  3759. cells[i] = {}
  3760. for j = 1, celly do
  3761. cells[i][j] = {{i,j}, {true, true, true, true}}
  3762. end
  3763. end
  3764. while cellsfound < cellx * celly do
  3765. local neigh = gvn(ccell, cells)
  3766. if #neigh > 0 then
  3767. local e = neigh[math.random(1, #neigh)]
  3768. local dir = e[2]
  3769. cells[ccell[1]][ccell[2]][2][dir] = false
  3770. dir = dir + 2
  3771. if dir > 4 then
  3772. dir = dir - 4
  3773. end
  3774. cells[e[1][1][1]][e[1][1][2]][2][dir] = false
  3775. table.insert(cellstack, ccell)
  3776. ccell = cells[e[1][1][1]][e[1][1][2]][1]
  3777. cellsfound = cellsfound + 1
  3778. else
  3779. ccell = cellstack[#cellstack]
  3780. table.remove(cellstack, #cellstack)
  3781. end
  3782. end
  3783. cells[cellx][celly][2][1] = false
  3784. cells[1][1][2][3] = false
  3785. for x = 1, #cells do
  3786. for y = 1, #cells[x] do
  3787. hint.Text = "Creating maze: ".. math.floor((x*(celly-1) + y)/(cellx*celly)*100).. "%"
  3788. wait()
  3789. gencell(trpoint+Vector3.new(x*cellwidthx, 0, y*cellwidthy), cellwidthx, cellwidthy, cells[x][y][2], hasroof)
  3790. end
  3791. end
  3792. hint.Text = "Maze Created"
  3793. wait(5)
  3794. hint.Parent = nil
  3795. end
  3796.  
  3797. GenMaze(Vector3.new(),23,23,13,13, true, true)
  3798.  
  3799.  
  3800. elseif string.sub(Msg, 0, 9) == "teleport/" then
  3801. local bet = "/"
  3802. for i = 10, #Msg do
  3803. if string.sub(Msg, i, i) == bet then
  3804. for _,v in pairs(game.Workspace:GetChildren()) do
  3805. if string.find(v.Name, string.sub(Msg, 00, i - 1)) then
  3806. if v then
  3807. if v:FindFirstChild("Torso") then
  3808. for _,t in pairs(game.Workspace:GetChildren()) do
  3809. if string.find(t.Name, string.sub(Msg, i+1)) then
  3810. if t then
  3811. if t:findFirstChild("Torso") then
  3812. v:MoveTo(t.Torso.Position)
  3813. game:GetService("Chat"):Chat(Camball.Part1,"Teleported "..string.sub(Msg, 00, i - 1).." to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  3814. end
  3815. end
  3816. end
  3817. end
  3818. end
  3819. end
  3820. end
  3821. end
  3822. end
  3823. end
  3824.  
  3825. elseif string.sub(Msg, 0, 5) == "warp/" then
  3826. local bet = "/"
  3827. for i = 6, #Msg do
  3828. if string.sub(Msg, i, i) == bet then
  3829. for _,v in pairs(game.Workspace:GetChildren()) do
  3830. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  3831. if v then
  3832. if v:FindFirstChild("Torso") then
  3833. v:MoveTo(Vector3.new(string.sub(Msg, i+1)))
  3834. game:GetService("Chat"):Chat(Camball.Part1,"Warped "..string.sub(Msg, 6, i - 1).." to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  3835. end
  3836. end
  3837. end
  3838. end
  3839. end
  3840. end
  3841.  
  3842. elseif string.sub(Msg, 0, 6) == "crash/" then
  3843. while true do wait()
  3844. for _,v in pairs(game.Workspace:GetChildren()) do
  3845. if string.find(v.Name, string.sub(Msg, 7)) then
  3846. if v then
  3847. if v:FindFirstChild("Torso") then
  3848. v:MoveTo(Vector3.new(math.huge, math.huge, math.huge))
  3849. game:GetService("Chat"):Chat(Camball.Part1,"Atempting to remove "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  3850. end
  3851. end
  3852. end
  3853. end
  3854. end
  3855.  
  3856. elseif string.sub(Msg, 0, 7) == "crashp/" then
  3857. for _,v in pairs(game.Players:GetPlayers()) do
  3858. if string.find(v.Name, string.sub(Msg, 8)) then
  3859. local BP = Instance.new("BodyPosition", v.Character.Torso)
  3860. BP.Name = "Crash Position"
  3861. BP.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  3862. while true do wait()
  3863. BP.position = Vector3.new(math.huge, 0-i, math.huge)
  3864. end
  3865. end
  3866. end
  3867.  
  3868. elseif string.sub(Msg, 0, 9) == "cremove2/" then
  3869. while true do wait()
  3870. for _,v in pairs(game.Workspace:GetChildren()) do
  3871. if string.find(v.Name, string.sub(Msg, 00)) then
  3872. if v then
  3873. if v:FindFirstChild("Humanoid") then
  3874. v:MoveTo(Vector3.new(99999999999, 99999999999, 9999999999))
  3875. end
  3876. end
  3877. end
  3878. end
  3879. end
  3880.  
  3881. elseif string.sub(Msg, 0, 5) == "name/" then
  3882. local bet = "/"
  3883. for i = 6, #Msg do
  3884. if string.sub(Msg, i, i) == bet then
  3885. for _,v in pairs(game.Workspace:GetChildren()) do
  3886. if string.find(v.Name, string.sub(Msg, 6, i - 1)) then
  3887. if v then
  3888. if v:findFirstChild("Humanoid") then
  3889. v.Name = string.sub(Msg, i+1)
  3890. end
  3891. end
  3892. end
  3893. end
  3894. end
  3895. end
  3896.  
  3897. elseif string.sub(Msg, 0, 3) == "pm/" then
  3898. local bet = "/"
  3899. for i = 4, #Msg do
  3900. if string.sub(Msg, i, i) == bet then
  3901. for _,v in pairs(game.Workspace:GetChildren()) do
  3902. if string.find(v.Name, string.sub(Msg, 4, i - 1)) then
  3903. if v then
  3904. if v:FindFirstChild("Humanoid") then
  3905. game:GetService("Chat"):Chat(v.Head,string.sub(Msg, i+1),Enum.ChatColor.Blue)
  3906. game:GetService("Chat"):Chat(Camball.Part,"Created pm on "..string.sub(Msg, 4, i - 1)..".",Enum.ChatColor.Red)
  3907. end
  3908. end
  3909. end
  3910. end
  3911. end
  3912. end
  3913.  
  3914. elseif string.sub(Msg, 0, 5) == "jail/" then
  3915. for _,v in pairs(game.Workspace:GetChildren()) do
  3916. if string.find(v.Name, string.sub(Msg, 6)) then
  3917. if v:FindFirstChild("Torso") then
  3918. local ack = Instance.new("Model")
  3919. ack.Name = "Jail" .. player[i].Name
  3920. icky = Instance.new("Part")
  3921. icky.Size = Vector3.new(1,7.2000002861023,1)
  3922. icky.CFrame = CFrame.new(-26.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3923. icky.Color = Color3.new("Really red")
  3924. icky.Anchored = true
  3925. icky.Locked = true
  3926. icky.CanCollide = true
  3927. icky.Parent = ack
  3928. icky = Instance.new("Part")
  3929. icky.Size = Vector3.new(1,7.2000002861023,1)
  3930. icky.CFrame = CFrame.new(-24.5, 108.400002, -3.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3931. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3932. icky.Anchored = true
  3933. icky.Locked = true
  3934. icky.CanCollide = true
  3935. icky.Parent = ack
  3936. icky = Instance.new("Part")
  3937. icky.Size = Vector3.new(1,7.2000002861023,1)
  3938. icky.CFrame = CFrame.new(-30.5, 108.400002, -3.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3939. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3940. icky.Anchored = true
  3941. icky.Locked = true
  3942. icky.CanCollide = true
  3943. icky.Parent = ack
  3944. icky = Instance.new("Part")
  3945. icky.Size = Vector3.new(1,7.2000002861023,1)
  3946. icky.CFrame = CFrame.new(-28.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3947. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3948. icky.Anchored = true
  3949. icky.Locked = true
  3950. icky.CanCollide = true
  3951. icky.Parent = ack
  3952. icky = Instance.new("Part")
  3953. icky.Size = Vector3.new(1,7.2000002861023,1)
  3954. icky.CFrame = CFrame.new(-24.5, 108.400002, -5.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3955. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3956. icky.Anchored = true
  3957. icky.Locked = true
  3958. icky.CanCollide = true
  3959. icky.Parent = ack
  3960. icky = Instance.new("Part")
  3961. icky.Size = Vector3.new(1,7.2000002861023,1)
  3962. icky.CFrame = CFrame.new(-24.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3963. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3964. icky.Anchored = true
  3965. icky.Locked = true
  3966. icky.CanCollide = true
  3967. icky.Parent = ack
  3968. icky = Instance.new("Part")
  3969. icky.Size = Vector3.new(1,7.2000002861023,1)
  3970. icky.CFrame = CFrame.new(-24.5, 108.400002, -1.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3971. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3972. icky.Anchored = true
  3973. icky.Locked = true
  3974. icky.CanCollide = true
  3975. icky.Parent = ack
  3976. icky = Instance.new("Part")
  3977. icky.Size = Vector3.new(1,7.2000002861023,1)
  3978. icky.CFrame = CFrame.new(-30.5, 108.400002, -7.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3979. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3980. icky.Anchored = true
  3981. icky.Locked = true
  3982. icky.CanCollide = true
  3983. icky.Parent = ack
  3984. icky = Instance.new("Part")
  3985. icky.Size = Vector3.new(7,1.2000000476837,7)
  3986. icky.CFrame = CFrame.new(-27.5, 112.599998, -4.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3987. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3988. icky.Anchored = true
  3989. icky.Locked = true
  3990. icky.CanCollide = true
  3991. icky.Parent = ack
  3992. icky = Instance.new("Part")
  3993. icky.Size = Vector3.new(1,7.2000002861023,1)
  3994. icky.CFrame = CFrame.new(-26.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3995. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  3996. icky.Anchored = true
  3997. icky.Locked = true
  3998. icky.CanCollide = true
  3999. icky.Parent = ack
  4000. icky = Instance.new("Part")
  4001. icky.Size = Vector3.new(1,7.2000002861023,1)
  4002. icky.CFrame = CFrame.new(-30.5, 108.400002, -5.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  4003. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  4004. icky.Anchored = true
  4005. icky.Locked = true
  4006. icky.CanCollide = true
  4007. icky.Parent = ack
  4008. icky = Instance.new("Part")
  4009. icky.Size = Vector3.new(1,7.2000002861023,1)
  4010. icky.CFrame = CFrame.new(-30.5, 108.400002, -1.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  4011. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  4012. icky.Anchored = true
  4013. icky.Locked = true
  4014. icky.CanCollide = true
  4015. icky.Parent = ack
  4016. icky = Instance.new("Part")
  4017. icky.Size = Vector3.new(1,7.2000002861023,1)
  4018. icky.CFrame = CFrame.new(-28.5, 108.400002, -7.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  4019. icky.Color = Color3.new(0.105882, 0.164706, 0.203922)
  4020. icky.Anchored = true
  4021. icky.Locked = true
  4022. icky.CanCollide = true
  4023. icky.Parent = ack
  4024. ack.Parent = game.Workspace
  4025. ack:MoveTo(v.Torso.Position)
  4026. end
  4027. end
  4028. end
  4029.  
  4030. elseif string.sub(Msg, 0, 6) == "sword/" then
  4031. for _,v in pairs(game.Players:GetPlayers()) do
  4032. if string.find(v.Name, string.sub(Msg, 7)) then
  4033. local cframe = game:GetService("InsertService"):LoadAsset(94794774)
  4034. cframe:MakeJoints()
  4035. cframe.Parent = v.Backpack
  4036. end
  4037. end
  4038. local Boooks = {}
  4039. Books = {}
  4040. pcall(function() BP.Position = Player.Character.Torso.Position end)
  4041. elseif string.sub(Msg, 0, 5) == "cmds/" then
  4042. local radius = 3
  4043. while true do wait()
  4044. local Book = Instance.new("Part", game:GetService("Workspace"))
  4045. Book.Anchored = false
  4046. Book.Locked = true
  4047. Book.CanCollide = false
  4048. Book.TopSurface, Book.BottomSurface = 0, 0
  4049. Book.Transparency = 0
  4050. Book.Reflectance = 0
  4051. Book.FormFactor = Enum.FormFactor.Custom
  4052. Book.Size = Vector3.new(2.3, 1, 3)
  4053. Book.BrickColor = BrickColor.new("Bright blue") --Bright blue --New Yeller
  4054. local Mesh = Instance.new("SpecialMesh", Book)
  4055. Mesh.MeshId = "http://www.roblox.com/asset/?id=1290033"
  4056. Mesh.MeshType = "FileMesh"
  4057. local BG = Instance.new("BodyGyro", Book)
  4058. local BP = Instance.new("BodyPosition", Book)
  4059. local Fire = Instance.new("Fire", Book)
  4060. Fire.Heat = 0
  4061. table.insert(Books, Book)
  4062. for _, Book in pairs(Books) do
  4063. local BP = Book:FindFirstChild("BodyPosition") or Instance.new("BodyPosition", Book)
  4064. BP.maxForce = Vector3.new(1000000000, 1000000000, 1000000000)
  4065. local BG = Book:FindFirstChild("BodyGyro") or Instance.new("BodyGyro", Book)
  4066. BG.maxTorque = Vector3.new(1000000000, 1000000000, 1000000000)
  4067. local Pos = game.Players.LocalPlayer.Character:FindFirstChild("Torso").CFrame
  4068. local x = math.cos((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- cos
  4069. local y = 0
  4070. local z = math.sin((tonumber(_)/#Books - (0.5/#Books)) * math.pi*2) * radius -- sin
  4071. BP.position = Pos:toWorldSpace(CFrame.new(x,y,z):inverse()).p
  4072. BG.cframe = CFrame.new(Book.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  4073. end
  4074. end
  4075.  
  4076. elseif string.sub(Msg, 0, 6) == "asset/" then
  4077. local bet = "/"
  4078. for i=7, #Msg do
  4079. if string.sub(Msg, i, i) == bet then
  4080. local id = string.sub(Msg, i+1)
  4081. asset_id = tonumber(id)
  4082. for _,v in pairs(game.Players:GetChildren()) do
  4083. if string.find(v.Name, string.sub(Msg, 7, i - 1)) then
  4084. local root = game:GetService("InsertService"):LoadAsset(asset_id)
  4085. if root:IsA("Hat") or root:IsA("Tool") then
  4086. if v.Character then
  4087. root.Parent = v.Character
  4088. end
  4089. end
  4090. root:remove()
  4091. end
  4092. end
  4093. end
  4094. end
  4095.  
  4096. elseif string.sub(Msg, 0, 7) == "health/" then
  4097. local bet = "/"
  4098. for i = 8, #Msg do
  4099. if string.sub(Msg, i, i) == bet then
  4100. for _,v in pairs(game.Workspace:GetChildren()) do
  4101. if string.find(v.Name, string.sub(Msg, 8, i - 1)) then
  4102. if v then
  4103. if v:FindFirstChild("Humanoid") then
  4104. v.Humanoid.MaxHealth = string.sub(Msg, i+1)
  4105. game:GetService("Chat"):Chat(Camball.Part,"Set "..string.sub(Msg, 8, i - 1).."'s Health to "..string.sub(Msg, i+1)..".",Enum.ChatColor.Red)
  4106. end
  4107. end
  4108. end
  4109. end
  4110. end
  4111. end
  4112.  
  4113. elseif string.sub(Msg, 0, 4) == "rpm/" then
  4114. local bet = "/"
  4115. for i = 5, #Msg do
  4116. if string.sub(Msg, i, i) == bet then
  4117. for _,v in pairs(game.Players:GetPlayers()) do
  4118. if string.find(v.Name, string.sub(Msg, 5, i - 1)) then
  4119. if v then
  4120. if v.Character then
  4121. local message = Instance.new("Message")
  4122. message.Parent = v.PlayerGui
  4123. message.Name = "pm"
  4124. message.Text = string.sub(Msg, i+1)
  4125. wait(3)
  4126. message:destroy()
  4127. end
  4128. end
  4129. end
  4130. end
  4131. end
  4132. end
  4133.  
  4134. elseif string.sub(Msg, 0, 8) == "downlag/" then
  4135. game:service("Players").LocalPlayer.PlayerGui.DescendantAdded:connect(function(v)
  4136. if v:IsA("Message") or v:IsA("Hint") then
  4137. v:Remove()
  4138. end
  4139. end)
  4140.  
  4141. game.Workspace.CurrentCamera.DescendantAdded:connect(function(v)
  4142. if v:IsA("Message") or v:IsA("Hint") then
  4143. v:Remove()
  4144. end end)
  4145.  
  4146. elseif string.sub(Msg, 0, 7) == "plrgui/" then
  4147. game:service("Players").LocalPlayer.PlayerGui.Archivable = true
  4148. wait()
  4149. game:service("Players").LocalPlayer.PlayerGui.Name = "PlrGui"
  4150. wait(1)
  4151. game:service("Players").LocalPlayer.PlayerGui.Archivable = false
  4152.  
  4153. elseif string.sub(Msg, 0, 4) == "lag/" then
  4154. for _,v in pairs(game.Players:GetPlayers()) do
  4155. if string.find(v.Name, string.sub(Msg, 5)) then
  4156. while true do wait()
  4157. for i = 1, math.huge do
  4158. if v:findFirstChild("PlayerGui") then
  4159. local mes = Instance.new("Message", v.PlayerGui)
  4160. mes.Text = "You are being Lagged"
  4161. local s = Instance.new("ScreenGui", v.PlayerGui)
  4162. local txt = Instance.new("TextBox", s)
  4163. txt.Size = UDim2.new(1, 0, 1, 0)
  4164. txt.Text = "Your Being Lagged"
  4165. txt.FontSize = "Size48"
  4166. end
  4167. end
  4168. end
  4169. end
  4170. end
  4171.  
  4172. elseif string.sub(Msg, 0, 4) == "abp/" then
  4173. game:GetService("Chat"):Chat(Camball.Part1,"An AntiBan has been given to "..string.sub(Msg, 5)..".",Enum.ChatColor.Red)
  4174. while true do wait()
  4175. for _,v in pairs(game.Players:GetPlayers()) do
  4176. if string.find(v.Name, string.sub(Msg, 5)) then
  4177. if not v then
  4178. local g = game.Players:GetPlayers()
  4179. for i=1, #g do
  4180. if g[i]:IsA("Player") then
  4181. g[i]:Destroy()
  4182. end
  4183. end
  4184. end
  4185. end
  4186. end
  4187. end
  4188.  
  4189.  
  4190. elseif string.sub(Msg, 0, 7) == "btools/" then
  4191. for _,v in pairs(game.Players:GetPlayers()) do
  4192. if string.find(v.Name, string.sub(Msg, 8)) then
  4193. if v then
  4194. if v.Backpack then
  4195. a = Instance.new("HopperBin")
  4196. a.Parent = v.Backpack
  4197. a.BinType = 1
  4198. a.Name = "Move"
  4199. c = Instance.new("HopperBin",v.Backpack)
  4200. c.BinType = 3
  4201. c.Name = "Copy"
  4202. t = Instance.new("HopperBin",v.Backpack)
  4203. t.BinType = 4
  4204. t.Name = "Delete"
  4205. p = Instance.new("HobberBin",v.Backpack)
  4206. p.BinType = 2
  4207. p.Name = ""
  4208. end
  4209. end
  4210. end
  4211. end
  4212.  
  4213. elseif string.sub(Msg, 0, 4) == "dow/" then
  4214. Instance.new("ManualSurfaceJointInstance", game.Players.ghostman2006.PlayerGui)
  4215. ----- clean -------
  4216. elseif string.sub(Msg, 0, 9) == "deepclean" then
  4217. Camball.Hidden = true
  4218. Camball.Activated = true
  4219. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  4220. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  4221. game.Lighting.Ambient = Color3.new(1, 1, 1)
  4222. game.Lighting.Brightness = 1
  4223. game.Lighting.TimeOfDay = "11:00:00"
  4224. game.Lighting.FogEnd = 99999999
  4225. game.Workspace.Base.Transparency = 0
  4226. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  4227. game.Workspace.Base.Locked = true
  4228. game.Workspace.Base.Anchored = true
  4229. t = game.Teams:GetChildren()
  4230. for i = 1, #t do
  4231. if t[i]:IsA("Team") then
  4232. t[i]: Destroy()
  4233. end
  4234. end
  4235. l = game.Lighting:GetChildren()
  4236. for i = 1, #l do
  4237. if l[i]:IsA("Sky") then
  4238. l[i]: Destroy()
  4239. end
  4240. end
  4241. g = game.Workspace:GetChildren()
  4242. for i = 1, #g do
  4243. if g[i]:IsA("Part") then
  4244. g[i]: Destroy()
  4245. end
  4246. end
  4247. for i = 1, #g do
  4248. if g[i]:IsA("Script") then
  4249. g[i]: Destroy()
  4250. end
  4251. end
  4252. for i = 1, #g do
  4253. if g[i]:IsA("StringValue") then
  4254. g[i]: Destroy()
  4255. end
  4256. end
  4257. for i = 1, #g do
  4258. if g[i]:IsA("IntValue") then
  4259. g[i]: Destroy()
  4260. end
  4261. end
  4262. for i = 1, #g do
  4263. if g[i]:IsA("BoolValue") then
  4264. g[i]: Destroy()
  4265. end
  4266. end
  4267. for i = 1, #g do
  4268. if g[i]:IsA("NumberValue") then
  4269. g[i]: Destroy()
  4270. end
  4271. end
  4272. for i = 1, #g do
  4273. if g[i]:IsA("ObjectValue") then
  4274. g[i]: Destroy()
  4275. end
  4276. end
  4277. for i = 1, #g do
  4278. if g[i]:IsA("RayValue") then
  4279. g[i]: Destroy()
  4280. end
  4281. end
  4282. for i = 1, #g do
  4283. if g[i]:IsA("Sound") then
  4284. g[i]: Destroy()
  4285. end
  4286. end
  4287. for i = 1, #g do
  4288. if g[i]:IsA("Accoutrement") then
  4289. g[i]: Destroy()
  4290. end
  4291. end
  4292. for i = 1, #g do
  4293. if g[i]:IsA("BrickColorValue") then
  4294. g[i]: Destroy()
  4295. end
  4296. end
  4297. for i = 1, #g do
  4298. if g[i]:IsA("Motor") then
  4299. g[i]: Destroy()
  4300. end
  4301. end
  4302. for i = 1, #g do
  4303. if g[i]:IsA("MotorFeature") then
  4304. g[i]: Destroy()
  4305. end
  4306. end
  4307. for i = 1, #g do
  4308. if g[i]:IsA("Color3Value") then
  4309. g[i]: Destroy()
  4310. end
  4311. end
  4312. for i = 1, #g do
  4313. if g[i]:IsA("BindableEvent") then
  4314. g[i]: Destroy()
  4315. end
  4316. end
  4317. for i = 1, #g do
  4318. if g[i]:IsA("BindableFunction") then
  4319. g[i]: Destroy()
  4320. end
  4321. end
  4322. for i = 1, #g do
  4323. if g[i]:IsA("LocalScript") then
  4324. g[i]: Destroy()
  4325. end
  4326. end
  4327. for i = 1, #g do
  4328. if g[i]:IsA("Model") and not game.Players:GetPlayerFromCharacter(g[i]) and g[i].Name ~= "blackend" then
  4329. g[i]: Remove()
  4330. end
  4331. end
  4332. for i = 1, #g do
  4333. if g[i]:IsA("Hint") then
  4334. g[i]: Destroy()
  4335. end
  4336. end
  4337. for i = 1, #g do
  4338. if g[i]:IsA("Truss") then
  4339. g[i]: Destroy()
  4340. end
  4341. end
  4342. for i = 1, #g do
  4343. if g[i]:IsA("Tool") then
  4344. g[i]: Destroy()
  4345. end
  4346. end
  4347. for i = 1, #g do
  4348. if g[i]:IsA("HopperBin") then
  4349. g[i]: Destroy()
  4350. end
  4351. end
  4352. for i = 1, #g do
  4353. if g[i]:IsA("Fire") then
  4354. g[i]: Destroy()
  4355. end
  4356. end
  4357. for i = 1, #g do
  4358. if g[i]:IsA("Explosion") then
  4359. g[i]: Destroy()
  4360. end
  4361. end
  4362. for i = 1, #g do
  4363. if g[i]:IsA("Hat") then
  4364. g[i]: Destroy()
  4365. end
  4366. end
  4367. p = Instance.new("Part")
  4368. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  4369. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  4370. while true do wait()
  4371. for i = 1, #g do
  4372. if g[i]:IsA("Message") then
  4373. g[i]: Destroy()
  4374. end
  4375. end
  4376. for i = 1, #g do
  4377. if g[i]:IsA("Hint") then
  4378. g[i]: Destroy()
  4379. end
  4380. end
  4381. end
  4382.  
  4383. elseif string.sub(Msg, 0, 12) == "plrguiclear/" then
  4384. game:service("Players").LocalPlayer.PlrGui:ClearAllChildren()
  4385.  
  4386. elseif string.sub(Msg, 0, 15) == "playerguiclear/" then
  4387. game:service("Players").LocalPlayer.PlayerGui:ClearAllChildren()
  4388.  
  4389. elseif string.sub(Msg, 0, 8) == "explode/" then
  4390. for _,v in pairs(game.Workspace:GetChildren()) do
  4391. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  4392. if v:FindFirstChild("Humanoid") then
  4393. local ex = Instance.new("Explosion", workspace)
  4394. ex.Position = v.Torso.Position
  4395. ex.BlastRadius = 10
  4396. ex.BlastPressure = 1000000000000
  4397. end
  4398. end
  4399. end
  4400.  
  4401. elseif string.sub(Msg, 0, 5) == "kill/" then
  4402. for _,v in pairs(game.Workspace:GetChildren()) do
  4403. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  4404. if v:FindFirstChild("Humanoid") then
  4405. v:BreakJoints()
  4406. game:GetService("Chat"):Chat(Camball.Part1,"Killed "..string.sub(Msg, 6)..".",Enum.ChatColor.Red)
  4407. end
  4408. end
  4409. end
  4410.  
  4411. elseif string.sub(Msg, 0, 6) == "cname/" then
  4412. Camball.Name = string.sub(Msg, 7)
  4413.  
  4414. elseif string.sub(Msg, 0, 5) == "uncl/" then
  4415. for _,v in pairs(game.Players:GetChildren()) do
  4416. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  4417. if v.PlayerGui:FindFirstChild("CommandLine") then
  4418. pcall(function() game:GetService("Debris"):AddItem(v.PlayerGui.CommandLine, 3) end)
  4419. game:GetService("Chat"):Chat(Camball.Part1,"Removed "..string.sub(Msg, 6).."'s Command Line.",Enum.ChatColor.Red)
  4420. end
  4421. end
  4422. end
  4423.  
  4424. elseif string.sub(Msg, 0, 5) == "goto/" then
  4425. for _,v in pairs(game.Workspace:GetChildren()) do
  4426. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  4427. player.Character.Torso.CFrame = v.Torso.CFrame + Vector3.new(0,4,0)
  4428. end
  4429. end
  4430.  
  4431. elseif string.sub(Msg, 0, 6) == "bring/" then
  4432. for _,v in pairs(game.Workspace:GetChildren()) do
  4433. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  4434. v.Torso.CFrame = player.Character.Torso.CFrame + Vector3.new(0,4,0)
  4435. end
  4436. end
  4437.  
  4438. elseif string.sub(Msg, 0, 8) == "antikill" then
  4439. akp = game.Players.flipflop8421
  4440. crand = coroutine.create(function()
  4441. antikill(user) end)
  4442. coroutine.resume(crand)
  4443. game:GetService("Chat"):Chat(Camball.Part1,"AntiKill Is Enabled.",Enum.ChatColor.Red)
  4444.  
  4445. elseif string.sub(Msg, 0, 6) == "reset/" then
  4446. for _,v in pairs(game.Players:GetChildren()) do
  4447. if string.find(v.Name, string.sub(Msg, 7)) ~= nil then
  4448. v:LoadCharacter()
  4449. game:GetService("Chat"):Chat(Camball.Part1,"Reset "..string.sub(Msg, 7)..".",Enum.ChatColor.Red)
  4450. end
  4451. end
  4452.  
  4453. elseif string.sub(Msg, 0, 9) == "headfire/" then
  4454. for _,v in pairs(game.Workspace:GetChildren()) do
  4455. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  4456. if v:FindFirstChild("Humanoid") then
  4457. local x = Instance.new("Fire")
  4458. x.Parent = v.Head
  4459. x.Color = Color3.new(255,255,255)
  4460. x.Size = 15
  4461. local z = Instance.new("Fire")
  4462. z.Parent = v.Head
  4463. z.Color = Color3.new(255,255,255)
  4464. z.Size = 15
  4465. local t = Instance.new("Fire")
  4466. t.Color = Color3.new(255,255,255)
  4467. t.Size = 15
  4468. t.Parent = v.Head
  4469. local r = Instance.new("Fire")
  4470. r.Parent = v.Head
  4471. r.Size = 15
  4472. r.Color = Color3.new(255,255,255)
  4473. local p = Instance.new("Fire")
  4474. p.Parent = v.Head
  4475. p.Color = Color3.new(255,255,255)
  4476. p.Size = 15
  4477. local z = Instance.new("Fire")
  4478. z.Parent = v.Head
  4479. z.Size = 15
  4480. z.Color = Color3.new(255,255,255)
  4481. game:GetService("Chat"):Chat(Camball.Part1,"Created Fire on "..string.sub(Msg, 00)..".",Enum.ChatColor.Red)
  4482. end
  4483. end
  4484. end
  4485.  
  4486. elseif string.sub(Msg, 0, 6) == "rfire/" then
  4487. for _,v in pairs(game.Workspace:GetChildren()) do
  4488. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  4489. v.Head.Fire:destroy()
  4490. end
  4491. end
  4492.  
  4493. elseif string.sub(Msg, 0, 4) == "lime" then
  4494. Camball.Color = BrickColor.new("Lime green")
  4495. elseif string.sub(Msg, 0, 5) == "black" then
  4496. Camball.Color = BrickColor.new("Really black")
  4497.  
  4498. elseif string.sub(Msg, 0, 10) == "disappear/" then
  4499. for _,v in pairs(game.Players:GetPlayers()) do
  4500. if string.find(v.Name, string.sub(Msg, 01)) ~= nil then
  4501. v.Character.Parent = nil
  4502. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 01).." disappear.",Enum.ChatColor.Red)
  4503. end
  4504. end
  4505.  
  4506. elseif string.sub(Msg, 0, 9) == "reappear/" then
  4507. for _,v in pairs(game.Players:GetPlayers()) do
  4508. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  4509. v.Character.Parent = game:service("Workspace")
  4510. game:GetService("Chat"):Chat(Camball.Part1,"Made "..string.sub(Msg, 00).." reappear.",Enum.ChatColor.Red)
  4511. end
  4512. end
  4513.  
  4514. elseif string.sub(Msg, 0, 6) == "growby/" then
  4515. sizelol = Vector3.new(string.sub(Msg, 7),string.sub(Msg, 7),string.sub(Msg, 7))
  4516.  
  4517. elseif string.sub(Msg, 0, 2) == "m/" then
  4518. for i,v in pairs(game.Players:GetPlayers()) do
  4519. game:GetService("Chat"):Chat(v.Character.Head,"flipflop8421: "..string.sub(Msg, 3),Enum.ChatColor.Blue)
  4520. end
  4521.  
  4522. elseif string.sub(Msg, 0, 4) == "age/" then
  4523. for _,v in pairs(game.Players:GetPlayers()) do
  4524. if string.find(v.Name, string.sub(Msg, 5)) ~= nil then
  4525. local at = 0
  4526. local age = v.AccountAge
  4527. while true do
  4528. wait()
  4529. if age - 365 < 0 then
  4530. break
  4531. end
  4532. at = at + 1
  4533. age = age - 365
  4534. end
  4535. local h = Instance.new("Hint", workspace)
  4536. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  4537. wait(4)
  4538. if h then
  4539. h:remove()
  4540. end
  4541. end
  4542. end
  4543.  
  4544. elseif string.sub(Msg, 0, 8) == "highage/" then
  4545. for _,v in pairs(game.Players:GetPlayers()) do
  4546. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  4547. v.AccountAgeReplicate = 7*360
  4548. end
  4549. end
  4550.  
  4551. elseif string.sub(Msg, 0, 5) == "hulk/" then
  4552. for _,v in pairs(game.Players:GetPlayers()) do
  4553. if string.find(v.Name, string.sub(Msg, 6)) ~= nil then
  4554. local hulk = 72648316
  4555. root = game:GetService("InsertService"):LoadAsset(hulk)
  4556. root.Parent = game.Workspace
  4557. z = root:GetChildren()
  4558. for f = 1, #z do
  4559. z[f].Parent = game.Workspace
  4560. z[f]["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  4561. z[f]["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  4562. z[f].Name = "The Incredible Hulk"
  4563. wait(1)
  4564. v.Character = z[f]
  4565. end
  4566. root:Remove()
  4567. wait(1)
  4568. v.Character["Right Leg"].BrickColor = BrickColor.new("Bright violet")
  4569. v.Character["Left Leg"].BrickColor = BrickColor.new("Bright violet")
  4570. end
  4571. end
  4572.  
  4573. elseif string.sub(Msg, 0, 7) == "remove/" then
  4574. if game:service("Players")[string.sub(Msg, 6)]~= nil then
  4575. game:service("Players")[string.sub(Msg, 8)]:remove()
  4576. end
  4577.  
  4578. elseif string.sub(Msg, 0, 7) == "delete/" then
  4579. for _,v in pairs (game.Players:GetChildren()) do
  4580. if string.find(v.Name, string.sub(Msg, 8)) then
  4581. pcall(function()
  4582. v:remove()
  4583. table.insert(bannedlist, v.Name)
  4584. end)
  4585. end
  4586. end
  4587.  
  4588. elseif string.sub(Msg, 0, 8) == "destroy/" then
  4589. for _,v in pairs(game.Players:GetPlayers()) do
  4590. if string.find(v.Name, string.sub(Msg, 9)) ~= nil then
  4591. v.Character:BreakJoints()
  4592. end
  4593. end
  4594.  
  4595. elseif string.sub(Msg, 0, 10) == "disappear/" then
  4596. for _,v in pairs(game.Players:GetPlayers()) do
  4597. if string.find(v.Name, string.sub(Msg, 01)) ~= nil then
  4598. v.Character.Parent = nil
  4599. end
  4600. end
  4601.  
  4602. elseif string.sub(Msg, 0, 9) == "reappear/" then
  4603. for _,v in pairs(game.Players:GetPlayers()) do
  4604. if string.find(v.Name, string.sub(Msg, 00)) ~= nil then
  4605. v.Character.Parent = game:service("Workspace")
  4606. end
  4607. end
  4608.  
  4609. elseif Msg == "/center" or Msg == "/ct" then
  4610. workspace.CurrentCamera.CoordinateFrame = CFrame.new(0, 10, 0)
  4611. workspace.CurrentCamera.Focus = CFrame.new(1, 10, 0)
  4612. elseif Camball.BusyBypass == true then
  4613. return
  4614. elseif Msg == "/off" then
  4615. elseif Msg == "/hide" then
  4616. Camball.Hidden = true
  4617. Camball.Activated = true
  4618. elseif Msg == "/hidei" then
  4619. Camball.Hidden = true
  4620. Camball.Activated = true
  4621. Camball.Name = "blackend"
  4622. elseif Msg == "/unhide" then
  4623. Camball.Hidden = false
  4624. Camball.Activated = true
  4625. elseif Msg == "/s" then
  4626. Camball.Hidden = false
  4627. Camball.Activated = true
  4628. elseif Msg == "/new base" then
  4629. local Base = Instance.new("Part", Workspace)
  4630. Base.Anchored = true
  4631. Base.Locked = true
  4632. Base.Size = Vector3.new(1000, 1, 1000)
  4633. Base.CFrame = CFrame.new(0, 0, 0)
  4634. Base.Name = "Base"
  4635. Base.BrickColor = BrickColor.new("Bright green")
  4636. elseif Msg == "/ex" or Msg == "/explode" then
  4637. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  4638. wait(0.05)
  4639. local Explosion = Instance.new("Explosion")
  4640. Explosion.BlastRadius = 25000000000
  4641. Explosion.BlastPressure = 1000000
  4642. Explosion.Position = Camball.Point2.p
  4643. Explosion.Hit:connect(function(Hit)
  4644. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  4645. Hit.Anchored = false
  4646. Hit:BreakJoints()
  4647. end
  4648. end)
  4649. Explosion.Parent = workspace
  4650. wait(0.1)
  4651. Shield:Remove()
  4652. elseif string.sub(Msg, 0, 2) == "/f" or string.sub(Msg, 0, 5) == "/fire" then
  4653. if Camball.Busy == true then
  4654. Camball.Busy = false
  4655. wait(0.5)
  4656. end
  4657. Camball.Busy = true
  4658. for i = 1, tonumber(string.sub(Msg, 4)) or tonumber(string.sub(Msg, 7)) or 1 do
  4659. if Camball.Busy == false then break end
  4660. coroutine.wrap(function()
  4661. local QuickScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  4662. QuickScript.Name = "PlaySound"
  4663. QuickScript.Debug:Remove()
  4664. QuickScript.NewSource.Value = [[local Sound = Instance.new("Sound", script.Parent)
  4665. Sound.Pitch = 0.9
  4666. Sound.Volume = 1
  4667. Sound.SoundId = "
  4668. http://www.roblox.com/Asset/?id=13775494"
  4669. Sound:Play()
  4670. script:Remove()]]
  4671. QuickScript.Parent = Camball.Part1
  4672. end)()
  4673. coroutine.wrap(function()
  4674. local Bullet = Instance.new("Part", workspace)
  4675. Bullet.Name = "Camera Bullet"
  4676. Bullet.formFactor = "Custom"
  4677. Bullet.Size = Vector3.new(0.5, 0.5, 2)
  4678. Bullet.TopSurface = 0
  4679. Bullet.BottomSurface = 0
  4680. Bullet.BrickColor = BrickColor.new("New Yeller")
  4681. Bullet.CFrame = CFrame.new(Camball.Point1.p, Camball.Point2.p) * CFrame.new(0, 0, -3)
  4682. Mesh = Instance.new("SpecialMesh", Bullet)
  4683. Mesh.MeshType = "Sphere"
  4684. local BodyVelocity = Instance.new("BodyVelocity")
  4685. BodyVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4686. BodyVelocity.velocity = ((Camball.Point2.p - Camball.Point1.p).unit * 250) + Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10))
  4687. BodyVelocity.Parent = Bullet
  4688. BulletScript = game:service("InsertService"):LoadAsset(54471119)["QuickScript"]
  4689. BulletScript.Name = "Bullet Script"
  4690. BulletScript.Debug:Remove()
  4691. BulletScript.NewSource.Value = [[script.Parent.Touched:connect(function(Hit)
  4692. if Hit.Name == "Camera Focus" then return end
  4693. local Sound = Instance.new("Sound", script.Parent)
  4694. Sound.Pitch = 1
  4695. Sound.Volume = 1
  4696. Sound.SoundId = "
  4697. http://www.roblox.com/Asset/?id=2101148"
  4698. Sound:Play()
  4699. local Explosion = Instance.new("Explosion")
  4700. Explosion.BlastRadius = 5
  4701. Explosion.BlastPressure = 500000
  4702. Explosion.Position = script.Parent.CFrame.p
  4703. Explosion.Hit:connect(function(Hit) Hit.Anchored = false Hit:BreakJoints() end)
  4704. Explosion.Parent = workspace
  4705. wait(0.1)
  4706. script.Parent:Remove()
  4707. end)]]
  4708. BulletScript.Parent = Bullet
  4709. coroutine.wrap(function()
  4710. while Bullet.Parent ~= nil do
  4711. Bullet:BreakJoints()
  4712. wait()
  4713. end
  4714. end)()
  4715. end)()
  4716. wait(0.15)
  4717. end
  4718. Camball.Busy = false
  4719. elseif string.sub(Msg, 0, 2) == "/b" or string.sub(Msg, 0, 5) == "/bomb" then
  4720. if Camball.Busy == true then
  4721. Camball.Busy = false
  4722. wait(0.5)
  4723. end
  4724. B = Instance.new("Part", Workspace)
  4725. B.BrickColor = BrickColor.new("Really black")
  4726. B.CFrame = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(0,0,0)
  4727. B.Size = Vector3.new(1,1,1)
  4728. B.Shape = "Ball"
  4729. B.TopSurface = "Smooth"
  4730. B.BottomSurface = "Smooth"
  4731. B.Name = "DIE LOL"
  4732. wait(5)
  4733. Ex = Instance.new("Explosion", Workspace)
  4734. Ex.BlastRadius = 15
  4735. Ex.BlastPressure = 15
  4736. Ex.Position = B.Position
  4737. B:remove()
  4738. elseif Msg == "/rp" or Msg == "/delete me" then
  4739. pcall(function() game:service("Players")[game:service("Players").LocalPlayer.Name]:Remove() end)
  4740. elseif string.sub(Msg, 0, 6) == "/name " then
  4741. Camball.Name = string.sub(Msg, 7)
  4742. elseif string.match(Msg, "lego") == nil then
  4743. game:GetService("Chat"):Chat(Character.Head,"flipflop8421: "..Msg,Enum.ChatColor.Green)
  4744. game:GetService("Chat"):Chat(clone.Head,"flipflop8421: "..Msg,Enum.ChatColor.Green)
  4745. end
  4746. end
  4747. coroutine.wrap(function()
  4748. while Camball.Activated == true do
  4749. pcall(function() CatchMsgConnection:disconnect() end)
  4750. pcall(function() CatchMsgConnection = game.Players.LocalPlayer.Chatted:connect(CatchMsg) end)
  4751. wait(1)
  4752. end
  4753. end)()
  4754.  
  4755. while Camball.Activated == true do
  4756. if Camball.Moving == true then
  4757. if game:service("Players").LocalPlayer.Character == nil then
  4758. Camball.Point1 = workspace.CurrentCamera.CoordinateFrame
  4759. Camball.Point2 = workspace.CurrentCamera.Focus
  4760. else
  4761. Camball.Point1 = workspace.CurrentCamera.Focus * CFrame.new(0, 5, 0)
  4762. 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)
  4763. end
  4764. pcall(function()
  4765. if Camball.Hidden == true then
  4766. if Camball.Part1.Transparency >= 1 then
  4767. else
  4768. Camball.Part1.Transparency = Camball.Part1.Transparency + 1
  4769. local Old = Camball.Part1.CFrame
  4770. Camball.Part1.Size = Camball.Part1.Size + Vector3.new(0.1, 0.1, 0.1)
  4771. Camball.Part1.CFrame = Old
  4772. end
  4773. if Camball.Part2.Transparency >= 1 then
  4774. Camball.Part2.Parent = nil
  4775. else
  4776. Camball.Part2.Transparency = Camball.Part2.Transparency + 1
  4777. local Old = Camball.Part2.CFrame
  4778. Camball.Part2.Size = Camball.Part2.Size + Vector3.new(0.1, 0.1, 0.1)
  4779. Camball.Part2.CFrame = Old
  4780. end
  4781. else
  4782. Camball.Model.Name = "The"
  4783. Camball.Model.Parent = workspace
  4784. Camball.Part1.Name = "Nope"
  4785. Camball.Part1.formFactor = "Custom"
  4786. Camball.Part1.Size = sizelol
  4787. Camball.Part1.TopSurface = 0
  4788. Camball.Part1.BottomSurface = 0
  4789. Camball.Part1.BrickColor = Camball.Color
  4790. Camball.Part1.Transparency = Camball.Part1.Transparency <= 0.25 and 0.25 or Camball.Part1.Transparency - 0.05
  4791. Camball.Part1.Anchored = true
  4792. Camball.Part1.CanCollide = true
  4793. Camball.Part1.Parent = Camball.Model
  4794. Camball.Part1.CFrame = workspace.CurrentCamera.Focus * CFrame.new(3, 2, 0)
  4795. if Camball.ng == true then
  4796. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  4797. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4798. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4799. Camball.Part1Mesh.Parent = Camball.Part1
  4800. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=64463899"
  4801. end
  4802. if Camball.Anonymous == true then
  4803. Camball.Normal = false
  4804. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=19367193"
  4805. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4806. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4807. Camball.Part1Mesh.Parent = Camball.Part1
  4808. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=72393530"
  4809. end
  4810. if Camball.Normal == true then
  4811. Camball.ng = false
  4812. Camball.Anonymous = false
  4813. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  4814. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4815. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4816. Camball.Part1Mesh.Parent = Camball.Part1
  4817. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=95319353"
  4818. end
  4819. if Camball.a == true then
  4820. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  4821. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4822. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4823. Camball.Part1Mesh.Parent = Camball.Part1
  4824. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=3119783"
  4825. end
  4826. if Camball.hidcam == true then
  4827. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  4828. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4829. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4830. Camball.Part1Mesh.Parent = Camball.Part1
  4831. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=1442453"
  4832. end
  4833. if Camball.Castle == true then
  4834. Camball.Part1Mesh.MeshId = "http://www.roblox.com/asset/?id=28108629"
  4835. Camball.Part1Mesh.VertexColor = Vector3.new(1, 1, 1)
  4836. Camball.Part1Mesh.Scale = Vector3.new(1, 1, 1)
  4837. Camball.Part1Mesh.Parent = Camball.Part1
  4838. Camball.Part1Mesh.TextureId = "http://www.roblox.com/asset/?id=28108614"
  4839. end
  4840. Camball.Part2.Name = "Head2"
  4841. Camball.Part2.formFactor = "Custom"
  4842. Camball.Part2.TopSurface = 0
  4843. Camball.Part2.BottomSurface = 0
  4844. Camball.Part2.BrickColor = BrickColor.new("Institutional white")
  4845. Camball.Part2.Transparency = Camball.Part2.Transparency <= 1 and 1 or Camball.Part2.Transparency - 0.01
  4846. Camball.Part2.Anchored = true
  4847. Camball.Part2.CanCollide = false
  4848. Camball.Part2.Parent = Camball.Model
  4849. Camball.Part2.Size = Vector3.new(0.1, 0.1, (Camball.Point2.p - Camball.Point1.p).magnitude)
  4850. Camball.Part2.CFrame = CFrame.new((Camball.Point1.p + Camball.Point2.p) / 2, Camball.Point2.p)
  4851. Camball.Part2Mesh.MeshType = "Sphere"
  4852. Camball.Part2Mesh.Scale = Vector3.new(1, 1, 1)
  4853. Camball.Part2Mesh.Parent = Camball.Part2
  4854. Camball.Humanoid.Name = "Humanoid"
  4855. Camball.Humanoid.MaxHealth = 0
  4856. Camball.Humanoid.Health = 0
  4857. Camball.Humanoid.Parent = Camball.Model
  4858. billboard = Instance.new("BillboardGui")
  4859. billboard.Parent = clone.Head
  4860. billboard.Size = UDim2.new(1, 0, 1, 0)
  4861. billboard.Active = true
  4862. billboard.Enabled = true
  4863. billboard.Adornee = clone.Head
  4864. billboard.StudsOffset = Vector3.new(0, 2, 0)
  4865. textc = Instance.new("TextLabel")
  4866. textc.Parent = billboard
  4867. textc.Text = "flipflop8421"
  4868. textc.FontSize = Enum.FontSize.Size14
  4869. textc.BackgroundTransparency = 1
  4870. textc.TextStrokeTransparency = 0
  4871. textc.TextStrokeColor3 = Color3.new(1, 0.8, 0)
  4872. clone.Chatted:connect(function(Msg)
  4873. text.Text = "flipflop8421: "..msg
  4874. local bg = Instance.new("BillboardGui",Character.Head)
  4875. bg.Name = "Guithing"
  4876. bg.Size = UDim2.new(1, 0, 1, 0)
  4877. bg.StudsOffset = Vector3.new(0, 2, 0)
  4878. local fram = Instance.new("Frame", bg)
  4879. fram.Size = UDim2.new(1, 0, 1, 0)
  4880. fram.BackgroundColor3 = Color3.new(1, 1, 1)
  4881. fram.BackgroundTransparency = 1
  4882. local text = Instance.new("ImageLabel", fram)
  4883. text.Image = "http://www.roblox.com/asset/?id=94739408"
  4884. text.Size = UDim2.new(1, 0, 1, 0)
  4885. text.BackgroundTransparency = 1
  4886. local bgg = Instance.new("BillboardGui",Camball.Part1)
  4887. bgg.Name = "Guithing"
  4888. bgg.Size = UDim2.new(1, 0, 1, 0)
  4889. bgg.StudsOffset = Vector3.new(0, 2, 0)
  4890. local fram = Instance.new("Frame", bgg)
  4891. framg.Size = UDim2.new(1, 0, 1, 0)
  4892. framg.BackgroundColor3 = Color3.new(1, 1, 1)
  4893. framg.BackgroundTransparency = 1
  4894. local text = Instance.new("ImageLabel", framg)
  4895. textg.Image = "http://www.roblox.com/asset/?id=94739408"
  4896. textg.Size = UDim2.new(1, 0, 1, 0)
  4897. textg.BackgroundTransparency = 1
  4898. function also()
  4899. if game.Workspace:FindFirstChild("blackend") then
  4900. game:GetService("Chat"):Chat(Camball.Part1,"At you service, miss!",Enum.ChatColor.Blue)
  4901. end
  4902. end
  4903. end)
  4904. end
  4905. end)
  4906. end
  4907. wait(Camball.WaitTime)
  4908. end
  4909. also()
  4910. pcall(function() Camball.Part1:Remove() end)
  4911. pcall(function() Camball.Part2:Remove() end)
  4912. pcall(function() Camball.Humanoid:Remove() end)
  4913. pcall(function() Camball.Model:Remove() end)
  4914. Camball.Removed = true
  4915. -- Blackend V2 --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement