SHOW:
|
|
- or go back to the newest paste.
1 | - | ---CREATED BY SoIHeardYouLikeMemes/Kidd_Anonymouse/Teen_Anonymouse/Adult_Anonymouse/FetusAnonymouse--- |
1 | + | |
2 | - | ---those are all my alts btw.--- |
2 | + | |
3 | local mouse = you:GetMouse() | |
4 | local firing = false | |
5 | ||
6 | local m = Instance.new("Model",char) | |
7 | local illum = Instance.new("Part",m) | |
8 | illum.CanCollide = false | |
9 | illum.BottomSurface = "Smooth" | |
10 | illum.TopSurface = "Smooth" | |
11 | illum.Size = Vector3.new(0.2, 0.2, 0.2) | |
12 | illum.Anchored = true | |
13 | ||
14 | local s = Instance.new("Sound",m) | |
15 | s.SoundId = "rbxassetid://490550948" | |
16 | s.Volume = 0.8 | |
17 | - | s.SoundId = "rbxassetid://185492305" |
17 | + | |
18 | s:Play() | |
19 | local SP = Instance.new("SpecialMesh",illum) | |
20 | SP.MeshId = "rbxassetid://0" | |
21 | SP.TextureId = "rbxassetid://0" | |
22 | - | SP.MeshId = "rbxassetid://438530093" |
22 | + | |
23 | - | SP.TextureId = "rbxassetid://438530120" |
23 | + | |
24 | ||
25 | ||
26 | local MousePart = Instance.new("Part",m) | |
27 | MousePart.CanCollide = false | |
28 | MousePart.BottomSurface = "Smooth" | |
29 | MousePart.TopSurface = "Smooth" | |
30 | MousePart.Size = Vector3.new(0.2, 0.2, 0.2) | |
31 | MousePart.Anchored = true | |
32 | ||
33 | ||
34 | local TipPart = Instance.new("Part",m) | |
35 | TipPart.CanCollide = false | |
36 | TipPart.BottomSurface = "Smooth" | |
37 | TipPart.TopSurface = "Smooth" | |
38 | TipPart.BrickColor = BrickColor.new("Really black") | |
39 | TipPart.Material = "Neon" | |
40 | - | TipPart.BrickColor = BrickColor.new("Lime green") |
40 | + | |
41 | TipPart.Shape = "Ball" | |
42 | TipPart.Size = Vector3.new(2, 2, 2) | |
43 | TipPart.Anchored = true | |
44 | TipPart.Locked = true | |
45 | TipPart.CanCollide = false | |
46 | TipPart.Transparency = 0.5 | |
47 | ||
48 | local PE1 = Instance.new("ParticleEmitter",TipPart) -- dorritoes | |
49 | PE1.Texture = "rbxassetid://483479253" | |
50 | PE1.LightEmission = 0.3 | |
51 | - | PE1.Texture = "rbxassetid://686815657" |
51 | + | |
52 | PE1.Lifetime = NumberRange.new(5,7) | |
53 | PE1.Speed = NumberRange.new(3,5) | |
54 | PE1.Rate = 30 | |
55 | PE1.VelocitySpread = 50 | |
56 | ||
57 | local PE2 = Instance.new("ParticleEmitter",TipPart) --illuminati | |
58 | PE2.Texture = "rbxassetid://483479253" | |
59 | PE2.LightEmission = 1 | |
60 | - | PE2.Texture = "rbxassetid://686815657" |
60 | + | |
61 | PE2.Lifetime = NumberRange.new(5,7) | |
62 | PE2.Speed = NumberRange.new(3,5) | |
63 | PE2.Rate = 10 | |
64 | PE2.VelocitySpread = 50 | |
65 | ||
66 | local PE3 = Instance.new("ParticleEmitter",TipPart) --HitMarkers | |
67 | PE3.Texture = "rbxassetid://483479253" | |
68 | PE3.LightEmission = 1 | |
69 | - | PE3.Texture = "rbxassetid://686815657" |
69 | + | |
70 | PE3.Lifetime = NumberRange.new(5,7) | |
71 | PE3.Speed = NumberRange.new(3,5) | |
72 | PE3.Rate = 10 | |
73 | PE3.VelocitySpread = 50 | |
74 | ||
75 | local PE4 = Instance.new("ParticleEmitter",MousePart) -- dorritoes | |
76 | PE4.Texture = "rbxassetid://483479253" | |
77 | PE4.Acceleration = Vector3.new(0,-10,0) | |
78 | - | PE4.Texture = "rbxassetid://484383135" |
78 | + | |
79 | PE4.Speed = NumberRange.new(8,10) | |
80 | PE4.Rate = 100 | |
81 | PE4.VelocitySpread = 50 | |
82 | ||
83 | local PE5 = Instance.new("ParticleEmitter",MousePart) --illuminati | |
84 | PE5.Texture = "rbxassetid://483479253" | |
85 | PE5.Acceleration = Vector3.new(0,-10,0) | |
86 | - | PE5.Texture = "rbxassetid://686815657" |
86 | + | |
87 | PE5.Speed = NumberRange.new(8,10) | |
88 | PE5.Rate = 100 | |
89 | PE5.VelocitySpread = 50 | |
90 | ||
91 | local PE6 = Instance.new("ParticleEmitter",MousePart) --HitMarkers | |
92 | PE6.Texture = "rbxassetid://483479253" | |
93 | PE6.Acceleration = Vector3.new(0,-10,0) | |
94 | - | PE6.Texture = "rbxassetid://644165701" |
94 | + | |
95 | PE6.Speed = NumberRange.new(8,10) | |
96 | PE6.Rate = 100 | |
97 | PE6.VelocitySpread = 50 | |
98 | ||
99 | PE1.Enabled = false | |
100 | PE2.Enabled = false | |
101 | PE3.Enabled = false | |
102 | PE4.Enabled = false | |
103 | PE5.Enabled = false | |
104 | PE6.Enabled = false | |
105 | ||
106 | function drawlazer(p1,p2) | |
107 | part = Instance.new("Part", m) | |
108 | part.Name = "Location" | |
109 | part.BottomSurface = 0 | |
110 | part.TopSurface = 0 | |
111 | part.BrickColor = BrickColor.new("Really black") | |
112 | part.Material = "Neon" | |
113 | - | part.BrickColor = BrickColor.new("Lime green") |
113 | + | |
114 | part.Shape = "Ball" | |
115 | part.Size = Vector3.new(4, 4, 4) | |
116 | part.Anchored = true | |
117 | part.Locked = true | |
118 | part.CanCollide = false | |
119 | part.Transparency = 0.5 | |
120 | part.CFrame = CFrame.new(p1.Position.x,p1.Position.y,p1.Position.z) | |
121 | ||
122 | obj = part | |
123 | local lastPos = obj.CFrame.p | |
124 | objC = obj:Clone() | |
125 | objC.Name = "Line" | |
126 | objC.Parent = m | |
127 | objC.Shape = "Ball" | |
128 | objC.Anchored = true | |
129 | local distance = (p2.Position- obj.CFrame.p).magnitude | |
130 | objC.Size = Vector3.new(10,10,distance) | |
131 | objC.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2) | |
132 | lastPos = obj.CFrame.p | |
133 | objCC1 = objC:Clone() | |
134 | objCC1.Parent = objC | |
135 | objCC1.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2.5) | |
136 | objCC1.Size = Vector3.new(4,4,distance/2) | |
137 | objCC1.Name = "LineC1" | |
138 | ||
139 | objCC2 = objC:Clone() | |
140 | objCC2.Parent = objC | |
141 | objCC2.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/1.5) | |
142 | objCC2.Size = Vector3.new(4,4,distance/2) | |
143 | objCC2.Name = "LineC2" | |
144 | objCC2:ClearAllChildren() | |
145 | ||
146 | end | |
147 | ||
148 | function drawlazer2(p1,p2) | |
149 | part = m:FindFirstChild("Location") | |
150 | part.CFrame = CFrame.new(p1.Position.x,p1.Position.y,p1.Position.z) | |
151 | obj = part | |
152 | local distance = (p2.Position- obj.CFrame.p).magnitude | |
153 | objC = m.Line:Clone() | |
154 | objC.Name = "Line2" | |
155 | objC.Parent = m | |
156 | objC.Size = Vector3.new(4,4,distance) | |
157 | objC.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2) | |
158 | ||
159 | objCC1 = objC.LineC1 | |
160 | ||
161 | objCC1.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/2.5) | |
162 | objCC1.Size = Vector3.new(4,4,distance/2) | |
163 | ||
164 | ||
165 | objCC2 = objC.LineC2 | |
166 | ||
167 | objCC2.CFrame = CFrame.new(p2.Position,obj.Position)*CFrame.new(0,0,-distance/1.5) | |
168 | objCC2.Size = Vector3.new(4,4,distance/2) | |
169 | ||
170 | ||
171 | m.Line:remove() | |
172 | ||
173 | objC.Name = "Line" | |
174 | for _,v in pairs(game.Players:GetPlayers()) do | |
175 | ||
176 | if v ~= you then | |
177 | local d = (part.Position- v.Character:WaitForChild("Torso").CFrame.p).magnitude | |
178 | if d <= 5 then | |
179 | v.Character:FindFirstChildOfClass("Humanoid"):TakeDamage(5) | |
180 | end | |
181 | end | |
182 | --wait() | |
183 | end | |
184 | ||
185 | end | |
186 | ||
187 | ||
188 | function despawn1(part1,part2,length) | |
189 | ||
190 | for i = 10,1,-1 do | |
191 | ||
192 | part1.Transparency = part1.Transparency + 0.1 | |
193 | part1.Size = part1.Size + Vector3.new(0.2,0.2,length) | |
194 | part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length) | |
195 | ||
196 | wait(0.01) | |
197 | end | |
198 | part1:remove() | |
199 | ||
200 | for i = 10,1,-1 do | |
201 | ||
202 | part2.Transparency = part2.Transparency + 0.1 | |
203 | ||
204 | wait(0.01) | |
205 | end | |
206 | part2:remove() | |
207 | ||
208 | end | |
209 | ||
210 | function despawn2(part1,length) | |
211 | ||
212 | for i = 10,1,-1 do | |
213 | ||
214 | part1.Transparency = part1.Transparency + 0.1 | |
215 | part1.Size = part1.Size + Vector3.new(0.2,0,length) | |
216 | part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length) | |
217 | ||
218 | wait(0.01) | |
219 | end | |
220 | part1:remove() | |
221 | end | |
222 | ||
223 | ||
224 | ||
225 | function snipe(T) | |
226 | ||
227 | part = Instance.new("Part", m) | |
228 | part.Name = "Sniper" | |
229 | part.BottomSurface = 0 | |
230 | part.TopSurface = 0 | |
231 | part.BrickColor = BrickColor.new("Really black") | |
232 | part.Material = "Neon" | |
233 | part.FormFactor = "Custom" | |
234 | part.Size = Vector3.new(1, 1, 3) | |
235 | part.Anchored = true | |
236 | part.Locked = true | |
237 | part.CanCollide = false | |
238 | part.Transparency = 0 | |
239 | ||
240 | local SP = Instance.new("SpecialMesh",part) | |
241 | SP.MeshId = "rbxassetid://0" | |
242 | SP.Scale = Vector3.new(0.05, 0.05, 0.05) | |
243 | - | SP.MeshId = "rbxassetid://685827900" |
243 | + | |
244 | ||
245 | local S=part | |
246 | ||
247 | part.Position = char.Torso.Position + Vector3.new(math.random(-5,5),math.random(3,8),math.random(-5,5)) | |
248 | part.CFrame = CFrame.new(part.Position,T.Position) | |
249 | ||
250 | ||
251 | obj = part | |
252 | local lastPos = obj.CFrame.p | |
253 | objC = obj:Clone() | |
254 | objC.Mesh:remove() | |
255 | wait(0.05) | |
256 | objC.Parent = part | |
257 | objC.Shape = "Ball" | |
258 | objC.FormFactor = "Custom" | |
259 | objC.Anchored = true | |
260 | objC.BrickColor = BrickColor.new("Really black") | |
261 | local distance = (T.Position- obj.CFrame.p).magnitude | |
262 | - | objC.BrickColor = BrickColor.new("New Yeller") |
262 | + | |
263 | objC.CFrame = CFrame.new(T.Position,obj.Position)*CFrame.new(0,0,-distance/2) | |
264 | local s = Instance.new("Sound",part) | |
265 | s.SoundId = "rbxassetid://680140087" | |
266 | s.Volume = 1 | |
267 | s.PlayOnRemove = true | |
268 | s:remove() | |
269 | despawn1(objC,part,distance) | |
270 | if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then | |
271 | mouse.Target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(20) | |
272 | local PETemp = Instance.new("ParticleEmitter",mouse.Target) --HitMarkers | |
273 | PETemp.Texture = "rbxassetid://0" | |
274 | PETemp.Acceleration = Vector3.new(0,-10,0) | |
275 | - | PETemp.Texture = "rbxassetid://644165701" |
275 | + | |
276 | PETemp.Speed = NumberRange.new(8,10) | |
277 | PETemp.Rate = 100 | |
278 | PETemp.VelocitySpread = 50 | |
279 | PETemp.Enabled = true | |
280 | wait(0.1) | |
281 | PETemp.Enabled = false | |
282 | end | |
283 | end | |
284 | ||
285 | ||
286 | ||
287 | ||
288 | ||
289 | ||
290 | function ThrowDorito(a,b) | |
291 | if m:FindFirstChild("Throw") == nil then | |
292 | local animation=Instance.new("Animation",char:FindFirstChildOfClass("Humanoid")) | |
293 | animation.Name="Throw" | |
294 | animation.AnimationId="http://www.roblox.com/asset/?id=207107855" | |
295 | anim=char:FindFirstChildOfClass("Humanoid"):LoadAnimation(animation) | |
296 | anim:Play() | |
297 | else | |
298 | local animation=char:FindFirstChildOfClass("Humanoid").Throw | |
299 | anim=char:FindFirstChildOfClass("Humanoid"):LoadAnimation(animation) | |
300 | anim:Play() | |
301 | end | |
302 | ||
303 | part = Instance.new("Part", m) | |
304 | part.Name = "Knife" | |
305 | part.BottomSurface = 0 | |
306 | - | part.Name = "Dorito" |
306 | + | |
307 | part.BrickColor = BrickColor.new("Royal purple") | |
308 | part.Material = "Neon" | |
309 | - | part.BrickColor = BrickColor.new("Neon orange") |
309 | + | |
310 | part.Shape = "Ball" | |
311 | part.Size = Vector3.new(1,0.2,1) | |
312 | part.Anchored = true | |
313 | part.Locked = true | |
314 | part.CanCollide = false | |
315 | part.Transparency = 0 | |
316 | part.CFrame = CFrame.new(a.Position.x,a.Position.y,a.Position.z) | |
317 | local SP = Instance.new("SpecialMesh",part) | |
318 | SP.MeshId = "rbxassetid://202083123" | |
319 | SP.Scale = Vector3.new(1, 1, 1) | |
320 | - | SP.MeshId = "rbxassetid://627995517" |
320 | + | |
321 | ||
322 | obj = part | |
323 | local lastPos = obj.CFrame.p | |
324 | objC = obj:Clone() | |
325 | objC.Name = "DoritoTrail" | |
326 | objC.Mesh:remove() | |
327 | objC.Parent = m | |
328 | objC.FormFactor = "Custom" | |
329 | objC.Anchored = true | |
330 | objC.Transparency = 0.5 | |
331 | objC.BrickColor = BrickColor.new("Really black") | |
332 | ||
333 | - | objC.BrickColor = BrickColor.new("CGA brown") |
333 | + | |
334 | objC.Size = Vector3.new(1,0.2,distance) | |
335 | objC.CFrame = CFrame.new(b.Position,obj.Position)*CFrame.new(0,0,-distance/2) | |
336 | lastPos = obj.CFrame.p | |
337 | obj.CFrame = CFrame.new(b.Position,obj.Position)*CFrame.new(0,0,-distance) | |
338 | obj.CFrame = obj.CFrame * CFrame.fromEulerAnglesXYZ(0,math.random(1,99),0) | |
339 | objC.Size = Vector3.new(1,0.2,distance) | |
340 | print(distance) | |
341 | local target = mouse.Target | |
342 | local weld = Instance.new("ManualWeld") | |
343 | weld.Part0 = part | |
344 | weld.Part1 = target | |
345 | weld.C0 = CFrame.new() | |
346 | weld.C1 = target.CFrame:inverse() * part.CFrame | |
347 | weld.Parent = part | |
348 | part.Anchored = false | |
349 | if target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then | |
350 | target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(5) | |
351 | end | |
352 | despawn2(objC,distance) | |
353 | end | |
354 | ||
355 | ||
356 | ||
357 | ||
358 | ||
359 | ||
360 | ||
361 | ||
362 | ||
363 | function shoot() | |
364 | print("...") | |
365 | TipPart.Transparency = 0.5 | |
366 | - | print("FIRE!") |
366 | + | |
367 | ||
368 | drawlazer(MousePart,TipPart) | |
369 | else | |
370 | drawlazer2(MousePart,TipPart) | |
371 | end | |
372 | local s = Instance.new("Sound",TipPart) | |
373 | s.SoundId = "rbxassetid://357417055" | |
374 | s.Volume = 2.5 | |
375 | - | s.SoundId = "rbxassetid://705502934" |
375 | + | |
376 | s:remove() | |
377 | wait() | |
378 | end | |
379 | ||
380 | --.KEYS....KEYS....KEYSKEYSKEYS....KEYS....KEYS....KEYSKEYSKEYS......-- | |
381 | --.KEYS....KEYS....KEYSKEYSKEYS....KEYS....KEYS..KEYSKEYS..KEYSKEYS..-- | |
382 | --.KEYS..KEYS......KEYS..............KEYSKEYS...KEYS...........KEYS..-- | |
383 | --.KEYS..KEYS......KEYS..............KEYSKEYS...KEYSKEYS.............-- | |
384 | --.KEYSKEYS........KEYSKEYS............KEYS........KEYSKEYS..........-- | |
385 | --.KEYSKEYS........KEYSKEYS............KEYS............KEYSKEYS......-- | |
386 | --.KEYS..KEYS......KEYS..............KEYS..................KEYSKEYS..-- | |
387 | --.KEYS..KEYS......KEYS..............KEYS.......KEYS...........KEYS..-- | |
388 | --.KEYS....KEYS....KEYSKEYSKEYS....KEYS.........KEYSKEYS..KEYSKEYS...-- | |
389 | --.KEYS....KEYS....KEYSKEYSKEYS....KEYS............KEYSKEYSKEYS......-- | |
390 | mouse.Button1Up:connect(function() | |
391 | firing = false | |
392 | print("Stop") | |
393 | PE1.Enabled = false | |
394 | PE2.Enabled = false | |
395 | PE3.Enabled = false | |
396 | PE4.Enabled = false | |
397 | PE5.Enabled = false | |
398 | PE6.Enabled = false | |
399 | if m:FindFirstChild("Line") ~= nil then | |
400 | m.Line:remove() | |
401 | m.Location:remove() | |
402 | end | |
403 | TipPart.Transparency = 1 | |
404 | repeat illum.CFrame = illum.CFrame * CFrame.fromEulerAnglesXYZ(0,0.05,0) illum.Position = char.Torso.Position + Vector3.new(0,.01,0) if m:FindFirstChild("Line") ~= nil then m:FindFirstChild("Line"):remove() end if m:FindFirstChild("Location") ~= nil then m:FindFirstChild("Location"):remove() end wait() | |
405 | until firing == true | |
406 | end) | |
407 | ||
408 | mouse.Button1Down:connect(function() | |
409 | firing = true | |
410 | PE1.Enabled = true | |
411 | --PE2.Enabled = true | |
412 | --PE3.Enabled = true | |
413 | PE4.Enabled = true | |
414 | PE5.Enabled = true | |
415 | PE6.Enabled = true | |
416 | repeat MousePart.CFrame = CFrame.new(mouse.Hit.p) TipPart.Position = char.Head.Position + Vector3.new(0,9,0) illum.CFrame = illum.CFrame * CFrame.fromEulerAnglesXYZ(0,0.05,0) illum.Position = char.Torso.Position + Vector3.new(0,.01,0) shoot() wait() | |
417 | until firing == false | |
418 | ||
419 | end) | |
420 | ||
421 | mouse.KeyDown:connect(function(key) | |
422 | if key == "q" and firing == false then | |
423 | MousePart.CFrame = CFrame.new(mouse.Hit.p) | |
424 | snipe(MousePart) | |
425 | print("hit, yey!") | |
426 | elseif key == "e" and firing == false then | |
427 | - | print("Snipe") |
427 | + | |
428 | ThrowDorito(MousePart,char:FindFirstChild("Right Arm")) | |
429 | print("hit, yey!") | |
430 | end | |
431 | - | print("Dorito") |
431 | + | |
432 | end) | |
433 | ||
434 | - | end) |
434 | + | wait(0.016666666666666666) |
435 | p = game.Players.LocalPlayer | |
436 | char = p.Character | |
437 | torso = char.Torso | |
438 | neck = char.Torso.Neck | |
439 | hum = char.Humanoid | |
440 | hum.MaxHealth = 75000 | |
441 | wait() | |
442 | hum.Health =hum.MaxHealth | |
443 | char.Head.face.Texture = "rbxassetid://724826635" | |
444 | ||
445 | --Menacing SFX and music | |
446 | local plr = game:GetService("Players").LocalPlayer | |
447 | local deb = false | |
448 | ||
449 | while not plr.Character do wait() end | |
450 | wait(1) | |
451 | ||
452 | local tstab = {} | |
453 | local tsstab = {} | |
454 | local ignlist = {} | |
455 | local stab = {} | |
456 | ||
457 | function plrIgnore(char) | |
458 | for i,v in pairs(char:GetChildren()) do | |
459 | if #v:GetChildren() >= 1 then | |
460 | plrIgnore(v) | |
461 | end | |
462 | table.insert(ignlist,v) | |
463 | end | |
464 | end | |
465 | ||
466 | function timeStop(target) | |
467 | for i,v in pairs(target:GetChildren()) do | |
468 | if #v:GetChildren() >= 1 then | |
469 | timeStop(v) | |
470 | end | |
471 | local isinign = false | |
472 | for i,b in pairs(ignlist) do | |
473 | if b == v then | |
474 | isinign = true | |
475 | end | |
476 | end | |
477 | if isinign == false then | |
478 | if v:IsA("Part") or v:IsA("WedgePart") or v:IsA("UnionOperation") then | |
479 | if v.Anchored == false then | |
480 | table.insert(tstab,v) | |
481 | v.Anchored = true | |
482 | end | |
483 | end | |
484 | if v:IsA("Sound") then | |
485 | local isintab = false | |
486 | for i,b in pairs(stab) do | |
487 | if v == b[1] then | |
488 | isintab = true | |
489 | end | |
490 | end | |
491 | if isintab == false then | |
492 | table.insert(stab,{v,v.Pitch}) | |
493 | end | |
494 | end | |
495 | --[[if v:IsA("Script") or v:IsA("LocalScript") then | |
496 | if v.Disabled == false then | |
497 | table.insert(tsstab,v) | |
498 | v.Disabled = true | |
499 | end | |
500 | end]] | |
501 | end | |
502 | end | |
503 | local isinign = false | |
504 | for i,b in pairs(ignlist) do | |
505 | if b == target then | |
506 | isinign = true | |
507 | end | |
508 | end | |
509 | if isinign == false then | |
510 | if target:IsA("Part") or target:IsA("WedgePart") or target:IsA("UnionOperation") then | |
511 | if target.Anchored == false then | |
512 | table.insert(tstab,target) | |
513 | target.Anchored = true | |
514 | end | |
515 | end | |
516 | if target:IsA("Sound") then | |
517 | table.insert(stab,{target,target.Pitch}) | |
518 | end | |
519 | end | |
520 | end | |
521 | ||
522 | plr:GetMouse().KeyDown:connect(function(key) | |
523 | if key == "g" then | |
524 | if deb == true then | |
525 | deb = false | |
526 | else | |
527 | print("...") | |
528 | deb = true | |
529 | ||
530 | --[[local s = Instance.new("Sound",game:GetService("Workspace")) | |
531 | s.SoundId = "rbxassetid://849861238" | |
532 | s.Volume = 0.5 | |
533 | s:Play() | |
534 | ||
535 | wait(1.5)]] | |
536 | ||
537 | print("ZA WARUDO!") | |
538 | local cc = Instance.new("ColorCorrectionEffect",game:GetService("Lighting")) | |
539 | spawn(function() | |
540 | plr.Character.Humanoid.WalkSpeed = 29 | |
541 | plr.Character.Humanoid.JumpPower = 120 | |
542 | local p = Instance.new("Part",plr.Character) | |
543 | p.Transparency = 0.5 | |
544 | p.BrickColor = BrickColor.new("Institutional white") | |
545 | p.Size = Vector3.new(0.2,0.2,0.2) | |
546 | p.Anchored = true | |
547 | p.CanCollide = false | |
548 | p.CFrame = plr.Character.Torso.CFrame | |
549 | local m = Instance.new("SpecialMesh",p) | |
550 | m.MeshType = Enum.MeshType.Sphere | |
551 | ||
552 | local r = 255 | |
553 | local g = 255 | |
554 | local b = 255 | |
555 | local contrast = 0 | |
556 | ||
557 | for i=1,50 do | |
558 | m.Scale = m.Scale + Vector3.new(50,50,50) | |
559 | p.Transparency = p.Transparency + 0.5/50 | |
560 | r = r - ((255-42)/50) | |
561 | g = g - ((255-0)/50) | |
562 | b = b - ((255-255)/50) | |
563 | contrast = contrast - 2/50 | |
564 | --cc.TintColor = Color3.fromRGB(r,g,b) | |
565 | cc.Contrast = contrast | |
566 | for i,v in pairs(stab) do | |
567 | v[1].Pitch = v[1].Pitch - (v[2]/50) | |
568 | end | |
569 | wait() | |
570 | end | |
571 | p:Destroy() | |
572 | plr.Character.Humanoid.WalkSpeed = 29 | |
573 | plr.Character.Humanoid.JumpPower = 120 | |
574 | end) | |
575 | local sHp = plr.Character.Humanoid.Health | |
576 | local hplock = plr.Character.Humanoid.HealthChanged:connect(function() | |
577 | plr.Character.Humanoid.Health = sHp | |
578 | end) | |
579 | ||
580 | local aNew = game:GetService("Workspace").ChildAdded:connect(function(c) | |
581 | timeStop(c) | |
582 | end) | |
583 | ||
584 | for i,v in pairs(ignlist) do | |
585 | table.remove(ignlist,1) | |
586 | end | |
587 | plrIgnore(plr.Character) | |
588 | timeStop(game:GetService("Workspace")) | |
589 | while deb ~= false do wait() end | |
590 | --spawn(function() | |
591 | local r = 42 | |
592 | local g = 0 | |
593 | local b = 255 | |
594 | local contrast = -2 | |
595 | for i=1,50 do | |
596 | r = r + ((255-42)/50) | |
597 | g = g + ((255-0)/50) | |
598 | b = b + ((255-255)/50) | |
599 | contrast = contrast + 2/50 | |
600 | --cc.TintColor = Color3.fromRGB(r,g,b) | |
601 | cc.Contrast = contrast | |
602 | for i,v in pairs(stab) do | |
603 | v[1].Pitch = v[1].Pitch + (v[2]/50) | |
604 | end | |
605 | wait() | |
606 | end | |
607 | cc:Destroy() | |
608 | --end) | |
609 | for i,v in pairs(tstab) do | |
610 | v.Anchored = false | |
611 | end | |
612 | for i,v in pairs(tstab) do | |
613 | table.remove(tstab,1) | |
614 | end | |
615 | --table.foreach(stab,print) | |
616 | for i,v in pairs(stab) do | |
617 | table.remove(stab,1) | |
618 | end | |
619 | --print("---------") | |
620 | --table.foreach(stab,print) | |
621 | --[[for i,v in pairs(tsstab) do | |
622 | v.Disabled = false | |
623 | end | |
624 | for i,v in pairs(tsstab) do | |
625 | table.remove(tsstab,1) | |
626 | end]] | |
627 | hplock:Disconnect() | |
628 | aNew:Disconnect() | |
629 | deb = false | |
630 | end | |
631 | end | |
632 | end) | |
633 | ||
634 | local asd = game:service'Players'.LocalPlayer | |
635 | repeat wait() until asd.Character | |
636 | local asdchar = asd.Character | |
637 | local Head = asdchar:findFirstChild("Head") | |
638 | z = Instance.new("Sound", Head) | |
639 | z.SoundId = "rbxassetid://0" -- Put Music ID Here. | |
640 | z.Looped = true | |
641 | z.Volume = 4 | |
642 | wait(.1) | |
643 | z:Play() | |
644 | local transPoints = {NumberSequenceKeypoint.new(0, 0, 0), NumberSequenceKeypoint.new(0.207, 0.594, 0.0187), NumberSequenceKeypoint.new(0.4, 0.55, 0.031), NumberSequenceKeypoint.new(0.57, 0.619, 0.05), NumberSequenceKeypoint.new(0.76, 0.8, 0.0375), NumberSequenceKeypoint.new(1, 1, 0)} | |
645 | local sizePoints = {NumberSequenceKeypoint.new(0, 1.9, 0), NumberSequenceKeypoint.new(1, 0, 0)} | |
646 | local Size = NumberSequence.new(sizePoints) | |
647 | local Transparency = NumberSequence.new(transPoints) | |
648 | efxBlock = Instance.new("Part", asdchar) | |
649 | efxBlock.CanCollide = false | |
650 | efxBlock.Material = "Neon" | |
651 | efxBlock.FormFactor = "Custom" | |
652 | efxBlock.Transparency = 1 | |
653 | efxBlock.Size = Vector3.new(0.25, 0.25, 0.25) | |
654 | local mesh = Instance.new("SpecialMesh", efxBlock) | |
655 | mesh.MeshType = Enum.MeshType.Sphere | |
656 | mesh.Scale = Vector3.new(1, 1, 1) | |
657 | local particles = Instance.new("ParticleEmitter", efxBlock) | |
658 | particles.LightEmission = 0 | |
659 | particles.Size = Size | |
660 | particles.Name = "Fire" | |
661 | particles.Transparency = Transparency | |
662 | particles.LockedToPart = false | |
663 | particles.VelocityInheritance = -0.5 | |
664 | particles.LockedToPart = false | |
665 | particles.Rate = 2 | |
666 | particles.Texture = "rbxassetid://262850915" | |
667 | particles.Lifetime = NumberRange.new(3, 3) | |
668 | particles.Speed = NumberRange.new(3, 3) | |
669 | particles.VelocitySpread = 25 | |
670 | local offset = Vector3.new(0, 0, 0) | |
671 | local weld = Instance.new("Weld", asdchar.Torso) | |
672 | weld.Part0 = asdchar.Torso | |
673 | weld.Part1 = efxBlock | |
674 | weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(-40), math.rad(40), math.rad(40)) | |
675 | ||
676 | char["Body Colors"].HeadColor = BrickColor.new("Really black") | |
677 | char["Body Colors"].TorsoColor = BrickColor.new("Really black") | |
678 | char["Body Colors"].LeftArmColor = BrickColor.new("Really black") | |
679 | char["Body Colors"].RightArmColor = BrickColor.new("Really black") | |
680 | char["Body Colors"].LeftLegColor = BrickColor.new("Really black") | |
681 | char["Body Colors"].RightLegColor = BrickColor.new("Really black") | |
682 | ||
683 | shirt = Instance.new("Shirt", char) | |
684 | shirt.Name = "Shirt" | |
685 | pants = Instance.new("Pants", char) | |
686 | pants.Name = "Pants" | |
687 | char.Shirt.ShirtTemplate = "rbxassetid://605158257" | |
688 | char.Pants.PantsTemplate = "rbxassetid://24673998" | |
689 | ||
690 | local sw1 = Instance.new("Part",hed) | |
691 | sw1.CanCollide = false | |
692 | sw1.BrickColor = BrickColor.new("Wheat") | |
693 | ||
694 | local m1 = Instance.new("SpecialMesh",sw1) | |
695 | m1.MeshId = "rbxassetid://430440803" | |
696 | m1.Scale = Vector3.new(0.006,0.006,0.006) | |
697 | local w1 = Instance.new("Weld") | |
698 | ||
699 | local Target = game.Players.LocalPlayer.Name | |
700 | ||
701 | local Character = game.Workspace[Target] | |
702 | ||
703 | local hat = Instance.new('Hat', Character) | |
704 | hat.AttachmentPos = Vector3.new(0, 1, 0) | |
705 | ||
706 | local handle = Instance.new('Part', hat) | |
707 | handle.Name = 'Handle' | |
708 | ||
709 | local mesh = Instance.new('SpecialMesh') | |
710 | mesh.Parent = handle | |
711 | mesh.MeshId = 'rbxassetid://0' | |
712 | mesh.TextureId = 'rbxassetid://0' | |
713 | mesh.Scale = Vector3.new(1, 1, 1) | |
714 | -- | |
715 | ||
716 | local Character = game.Workspace[Target] | |
717 | ||
718 | local hat = Instance.new('Hat', Character) | |
719 | hat.AttachmentPos = Vector3.new(0, -0.2, 0.3) | |
720 | ||
721 | local handle = Instance.new('Part', hat) | |
722 | handle.Name = 'Handle' | |
723 | ||
724 | local mesh = Instance.new('SpecialMesh') | |
725 | mesh.Parent = handle | |
726 | mesh.MeshId = 'rbxassetid://0' | |
727 | mesh.TextureId = 'rbxassetid://0' | |
728 | mesh.Scale = Vector3.new(2, 2, 2) | |
729 | ||
730 | w1.Part1 = sw1 | |
731 | w1.Part0 = hed | |
732 | w1.Parent = char | |
733 | w1.C0 = CFrame.new(0,-0.9,0)*CFrame.Angles(math.rad(0),math.pi/2,0) | |
734 | ||
735 | plr = game.Players.LocalPlayer | |
736 | mse = plr:GetMouse() | |
737 | sound = Instance.new("Sound", game.Workspace) | |
738 | sound.SoundId = "https://www.roblox.com/asset/?id=576124533" | |
739 | sound.Volume = 10 | |
740 | canworld = true | |
741 | mse.KeyDown:connect(function(key) | |
742 | key = key:lower() | |
743 | if key == "g" then | |
744 | if canworld == false then return end | |
745 | if canworld then | |
746 | canworld = false | |
747 | sound:Play() | |
748 | local function spawnpart() | |
749 | sphere = Instance.new("Part") | |
750 | --game.Debris:AddItem(sphere,3) | |
751 | local sm = Instance.new("SpecialMesh", sphere) | |
752 | sm.MeshType = "Sphere" | |
753 | sphere.Transparency = 1212 | |
754 | sphere.Anchored = true | |
755 | sphere.CanCollide = false | |
756 | sphere.Material = "SmoothPlastic" | |
757 | sphere.BrickColor = BrickColor.new("Lime green") | |
758 | end | |
759 | ||
760 | local function weld(lol) | |
761 | local weld = Instance.new("Weld", plr.Character.Torso) | |
762 | weld.Part0 = plr.Character.Torso | |
763 | weld.Part1 = lol | |
764 | weld.C0 = plr.Character.Torso.CFrame:inverse() | |
765 | weld.C1 = lol.CFrame:inverse() | |
766 | end | |
767 | wait(0.1) | |
768 | spawnpart() | |
769 | for i, v in pairs(game.Players:GetChildren()) do | |
770 | t = v.Character:FindFirstChild("Torso") | |
771 | if t then | |
772 | t.Anchored = true | |
773 | plr.Character:FindFirstChild("Torso").Anchored = false | |
774 | end | |
775 | RA = v.Character:FindFirstChild("Right Arm") | |
776 | if RA then | |
777 | RA.Anchored = true | |
778 | plr.Character:FindFirstChild("Right Arm").Anchored = false | |
779 | end | |
780 | LA = v.Character:FindFirstChild("Left Arm") | |
781 | if LA then | |
782 | LA.Anchored = true | |
783 | plr.Character:FindFirstChild("Left Arm").Anchored = false | |
784 | end | |
785 | RL = v.Character:FindFirstChild("Right Leg") | |
786 | if RL then | |
787 | RL.Anchored = true | |
788 | plr.Character:FindFirstChild("Right Leg").Anchored = false | |
789 | end | |
790 | LL = v.Character:FindFirstChild("Left Leg") | |
791 | if LL then | |
792 | LL.Anchored = true | |
793 | plr.Character:FindFirstChild("Left Leg").Anchored = false | |
794 | end | |
795 | end | |
796 | weld(sphere) | |
797 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
798 | cce.Saturation = -2 | |
799 | --game.Debris:AddItem(cce, 5) | |
800 | sphere.Parent = game.Workspace | |
801 | for i = 1,10 do | |
802 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
803 | wait() | |
804 | end | |
805 | --wait(5) | |
806 | ||
807 | end | |
808 | end | |
809 | end | |
810 | ) | |
811 | ||
812 | mse.KeyDown:connect(function(key) | |
813 | key = key:lower() | |
814 | if key == "h" then | |
815 | canworld = true | |
816 | for i, v in pairs(game.Players:GetChildren()) do | |
817 | t = v.Character:FindFirstChild("Torso") | |
818 | if t then | |
819 | t.Anchored = false | |
820 | end | |
821 | RA = v.Character:FindFirstChild("Right Arm") | |
822 | if RA then | |
823 | RA.Anchored = false | |
824 | end | |
825 | LA = v.Character:FindFirstChild("Left Arm") | |
826 | if LA then | |
827 | LA.Anchored = false | |
828 | end | |
829 | RL = v.Character:FindFirstChild("Right Leg") | |
830 | if RL then | |
831 | RL.Anchored = false | |
832 | end | |
833 | LL = v.Character:FindFirstChild("Left Leg") | |
834 | if LL then | |
835 | LL.Anchored = false | |
836 | end | |
837 | end | |
838 | cce.Saturation = 0 | |
839 | sphere:Destroy() | |
840 | end | |
841 | end) | |
842 | ||
843 | Effects = {} | |
844 | local Player = game.Players.localPlayer | |
845 | local Character = Player.Character | |
846 | Character.Archivable = true | |
847 | AdvancingFortress = Character:Clone() | |
848 | AdvancingFortress.Parent = Character | |
849 | torso = AdvancingFortress.Torso | |
850 | hum = AdvancingFortress.Humanoid | |
851 | AdvancingFortress.Name = "Advancing Fortress" | |
852 | pl = AdvancingFortress | |
853 | for i, v in pairs(AdvancingFortress:GetChildren()) do | |
854 | if v:IsA("BasePart") then | |
855 | v.Transparency = 1 | |
856 | end | |
857 | end |