SHOW:
|
|
- or go back to the newest paste.
1 | --[[ | |
2 | Controls | |
3 | Z = Red Spike | |
4 | X = Red Slash | |
5 | C = Red Rain | |
6 | V = Red Boom | |
7 | --]] | |
8 | boom = true | |
9 | player = game.Players.LocalPlayer | |
10 | char = player.Character | |
11 | human = char.Humanoid | |
12 | torso = char.Torso | |
13 | m=player:GetMouse() | |
14 | ChatService = game:GetService("Chat") | |
15 | ChatService:Chat(char.Head ,"You're gonna die sorry.") | |
16 | local clothes = {} | |
17 | for _, clothes in pairs (char:GetChildren()) do | |
18 | if clothes:IsA("Accessory") then | |
19 | clothes:Remove() | |
20 | end | |
21 | if clothes:IsA("Shirt") then | |
22 | clothes:Remove() | |
23 | end | |
24 | if clothes:IsA("Pants") then | |
25 | clothes:Remove() | |
26 | end | |
27 | if clothes:IsA("ShirtGraphic") then | |
28 | clothes.Graphic = 0 | |
29 | clothes:Remove() | |
30 | end | |
31 | end | |
32 | char.Head.BrickColor = BrickColor.new("White") | |
33 | torso.BrickColor = BrickColor.new("Really black") | |
34 | char["Left Leg"].BrickColor = BrickColor.new("White") | |
35 | char["Left Arm"].BrickColor = BrickColor.new("Crimson") | |
36 | char["Right Leg"].BrickColor = BrickColor.new("White") | |
37 | char["Right Arm"].BrickColor = BrickColor.new("Really red") | |
38 | char.Head.Material = "Neon" | |
39 | torso.Material = "Neon" | |
40 | char["Left Leg"].Material = "Neon" | |
41 | char["Left Arm"].Material = "Neon" | |
42 | char["Right Leg"].Material = "Neon" | |
43 | char["Right Arm"].Material = "Neon" | |
44 | human.MaxHealth = 90000000009999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
45 | wait(0.5) | |
46 | human.Health = human.MaxHealth | |
47 | human.WalkSpeed = 100 | |
48 | --------------------------------------------------------------------------------------------------------- | |
49 | m.KeyDown:connect(function(key) | |
50 | if key == "f" then | |
51 | torso.CFrame = m.hit | |
52 | end | |
53 | end) | |
54 | --------------------------------------------------------------------------------------------------------- | |
55 | m.KeyDown:connect(function(key) | |
56 | if key == "z" then | |
57 | ChatService:Chat(char.Head ,"IDEK") | |
58 | local pos = m.Hit.p | |
59 | local pos1 = torso.Position | |
60 | torso.CFrame = CFrame.new(pos1, pos) | |
61 | x = Instance.new("Part", char) | |
62 | x.Shape = "Ball" | |
63 | x.Size = Vector3.new(4,4,4) | |
64 | x.Material = "Neon" | |
65 | x.BrickColor = BrickColor.new("Really black") | |
66 | x.Anchored = false | |
67 | x.CanCollide = false | |
68 | x.CFrame = char["Torso"].CFrame * CFrame.new(0,0,-2.5) | |
69 | z = Instance.new("SpecialMesh", x) | |
70 | z.MeshId = "rbxassetid://477157423" | |
71 | z.Scale = Vector3.new(1,1,1) | |
72 | c = Instance.new("BodyVelocity", x) | |
73 | c.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
74 | c.velocity = char.Torso.CFrame.lookVector*180 | |
75 | x.Touched:connect(function(h) | |
76 | local a = h.Parent | |
77 | if a.Name ~= player.Name and a.ClassName == "Model" then | |
78 | for i = 1,10,.4 do | |
79 | z.Scale = Vector3.new(1 + i*0.8, 1 + i*0.8, 1 + i*0.8) | |
80 | x.Size = Vector3.new(4 + i*2.3, 4 + i*2.3, 4 + i*2.3) | |
81 | h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 180 | |
82 | end | |
83 | end | |
84 | if a.Name ~= player.Name and a.ClassName == "Model" and a:FindFirstChild("Humanoid") ~= nil then | |
85 | a:FindFirstChild("Humanoid"):TakeDamage(math.huge) | |
86 | end | |
87 | end) | |
88 | game.Debris:AddItem(x,5) | |
89 | end | |
90 | end) | |
91 | ---------------------------------------------------------------------------------------------------------- | |
92 | m.KeyDown:connect(function(key) | |
93 | if key == "x" then | |
94 | ChatService:Chat(char.Head ,"Slash") | |
95 | local pos = m.Hit.p | |
96 | local pos1 = torso.Position | |
97 | torso.CFrame = CFrame.new(pos1, pos) | |
98 | k = Instance.new("Part", workspace) | |
99 | k.Shape = "Cylinder" | |
100 | k.Size = Vector3.new(21,3,4) | |
101 | k.Material = "Neon" | |
102 | k.BrickColor = BrickColor.new("White") | |
103 | k.Anchored = false | |
104 | k.CanCollide = false | |
105 | k.CFrame = char["Torso"].CFrame * CFrame.new(0,0,-2.5) | |
106 | j = Instance.new("SpecialMesh", k) | |
107 | j.MeshType = "Sphere" | |
108 | j.Scale = Vector3.new(1,1,1) | |
109 | h = Instance.new("BodyVelocity", k) | |
110 | h.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
111 | h.velocity = char.Torso.CFrame.lookVector*180 | |
112 | k.Touched:connect(function(h) | |
113 | local a = h.Parent | |
114 | if a.Name ~= player.Name and a.ClassName == "Model" then | |
115 | k.Anchored = true | |
116 | for i = 1,10,.4 do | |
117 | j.Scale = Vector3.new(1 + i*0.8, 1 + i*0.8, 1 + i*0.8) | |
118 | h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 180 | |
119 | end | |
120 | end | |
121 | if a.Name ~= player.Name and a.ClassName == "Model" and a:FindFirstChild("Humanoid") ~= nil then | |
122 | a:FindFirstChild("Humanoid"):TakeDamage(math.huge) | |
123 | end | |
124 | end) | |
125 | game.Debris:AddItem(k,5) | |
126 | end | |
127 | end) | |
128 | ---------------------------------------------------------------------------------------------------------- | |
129 | m.KeyDown:connect(function(key) | |
130 | if key == "c" and boom == true then boom = false | |
131 | ChatService:Chat(char.Head ,"Get Ready..") | |
132 | char.Humanoid.JumpPower = 150 | |
133 | char.Humanoid.Jump = true | |
134 | wait(1) | |
135 | torso.Anchored = true | |
136 | torso.CFrame = torso.CFrame * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)) | |
137 | ChatService:Chat(char.Head ,"Demon Rain!!") | |
138 | for i = 1,100 do | |
139 | local g = Instance.new("Part", workspace) | |
140 | g.Transparency = 0.1 | |
141 | g.Name = "lalala" | |
142 | g.FormFactor = "Custom" | |
143 | g.Anchored = false | |
144 | g.CanCollide = false | |
145 | g.BrickColor = BrickColor.new("Really Black") | |
146 | g.Shape = "Ball" | |
147 | g.Size = Vector3.new(15,15,15) | |
148 | g.Material = "Neon" | |
149 | g.TopSurface = 0 | |
150 | g.BottomSurface = 0 | |
151 | local y = Instance.new("BodyVelocity", g) | |
152 | y.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
153 | y.velocity = char.Torso.CFrame.lookVector*180 | |
154 | g.CFrame = torso.CFrame*CFrame.new(math.random(-30,30),math.random(-30,30),math.random(-20,-10))* CFrame.Angles(0, 0, 0) | |
155 | local c = Instance.new("SpecialMesh",g) | |
156 | c.MeshType = "Sphere" | |
157 | c.Scale = Vector3.new(1,1,1) | |
158 | for i = 1,2 do | |
159 | c.Scale = c.Scale +Vector3.new(0,0,0) | |
160 | wait(0.0005) | |
161 | end | |
162 | g.Touched:connect(function(h) | |
163 | local a = h.Parent | |
164 | if a.Name ~= player.Name and a.ClassName == "Model" then | |
165 | g.Anchored = true | |
166 | for i = 1,10,.4 do | |
167 | c.Scale = Vector3.new(1 + i*0.4, 1 + i*0.4, 1 + i*0.4) | |
168 | h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 180 | |
169 | end | |
170 | end | |
171 | if a.Name ~= player.Name and a.ClassName == "Model" and a:FindFirstChild("Humanoid") ~= nil then | |
172 | a:FindFirstChild("Humanoid"):TakeDamage(math.huge) | |
173 | end | |
174 | end) | |
175 | game.Debris:AddItem(g,5) | |
176 | end | |
177 | torso.Anchored = false | |
178 | boom = true | |
179 | end | |
180 | end) | |
181 | ---------------------------------------------------------------------------------------------------------------------------- | |
182 | m.KeyDown:connect(function(key) | |
183 | if key == "v" and boom == true then boom = false | |
184 | ChatService:Chat(char.Head ,"Grrrrr..") | |
185 | wait(1) | |
186 | ChatService:Chat(char.Head ,"LET THERE BE LIGHT!!") | |
187 | local pos = m.Hit.p | |
188 | local pos1 = torso.Position | |
189 | torso.CFrame = CFrame.new(pos1, pos) | |
190 | local qeqe = Instance.new("Part", char) | |
191 | qeqe.Anchored = false | |
192 | qeqe.BrickColor = BrickColor.new("White") | |
193 | qeqe.CanCollide = false | |
194 | qeqe.Name = "Boom" | |
195 | qeqe.Shape = "Block" | |
196 | qeqe.Size = Vector3.new(300, 300, 300) | |
197 | qeqe.Transparency = 0.5 | |
198 | qeqe.TopSurface = 0 | |
199 | qeqe.BottomSurface = 0 | |
200 | qeqe.Material = "Neon" | |
201 | qeqe.CFrame = char["Torso"].CFrame * CFrame.new(0,0,-2.5) | |
202 | awd = Instance.new("BodyVelocity", qeqe) | |
203 | awd.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
204 | awd.velocity = char.Torso.CFrame.lookVector*360 | |
205 | qeqe.Touched:connect(function(h) | |
206 | local a = h.Parent | |
207 | if a.Name ~= player.Name and a.ClassName == "Model" and a:FindFirstChild("Humanoid") ~= nil then | |
208 | h.Parent.Torso.Velocity = CFrame.new(char.Torso.Position,h.Parent.Torso.Position).lookVector * 900 | |
209 | wait(0.2) | |
210 | a:FindFirstChild("Humanoid"):TakeDamage(math.huge) | |
211 | qeqe.Transparency = 1 | |
212 | ChatService:Chat(char.Head ,"oh no! light goneD:") | |
213 | end | |
214 | end) | |
215 | game.Debris:AddItem(qeqe,5) | |
216 | boom = true | |
217 | end | |
218 | end) | |
219 | ---------------------------------------------------------------------------------------------------------------------------- | |
220 | while true do | |
221 | wait(0.3) | |
222 | local q = Instance.new("Part", char) | |
223 | q.Anchored = true | |
224 | q.BrickColor = BrickColor.new("White") | |
225 | q.CanCollide = false | |
226 | q.Name = "Ring" | |
227 | q.Size = Vector3.new(20, 500, 20) | |
228 | q.Transparency = 0 | |
229 | q.TopSurface = 0 | |
230 | q.BottomSurface = 0 | |
231 | q.CFrame = torso.CFrame * CFrame.new(0,-2,0) | |
232 | q.CFrame = q.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
233 | local e = Instance.new("SpecialMesh", q) | |
234 | e.MeshId = "rbxassetid://471113192" | |
235 | e.Scale = Vector3.new(1, 1, 1) | |
236 | wait(0.1) | |
237 | coroutine.wrap(function() | |
238 | for i = 1, 10, .4 do | |
239 | e.Scale = Vector3.new(1 + i*5, 1 + i*5, 1 + i*2.5) | |
240 | ||
241 | wait() | |
242 | end | |
243 | wait() | |
244 | q:Destroy() | |
245 | wait() | |
246 | end)() | |
247 | end | |
248 | ||
249 | if k == "e" then | |
250 | local spart = Effect:Clone() | |
251 | spart.Parent = game.Players.LocalPlayer.Character | |
252 | spart.Transparency = 0 | |
253 | spart.Anchored = false | |
254 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*0 | |
255 | spart.Position = spart.Position + vt(0,100,0) | |
256 | spart.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*150 | |
257 | wait(1) | |
258 | spart.Transparency = 1 | |
259 | spart.Fire2:Destroy() | |
260 | spart.Fire:Destroy() | |
261 | Explode2(75,spart) | |
262 | spart:Destroy() | |
263 | end | |
264 | if k == "r" then | |
265 | local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character) | |
266 | game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*275 | |
267 | wait(0.75) | |
268 | game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*-165 | |
269 | Explode(30,game.Players.LocalPlayer.Character.Torso) | |
270 | wait(0.5) | |
271 | ff:Destroy() | |
272 | end | |
273 | if k == "f" then | |
274 | local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character) | |
275 | for i = 0, 10 do | |
276 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0) | |
277 | wait(0) | |
278 | end | |
279 | for i = 0, 5 do | |
280 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,1,0) | |
281 | wait(0) | |
282 | end | |
283 | game.Players.LocalPlayer.Character.Torso.Anchored = true | |
284 | wait(1.5) | |
285 | game.Players.LocalPlayer.Character.Torso.Anchored = false | |
286 | for i = 0, 10 do | |
287 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,-1,0) | |
288 | wait(0) | |
289 | end | |
290 | wait(0.25) | |
291 | Explode2(62.5,game.Players.LocalPlayer.Character.Torso) | |
292 | wait(0.5) | |
293 | ff:Destroy() | |
294 | end | |
295 | plr = game.Players.LocalPlayer | |
296 | mouse = plr:GetMouse() | |
297 | part = nil | |
298 | bp = nil | |
299 | particles = nil | |
300 | function clerp(a,b,c,d) | |
301 | for i = 0,d,.01 do | |
302 | a.CFrame = CFrame.new(b:lerp(c,i)) | |
303 | wait() | |
304 | end | |
305 | end | |
306 | function slerp(a2,b2,c2,d2) | |
307 | for i2 = 0,d2,.01 do | |
308 | a2.CFrame = CFrame.new(b2:lerp(c2,i2)) | |
309 | wait() | |
310 | end | |
311 | end | |
312 | mouse.KeyDown:connect(function(key) | |
313 | if key == "e" and plr.Character.Parent == workspace then | |
314 | plr.Character.Parent = workspace.Camera | |
315 | plr.Character.Archivable = true | |
316 | Instance.new("ForceField",plr.Character).Visible = false | |
317 | for y,t in pairs(plr.Character:GetChildren()) do | |
318 | if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then | |
319 | t.Transparency = 0.5 | |
320 | if t.Name == "Head" and t:FindFirstChild("face") then | |
321 | t.face.Transparency = 1 | |
322 | end | |
323 | elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then | |
324 | t.Handle.Transparency = 1 | |
325 | end | |
326 | end | |
327 | elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then | |
328 | plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p) | |
329 | elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then | |
330 | if plr.Character.Torso.Anchored == true then | |
331 | for y,t in pairs(plr.Character:GetChildren()) do | |
332 | if t:IsA("Part") then | |
333 | t.Anchored = false | |
334 | end | |
335 | end | |
336 | else | |
337 | for y,t in pairs(plr.Character:GetChildren()) do | |
338 | if t:IsA("Part") then | |
339 | t.Anchored = true | |
340 | end | |
341 | end | |
342 | end | |
343 | elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then | |
344 | local clone = part:Clone() | |
345 | clone.Parent = workspace | |
346 | clone.Anchored = false | |
347 | clone:ClearAllChildren() | |
348 | clone.CanCollide = true | |
349 | bp.Parent = clone | |
350 | particles.Parent = clone | |
351 | if part.Parent:FindFirstChildOfClass("Humanoid") then | |
352 | part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false | |
353 | end | |
354 | part:Destroy() | |
355 | part = clone | |
356 | elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then | |
357 | plr.Character.Parent = workspace | |
358 | plr.Character.Archivable = false | |
359 | plr.Character:FindFirstChildOfClass("ForceField"):Remove() | |
360 | for y,t in pairs(plr.Character:GetChildren()) do | |
361 | if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then | |
362 | t.Transparency = 0 | |
363 | if t.Name == "Head" and t:FindFirstChild("face") then | |
364 | t.face.Transparency = 0 | |
365 | end | |
366 | elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then | |
367 | t.Handle.Transparency = 0 | |
368 | end | |
369 | end | |
370 | end | |
371 | end) | |
372 | mouse.Button1Down:connect(function() | |
373 | if plr.Character.Parent == workspace.Camera then | |
374 | if mouse ~= nil then | |
375 | if mouse.Target ~= nil then | |
376 | part = mouse.Target | |
377 | bp = Instance.new("BodyPosition",part) | |
378 | bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
379 | bp.Position = part.Position | |
380 | particles = Instance.new("ParticleEmitter",part) | |
381 | particles.Color = ColorSequence.new(Color3.new(255, 255, 255)) | |
382 | particles.Size = NumberSequence.new(20) | |
383 | particles.Texture = "rbxassetid://522606102" | |
384 | particles.VelocitySpread = 360 | |
385 | particles.Speed = NumberRange.new(0) | |
386 | particles.RotSpeed = NumberRange.new(0) | |
387 | particles.Rotation = NumberRange.new(0) | |
388 | particles.Rate = 250 | |
389 | particles.Lifetime = NumberRange.new(1.5, 3.75) | |
390 | particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)}) | |
391 | dwn = true | |
392 | end | |
393 | end | |
394 | while dwn == true do | |
395 | wait() | |
396 | bp.Position = mouse.hit.p | |
397 | if part then | |
398 | if part.Parent:FindFirstChildOfClass("Humanoid") then | |
399 | part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true | |
400 | end | |
401 | end | |
402 | end | |
403 | end | |
404 | end) | |
405 | mouse.Button1Up:connect(function() | |
406 | dwn = false | |
407 | if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end | |
408 | if bp then bp:Destroy() end | |
409 | if particles then particles:Destroy() end | |
410 | end) | |
411 | base = Instance.new("ScreenGui",plr.PlayerGui) | |
412 | bbg = Instance.new("BillboardGui",plr.Character.Head) | |
413 | bbg.Size = UDim2.new(0,200,0,50) | |
414 | bbg.StudsOffset = Vector3.new(0,3,0) | |
415 | bbgTl = Instance.new("TextLabel",bbg) | |
416 | bbgTl.BackgroundTransparency = 1 | |
417 | bbgTl.Size = UDim2.new(10,0,1,0) | |
418 | bbgTl.Position = UDim2.new(-4.5,0,0,0) | |
419 | bbgTl.Font = "Code" | |
420 | bbgTl.Text = " " | |
421 | bbgTl.TextSize = 70 | |
422 | bbgTl.TextStrokeColor3 = Color3.new(1,1,1) | |
423 | bbgTl.TextColor3 = Color3.new(201,201,201) | |
424 | bbgTl.TextStrokeTransparency = 0 | |
425 | bbgTl.TextWrapped = true | |
426 | plr.Chatted:connect(function(msg) | |
427 | bbgTl.Text = msg | |
428 | wait(5) | |
429 | if bbgTl.Text == msg then | |
430 | bbgTl.Text = " " | |
431 | end | |
432 | end) | |
433 | touchCounter = 0 | |
434 | while wait() do | |
435 | if plr.Character.Parent == workspace.Camera then | |
436 | local c = plr.Character:Clone() | |
437 | c:MakeJoints() | |
438 | for y,t in pairs(c:GetChildren()) do | |
439 | if t:IsA("Part") then | |
440 | t.CanCollide = false | |
441 | t.Anchored = true | |
442 | t.Transparency = 0.8 | |
443 | t.TopSurface = "Smooth" | |
444 | t.BottomSurface = "Smooth" | |
445 | t.RightSurface = "Smooth" | |
446 | t.LeftSurface = "Smooth" | |
447 | t.FrontSurface = "Smooth" | |
448 | t.BackSurface = "Smooth" | |
449 | t.BrickColor = BrickColor.new("grey") | |
450 | if t.Name == "Head" and t:FindFirstChild("face") then | |
451 | t.face:Remove() | |
452 | elseif t.Name == "Torso" and t:FindFirstChild("roblox") then | |
453 | t.roblox:Remove() | |
454 | elseif t.Name == "HumanoidRootPart" then | |
455 | t:Remove() | |
456 | end | |
457 | else | |
458 | t:Remove() | |
459 | end | |
460 | end | |
461 | c.Parent = workspace | |
462 | game.Debris:AddItem(c,.05) | |
463 | end | |
464 | end |