SHOW:
|
|
- or go back to the newest paste.
1 | me = game.Players.JayTheLionJR | |
2 | hoppa = Instance.new("HopperBin") | |
3 | hoppa.Parent = me.Backpack | |
4 | hoppa.Name = "Steal" | |
5 | script.Parent = hoppa | |
6 | function selected(mouse, key) | |
7 | mouse.Button1Down:connect(function() | |
8 | if mouse.Target then | |
9 | local targ = mouse.Target | |
10 | if targ.Name == "Base" then return end | |
11 | local too = Instance.new("Tool") | |
12 | too.Parent = me.Backpack | |
13 | too.Name = targ.Name | |
14 | too.GripPos = Vector3.new(0,0,0) | |
15 | if targ.Size.Y >= 1 then | |
16 | too.GripPos = Vector3.new(0,-0.5,0) | |
17 | elseif targ.Size.Y >= 2 then | |
18 | too.GripPos = Vector3.new(0,-1,0) | |
19 | elseif targ.Size.Y >= 3 then | |
20 | too.GripPos = Vector3.new(0,-1.5,0) | |
21 | elseif targ.Size.Y >= 4 then | |
22 | too.GripPos = Vector3.new(0,-2,0) | |
23 | end | |
24 | local hand = targ | |
25 | hand.Name = "Handle" | |
26 | hand.Anchored = false | |
27 | hand.Parent = too | |
28 | hand.CanCollide = false | |
29 | local gee = false | |
30 | local function touch(hit) | |
31 | if gee == false then return end | |
32 | local hum = hit.Parent:findFirstChild("Humanoid") | |
33 | if hum ~= nil then | |
34 | hum:TakeDamage(math.random(5,10)) | |
35 | end | |
36 | end | |
37 | hand.Touched:connect(touch) | |
38 | too.Equipped:connect(function() | |
39 | too.Activated:connect(function() | |
40 | gee = true | |
41 | local val = Instance.new("StringValue") | |
42 | val.Parent = too | |
43 | val.Name = "toolanim" | |
44 | val.Value = "Slash" | |
45 | wait(0.5) | |
46 | gee = false | |
47 | end) | |
48 | end) | |
49 | end | |
50 | end) | |
51 | end | |
52 | ||
53 | script.Parent.Selected:connect(selected) | |
54 | plr = game.Players.LocalPlayer | |
55 | mouse = plr:GetMouse() | |
56 | function onClicked() | |
57 | local x = Instance.new("Explosion", workspace) | |
58 | x.Position = mouse.Hit.p | |
59 | x.BlastRadius = 10 | |
60 | x.BlastPressure = 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 end | |
61 | mouse.Button1Down:connect(onClicked) | |
62 | p = game.Players.LocalPlayer | |
63 | char = p.Character | |
64 | local char = p.Character | |
65 | torso = char.Torso | |
66 | neck = char.Torso.Neck | |
67 | hum = char.Humanoid | |
68 | Player = game:GetService("Players").LocalPlayer | |
69 | Character = Player.Character | |
70 | tors = Character.Torso | |
71 | root = Character.HumanoidRootPart | |
72 | lleg = Character["Left Leg"] | |
73 | hed = Character.Head | |
74 | rleg = Character["Right Leg"] | |
75 | rarm = Character["Right Arm"] | |
76 | larm = Character["Left Arm"] | |
77 | ||
78 | ypcall(function() | |
79 | for i,v in pairs(Character:children()) do | |
80 | if v:IsA("Hat") then | |
81 | v:Destroy() | |
82 | end | |
83 | end | |
84 | for i,v in pairs(Character:children()) do | |
85 | if v:IsA("Accessory") then | |
86 | v:Destroy() | |
87 | end | |
88 | end | |
89 | for i,v in pairs(Character:children()) do | |
90 | if v:IsA("Hair") then | |
91 | v:Destroy() | |
92 | end | |
93 | end | |
94 | end) | |
95 | ||
96 | CV="Hot pink" | |
97 | ||
98 | local txt = Instance.new("BillboardGui", char) | |
99 | txt.Adornee = char .Head | |
100 | txt.Name = "_status" | |
101 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
102 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
103 | local text = Instance.new("TextLabel", txt) | |
104 | text.Size = UDim2.new(10, 0, 7, 0) | |
105 | text.FontSize = "Size24" | |
106 | text.TextScaled = true | |
107 | text.TextTransparency = 0 | |
108 | text.BackgroundTransparency = 1 | |
109 | text.TextTransparency = 0 | |
110 | text.TextStrokeTransparency = 0 | |
111 | text.Font = "Code" | |
112 | text.TextStrokeColor3 = BrickColor.new("Really black").Color | |
113 | ||
114 | v=Instance.new("Part") | |
115 | v.Name = "ColorBrick" | |
116 | v.Parent=p.Character | |
117 | v.FormFactor="Symmetric" | |
118 | v.Anchored=true | |
119 | v.CanCollide=false | |
120 | v.BottomSurface="Smooth" | |
121 | v.TopSurface="Smooth" | |
122 | v.Size=Vector3.new(50,50,50) | |
123 | v.Transparency=1 | |
124 | v.CFrame=char.Torso.CFrame | |
125 | v.BrickColor=BrickColor.new(CV) | |
126 | v.Transparency=1 | |
127 | text.TextColor3 = BrickColor.new("Black").Color | |
128 | v.Shape="Block" | |
129 | text.Text = "EMBODIMENT OF DESTRUCTION" | |
130 | ||
131 | hed.face.Texture = "http://www.roblox.com/asset/?id=0" | |
132 | hed.Transparency = 0 | |
133 | rleg.Transparency = 0.9 | |
134 | rarm.Transparency = 0.9 | |
135 | larm.Transparency = 0.9 | |
136 | lleg.Transparency = 0.9 | |
137 | tors.Transparency = 0.9 | |
138 | ||
139 | Player = game:GetService("Players").LocalPlayer | |
140 | Character = Player.Character | |
141 | rarm = Character["Right Arm"] | |
142 | larm = Character["Left Arm"] | |
143 | vt = Vector3.new | |
144 | bc = BrickColor.new | |
145 | wit = bc("Black").Color | |
146 | ||
147 | local prth = Instance.new("Part",Character) | |
148 | prth.Size = vt(1.25,1.25,1.25) | |
149 | prth.CanCollide = false | |
150 | prth.Material = "Neon" | |
151 | prth.Transparency = 0.5 | |
152 | prth.BrickColor = bc("Really red") | |
153 | local wldh = Instance.new("Weld",Character) | |
154 | wldh.Part0 = hed | |
155 | wldh.Part1 = prth | |
156 | ||
157 | local prtrm = Instance.new("Part",Character) | |
158 | prtrm.Size = vt(2.1,2.1,1.1) | |
159 | prtrm.CanCollide = false | |
160 | prtrm.Transparency = 0.5 | |
161 | prtrm.Material = "Neon" | |
162 | prtrm.BrickColor = bc("Black") | |
163 | local wldm = Instance.new("Weld",Character) | |
164 | wldm.Part0 = root | |
165 | wldm.Part1 = prtrm | |
166 | ||
167 | local prtr = Instance.new("Part",Character) | |
168 | prtr.Size = vt(1.1,2.1,1.1) | |
169 | prtr.CanCollide = false | |
170 | prtr.Transparency = 0.5 | |
171 | prtr.Material = "Neon" | |
172 | prtr.BrickColor = bc("red") | |
173 | local prtrl = Instance.new("Part",Character) | |
174 | prtrl.Size = vt(1.1,2.1,1.1) | |
175 | prtrl.CanCollide = false | |
176 | prtrl.Transparency = 0.5 | |
177 | prtrl.Material = "Neon" | |
178 | prtrl.BrickColor = bc("white") | |
179 | local eff = Instance.new("ParticleEmitter",prtr) | |
180 | eff.LightEmission = 1 | |
181 | eff.Texture = "rbxassetid://284205403" | |
182 | eff.Color = ColorSequence.new(wit) | |
183 | eff.Size = NumberSequence.new(10,10) | |
184 | eff.Acceleration = vt(0,25,0) | |
185 | eff.Speed = NumberRange.new(-5) | |
186 | eff.LockedToPart = false | |
187 | eff.Transparency = NumberSequence.new(0.95) | |
188 | eff.Lifetime = NumberRange.new(0.5) | |
189 | eff.Rate = 100000 | |
190 | eff.VelocitySpread = 25 | |
191 | local wld = Instance.new("Weld",Character) | |
192 | wld.Part0 = rarm | |
193 | wld.Part1 = prtr | |
194 | local wldl = Instance.new("Weld",Character) | |
195 | wldl.Part0 = rleg | |
196 | wldl.Part1 = prtrl | |
197 | ||
198 | local prtr2 = Instance.new("Part",Character) | |
199 | prtr2.Size = vt(1.1,2.1,1.1) | |
200 | prtr2.CanCollide = false | |
201 | prtr2.Transparency = 0.5 | |
202 | prtr2.Material = "Neon" | |
203 | prtr2.BrickColor = bc("red") | |
204 | local prtrl2 = Instance.new("Part",Character) | |
205 | prtrl2.Size = vt(1.1,2.1,1.1) | |
206 | prtrl2.CanCollide = false | |
207 | prtrl2.Transparency = 0.5 | |
208 | prtrl2.Material = "Neon" | |
209 | prtrl2.BrickColor = bc("White") | |
210 | local eff2 = Instance.new("ParticleEmitter",prtr2) | |
211 | eff2.LightEmission = 1 | |
212 | eff2.Texture = "rbxassetid://284205403" | |
213 | eff2.Color = ColorSequence.new(wit) | |
214 | eff2.Size = NumberSequence.new(0.5,1) | |
215 | eff2.Acceleration = vt(0,25,0) | |
216 | eff2.Speed = NumberRange.new(-5) | |
217 | eff2.LockedToPart = false | |
218 | eff2.Transparency = NumberSequence.new(0.95) | |
219 | eff2.Lifetime = NumberRange.new(0.5) | |
220 | eff2.Rate = 100000 | |
221 | eff2.VelocitySpread = 25 | |
222 | local wld2 = Instance.new("Weld",Character) | |
223 | wld2.Part0 = larm | |
224 | wld2.Part1 = prtr2 | |
225 | local wldl2 = Instance.new("Weld",Character) | |
226 | wldl2.Part0 = lleg | |
227 | wldl2.Part1 = prtrl2 | |
228 | ||
229 | local mouse = game.Players.LocalPlayer:GetMouse() | |
230 | tors = game.Players.LocalPlayer.Character.Torso | |
231 | vt = Vector3.new | |
232 | bc = BrickColor.new | |
233 | ||
234 | local Effect = Instance.new("Part",game.Lighting) | |
235 | Effect.BrickColor = bc("Deep orange") | |
236 | Effect.Transparency = 1 | |
237 | Effect.Anchored = true | |
238 | Effect.CanCollide = false | |
239 | Effect.Material = "Neon" | |
240 | Effect.Shape = "Ball" | |
241 | Effect.Size = vt(5,5,5) | |
242 | local fire1 = Instance.new("Fire",Effect) | |
243 | fire1.Name = "Fire" | |
244 | fire1.Heat = 0 | |
245 | fire1.Size = 30 | |
246 | fire1.SecondaryColor = bc("Really black").Color | |
247 | fire1.Color = bc("Deep orange").Color | |
248 | local fire2 = Instance.new("Fire",Effect) | |
249 | fire2.Name = "Fire2" | |
250 | fire2.Heat = 0 | |
251 | fire2.Size = 25 | |
252 | fire2.SecondaryColor = bc("Really black").Color | |
253 | fire2.Color = bc("Neon orange").Color | |
254 | ||
255 | function Explode(rad,par) | |
256 | local expart = Instance.new("Part",script.Parent) | |
257 | local expart2 = Instance.new("Part",script.Parent) | |
258 | local snd = Instance.new("Sound",expart) | |
259 | snd.SoundId = "rbxassetid://258057783" | |
260 | snd.Volume = 2.5 | |
261 | local partMesh = Instance.new("SpecialMesh",expart) | |
262 | partMesh.MeshType = "Sphere" | |
263 | local partMesh2 = Instance.new("SpecialMesh",expart2) | |
264 | partMesh2.MeshType = "Sphere" | |
265 | local expld = Instance.new("Explosion", script.Parent) | |
266 | expld.BlastRadius = rad | |
267 | expld.Position = par.Position | |
268 | partMesh.Scale = vt(rad,rad,rad) | |
269 | expart.Size = vt(1,1,1)*1.5 | |
270 | expart.Transparency = 0.5 | |
271 | expart.Anchored = true | |
272 | expart.Material = "Neon" | |
273 | expart.BrickColor = bc("Deep orange") | |
274 | expart.CFrame = par.CFrame | |
275 | partMesh2.Scale = vt(rad,rad,rad) | |
276 | expart2.Size = vt(1.15,1.15,1.15)*1.5 | |
277 | expart2.Transparency = 0.5 | |
278 | expart2.Anchored = true | |
279 | expart2.Material = "Neon" | |
280 | expart2.BrickColor = bc("Bright orange") | |
281 | expart2.CFrame = par.CFrame | |
282 | snd:Play() | |
283 | for i = 0, 100 do | |
284 | expart.Transparency = expart.Transparency + 0.005 | |
285 | partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25) | |
286 | expart.CFrame = expart.CFrame | |
287 | expart2.Transparency = expart.Transparency + 0.005 | |
288 | partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25) | |
289 | expart2.CFrame = expart.CFrame | |
290 | wait(0) | |
291 | end | |
292 | snd.Parent = nil | |
293 | expart.Parent = nil | |
294 | expart2.Parent = nil | |
295 | expld.Parent = nil | |
296 | end | |
297 | ||
298 | function Explode2(rad,par) | |
299 | local expart = Instance.new("Part",script.Parent) | |
300 | local expart2 = Instance.new("Part",script.Parent) | |
301 | local snd = Instance.new("Sound",expart) | |
302 | snd.SoundId = "rbxassetid://165969964" | |
303 | snd.Volume = 3 | |
304 | local partMesh = Instance.new("SpecialMesh",expart) | |
305 | partMesh.MeshType = "Sphere" | |
306 | local partMesh2 = Instance.new("SpecialMesh",expart2) | |
307 | partMesh2.MeshType = "Sphere" | |
308 | local expld = Instance.new("Explosion", script.Parent) | |
309 | expld.BlastRadius = rad | |
310 | expld.Position = par.Position | |
311 | partMesh.Scale = vt(rad,rad,rad) | |
312 | expart.Size = vt(1,1,1)*1.5 | |
313 | expart.Transparency = 0.5 | |
314 | expart.Anchored = true | |
315 | expart.Material = "Neon" | |
316 | expart.BrickColor = bc("Deep orange") | |
317 | expart.CFrame = par.CFrame | |
318 | partMesh2.Scale = vt(rad,rad,rad) | |
319 | expart2.Size = vt(1.15,1.15,1.15)*1.5 | |
320 | expart2.Transparency = 0.5 | |
321 | expart2.Anchored = true | |
322 | expart2.Material = "Neon" | |
323 | expart2.BrickColor = bc("Bright orange") | |
324 | expart2.CFrame = par.CFrame | |
325 | snd:Play() | |
326 | for i = 0, 100 do | |
327 | expart.Transparency = expart.Transparency + 0.005 | |
328 | partMesh.Scale = partMesh.Scale + vt(0.25,0.25,0.25) | |
329 | expart.CFrame = expart.CFrame | |
330 | expart2.Transparency = expart.Transparency + 0.005 | |
331 | partMesh2.Scale = partMesh2.Scale + vt(0.25,0.25,0.25) | |
332 | expart2.CFrame = expart.CFrame | |
333 | wait(0) | |
334 | end | |
335 | snd.Parent = nil | |
336 | expart.Parent = nil | |
337 | expart2.Parent = nil | |
338 | expld.Parent = nil | |
339 | end | |
340 | ||
341 | mouse.KeyDown:connect(function(k) | |
342 | ||
343 | k = k:lower() | |
344 | if k == "l" then | |
345 | local spart = Effect:Clone() | |
346 | spart.Parent = game.Players.LocalPlayer.Character | |
347 | spart.Transparency = 0 | |
348 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*5 | |
349 | wait() | |
350 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*15 | |
351 | wait() | |
352 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*25 | |
353 | wait() | |
354 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*35 | |
355 | wait() | |
356 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*45 | |
357 | wait() | |
358 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*55 | |
359 | wait() | |
360 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*65 | |
361 | wait() | |
362 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*75 | |
363 | wait() | |
364 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*85 | |
365 | wait() | |
366 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*95 | |
367 | wait() | |
368 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*105 | |
369 | spart.Transparency = 1 | |
370 | spart.Fire2:Destroy() | |
371 | spart.Fire:Destroy() | |
372 | Explode(25,spart) | |
373 | spart:Destroy() | |
374 | end | |
375 | if k == "k" then | |
376 | local spart = Effect:Clone() | |
377 | spart.Parent = game.Players.LocalPlayer.Character | |
378 | spart.Transparency = 0 | |
379 | spart.Anchored = false | |
380 | spart.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*0 | |
381 | spart.Position = spart.Position + vt(0,100,0) | |
382 | spart.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*150 | |
383 | wait(1) | |
384 | spart.Transparency = 1 | |
385 | spart.Fire2:Destroy() | |
386 | spart.Fire:Destroy() | |
387 | Explode2(75,spart) | |
388 | spart:Destroy() | |
389 | end | |
390 | if k == "h" then | |
391 | local f = Instance.new("ForceField",game.Players.LocalPlayer.Character) | |
392 | game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*275 | |
393 | wait(0.75) | |
394 | game.Players.LocalPlayer.Character.Torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*-165 | |
395 | Explode(30,game.Players.LocalPlayer.Character.Torso) | |
396 | wait(0.5) | |
397 | ff:Destroy() | |
398 | end | |
399 | if k == "n" then | |
400 | local ff = Instance.new("ForceField",game.Players.LocalPlayer.Character) | |
401 | for i = 0, 10 do | |
402 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0) | |
403 | wait(0) | |
404 | end | |
405 | for i = 0, 5 do | |
406 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,1,0) | |
407 | wait(0) | |
408 | end | |
409 | game.Players.LocalPlayer.Character.Torso.Anchored = true | |
410 | wait(1.5) | |
411 | game.Players.LocalPlayer.Character.Torso.Anchored = false | |
412 | for i = 0, 10 do | |
413 | game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,-1,0) | |
414 | wait(0) | |
415 | end | |
416 | wait(0.25) | |
417 | Explode2(62.5,game.Players.LocalPlayer.Character.Torso) | |
418 | wait(0.5) | |
419 | ff:Destroy() | |
420 | end | |
421 | end) | |
422 | script.Parent = nil | |
423 | while true do | |
424 | wait() | |
425 | if game.Players.JayTheLionJR.Character.Humanoid.Health <1 then | |
426 | msg = Instance.new("Message") | |
427 | msg.Parent = workspace | |
428 | msg.Text = "server will be killed because DESTRUCTION it self was destroyed" | |
429 | wait() | |
430 | for _, v in pairs(game.Players:GetChildren()) do | |
431 | v.Character:BreakJoints() | |
432 | end | |
433 | wait(1) | |
434 | msg:remove() | |
435 | end | |
436 | ||
437 | if game.Players.JayTheLionJR.Character == nil then | |
438 | msg = Instance.new("Message") | |
439 | msg.Parent = workspace | |
440 | msg.Text = "server will be killed because DESTRUCTION it self was destroyed" | |
441 | wait() | |
442 | for _, v in pairs(game.Players:GetChildren()) do | |
443 | v.Character:BreakJoints() | |
444 | end | |
445 | wait(1) | |
446 | msg:remove() | |
447 | ||
448 | for _, pl in pairs(game.Players:GetChildren()) do | |
449 | if game.Players.JayTheLionJR.Character == pl.Character then | |
450 | msg = Instance.new("Message") | |
451 | msg.Parent = workspace | |
452 | msg.Text = "server will be killed because DESTRUCTION it self was destroyed" | |
453 | wait() | |
454 | for _, v in pairs(game.Players:GetChildren()) do | |
455 | v.Character:BreakJoints() | |
456 | end | |
457 | wait(1) | |
458 | msg:remove() | |
459 | end | |
460 | ||
461 | for _, pl in pairs(game.Players:GetChildren()) do | |
462 | if game.Players.JayTheLionJR.Character.Parent == pl.Character then | |
463 | msg = Instance.new("Message") | |
464 | msg.Parent = workspace | |
465 | msg.Text = "server will be killed because DESTRUCTION it self was destroyed YOU ALL ARE NOW DESTROYED.. DESTROYED.. DESTROYED DESTROYED!!" | |
466 | wait() | |
467 | for _, v in pairs(game.Players:GetChildren()) do | |
468 | v.Character:BreakJoints() | |
469 | end | |
470 | wait(1) | |
471 | msg:remove() | |
472 | end | |
473 | end | |
474 | end | |
475 | end | |
476 | end | |
477 | --lego |