SHOW:
|
|
- or go back to the newest paste.
1 | --// Script made by Cronizete | |
2 | --// Please dont check the code its ugly | |
3 | --// Who ever has this and youre not the maker of this script then you just stole it unless I released it to the public or whatever but yeah | |
4 | --// Please, if you're going to showcase this. Make sure to give credits to me :D | |
5 | --// Anyways, enjoy the script!!!!!!!!!!!!!!! | |
6 | ||
7 | ||
8 | ||
9 | CV="Magenta" | |
10 | p = game.Players.LocalPlayer | |
11 | char = p.Character | |
12 | local txt = Instance.new("BillboardGui", char) | |
13 | txt.Adornee = char .Head | |
14 | txt.Name = "_status" | |
15 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
16 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
17 | local text = Instance.new("TextLabel", txt) | |
18 | text.Size = UDim2.new(10, 0, 7, 0) | |
19 | text.FontSize = "Size24" | |
20 | text.TextScaled = true | |
21 | text.TextTransparency = 0 | |
22 | text.BackgroundTransparency = 1 | |
23 | text.TextTransparency = 0 | |
24 | text.TextStrokeTransparency = 0 | |
25 | text.Font = "Bodoni" | |
26 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
27 | ||
28 | v=Instance.new("Part") | |
29 | v.Name = "ColorBrick" | |
30 | v.Parent=p.Character | |
31 | v.FormFactor="Symmetric" | |
32 | v.Anchored=true | |
33 | v.CanCollide=false | |
34 | v.BottomSurface="Smooth" | |
35 | v.TopSurface="Smooth" | |
36 | v.Size=Vector3.new(10,5,3) | |
37 | v.Transparency=1 | |
38 | v.CFrame=char.Torso.CFrame | |
39 | v.BrickColor=BrickColor.new(CV) | |
40 | v.Transparency=1 | |
41 | text.TextColor3 = Color3.new(170,0,170) | |
42 | v.Shape="Block" | |
43 | text.Text = "Ze n o" | |
44 | ||
45 | ||
46 | plr = game.Players.LocalPlayer | |
47 | char = plr.Character | |
48 | ff = Instance.new('ForceField', char) | |
49 | ff.Visible = false | |
50 | mouse = plr:GetMouse() | |
51 | human = char.Humanoid | |
52 | torso = char.Torso | |
53 | root = char.HumanoidRootPart | |
54 | lleg = char["Left Leg"] | |
55 | rleg = char["Right Leg"] | |
56 | larm = char["Left Arm"] | |
57 | rarm = char["Right Arm"] | |
58 | head = char.Head | |
59 | lshold = torso["Left Shoulder"] | |
60 | rshold = torso["Right Shoulder"] | |
61 | neck = torso.Neck | |
62 | lhip = torso["Left Hip"] | |
63 | rhip = torso["Right Hip"] | |
64 | lscf = lshold.C0 | |
65 | rscf = rshold.C0 | |
66 | ncf = neck.C0 | |
67 | lhcf = lhip.C0 | |
68 | rhcf = rhip.C0 | |
69 | rad = math.rad | |
70 | random = math.random | |
71 | sin = math.sin | |
72 | cos = math.cos | |
73 | floor = math.floor | |
74 | lsho = lshold.C0 | |
75 | rsho = rshold.C0 | |
76 | cd1 = true | |
77 | cd2 = true | |
78 | ||
79 | function harmlessexplo() | |
80 | sph = Instance.new('Part', char) | |
81 | sph.Anchored = true | |
82 | sph.CFrame = char.Torso.CFrame | |
83 | sph.CanCollide = false | |
84 | sph.Anchored = true | |
85 | sph.Transparency = 0 | |
86 | sph.Material = "Neon" | |
87 | sph.Shape = "Ball" | |
88 | sph.Size = Vector3.new(0.2,0.2,0.2) | |
89 | for i = 1,50 do | |
90 | wait() | |
91 | sph.Size = sph.Size + Vector3.new(4,4,4) | |
92 | sph.Transparency = sph.Transparency + 0.05 | |
93 | sph.CFrame = char.Torso.CFrame | |
94 | end | |
95 | sph:Destroy() | |
96 | end | |
97 | ||
98 | function entrance() | |
99 | ||
100 | for _,q in pairs(char:GetChildren()) do | |
101 | if q:IsA('Accessory') then | |
102 | q:Destroy() | |
103 | end | |
104 | ||
105 | a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character) | |
106 | a.MeshId = "279174949" | |
107 | a.BodyPart = "LeftArm" | |
108 | ||
109 | a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character) | |
110 | a.MeshId = "319336109" | |
111 | a.BodyPart = "LeftLeg" | |
112 | ||
113 | a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character) | |
114 | a.MeshId = "279174886" | |
115 | a.BodyPart = "RightArm" | |
116 | ||
117 | a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character) | |
118 | a.MeshId = "319336155" | |
119 | a.BodyPart = "RightLeg" | |
120 | ||
121 | a = Instance.new('CharacterMesh', game.Players.LocalPlayer.Character) | |
122 | a.MeshId = "376169183" | |
123 | a.BodyPart = "Torso" | |
124 | ||
125 | ||
126 | ||
127 | ||
128 | ||
129 | ||
130 | ||
131 | ||
132 | if q:IsA('Shirt') then | |
133 | q.ShirtTemplate = "rbxassetid://704100781" | |
134 | end | |
135 | ||
136 | if q:IsA('Pants') then | |
137 | q.PantsTemplate = "rbxassetid://704102680" | |
138 | end | |
139 | char.Head.face.Texture = "rbxassetid://1528109306" | |
140 | ||
141 | ||
142 | char["Left Arm"].BrickColor = BrickColor.new('Cyan') | |
143 | char["Right Arm"].BrickColor = BrickColor.new('Cyan') | |
144 | ||
145 | if q.Name ~= "HumanoidRootPart" and q:IsA('Part') then | |
146 | q.Transparency = 1 | |
147 | end | |
148 | end | |
149 | ||
150 | char.Humanoid.HipHeight = 60 | |
151 | wait(.05) | |
152 | char.Torso.Anchored = true | |
153 | ||
154 | sph = Instance.new('Part', char) | |
155 | sph.Anchored = true | |
156 | sph.CFrame = char.Torso.CFrame | |
157 | sph.CanCollide = false | |
158 | sph.Anchored = true | |
159 | sph.Transparency = 0 | |
160 | sph.Material = "Neon" | |
161 | sph.Shape = "Ball" | |
162 | sph.Size = Vector3.new(0.2,0.2,0.2) | |
163 | sp = Instance.new('SpecialMesh', sph) | |
164 | sp.MeshId = "http://www.roblox.com/Asset/?id=9982590" | |
165 | sp.Scale = Vector3.new(0.2,0.2,0.2) | |
166 | a = 0 | |
167 | ||
168 | for i = 1, 25 do | |
169 | sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255)) | |
170 | sp.Scale = sp.Scale + Vector3.new(0.3,0.3,0.3) | |
171 | sph.Rotation = Vector3.new( a, a, a) | |
172 | wait() | |
173 | a = a+3 | |
174 | end | |
175 | for _,e in pairs(char:GetChildren()) do | |
176 | if e:IsA('Accessory') then | |
177 | e.Handle.Transparency = 0 | |
178 | end | |
179 | if e.Name ~= "HumanoidRootPart" and e:IsA('Part') then | |
180 | e.Transparency = 0 | |
181 | end | |
182 | end | |
183 | for i = 1, 115 do | |
184 | sph.Color = Color3.new(math.random(1,255),math.random(1,255),math.random(1,255)) | |
185 | sph.Transparency = sph.Transparency + 0.01 | |
186 | sph.Rotation = Vector3.new( a, a, a) | |
187 | wait() | |
188 | a = a+15 | |
189 | end | |
190 | char.Torso.Anchored = false | |
191 | char.Humanoid.HipHeight = 0 | |
192 | end | |
193 | ||
194 | function chat(chatt) | |
195 | local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character) | |
196 | text.Size = UDim2.new(0,100,0,40) | |
197 | text.StudsOffset = Vector3.new(0,3,0) | |
198 | text.Adornee = game.Players.LocalPlayer.Character.Head | |
199 | text.Name = "1" | |
200 | local text1 = Instance.new("TextLabel",text) | |
201 | text1.BackgroundTransparency = 1 | |
202 | text1.TextStrokeTransparency = 1 | |
203 | text1.TextTransparency = 1 | |
204 | text1.BorderSizePixel = 0 | |
205 | text1.Text = chatt | |
206 | text1.Font = "Fantasy" | |
207 | text1.FontSize = "Size36" | |
208 | text1.TextStrokeTransparency = 0 | |
209 | text1.TextColor3 = Color3.new(1,1,1) | |
210 | text1.TextStrokeColor3 = Color3.new(0,0,0) | |
211 | text1.Size = UDim2.new(1,0,0.5,0) | |
212 | for i=1,15 do | |
213 | wait() | |
214 | text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1 | |
215 | text1.TextTransparency = text1.TextTransparency - 0.1 | |
216 | end | |
217 | wait(1) | |
218 | for i=1,25 do | |
219 | wait() | |
220 | text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1 | |
221 | text1.TextTransparency = text1.TextTransparency + 0.1 | |
222 | end | |
223 | end | |
224 | ||
225 | function explo() | |
226 | sph = Instance.new('Part', char) | |
227 | sph.Touched:connect(function(hit) | |
228 | if hit.Parent:FindFirstChild('Humanoid') then | |
229 | if hit.Parent.Name ~= plr.Name then | |
230 | hit.Parent:Destroy() | |
231 | else | |
232 | end | |
233 | end | |
234 | end) | |
235 | sph.Anchored = true | |
236 | sph.CFrame = char.Torso.CFrame | |
237 | sph.CanCollide = false | |
238 | sph.Anchored = true | |
239 | sph.Transparency = 0 | |
240 | sph.Material = "Neon" | |
241 | sph.Shape = "Ball" | |
242 | sph.Size = Vector3.new(0.2,0.2,0.2) | |
243 | for i = 1,50 do | |
244 | wait() | |
245 | sph.Size = sph.Size + Vector3.new(4,4,4) | |
246 | sph.Transparency = sph.Transparency + 0.03 | |
247 | sph.CFrame = char.Torso.CFrame | |
248 | end | |
249 | sph:Destroy() | |
250 | end | |
251 | ||
252 | --// Main script, don't touch if you don't know how to script or you might ruin the script. | |
253 | ||
254 | entrance() | |
255 | ||
256 | mouse.Button1Down:connect(function() | |
257 | if cd1 then | |
258 | if mouse.Target.Parent:FindFirstChild('Humanoid') then | |
259 | cd1 = false | |
260 | local target = mouse.Target.Parent | |
261 | target:FindFirstChild('Torso').Anchored = true | |
262 | for i=0,1,0.1 do | |
263 | rshold.C0 = rshold.C0:lerp(CFrame.new(0.9,0.5,-0.1)*CFrame.Angles(rad(-90),rad(90),rad(-180)),i) | |
264 | wait() | |
265 | end | |
266 | chat("Destroy!") | |
267 | wait(.5) | |
268 | particle = Instance.new('Part', workspace) | |
269 | particle.Anchored = true | |
270 | particle.CFrame = target:FindFirstChild('Torso').CFrame | |
271 | particle.CanCollide = false | |
272 | particle.Anchored = true | |
273 | particle.Transparency = 1 | |
274 | particle.Size = Vector3.new(6.52, 10.36, 6.34) | |
275 | local pe = Instance.new("ParticleEmitter") | |
276 | pe.Acceleration = Vector3.new(7, 7, 7) | |
277 | pe.Lifetime = NumberRange.new(1, 4) | |
278 | pe.Rate = 500 | |
279 | pe.RotSpeed = NumberRange.new(7, 7) | |
280 | pe.LightEmission = 0.700 | |
281 | pe.Rotation = NumberRange.new(0, 0) | |
282 | pe.Size = NumberSequence.new({ | |
283 | NumberSequenceKeypoint.new(0, 1, 0), | |
284 | NumberSequenceKeypoint.new(1, 10, 0), | |
285 | NumberSequenceKeypoint.new(1, 10, 0) | |
286 | }) | |
287 | pe.Texture = "http://www.roblox.com/asset/?id=242996110" | |
288 | pe.Transparency = NumberSequence.new({ | |
289 | NumberSequenceKeypoint.new(0, 0, 0), | |
290 | NumberSequenceKeypoint.new(0.4, 0.3, 0), | |
291 | NumberSequenceKeypoint.new(1, 1, 1) | |
292 | }) | |
293 | pe.ZOffset = 5 | |
294 | pe.VelocitySpread = 360 | |
295 | pe.Parent = particle | |
296 | pe.Enabled = true | |
297 | wait(1) | |
298 | pe.Enabled = false | |
299 | target:Destroy() | |
300 | for i=0,1,0.1 do | |
301 | rshold.C0 = rshold.C0:lerp(rsho,i) | |
302 | wait() | |
303 | end | |
304 | wait(1) | |
305 | cd1 = true | |
306 | end | |
307 | end | |
308 | end) | |
309 | ||
310 | mouse.KeyDown:connect(function(key) | |
311 | if key == "t" then | |
312 | if cd1 then | |
313 | cd1 = false | |
314 | particle = Instance.new('Part', workspace) | |
315 | particle.Anchored = true | |
316 | particle.CFrame = char:FindFirstChild('Torso').CFrame | |
317 | particle.CanCollide = false | |
318 | particle.Anchored = true | |
319 | particle.Transparency = 1 | |
320 | particle.Size = Vector3.new(6.52, 10.36, 6.34) | |
321 | local pe = Instance.new("ParticleEmitter") | |
322 | pe.Acceleration = Vector3.new(7, 7, 7) | |
323 | pe.Lifetime = NumberRange.new(1, 4) | |
324 | pe.Rate = 500 | |
325 | pe.RotSpeed = NumberRange.new(7, 7) | |
326 | pe.LightEmission = 0.700 | |
327 | pe.Rotation = NumberRange.new(0, 0) | |
328 | pe.Size = NumberSequence.new({ | |
329 | NumberSequenceKeypoint.new(0, 1, 0), | |
330 | NumberSequenceKeypoint.new(1, 10, 0), | |
331 | NumberSequenceKeypoint.new(1, 10, 0) | |
332 | }) | |
333 | pe.Texture = "http://www.roblox.com/asset/?id=242996110" | |
334 | pe.Transparency = NumberSequence.new({ | |
335 | NumberSequenceKeypoint.new(0, 0, 0), | |
336 | NumberSequenceKeypoint.new(0.4, 0.3, 0), | |
337 | NumberSequenceKeypoint.new(1, 1, 1) | |
338 | }) | |
339 | pe.ZOffset = 5 | |
340 | pe.VelocitySpread = 360 | |
341 | pe.Parent = particle | |
342 | pe.Enabled = true | |
343 | wait(.3) | |
344 | char.Torso.CFrame = mouse.Hit | |
345 | pe.Enabled = false | |
346 | harmlessexplo() | |
347 | wait(3) | |
348 | cd1 = true | |
349 | end | |
350 | end | |
351 | ||
352 | if key == "q" then | |
353 | if cd2 then | |
354 | cd2 = false | |
355 | for i=0,1,0.1 do | |
356 | lshold.C0 = lshold.C0:lerp(CFrame.new(-1.3,0.7,-0.1)*CFrame.Angles(rad(25),-rad(20),-rad(90)),i) | |
357 | rshold.C0 = rshold.C0:lerp(CFrame.new(1.3,0.7,-0.1)*CFrame.Angles(rad(25),rad(20),rad(90)),i) | |
358 | wait() | |
359 | end | |
360 | ||
361 | local pe = Instance.new("ParticleEmitter") | |
362 | pe.Acceleration = Vector3.new(3, 3, 3) | |
363 | pe.Lifetime = NumberRange.new(0.1, 0.5) | |
364 | pe.Rate = 4000 | |
365 | pe.RotSpeed = NumberRange.new(0, 0) | |
366 | pe.LightEmission = 0.700 | |
367 | - | while wait() do |
367 | + | |
368 | - | char.Humanoid.MaxHealth = 99999 |
368 | + | |
369 | - | char.Humanoid.Health = char.Humanoid.MaxHealth |
369 | + | |
370 | - | end |
370 | + | |
371 | NumberSequenceKeypoint.new(1, 1, 0) | |
372 | }) | |
373 | pe.Texture = "http://www.roblox.com/asset/?id=242996110" | |
374 | pe.Transparency = NumberSequence.new({ | |
375 | NumberSequenceKeypoint.new(0, 0, 0), | |
376 | NumberSequenceKeypoint.new(0.4, 0.3, 0), | |
377 | NumberSequenceKeypoint.new(1, 1, 1) | |
378 | }) | |
379 | pe.ZOffset = 5 | |
380 | pe.VelocitySpread = 360 | |
381 | pe.Parent = char["Right Arm"] | |
382 | pe1 = pe:Clone() | |
383 | pe1.Parent = char["Left Arm"] | |
384 | wait(.05) | |
385 | pe.Enabled = true | |
386 | ||
387 | wait(.05) | |
388 | ||
389 | for i= 1, 100 do | |
390 | char.Humanoid.HipHeight = char.Humanoid.HipHeight + 0.5 | |
391 | wait() | |
392 | end | |
393 | ||
394 | wait(.03) | |
395 | ||
396 | ||
397 | chat("A world like this must disappear!") | |
398 | wait(.07) | |
399 | explo() | |
400 | wait(.04) | |
401 | for i=0,1,0.1 do | |
402 | lshold.C0 = lshold.C0:lerp(lsho,i) | |
403 | rshold.C0 = rshold.C0:lerp(rsho,i) | |
404 | wait() | |
405 | end | |
406 | pe.Enabled = false | |
407 | pe1.Enabled = fasle | |
408 | char.Humanoid.HipHeight = 0 | |
409 | wait(5) | |
410 | cd2 = true | |
411 | end | |
412 | end | |
413 | end) | |
414 | ||
415 | ||
416 | ||
417 | char.Humanoid.MaxHealth = math.huge | |
418 | char.Humanoid.Health = math.huge | |
419 | char.Humanoid.MaxHealth = math.huge | |
420 | wait() | |
421 | char.Humanoid.Health = math.huge |