jordan83221

Camball

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