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