View difference between Paste ID: DAH7pnt0 and G7JtvfFZ
SHOW: | | - or go back to the newest paste.
1
--Edited by VV_rk
2
-- date:7/15/17
3
function TakeDamage(hum, dmg)
4
  hum:TakeDamage(dmg)
5
end
6
plr = game.Players.LocalPlayer
7
repeat
8
  wait(0.4)
9
until plr.Character
10
chr = plr.Character
11
human = chr:FindFirstChild("Humanoid")
12
human.Name = "hi"
13
human.MaxHealth, human.Health = math.huge, math.huge
14
mouse = plr:GetMouse()
15
cam = workspace.CurrentCamera
16
selected = false
17
equipd = false
18
tors = chr.Torso
19
rarm = chr["Right Arm"]
20
larm = chr["Left Arm"]
21
rleg = chr["Right Leg"]
22
lleg = chr["Left Leg"]
23
hrp = chr.HumanoidRootPart
24
hed = chr.Head
25
anim = human.Animator
26
activu = false
27
appeared = false
28
animpose = nil
29
POSU = false
30
local wherto = hrp
31
local addcfr = CFrame.new(0, 0, 0)
32
Heartbeat = Instance.new("BindableEvent")
33
Heartbeat.Name = "Heartbeat"
34
Heartbeat.Parent = script
35
frame = 0.03333333333333333
36
tf = 0
37
38-
for i,v in pairs(chr:children()) do
38+
39-
    if v:IsA("Accessory") then
39+
40-
        v:Destroy()
40+
41
game:GetService("RunService").Heartbeat:connect(function(s, p)
42
  tf = tf + s
43
  if tf >= frame then
44-
for i,v in pairs(chr:children()) do
44+
45-
    if v:IsA("Shirt") then
45+
46-
        v:Destroy()
46+
47
    tf = tf - frame * math.floor(tf / frame)
48
  end
49
end)
50-
for i,v in pairs(chr:children()) do
50+
51-
    if v:IsA("Pants") then
51+
52-
        v:Destroy()
52+
53
  else
54
    for i = 1, num do
55
      Heartbeat.Event:wait()
56
    end
57
  end
58
end
59
tool = Instance.new("Tool")
60
tool.CanBeDropped = false
61
tool.RequiresHandle = false
62
tool.Name = "Za Warudo"
63
tool.Parent = plr.Backpack
64
modz = Instance.new("Model")
65
modz.Name = "efx"
66
modz.Parent = chr
67
ZaWarudo = Instance.new("Model")
68
ZaWarudo.Name = "Za Warudo"
69
ZaWarudo.Parent = chr
70
RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
71
RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
72
LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
73
LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
74
RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
75
RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
76
LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
77
RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
78
LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
79
NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
80
NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
81
RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
82
RS = tors:FindFirstChild("Right Shoulder")
83
LS = tors:FindFirstChild("Left Shoulder")
84
RH = tors:FindFirstChild("Right Hip")
85
LH = tors:FindFirstChild("Left Hip")
86
RJ = hrp:FindFirstChild("RootJoint")
87
N = tors:FindFirstChild("Neck")
88
cf = CFrame.new
89
ang = CFrame.Angles
90
rd = math.rad
91
rd2 = math.random
92
function nooutline(p)
93
  p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
94
end
95
function makepart(color, name, reflec, mater, parnt, cfram)
96
  local port = Instance.new("Part")
97
  port.BrickColor = BrickColor.new(color)
98
  port.Name = name
99
  port.Transparency = 1
100
  nooutline(port)
101
  port.Reflectance = reflec
102
  port.Material = mater
103
  port.Anchored = false
104
  port.CanCollide = false
105
  port.Locked = true
106
  port.Size = Vector3.new(0.2, 0.2, 0.2)
107
  port.Parent = parnt
108
  return port
109
end
110
function makemesh(meshtype, scale, meshid, parent)
111
  local mes = Instance.new("SpecialMesh")
112
  mes.MeshType = meshtype
113
  mes.Scale = scale
114
  if meshtype == "FileMesh" then
115
    mes.MeshId = meshid
116
  end
117
  mes.Parent = parent
118
  return mes
119
end
120
function makemotor(parent, p0, p1, c0, c1)
121
  swait()
122
  local wel = Instance.new("Motor6D")
123
  wel.Part0 = p0
124
  wel.Part1 = p1
125
  wel.C0 = c0
126
  if c1 ~= nil then
127
    wel.C1 = c1
128
  end
129
  wel.Parent = parent
130
  return wel
131
end
132
local konodioda = Instance.new("Sound")
133
konodioda.SoundId = "rbxassetid://276263776"
134
konodioda.Volume = 3.5
135
konodioda.Parent = hrp
136
local bast = Instance.new("Sound")
137
bast.SoundId = "rbxassetid://616576465"
138
bast.Volume = 0.5
139
bast.Parent = hrp
140
local zaworld = Instance.new("Sound")
141
zaworld.SoundId = "rbxassetid://616576400"
142
zaworld.Volume = 0.8
143
zaworld.Parent = hrp
144
local wry = Instance.new("Sound")
145
wry.SoundId = "rbxassetid://276152532"
146
wry.Volume = 5
147
wry.Parent = hrp
148
function animo(yep)
149
  if yep == true then
150
    anim.Parent = human
151
    chr.Animate.Disabled = false
152
  elseif yep == false then
153
    chr.Animate.Disabled = true
154
    anim.Parent = nil
155
  end
156
end
157
animo(false)
158
function lerpz(joint, prop, cfrmz, alp)
159
  joint[prop] = joint[prop]:lerp(cfrmz, alp)
160
end
161
lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
162
lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
163
lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
164
lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
165
lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
166
lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
167
lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
168
lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
169
lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
170
lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
171
function resetlerp(whoever)
172
  if whoever == nil then
173
    RJ.C0 = RJC0
174
    RJ.C1 = RJC1
175
    N.C0 = NC0
176
    N.C1 = NC1
177
    RS.C0 = RSC0
178
    RS.C1 = RSC1
179
    LS.C0 = LSC0
180
    LS.C1 = LSC1
181
    RH.C0 = RHC0
182
    RH.C1 = RHC1
183
    LH.C0 = LHC0
184
    LH.C1 = LHC1
185
  elseif whoever ~= nil then
186
    nRJ.C0 = RJC0
187
    nRJ.C1 = RJC1
188
    nN.C0 = NC0
189
    nN.C1 = NC1
190
    nRS.C0 = RSC0
191
    nRS.C1 = RSC1
192
    nLS.C0 = LSC0
193
    nLS.C1 = LSC1
194
    nRH.C0 = RHC0
195
    nRH.C1 = RHC1
196
    nLH.C0 = LHC0
197
    nLH.C1 = LHC1
198
  end
199
end
200
201
202
------ end of dio 
203
function STANDO(cfr)
204
  local rooto = Instance.new("Part")
205
  nooutline(rooto)
206
  rooto.Name = "HumanoidRootPart"
207
  rooto.Anchored = true
208
  rooto.CFrame = cfr
209
  rooto.Size = Vector3.new(2, 2, 1)
210
  rooto.CanCollide = false
211
  rooto.Locked = true
212
  rooto.Transparency = 1
213
  rooto.Parent = ZaWarudo
214
  local head = Instance.new("Part")
215
  nooutline(head)
216
  head.Anchored = false
217-
---- Dio Hair
217+
218-
local pa = Instance.new("Part",chr)
218+
219-
pa.Name = "Hair"
219+
220
  head.CanCollide = false
221-
local me = Instance.new("SpecialMesh",pa)
221+
222-
me.MeshType = "FileMesh"
222+
223-
me.MeshId = "rbxassetid://166681225"
223+
224-
me.TextureId = "rbxassetid://292751453"
224+
225-
me.Scale = Vector3.new(0.923,0.923,0.925)
225+
226
  local headdecal = Instance.new("Decal")
227-
local we = Instance.new("Weld")
227+
228-
we.Parent = pa
228+
229-
we.Part0 = hed
229+
230-
we.Part1 = pa
230+
231-
we.C1 = CFrame.new(-.1,-.5,-.2)
231+
232-
we.C0 = CFrame.Angles(-.3,-.8,-0.9)
232+
233-
-----------Head Band/Heart
233+
234-
local hb = Instance.new("Part",chr)
234+
235-
hb.Name = "HeadBand"
235+
236-
hb.CanCollide = false
236+
237-
hb.Size = Vector3.new(1,1.2,1)
237+
238-
hb.BrickColor = BrickColor.new("Forest green")
238+
239
mask.MeshId = "rbxassetid://882264338"
240-
local hbm = Instance.new("SpecialMesh",hb)
240+
241-
hbm.MeshId = "http://www.roblox.com/asset/?id=3270017"
241+
242-
hbm.MeshType = "FileMesh"
242+
243-
hbm.Scale = Vector3.new(1.2, 1.2, 1.2)
243+
244
mw.Part0 = head
245-
local hbw = Instance.new("Weld")
245+
246-
hbw.Parent = hb
246+
247-
hbw.Part0 = hed
247+
248-
hbw.Part1 = hb
248+
249-
hbw.C1 = CFrame.new(0,0,-.4)
249+
250-
hbw.C0 = CFrame.Angles(29.9,0,0)
250+
251-
---Heart
251+
252-
local hp = Instance.new("Part",chr)
252+
253-
hp.Name = "Heart Piece"
253+
254-
hp.Size = Vector3.new(0.41, 0.8, 0.2)
254+
255-
hp.CanCollide = false
255+
256-
hp.BrickColor = BrickColor.new("Forest green")
256+
257
local hpm2 = Instance.new("SpecialMesh",hp2)
258-
local hpm = Instance.new("SpecialMesh",hp)
258+
259-
hpm.MeshId = "http://www.roblox.com/asset/?id=105992239"
259+
260-
hpm.MeshType = "FileMesh"
260+
261-
hpm.Scale = Vector3.new(1.1, 1.1, 1.1)
261+
262
local hpw2 = Instance.new("Weld")
263-
local hpw = Instance.new("Weld")
263+
264-
hpw.Parent = hp
264+
265-
hpw.Part0 = hed
265+
266-
hpw.Part1 = hp
266+
267-
hpw.C1 = CFrame.new(-.1,-.47,.68)
267+
268
269-
------Dio shirt/Pants
269+
270-
local sh = Instance.new("Shirt",chr)
270+
271-
sh.ShirtTemplate = "rbxassetid://298260655"
271+
272
  torso.Anchored = false
273-
local pan = Instance.new("Pants",chr)
273+
274-
pan.PantsTemplate = "rbxassetid://298260668"
274+
275-
------Hearts
275+
276-
local heart1 = Instance.new("Part",chr)
276+
277-
heart1.Name = "LHeart"
277+
278-
heart1.BrickColor = BrickColor.new("Forest green")
278+
279-
heart1.Size = Vector3.new(0.05, 0.05, 0.05)
279+
280
  local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
281-
local heartm = Instance.new("SpecialMesh",heart1)
281+
282-
heartm.MeshId = "http://www.roblox.com/asset/?id=105992239"
282+
283-
heartm.MeshType = "FileMesh"
283+
284-
heartm.Scale = Vector3.new(1.1,1.1,1.1)
284+
285
  leftarm.Name = "Left Arm"
286-
local heartw = Instance.new("Weld")
286+
287-
heartw.Parent = heart1
287+
288-
heartw.Part0 = lleg
288+
289-
heartw.Part1 = heart1
289+
290-
heartw.C1 = CFrame.new(0,.15,.55)
290+
291-
-------------------------------------
291+
292-
local heart2 = Instance.new("Part",chr)
292+
293-
heart2.Name = "RHeart"
293+
294-
heart2.BrickColor = BrickColor.new("Forest green")
294+
295-
heart2.Size = Vector3.new(0.05, 0.05, 0.05)
295+
296
  nooutline(rightarm)
297-
local heartm = Instance.new("SpecialMesh",heart2)
297+
298-
heartm.MeshId = "http://www.roblox.com/asset/?id=105992239"
298+
299-
heartm.MeshType = "FileMesh"
299+
300-
heartm.Scale = Vector3.new(1.1,1.1,1.1)
300+
301
  rightarm.BrickColor = BrickColor.new("Sand blue")
302-
local heartw = Instance.new("Weld")
302+
303-
heartw.Parent = heart2
303+
304-
heartw.Part0 = rleg
304+
305-
heartw.Part1 = heart2
305+
306-
heartw.C1 = CFrame.new(0,.15,.55)
306+
307-
-------------------------------------
307+
308-
local heart3 = Instance.new("Part",chr)
308+
309-
heart3.Name = "THeart"
309+
310-
heart3.BrickColor = BrickColor.new("Forest green")
310+
311-
heart3.Size = Vector3.new(0.05, 0.05, 0.05)
311+
312
  leftleg.Name = "Left Leg"
313-
local heartm = Instance.new("SpecialMesh",heart3)
313+
314-
heartm.MeshId = "http://www.roblox.com/asset/?id=105992239"
314+
315-
heartm.MeshType = "FileMesh"
315+
316-
heartm.Scale = Vector3.new(1.1,1.1,1.1)
316+
317
  leftleg.Locked = true
318-
local heartw = Instance.new("Weld")
318+
319-
heartw.Parent = heart3
319+
320-
heartw.Part0 = tors
320+
321-
heartw.Part1 = heart3
321+
322-
heartw.C1 = CFrame.new(0,1,.55)
322+
323
  rightleg.Anchored = false
324
  rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
325
  rightleg.Name = "Right Leg"
326
  rightleg.Size = Vector3.new(1, 2, 1)
327
  rightleg.BrickColor = BrickColor.new("Sand blue")
328
  rightleg.CanCollide = false
329
  rightleg.Locked = true
330
  rightleg.Transparency = 1
331
  rightleg.Parent = ZaWarudo
332
  local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
333
334
335
------------Armor
336
local arp = Instance.new("Part",ZaWarudo)
337
arp.Name = "lap"
338
arp.Transparency = 1
339
arp.CanCollide = false
340
arp.BrickColor = BrickColor.new("Gold")
341
arp.Size = Vector3.new(0,0,0)
342
343
local smp = Instance.new("SpecialMesh",arp)
344
smp.MeshId = "rbxasset://fonts/leftarm.mesh"
345
smp.MeshType = "FileMesh"
346
smp.Scale = Vector3.new(1.1, 0.4, 1.1)
347
348
local weld = Instance.new("Weld")
349
weld.Parent = arp
350
weld.Part0 = leftarm
351
weld.Part1 = arp
352
weld.C1 = CFrame.new(0,-.62,0)
353
--------------------
354
local arp1 = Instance.new("Part",ZaWarudo)
355
arp1.Name = "lap1"
356
arp1.Transparency = 1
357
arp1.CanCollide = false
358
arp1.BrickColor = BrickColor.new("Gold")
359
arp1.Size = Vector3.new(0,0,0)
360
361
local smp1 = Instance.new("SpecialMesh",arp1)
362
smp1.MeshId = "rbxasset://fonts/leftarm.mesh"
363
smp1.MeshType = "FileMesh"
364
smp1.Scale = Vector3.new(0.6, 0.4, 0.5)
365
366
local weld1 = Instance.new("Weld")
367
weld1.Parent = arp1
368
weld1.Part0 = leftarm
369
weld1.Part1 = arp1
370
weld1.C1 = CFrame.new(.25,0,0)
371
--------------------
372
local arp2 = Instance.new("Part",ZaWarudo)
373
arp2.Name = "lap2"
374
arp2.Transparency = 1
375
arp2.CanCollide = false
376
arp2.BrickColor = BrickColor.new("Gold")
377
arp2.Size = Vector3.new(0,0,0)
378
379
local smp2 = Instance.new("SpecialMesh",arp2)
380
smp2.MeshId = "rbxasset://fonts/leftarm.mesh"
381
smp2.MeshType = "FileMesh"
382
smp2.Scale = Vector3.new(0.6, 0.4, 0.5)
383
384
local weld2 = Instance.new("Weld")
385
weld2.Parent = arp2
386
weld2.Part0 = leftarm
387
weld2.Part1 = arp2
388
weld2.C1 = CFrame.new(-.25,0,0)
389
390
--------------------
391
local arp3 = Instance.new("Part",ZaWarudo)
392
arp3.Name = "lap3"
393
arp3.Transparency = 1
394
arp3.CanCollide = false
395
arp3.BrickColor = BrickColor.new("Gold")
396
arp3.Size = Vector3.new(0,0,0)
397
398
local smp = Instance.new("SpecialMesh",arp3)
399
smp.MeshId = "rbxasset://fonts/leftarm.mesh"
400
smp.MeshType = "FileMesh"
401
smp.Scale = Vector3.new(1.1, 0.4, 1.1)
402
403
local weld = Instance.new("Weld")
404
weld.Parent = arp3
405
weld.Part0 = rightarm
406
weld.Part1 = arp3
407
weld.C1 = CFrame.new(0,-.62,0)
408
--------------------
409
local arp4 = Instance.new("Part",ZaWarudo)
410
arp4.Name = "lap4"
411
arp4.Transparency = 1
412
arp4.CanCollide = false
413
arp4.BrickColor = BrickColor.new("Gold")
414
arp4.Size = Vector3.new(0,0,0)
415
416
local smp = Instance.new("SpecialMesh",arp4)
417
smp.MeshId = "rbxasset://fonts/leftarm.mesh"
418
smp.MeshType = "FileMesh"
419
smp.Scale = Vector3.new(0.6, 0.4, 0.5)
420
421
local weld = Instance.new("Weld")
422
weld.Parent = arp4
423
weld.Part0 = rightarm
424
weld.Part1 = arp4
425
weld.C1 = CFrame.new(-.25,0,0)
426
--------------------
427
local arp5 = Instance.new("Part",ZaWarudo)
428
arp5.Name = "lap5"
429
arp5.Transparency = 1
430
arp5.CanCollide = false
431
arp5.BrickColor = BrickColor.new("Gold")
432
arp5.Size = Vector3.new(0,0,0)
433
434
local smp = Instance.new("SpecialMesh",arp5)
435
smp.MeshId = "rbxasset://fonts/leftarm.mesh"
436
smp.MeshType = "FileMesh"
437
smp.Scale = Vector3.new(0.6, 0.4, 0.5)
438
439
local weld = Instance.new("Weld")
440
weld.Parent = arp5
441
weld.Part0 = rightarm
442
weld.Part1 = arp5
443
weld.C1 = CFrame.new(.25,0,0)
444
--------------------
445
446
  local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
447
  rootweld.Name = "RootJoint"
448
  local neckweld = makemotor(torso, torso, head, NC0, NC1)
449
  neckweld.Name = "Neck"
450
  local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
451
  rshoulderweld.Name = "Right Shoulder"
452
  local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
453
  lshoulderweld.Name = "Left Shoulder"
454
  local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
455
  rhipweld.Name = "Right Hip"
456
  local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
457
  lhipweld.Name = "Left Hip"
458
  local pa1 = Instance.new("Part")
459
  nooutline(pa1)
460
  pa1.Anchored = false
461
  pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
462
  pa1.Name = "pa1"
463
  pa1.Size = Vector3.new(0.2, 0.2, 0.2)
464
  pa1.BrickColor = BrickColor.new("Gold")
465
  pa1.CanCollide = false
466
  pa1.Locked = true
467
  pa1.Transparency = 1
468
  pa1.Parent = ZaWarudo
469
  local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
470
  local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0))
471
  local pa2 = Instance.new("Part")
472
  nooutline(pa2)
473
  pa2.Anchored = false
474
  pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
475
  pa2.Name = "pa2"
476
  pa2.Size = Vector3.new(0.2, 0.2, 0.2)
477
  pa2.BrickColor = BrickColor.new("Gold")
478
  pa2.CanCollide = false
479
  pa2.Locked = true
480
  pa2.Transparency = 1
481
  pa2.Parent = ZaWarudo
482
  local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
483
  local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0))
484
  local pa3 = Instance.new("Part")
485
  nooutline(pa3)
486
  pa3.Anchored = false
487
  pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
488
  pa3.Name = "pa3"
489
  pa3.Size = Vector3.new(0.2, 0.2, 0.2)
490
  pa3.BrickColor = BrickColor.new("Gold")
491
  pa3.CanCollide = false
492
  pa3.Locked = true
493
  pa3.Transparency = 1
494
  pa3.Parent = ZaWarudo
495
  local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
496
  local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0))
497
  local pa4 = Instance.new("Part")
498
  nooutline(pa4)
499
  pa4.Anchored = false
500
  pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
501
  pa4.Name = "pa4"
502
  pa4.Size = Vector3.new(0.2, 0.2, 0.2)
503
  pa4.BrickColor = BrickColor.new("Gold")
504
  pa4.CanCollide = false
505
  pa4.Locked = true
506
  pa4.Transparency = 1
507
  pa4.Parent = ZaWarudo
508
  local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
509
  local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0))
510
  local pa5 = Instance.new("Part")
511
  nooutline(pa5)
512
  pa5.Anchored = false
513
  pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
514
  pa5.Name = "pa5"
515
  pa5.Size = Vector3.new(0.2, 0.2, 0.2)
516
  pa5.BrickColor = BrickColor.new("Gold")
517
  pa5.CanCollide = false
518
  pa5.Locked = true
519
  pa5.Transparency = 1
520
  pa5.Parent = ZaWarudo
521
  local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
522
  local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
523
  local pa6 = Instance.new("Part")
524
  nooutline(pa6)
525
  pa6.Anchored = false
526
  pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
527
  pa6.Name = "pa6"
528
  pa6.Size = Vector3.new(0.2, 0.2, 0.2)
529
  pa6.BrickColor = BrickColor.new("Gold")
530
  pa6.CanCollide = false
531
  pa6.Locked = true
532
  pa6.Transparency = 1
533
  pa6.Parent = ZaWarudo
534
  local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
535
  local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0))
536
  local pa7 = Instance.new("Part")
537
  nooutline(pa7)
538
  pa7.Anchored = false
539
  pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
540
  pa7.Name = "pa7"
541
  pa7.Size = Vector3.new(0.2, 0.2, 0.2)
542
  pa7.BrickColor = BrickColor.new("Gold")
543
  pa7.CanCollide = false
544
  pa7.Locked = true
545
  pa7.Transparency = 1
546
  pa7.Parent = ZaWarudo
547
  local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
548
  local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
549
  
550
  local pa9 = Instance.new("Part")
551
  nooutline(pa9)
552
  pa9.Anchored = false
553
  pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
554
  pa9.Name = "pa9"
555
  pa9.Size = Vector3.new(0.2, 0.2, 0.2)
556
  pa9.BrickColor = BrickColor.new("Forest green")
557
  pa9.CanCollide = false
558
  pa9.Locked = true
559
  pa9.Transparency = 1
560
  pa9.Parent = ZaWarudo
561
  local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
562
  local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
563
 
564
 local pa10 = Instance.new("Part")
565
  nooutline(pa10)
566
  pa10.Anchored = false
567
  pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
568
  pa10.Name = "pa10"
569
  pa10.Size = Vector3.new(2,1,1)
570
  pa10.BrickColor = BrickColor.new("Gold")
571
  pa10.CanCollide = false
572
  pa10.Locked = true
573
  pa10.Transparency = 1
574
  pa10.Parent = ZaWarudo
575
  pa10.Shape = "Cylinder"
576
pa10.Material = "SmoothPlastic"
577
  local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
578
579
 local pa10d = Instance.new("Part")
580
  nooutline(pa10d)
581
  pa10d.Anchored = false
582
  pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
583
  pa10d.Name = "pa10d"
584
  pa10d.Size = Vector3.new(2.2,.8,.8)
585
  pa10d.BrickColor = BrickColor.new("Gold")
586
  pa10d.CanCollide = false
587
  pa10d.Locked = true
588
  pa10d.Transparency = 1
589
  pa10d.Parent = ZaWarudo
590
  pa10d.Shape = "Cylinder"
591
pa10d.Material = "SmoothPlastic"
592
  local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
593
 
594
 local pa11 = Instance.new("Part")
595
  nooutline(pa11)
596
  pa11.Anchored = false
597
  pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
598
  pa11.Name = "pa11"
599
  pa11.Size = Vector3.new(2,1,1)
600
  pa11.BrickColor = BrickColor.new("Gold")
601
  pa11.CanCollide = false
602
  pa11.Locked = true
603
  pa11.Transparency = 1
604
  pa11.Parent = ZaWarudo
605
  pa11.Shape = "Cylinder"
606
pa11.Material = "SmoothPlastic"
607
  local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
608
609
local pa11d = Instance.new("Part")
610
  nooutline(pa11d)
611
  pa11d.Anchored = false
612
  pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
613
  pa11d.Name = "pa11d"
614
  pa11d.Size = Vector3.new(2.2,.8,.8)
615
  pa11d.BrickColor = BrickColor.new("Gold")
616
  pa11d.CanCollide = false
617
  pa11d.Locked = true
618
  pa11d.Transparency = 1
619
  pa11d.Parent = ZaWarudo
620
  pa11d.Shape = "Cylinder"
621
pa11d.Material = "SmoothPlastic"
622
  local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
623
 
624
 local raemblem = Instance.new("Part")
625
  nooutline(raemblem)
626
  raemblem.Anchored = false
627
  raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
628
  raemblem.Name = "raemblem"
629
  raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
630
  raemblem.BrickColor = BrickColor.new("Gold")
631
  raemblem.CanCollide = false
632
  raemblem.Locked = true
633
  raemblem.Material = "SmoothPlastic"
634
  raemblem.Transparency = 1
635
  raemblem.Parent = ZaWarudo
636
  local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
637
  local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0))
638
  local emmes = Instance.new("Decal")
639
  emmes.Texture = "rbxassetid://0"
640
  emmes.Transparency = 1
641
  emmes.Face = "Right"
642
  emmes.Name = "embe"
643
  emmes.Parent = raemblem
644
  local ra1 = Instance.new("Part")
645
  nooutline(ra1)
646
  ra1.Anchored = false
647
  ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
648
  ra1.Name = "ra1"
649
  ra1.Size = Vector3.new(0.2, 0.2, 0.2)
650
  ra1.BrickColor = BrickColor.new("Gold")
651
  ra1.CanCollide = false
652
  ra1.Locked = true
653
  ra1.Transparency = 1
654
  ra1.Parent = ZaWarudo
655
  local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
656
  local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
657
  local ra2 = Instance.new("Part")
658
  nooutline(ra2)
659
  ra2.Anchored = false
660
  ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
661
  ra2.Name = "ra2"
662
  ra2.Size = Vector3.new(0.2, 0.2, 0.2)
663
  ra2.BrickColor = BrickColor.new("Gold")
664
  ra2.CanCollide = false
665
  ra2.Locked = true
666
  ra2.Transparency = 1
667
  ra2.Parent = ZaWarudo
668
  local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
669
  local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
670
 
671
  local ra5 = Instance.new("Part")
672
  nooutline(ra5)
673
  ra5.Anchored = false
674
  ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
675
  ra5.Name = "ra5"
676
  ra5.Size = Vector3.new(0.2, 0.2, 0.2)
677
  ra5.BrickColor = BrickColor.new("Forest green")
678
  ra5.CanCollide = false
679
  ra5.Locked = true
680
  ra5.Transparency = 1
681
  ra5.Parent = ZaWarudo
682
  local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
683
  local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
684
  local la1 = Instance.new("Part")
685
  nooutline(la1)
686
  la1.Anchored = false
687
  la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
688
  la1.Name = "la1"
689
  la1.Size = Vector3.new(0.2, 0.2, 0.2)
690
  la1.BrickColor = BrickColor.new("Gold")
691
  la1.CanCollide = false
692
  la1.Locked = true
693
  la1.Transparency = 1
694
  la1.Parent = ZaWarudo
695
  local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
696
  local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
697
  local la2 = Instance.new("Part")
698
  nooutline(la2)
699
  la2.Anchored = false
700
  la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
701
  la2.Name = "la2"
702
  la2.Size = Vector3.new(0.2, 0.2, 0.2)
703
  la2.BrickColor = BrickColor.new("Gold")
704
  la2.CanCollide = false
705
  la2.Locked = true
706
  la2.Transparency = 1
707
  la2.Parent = ZaWarudo
708
  local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
709
  local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
710
 
711
  local la5 = Instance.new("Part")
712
  nooutline(la5)
713
  la5.Anchored = false
714
  la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
715
  la5.Name = "la5"
716
  la5.Size = Vector3.new(0.2, 0.2, 0.2)
717
  la5.BrickColor = BrickColor.new("Forest green")
718
  la5.CanCollide = false
719
  la5.Locked = true
720
  la5.Transparency = 1
721
  la5.Parent = ZaWarudo
722
  local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
723
  local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
724
  
725
  local ll3 = Instance.new("Part")
726
  nooutline(ll3)
727
  ll3.Anchored = false
728
  ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
729
  ll3.Name = "ll3"
730
  ll3.Size = Vector3.new(0.2, 0.2, 0.2)
731
  ll3.BrickColor = BrickColor.new("Forest green")
732
  ll3.CanCollide = false
733
  ll3.Locked = true
734
  ll3.Transparency = 1
735
  ll3.Parent = ZaWarudo
736
  local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
737
  local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
738
 
739
  local rr3 = Instance.new("Part")
740
  nooutline(rr3)
741
  rr3.Anchored = false
742
  rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
743
  rr3.Name = "rr3"
744
  rr3.Size = Vector3.new(0.2, 0.2, 0.2)
745
  rr3.BrickColor = BrickColor.new("Forest green")
746
  rr3.CanCollide = false
747
  rr3.Locked = true
748
  rr3.Transparency = 1
749
  rr3.Parent = ZaWarudo
750
  local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
751
  local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0))
752
  return ZaWarudo
753
end
754
local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
755
coroutine.resume(coroutine.create(function()
756
  local rot = thenoob.HumanoidRootPart
757
  repeat
758
    swait()
759
    rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
760
  until rot == nil
761
end))
762
local rot = thenoob.HumanoidRootPart
763
local ntorso = thenoob:FindFirstChild("Torso")
764
local rightarm = thenoob:FindFirstChild("Right Arm")
765
local leftarm = thenoob:FindFirstChild("Left Arm")
766
local leftleg = thenoob:FindFirstChild("Left Leg")
767
local rightleg = thenoob:FindFirstChild("Right Leg")
768
local head = thenoob:FindFirstChild("Head")
769
local face = head:FindFirstChild("face")
770
local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
771
local embpart = thenoob:FindFirstChild("raemblem")
772
local nRJ = rot:FindFirstChild("RootJoint")
773
local nN = ntorso:FindFirstChild("Neck")
774
local nRS = ntorso:FindFirstChild("Right Shoulder")
775
local nLS = ntorso:FindFirstChild("Left Shoulder")
776
local nRH = ntorso:FindFirstChild("Right Hip")
777
local nLH = ntorso:FindFirstChild("Left Hip")
778
function standappear(nbz)
779
  if selected == false or activu == true then
780
    return
781
  end
782
  if appeared == false then
783
    appeared = true
784
    wherto = hrp
785
    addcfr = cf(-2, 1, 2)
786
    local apear = Instance.new("Sound")
787
    apear.SoundId = "rbxassetid://463010917"
788
    apear.Parent = rot
789
    apear.Volume = 1.25
790
    game.Debris:AddItem(apear, 1.5)
791
    apear:Play()
792
    for _, n in pairs(nbz:GetChildren()) do
793
      coroutine.resume(coroutine.create(function()
794
        for _ = 1, 5 do
795
          if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
796
            swait()
797
            n.Transparency = n.Transparency - 0.2
798
            face.Transparency = face.Transparency - 0.2
799
            emblem.Transparency = emblem.Transparency - 0.2
800
          end
801
        end
802
        if n ~= rot and n ~= embpart then
803
          n.Transparency = 0
804
        end
805
        face.Transparency = 0
806
        emblem.Transparency = 0
807
      end))
808
    end
809
  elseif appeared == true then
810
    appeared = false
811
    wherto = hrp
812
    addcfr = cf(0, 0, 0)
813
    for _, n in pairs(nbz:GetChildren()) do
814
      coroutine.resume(coroutine.create(function()
815
        for _ = 1, 5 do
816
          if n ~= rot and n ~= embpart then
817
            swait()
818
            n.Transparency = n.Transparency + 0.2
819
            face.Transparency = face.Transparency + 0.2
820
            emblem.Transparency = emblem.Transparency + 0.2
821
822
          end
823
        end
824
        if n ~= rot and n ~= embpart then
825
          n.Transparency = 1
826
        end
827
        face.Transparency = 1
828
        emblem.Transparency = 1
829
830
      end))
831
    end
832
  end
833
end
834
function THREATENING()
835
  if selected == false or activu == true then
836
    return
837
  end
838
  if POSU == false then
839
    POSU = true
840
    human.WalkSpeed = 0
841
    local d = Instance.new("ParticleEmitter")
842
    d.Name = "MENACINGU"
843
    d.Lifetime = NumberRange.new(1)
844
    d.Rate = 2
845
    d.Texture = "rbxassetid://298768656"
846
    d.VelocitySpread = 60
847
    d.Parent = tors
848
    human:SetStateEnabled(3, false)
849
    local randomoth = math.random(1, 2)
850
    if randomoth == 1 then
851
      repeat
852
        swait()
853
        lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
854
        lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
855
        lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
856
        lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
857
        lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
858
        lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
859
        lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
860
        lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
861
        lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
862
        lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
863
      until POSU == false
864
    elseif randomoth == 2 then
865
      repeat
866
        swait()
867
        lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
868
        lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
869
        lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
870
        lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
871
        lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
872
        lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
873
        lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
874
        lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
875
        lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
876
        lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
877
      until POSU == false
878
    end
879
  elseif POSU == true then
880
    POSU = false
881
    human.WalkSpeed = 16
882
    human:SetStateEnabled(3, true)
883
    tors.MENACINGU:Destroy()
884
    activu = true
885
    activu = false
886
  end
887
end
888
local EHMMM = 0
889
function block()
890
  if EHMMM == 50 or selected == false or activu == true then
891
    return
892
  end
893
  if appeared == false then
894
    standappear(thenoob)
895
  end
896
  wherto = hrp
897
  addcfr = cf(0, 0, -3)
898
  local bep = true
899
  local humanshealth = human.Health
900
  activu = true
901
  human:SetStateEnabled(15, false)
902
  local de = mouse.KeyUp:connect(function(key)
903
    if key == "e" then
904
      bep = false
905
    end
906
  end)
907
  local poopes = 0
908
  repeat
909
    swait()
910
    poopes = poopes + 1
911
    human.Health = humanshealth
912
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
913
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
914
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
915
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
916
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
917
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
918
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
919
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
920
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
921
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
922
  until bep == false or poopes > 240
923
  de:Disconnect()
924
  human:SetStateEnabled(15, true)
925
  activu = false
926
  EHMMM = 50
927
  coroutine.resume(coroutine.create(function()
928
    wait(7)
929
    EHMMM = 0
930
  end))
931
  wherto = hrp
932
  addcfr = cf(-2, 1, 2)
933
end
934
function MUDA()
935
  if selected == false or activu == true then
936
    return
937
  end
938
  if appeared == false then
939
    standappear(thenoob)
940
    wherto = hrp
941
    addcfr = cf(0, 0, -3.5)
942
  end
943
  wry:Stop()
944
  local bep = true
945
  activu = true
946
  wherto = hrp
947
  addcfr = cf(0, 0, -3.5)
948
  local function blur(limb)
949
    coroutine.resume(coroutine.create(function()
950
      local memedon = {}
951
      for i = 1, 6 do
952
        local b1 = Instance.new("Part")
953
        nooutline(b1)
954
        b1.Size = Vector3.new(1, 2, 1)
955
        b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
956
        b1.CanCollide = false
957
        b1.BrickColor = limb.BrickColor
958
        b1.Anchored = true
959
        b1.Transparency = 0.7
960
        b1.Locked = true
961
        b1.Parent = modz
962
        table.insert(memedon, b1)
963
      end
964
      local num = 0
965
      repeat
966
        swait()
967
        num = num % 6 + 1
968
        memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
969
      until bep == false
970
      for i = 1, #memedon do
971
        swait()
972
        memedon[i]:Destroy()
973
      end
974
    end))
975
  end
976
  local de = mouse.KeyUp:connect(function(key)
977
    if key == "r" then
978
      bep = false
979
    end
980
  end)
981
  blur(rightarm)
982
  blur(leftarm)
983
local mudodo = Instance.new("Sound")
984
  mudodo.Volume = 7.5
985
  mudodo.SoundId = "rbxassetid://616593932"
986
mudodo.Looped = true
987
  mudodo.Parent = hrp
988
  mudodo:Play()
989
  repeat
990
    for _ = 1, 2 do
991
      swait()
992
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
993
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
994
      lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
995
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
996
      lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
997
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
998
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
999
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1000
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
1001
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1002
    end
1003
    hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
1004
    for _ = 1, 2 do
1005
      swait()
1006
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
1007
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
1008
      lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
1009
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1010
      lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
1011
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1012
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
1013
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1014
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
1015
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1016
    end
1017
    hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
1018
    for _ = 1, 2 do
1019
      swait()
1020
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
1021
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
1022
      lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
1023
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1024
      lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
1025
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1026
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
1027
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1028
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
1029
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1030
    end
1031
    hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
1032
    for _ = 1, 2 do
1033
      swait()
1034
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
1035
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
1036
      lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
1037
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1038
      lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
1039
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1040
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
1041
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1042
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
1043
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
1044
    end
1045
    hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
1046
  until bep == false or 0 >= human.Health
1047
  de:Disconnect()
1048
mudodo:Stop()
1049
  wry:Play()
1050
  for _ = 1, 6 do
1051
    swait()
1052
    lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
1053
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
1054
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
1055
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1056
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
1057
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1058
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
1059
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1060
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
1061
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1062
  end
1063
  for _ = 1, 7 do
1064
    swait()
1065
    hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
1066
    lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
1067
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
1068
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
1069
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
1070
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
1071
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1072
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
1073
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1074
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
1075
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
1076
  end
1077
  swait(5)
1078
  wherto = hrp
1079
mudodo:Destroy()
1080
  addcfr = cf(-2, 1, 2)
1081
  activu = false
1082
end
1083
function cability()
1084
  if selected == false or activu == true then
1085
    return
1086
  end
1087
  if appeared == false then
1088
    standappear(thenoob)
1089
    wherto = hrp
1090
    addcfr = cf(0, 0, -3.75)
1091
  end
1092
  activu = true
1093
  wherto = hrp
1094
  addcfr = cf(0, 0, -3.5)
1095
  local ZAWRUA = Instance.new("Sound")
1096
  ZAWRUA.SoundId = "rbxassetid://257346558"
1097
  ZAWRUA.Volume = 3
1098
  ZAWRUA.Parent = hrp
1099
  ZAWRUA:Play()
1100
  game.Debris:AddItem(ZAWRUA, 2.5)
1101
  local wate = Instance.new("Part")
1102
  nooutline(wate)
1103
  wate.Size = Vector3.new(0.2, 0.2, 0.2)
1104
  wate.Material = "Neon"
1105
  wate.Transparency = 1
1106
  wate.BrickColor = BrickColor.new("Forest green")
1107
  wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
1108
  wate.Anchored = true
1109
  wate.CanCollide = false
1110
  wate.Parent = modz
1111
  local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
1112
  coroutine.resume(coroutine.create(function()
1113
    repeat
1114
      swait()
1115
      wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
1116
      wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
1117
    until not wate
1118
  end))
1119
  coroutine.resume(coroutine.create(function()
1120
    local pt = {}
1121
    for _ = 1, 10 do
1122
      local wp = Instance.new("Part")
1123
      nooutline(wp)
1124
      wp.Size = Vector3.new(0.2, 0.2, 0.2)
1125
      wp.Material = "Neon"
1126
      wp.Transparency = 1
1127
      wp.BrickColor = BrickColor.new("Forest green")
1128
      wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
1129
      wp.Anchored = true
1130
      wp.CanCollide = false
1131
      wp.Parent = modz
1132
      local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
1133
      table.insert(pt, wp)
1134
      table.insert(pt, wmz)
1135
    end
1136
    for m = 1, 45 do
1137
      swait()
1138
      for _, hey in pairs(pt) do
1139
        if hey.ClassName == "SpecialMesh" then
1140
          hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
1141
        elseif hey.ClassName == "Part" then
1142
          hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
1143
          hey.Transparency = hey.Transparency - 0.015
1144
        end
1145
      end
1146
    end
1147
    for m = 45, 50 do
1148
      swait()
1149
      for _, hey in pairs(pt) do
1150
        if hey.ClassName == "SpecialMesh" then
1151
          hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
1152
        elseif hey.ClassName == "Part" then
1153
          hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
1154
          hey.Transparency = hey.Transparency + 0.2
1155
        end
1156
      end
1157
    end
1158
    for _, AAA in pairs(pt) do
1159
      if AAA.ClassName == "Part" then
1160
        AAA:Destroy()
1161
      end
1162
    end
1163
  end))
1164
  for _ = 1, 50 do
1165
    swait()
1166
    wmesh.Scale = Vector3.new(9, 9, 9)
1167
    wate.Transparency = wate.Transparency - 0.008
1168
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
1169
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
1170
    lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2)
1171
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1172
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
1173
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1174
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
1175
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1176
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
1177
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1178
  end
1179
  local pooo = Instance.new("Sound")
1180
  pooo.SoundId = "rbxassetid://686423225"
1181
  pooo.Volume = 3
1182
  pooo.Parent = hrp
1183
  pooo:Play()
1184
  game.Debris:AddItem(pooo, 2.5)
1185
  for _ = 1, 1 do
1186
    swait()
1187
    wate.Transparency = wate.Transparency + 0.15
1188
    lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
1189
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
1190
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
1191
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
1192
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1193
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1194
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1195
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1196
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1197
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1198
  end
1199
  local swoo = Instance.new("Part")
1200
  nooutline(swoo)
1201
  swoo.Size = Vector3.new(0.2, 0.2, 0.2)
1202
  swoo.Material = "Neon"
1203
  swoo.Transparency = 0.2
1204
  swoo.BrickColor = BrickColor.new("Forest green")
1205
  swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
1206
  swoo.Anchored = true
1207
  swoo.CanCollide = false
1208
  swoo.Parent = modz
1209
  local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
1210
  local pli = Instance.new("PointLight")
1211
  pli.Brightness = 2
1212
  pli.Color = Color3.new(0.45098039215686275, 1, 0)
1213
  pli.Range = 10
1214
  pli.Shadows = true
1215
  pli.Parent = swoo
1216
  hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
1217
  tagability(swoo, 4)
1218
  for _ = 1, 10 do
1219
    swait()
1220
    wate.Transparency = wate.Transparency + 0.05
1221
    swoo.Transparency = swoo.Transparency + 0.075
1222
    pli.Range = pli.Range - 1
1223
    lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
1224
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
1225
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
1226
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
1227
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1228
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1229
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1230
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1231
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1232
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1233
  end
1234
  wate:Destroy()
1235
  swoo:Destroy()
1236
  pli:Destroy()
1237
  swait(15)
1238
  wherto = hrp
1239
  addcfr = cf(-2, 1, 2)
1240
  activu = false
1241
end
1242
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
1243
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
1244
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
1245
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
1246
function THEBEST()
1247
  if selected == false or activu == true or appeared == true or POSU == true then
1248
    return
1249
  end
1250
  local dipperhat = chr:FindFirstChild("DXD_DipperHat")
1251
  local dipperrot
1252
  if dipperhat then
1253
    dipperrot = dipperhat.Handle.HatAttachment.Rotation
1254
  end
1255
  activu = true
1256
  POSU = true
1257
  cam.CameraType = "Scriptable"
1258
  chr.PrimaryPart = hrp
1259
  human.WalkSpeed = 0
1260
  human:SetStateEnabled(3, false)
1261
  local actmus1 = Instance.new("Sound")
1262
  actmus1.SoundId = "rbxassetid://188959462"
1263
  actmus1.Volume = 1.5
1264
  actmus1.RollOffMode = 1
1265
  actmus1.TimePosition = 0
1266
  actmus1.Parent = cam
1267
  local actmus2 = Instance.new("Sound")
1268
  actmus2.SoundId = "rbxassetid://188959462"
1269
  actmus2.Volume = 1.5
1270
  actmus2.RollOffMode = 1
1271
  actmus2.TimePosition = 0
1272
  actmus2.Parent = hrp
1273
  actmus1:Play()
1274
  actmus2:Play()
1275
  local mus1 = Instance.new("Sound")
1276
  mus1.SoundId = "rbxassetid://616594208"
1277
  mus1.Volume = 1.25
1278
  mus1.TimePosition = 0.45
1279
  mus1.Parent = cam
1280
  local mus2 = Instance.new("Sound")
1281
  mus2.SoundId = "rbxassetid://616594208"
1282
  mus2.Volume = 1.25
1283
  mus2.TimePosition = 0.45
1284
  mus2.Parent = hrp
1285
  local zawarudoda = Instance.new("Sound")
1286
  zawarudoda.SoundId = "rbxassetid://616576400"
1287
  zawarudoda.Volume = 2
1288
  zawarudoda.TimePosition = 0.3
1289
  zawarudoda.Parent = hrp
1290
  mus1:Play()
1291
  mus2:Play()
1292
  cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
1293
  local regface = hed.face.Texture
1294
  local whogothit, bodyvel
1295
  local function checkhit(partoz, magn)
1296
    for _, guy in pairs(workspace:GetChildren()) do
1297
      if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
1298
        whogothit = guy
1299
        guy:FindFirstChild("Humanoid").PlatformStand = true
1300
        do
1301
          local derp = Instance.new("BodyPosition")
1302
          derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
1303
          derp.P = 8000
1304
          derp.D = 500
1305
          derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
1306
          derp.Parent = guy:FindFirstChild("HumanoidRootPart")
1307
          bodyvel = derp
1308
          local derp2 = Instance.new("BodyAngularVelocity")
1309
          derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
1310
          derp2.P = 8000
1311
          derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
1312
          derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
1313
          delay(0.1, function()
1314
            derp2:Destroy()
1315
          guy.Torso:Remove()
1316
          guy.Head:Remove()
1317
end)
1318
          bodyvel = derp
1319
        end
1320
      end
1321
    end
1322
  end
1323
  coroutine.resume(coroutine.create(function()
1324
    for _ = 1, 25 do
1325
      swait()
1326
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
1327
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
1328
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
1329
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1330
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
1331
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1332
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
1333
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1334
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1335
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1336
    end
1337
    for _ = 1, 20 do
1338
      swait()
1339
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
1340
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
1341
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
1342
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1343
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
1344
      if dipperhat then
1345
        dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
1346
      end
1347
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1348
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
1349
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1350
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1351
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1352
    end
1353
  end))
1354
  repeat
1355
    swait()
1356
    cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
1357
  until mus1.TimePosition > 2.9
1358
  mus1:Pause()
1359
  mus2:Pause()
1360
  zawarudoda:Play()
1361
  coroutine.resume(coroutine.create(function()
1362
    for _ = 1, 7 do
1363
      swait()
1364
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
1365
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
1366
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
1367
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1368
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
1369
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1370
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
1371
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1372
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1373
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1374
    end
1375
    for _ = 1, 16 do
1376
      swait()
1377
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
1378
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
1379
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
1380
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1381
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
1382
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1383
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
1384
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1385
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
1386
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1387
    end
1388
  end))
1389
  repeat
1390
    swait()
1391
  until zawarudoda.TimePosition > 1.4
1392
  zawarudoda:Pause()
1393
  activu = false
1394
  standappear(thenoob)
1395
  wherto = hrp
1396
  addcfr = cf(3, 0.25, -1.5)
1397
  activu = true
1398
  cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
1399
  for _ = 1, 10 do
1400
    swait()
1401
    cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
1402
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
1403
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
1404
    lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5)
1405
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1406
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1407
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1408
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1409
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1410
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1411
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1412
  end
1413
  wherto = hrp
1414
  addcfr = cf(-3, 0.25, -1.5)
1415
  for _ = 1, 25 do
1416
    swait()
1417
    checkhit(rightarm, 3)
1418
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
1419
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
1420
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
1421
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1422
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
1423
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1424
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
1425
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1426
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
1427
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1428
  end
1429
  if whogothit then
1430
    print("derp")
1431
    cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
1432
    local laugo = Instance.new("Sound")
1433
    laugo.SoundId = "rbxassetid://291088606"
1434
    laugo.Volume = 1.5
1435
    laugo.Parent = hrp
1436
    game.Debris:AddItem(laugo, 2.5)
1437
    laugo:Play()
1438
    local sda = 0
1439
    local chn = 2
1440
    local cs = math.cos
1441
    for D = 1, 60 do
1442
      swait()
1443
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
1444
      sda = sda + chn
1445
      lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
1446
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
1447
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
1448
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1449
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
1450
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1451
      lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
1452
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1453
      lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
1454
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1455
    end
1456
    hed.face.Texture = "rbxassetid://176777497"
1457
    mus1.TimePosition = 2.75
1458
    mus1:Play()
1459
    for C = 1, 30 do
1460
      swait()
1461
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
1462
      sda = sda + chn
1463
      lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
1464
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
1465
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
1466
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1467
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
1468
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1469
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
1470
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1471
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
1472
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1473
    end
1474
    for _ = 1, 5 do
1475
      swait()
1476
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
1477
      sda = sda + chn
1478
      lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
1479
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
1480
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
1481
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1482
      lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
1483
      if dipperhat then
1484
        dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
1485
      end
1486
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1487
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
1488
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1489
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
1490
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1491
    end
1492
    wait(2)
1493
  elseif whogothit == nil then
1494
    print("noderp")
1495
  end
1496
  human:SetStateEnabled(3, true)
1497
  activu = false
1498
  standappear(thenoob)
1499
  activu = true
1500
  if dipperhat then
1501
    dipperhat.Handle.HatAttachment.Rotation = dipperrot
1502
  end
1503
  actmus1:Destroy()
1504
  actmus2:Destroy()
1505
  bast:Play()
1506
  if bodyvel then
1507
    bodyvel:Destroy()
1508
  end
1509
  cam.CameraType = "Custom"
1510
  hed.face.Texture = regface
1511
  chr.PrimaryPart = head
1512
  human.WalkSpeed = 16
1513
  activu = false
1514
  POSU = false
1515
end
1516
function hito(partoz, magn, dmg, debtim, bodyfdire)
1517
  for _, guy in pairs(workspace:GetChildren()) do
1518
    if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
1519
      do
1520
        local humz = guy:FindFirstChild("Humanoid")
1521
        local horp = guy:FindFirstChild("HumanoidRootPart")
1522
        TakeDamage(humz, dmg)
1523
        local db = Instance.new("StringValue")
1524
        db.Name = "alabo"
1525
        db.Parent = horp
1526
        delay(debtim, function()
1527
          db:Destroy()
1528
        end)
1529
        local b = Instance.new("Part")
1530
        nooutline(b)
1531
        b.Size = Vector3.new(0.2, 0.2, 0.2)
1532
        b.Transparency = 0.25
1533
        b.Anchored = true
1534
        b.CanCollide = false
1535
        b.BrickColor = BrickColor.new("Institutional white")
1536
        b.Locked = true
1537
        b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
1538
        b.Parent = modz
1539
        local c = Instance.new("SpecialMesh")
1540
        c.MeshType = "Sphere"
1541
        c.Scale = Vector3.new(3.5, 3.5, 3.5)
1542
        c.Parent = b
1543
        game.Debris:AddItem(b, 1)
1544
        if bodyfdire then
1545
          local boopyve = Instance.new("BodyVelocity")
1546
          boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
1547
          boopyve.P = math.huge
1548
          boopyve.Velocity = bodyfdire
1549
          boopyve.Parent = horp
1550
          game.Debris:AddItem(boopyve, debtim)
1551
        end
1552
        local bet = Instance.new("Sound")
1553
        bet.Pitch = rd2(9, 11) / 10
1554
        bet.Volume = rd2(12, 14) / 10
1555
        bet.SoundId = "rbxassetid://165604684"
1556
        bet.Parent = b
1557
        bet:Play()
1558
        coroutine.resume(coroutine.create(function()
1559
          for _ = 1, 5 do
1560
            swait()
1561
            b.Transparency = b.Transparency + 0.15
1562
            c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
1563
          end
1564
        end))
1565
      end
1566
    end
1567
  end
1568
end
1569
function tagability(partoz, magn)
1570
  for _, guy in pairs(workspace:GetChildren()) do
1571
    if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
1572
      do
1573
        local humz = guy:FindFirstChild("Humanoid")
1574
        humz.PlatformStand = true
1575
        delay(1, function()
1576
          humz.PlatformStand = false
1577
        end)
1578
        local horp = guy:FindFirstChild("HumanoidRootPart")
1579
        local db = Instance.new("StringValue")
1580
        db.Name = "dedrbaba"
1581
        db.Parent = horp
1582
        local bodyrot = Instance.new("BodyAngularVelocity")
1583
        bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999)
1584
        bodyrot.P = math.huge
1585
        bodyrot.AngularVelocity = Vector3.new(0, 5, 50)
1586
        bodyrot.Parent = horp
1587
        local hL, tL, aL, bL, cL, dL
1588
        game.Debris:AddItem(bodyrot, 0.2)
1589
        if guy:FindFirstChild("Head") then
1590
          hL = guy:FindFirstChild("Head")
1591
          hL.BrickColor = BrickColor.new("Gold")
1592
        end
1593
        if guy:FindFirstChild("Torso") then
1594
          tL = guy:FindFirstChild("Torso")
1595
          tL.BrickColor = BrickColor.new("Bright blue")
1596
        end
1597
        if guy:FindFirstChild("Left Arm") then
1598
          aL = guy:FindFirstChild("Left Arm")
1599
          aL.BrickColor = BrickColor.new("Gold")
1600
        end
1601
        if guy:FindFirstChild("Right Arm") then
1602
          bL = guy:FindFirstChild("Right Arm")
1603
          bL.BrickColor = BrickColor.new("Gold")
1604
        end
1605
        if guy:FindFirstChild("Left Leg") then
1606
          cL = guy:FindFirstChild("Left Leg")
1607
          cL.BrickColor = BrickColor.new("Forest green")
1608
        end
1609
        if guy:FindFirstChild("Right Leg") then
1610
          dL = guy:FindFirstChild("Right Leg")
1611
          dL.BrickColor = BrickColor.new("Forest green")
1612
        end
1613
        coroutine.resume(coroutine.create(function()
1614
          if aL then
1615
            aL.Name = "Right Arm"
1616
            wait()
1617
          end
1618
          if bL then
1619
            bL.Name = "Left Leg"
1620
            wait()
1621
          end
1622
          if cL then
1623
            cL.Name = "Left Arm"
1624
            wait()
1625
          end
1626
          if dL then
1627
            dL.Name = "Right Leg"
1628
          end
1629
        end))
1630
      end
1631
    end
1632
  end
1633
end
1634
mouse.KeyDown:connect(function(key)
1635
  if human.Health <= 0 then
1636
    return
1637
  end
1638
  if key == "f" then
1639
    standappear(thenoob)
1640
  end
1641
  if key == "r" then
1642
    MUDA()
1643
  end
1644
  if key == "e" then
1645
    block()
1646
  end
1647
  if key == "v" then
1648
    cability()
1649
  end
1650
  if key == "m" and plr.UserId then
1651
    THEBEST()
1652
  end
1653
  if key == "j" then
1654
    THREATENING()
1655
  end
1656
  if key == "k" then
1657
    konodioda:Play()
1658
  end
1659
  if key == "l" then
1660
    bast:Play()
1661
  end
1662
  if key == "p" then
1663
    zaworld:Play()
1664
  end
1665
end)
1666
tool.Equipped:connect(function()
1667
  selected = true
1668
end)
1669
tool.Unequipped:connect(function()
1670
  selected = false
1671
end)
1672
sine = 0
1673
charge = 1
1674
cos = math.cos
1675
game:GetService("RunService").RenderStepped:connect(function()
1676
  if POSU == false then
1677
    local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
1678
    local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
1679
    local checkstate = human:GetState()
1680
    if checkstate.Value == 13 then
1681
      animpose = "Sitting"
1682
    elseif hrp.Velocity.y > 1 and checkpart == nil then
1683
      animpose = "Jumping"
1684
    elseif hrp.Velocity.y < -1 and checkpart == nil then
1685
      animpose = "Falling"
1686
    elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
1687
      animpose = "Idle"
1688
    elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
1689
      animpose = "Walking"
1690
    elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
1691
      animpose = "TooFast"
1692
    end
1693
    if animpose == "Idle" then
1694
      sine = sine + charge
1695
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
1696
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
1697
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
1698
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1699
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3)
1700
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1701
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
1702
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1703
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3)
1704
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1705
    end
1706
    if animpose == "Walking" then
1707
      sine = sine + charge
1708
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
1709
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
1710
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
1711
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1712
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3)
1713
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1714
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
1715
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1716
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6)
1717
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1718
    end
1719
    if animpose == "Jumping" then
1720
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
1721
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
1722
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
1723
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1724
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
1725
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1726
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
1727
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1728
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
1729
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1730
    end
1731
    if animpose == "Falling" then
1732
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
1733
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
1734
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
1735
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1736
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
1737
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1738
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
1739
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1740
      lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
1741
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1742
    end
1743
    if animpose == "TooFast" then
1744
      lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
1745
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
1746
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
1747
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1748
      lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
1749
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
1750
      lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
1751
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1752
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
1753
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1754
    end
1755
    if animpose == "Sitting" then
1756
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1757
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1758
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
1759
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1760
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
1761
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1762
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
1763
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1764
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
1765
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1766
    end
1767
  end
1768
  if appeared == false and activu == false then
1769
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1770
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1771
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1772
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1773
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1774
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1775
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1776
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1777
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1778
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1779
  elseif appeared == true and activu == false then
1780
    sine = sine + charge
1781
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3)
1782
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
1783
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
1784
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1785
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
1786
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1787
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3)
1788
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1789
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3)
1790
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1791
  end
1792
end)
1793
function dispose()
1794
  for i, v in pairs(getfenv(0)) do
1795
    v = nil
1796
  end
1797
  error = nil
1798
  print = nil
1799
  warn = nil
1800
end
1801
human.Died:connect(dispose)
1802
chr.Changed:connect(function()
1803
  if chr.Parent == nil then
1804
    dispose()
1805
  end
1806
end)
1807
local p = game.Players.LocalPlayer
1808
local char = p.Character
1809
local hed = char.Head
1810
local LocalPlayer = p
1811
1812
local Player = game.Players.localPlayer
1813
local Character = p.Character
1814
local LeftArm2 = Character["Left Arm"]
1815
local RightArm2 = Character["Right Arm"]
1816
local LeftLeg2 = Character["Left Leg"]
1817
local RightLeg2 = Character["Right Leg"]
1818
local Head2 = Character.Head
1819
local Torso2 = Character.Torso
1820
1821
--created by SoldierJoao
1822
--Credits to metabee for the knives edit
1823
cut = Instance.new("Sound", Character)
1824
cut.SoundId = "https://www.roblox.com/asset/?id=0"
1825
cut.Volume = 1.5
1826
thri = Instance.new("Sound", Character)
1827
thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
1828
thri.Volume = 2.5
1829
WRY = Instance.new("Sound", Character)
1830
WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
1831
WRY.Volume = 5
1832
1833
local Players=game:service'Players'
1834
local Player=Players.LocalPlayer
1835
local Mouse=Player:GetMouse''
1836
local RenderStepped=game:service'RunService'.RenderStepped
1837
1838
local MeshId='http://www.roblox.com/asset?id=202083123'
1839
local TextureId='http://www.roblox.com/asset/?id=189436355'
1840
1841
local BeeSpeed= 100
1842
1843
local QHold=false
1844
local EHold=false
1845
1846
Mouse.Button1Down:connect(function()
1847
1848
cut:Play()
1849
if Mouse.Target and canworld == false then
1850
	
1851
local Bee=Instance.new('Part',Player.Character)
1852
Bee.CanCollide=false
1853
Bee.Size=Vector3.new(2,2,2)
1854
Bee.CFrame=Player.Character.Torso.CFrame
1855
local BeeMesh=Instance.new('SpecialMesh',Bee)
1856
BeeMesh.MeshType='FileMesh'
1857
BeeMesh.MeshId=MeshId
1858
BeeMesh.TextureId=TextureId
1859
BeeMesh.Scale=Vector3.new(1,1,1)
1860
local BodyVel=Instance.new('BodyVelocity',Bee)
1861
BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
1862
local BodyGyro=Instance.new('BodyGyro',Bee)
1863
BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
1864
BodyGyro.P=2e4
1865
coroutine.wrap(function()
1866
RenderStepped:connect(function()
1867
BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
1868
BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
1869
end)
1870
end)()
1871
Bee.Touched:connect(function(p)
1872
if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
1873
p.Parent:BreakJoints()
1874
Bee:Destroy''
1875
thri:Play()
1876
end
1877
end)
1878
end
1879
end)
1880
1881
1882
Mouse.KeyDown:connect(function(k)
1883
local Key=k:lower''
1884
if Key=='q'then
1885
QHold=true
1886
elseif Key=='e'then
1887
EHold=true
1888
end
1889
end)
1890
1891
Mouse.KeyUp:connect(function(k)
1892
local Key=k:lower''
1893
if Key=='q'then
1894
QHold=false
1895
elseif Key=='e'then
1896
EHold=false
1897
end
1898
end)
1899
1900
coroutine.wrap(function()
1901
RenderStepped:connect(function()
1902
if QHold then
1903
if BeeSpeed>0 then
1904
BeeSpeed=BeeSpeed-1
1905
end
1906
elseif EHold then
1907
BeeSpeed=BeeSpeed+1
1908
end
1909
end)
1910
end)()
1911
1912
1913
1914
1915
mse = Player:GetMouse()
1916
1917
sound2 = Instance.new("Sound", Character)
1918
sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
1919
sound2.Volume = 2.5
1920
sound4 = Instance.new("Sound", Character)
1921
sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
1922
sound4.Volume = 2
1923
TSTheme = Instance.new("Sound", Character)
1924
TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
1925
TSTheme.Volume = 2
1926
canworld = true
1927
mse.KeyDown:connect(function(key)
1928
	key = key:lower()
1929
	if key == "t" then
1930
                sound4:Play()
1931
		if canworld == false then return end
1932
		if canworld then
1933
		canworld = false
1934
		TSTheme:Play()
1935
1936
		local function spawnpart()
1937
		sphere = Instance.new("Part")
1938
		--game.Debris:AddItem(sphere,3)
1939
		local sm = Instance.new("SpecialMesh", sphere)
1940
		sm.MeshType = "Sphere"
1941
		sphere.Transparency = 0.5
1942
		sphere.Anchored = true
1943
		sphere.CanCollide = false
1944
		sphere.Material = "Neon"
1945
		sphere.BrickColor = BrickColor.new("Black")
1946
		end
1947
		
1948
		local function weld(lol)
1949
			local weld = Instance.new("Weld", Player.Character.Torso)
1950
			weld.Part0 = Player.Character.Torso
1951
			weld.Part1 = lol
1952
			weld.C0 = Player.Character.Torso.CFrame:inverse()
1953
			weld.C1 = lol.CFrame:inverse()
1954
		end
1955
		wait()
1956
		spawnpart()
1957
			for i, v in pairs(game.Players:GetChildren()) do
1958
			t = v.Character:FindFirstChild("Torso")
1959
			if t then
1960
				t.Anchored = true
1961
				Player.Character:FindFirstChild("Torso").Anchored = false
1962
			end
1963
			RA = v.Character:FindFirstChild("Right Arm")
1964
			if RA then
1965
				RA.Anchored = true
1966
				Player.Character:FindFirstChild("Right Arm").Anchored = false
1967
			end
1968
			LA = v.Character:FindFirstChild("Left Arm")
1969
			if LA then
1970
				LA.Anchored = true
1971
				Player.Character:FindFirstChild("Left Arm").Anchored = false
1972
			end
1973
			RL = v.Character:FindFirstChild("Right Leg")
1974
			if RL then
1975
				RL.Anchored = true
1976
				Player.Character:FindFirstChild("Right Leg").Anchored = false
1977
			end
1978
			LL = v.Character:FindFirstChild("Left Leg")
1979
			if LL then
1980
				LL.Anchored = true
1981
				Player.Character:FindFirstChild("Left Leg").Anchored = false
1982
			end
1983
		end
1984
		weld(sphere)
1985
		cce = Instance.new("ColorCorrectionEffect", game.Lighting)
1986
		cce.Saturation = -5
1987
		--game.Debris:AddItem(cce, 5)
1988
		sphere.Parent = Character.Torso
1989
		for i = 1,3 do
1990
			sphere.Size = sphere.Size + Vector3.new(50,50,50)
1991
			wait()
1992
			end
1993
wait()
1994
                        sphere:Destroy()
1995
BeeSpeed = 0
1996
		cce.Saturation = -0.1
1997
		wait(0.3)
1998
		cce.Saturation = -0.2
1999
		wait(0.3)
2000
		cce.Saturation = -0.3
2001
		wait(0.2)
2002
	        cce.Saturation = -1.5
2003
                wait()
2004
		end
2005
	end
2006
end
2007
)
2008
if canworld == false then
2009
	wait(9)
2010
	canworld = true
2011
end
2012
2013
mse.KeyDown:connect(function(key)
2014
	key = key:lower()
2015
	if key == "y" then
2016
canworld = true
2017
		sound2:Play()
2018
wait()
2019
BeeSpeed = 1
2020
		cce.Saturation = -1.3
2021
		wait(0.5)
2022
BeeSpeed = 1.2
2023
		cce.Saturation = -0.5
2024
		wait(0.5)
2025
BeeSpeed = 1.4
2026
		cce.Saturation = -0.4
2027
		wait(0.3)
2028
BeeSpeed = 1.5
2029
		cce.Saturation = -0.2
2030
		wait(0.2)
2031
	        cce.Saturation = 0
2032
2033
		for i, v in pairs(game.Players:GetChildren()) do
2034
		t = v.Character:FindFirstChild("Torso")
2035
			if t then
2036
				t.Anchored = false
2037
			end
2038
			RA = v.Character:FindFirstChild("Right Arm")
2039
			if RA then
2040
				RA.Anchored = false
2041
			end
2042
			LA = v.Character:FindFirstChild("Left Arm")
2043
			if LA then
2044
				LA.Anchored = false
2045
			end
2046
			RL = v.Character:FindFirstChild("Right Leg")
2047
			if RL then
2048
				RL.Anchored = false
2049
			end
2050
			LL = v.Character:FindFirstChild("Left Leg")
2051
			if LL then
2052
				LL.Anchored = false
2053
			end
2054
		end
2055
BeeSpeed = 100
2056
TSTheme:Stop()
2057
end
2058
end)
2059
2060
2061
local p = game.Players.LocalPlayer
2062
local char = p.Character
2063
local hed = char.Head
2064
local LocalPlayer = p
2065
2066
local Player = game.Players.localPlayer
2067
local Character = p.Character
2068
2069
local LeftArm2 = Character["Left Arm"]
2070
local RightArm2 = Character["Right Arm"]
2071
local LeftLeg2 = Character["Left Leg"]
2072
local RightLeg2 = Character["Right Leg"]
2073
local Head2 = Character.Head
2074
local Torso2 = Character.Torso
2075
2076
char.Humanoid.MaxHealth = math.huge
2077
char.Humanoid.Health = math.huge
2078
2079
	for i,v in pairs(char:GetChildren()) do
2080
		if v.ClassName == "Accessory" or v.ClassName == "Hat" then
2081
			v:destroy()
2082
		end
2083
	end
2084
shirt = Instance.new("Shirt", char)
2085
shirt.Name = "Shirt"
2086
pants = Instance.new("Pants", char)
2087
pants.Name = "Pants"
2088
char.Shirt:Remove()
2089
char.Pants:Remove()
2090
for i,v in pairs(char:GetChildren()) do if v:IsA("Accessory") then v.Handle:Remove() end end
2091
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523"
2092
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976"
2093
char.Head.face.Texture = "rbxassetid://605435926"
2094
2095
local Hair = Instance.new("Part")
2096
Hair.Parent = char
2097
Hair.Name = "Hair"
2098
Hair.Size = Vector3.new(1, 1, 1)
2099
Hair.CFrame = char.Head.CFrame
2100
Hair:BreakJoints()
2101
Hair.CanCollide = false
2102
Hair.TopSurface = "Smooth"
2103
Hair.BottomSurface = "Smooth"
2104
Hair.BrickColor = BrickColor.new("Gold")
2105
Weld = Instance.new("Weld") 
2106
Weld.Name = "Weld"
2107
Weld.Part0 = char.Head 
2108
Weld.Part1 = Hair
2109
Weld.Parent = char.Head 
2110
Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0) 
2111
Mesh = Instance.new("SpecialMesh")
2112
Mesh.Parent = Hair
2113
Mesh.MeshId = "rbxassetid://886288384"
2114
Mesh.TextureId = "rbxassetid://886289004"
2115
Mesh.Scale = Vector3.new(0.11,0.1,0.08)
2116
2117
cut = Instance.new("Sound", Character)
2118
cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
2119
cut.Volume = 1.5
2120
thri = Instance.new("Sound", Character)
2121
thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
2122
thri.Volume = 2.5
2123
WRY = Instance.new("Sound", Character)
2124
WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
2125
WRY.Volume = 5
2126
2127
ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
2128
ff.Visible = false
2129
2130
local Players=game:service'Players'
2131
local Player=Players.LocalPlayer
2132
local Mouse=Player:GetMouse''
2133
local RenderStepped=game:service'RunService'.RenderStepped
2134
2135
local MeshId='http://www.roblox.com/asset?id=202083123'
2136
local TextureId='http://www.roblox.com/asset/?id=189436355'
2137
2138
local KnifeSpeed= 120
2139
2140
Mouse.Button1Down:connect(function()
2141
cut:Play()
2142
if Mouse.Target then
2143
local Knife=Instance.new('Part',Player.Character)
2144
Knife.CanCollide=false
2145
Knife.Size=Vector3.new(2,2,2)
2146
Knife.CFrame=Player.Character.Torso.CFrame
2147
local KnifeMesh=Instance.new('SpecialMesh',Knife)
2148
KnifeMesh.MeshType='FileMesh'
2149
KnifeMesh.MeshId=MeshId
2150
KnifeMesh.TextureId=TextureId
2151
KnifeMesh.Scale=Vector3.new(1,1,1)
2152
local BodyVel=Instance.new('BodyVelocity',Knife)
2153
BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
2154
local BodyGyro=Instance.new('BodyGyro',Knife)
2155
BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
2156
BodyGyro.P=2e4
2157
coroutine.wrap(function()
2158
RenderStepped:connect(function()
2159
BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p)
2160
BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed
2161
end)
2162
end)()
2163
Knife.Touched:connect(function(p)
2164
if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then
2165
p.Parent:BreakJoints()
2166
Knife:Destroy''
2167
thri:Play()
2168
end
2169
end)
2170
end
2171
end)
2172
2173
mse = Player:GetMouse()
2174
2175
sound = Instance.new("Sound", Character)
2176
sound.SoundId = "https://www.roblox.com/asset/?id=840567549"
2177
sound.Volume = 2.5
2178
sound2 = Instance.new("Sound", Character)
2179
sound2.SoundId = "https://www.roblox.com/asset/?id=616594208"
2180
sound2.Volume = 2.5
2181
sound3 = Instance.new("Sound", Character)
2182
sound3.SoundId = "https://www.roblox.com/asset/?id=616576400"
2183
sound3.Volume = 1.8
2184
sound4 = Instance.new("Sound", Character)
2185
sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
2186
sound4.Volume = 2
2187
TSTheme = Instance.new("Sound", Character)
2188
TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928"
2189
TSTheme.Volume = 2
2190
canworld = true
2191
mse.KeyDown:connect(function(key)
2192
	key = key:lower()
2193
	if key == "t" then
2194
		if canworld == false then return end
2195
		if canworld then
2196
		canworld = false
2197
		sound3:Play()
2198
		sound:Play()
2199
		sound4:Play()
2200
		TSTheme:Play()
2201
2202
		local function spawnpart()
2203
		sphere = Instance.new("Part")
2204
		--game.Debris:AddItem(sphere,3)
2205
		local sm = Instance.new("SpecialMesh", sphere)
2206
		sm.MeshType = "Sphere"
2207
		sphere.Transparency = 0.5
2208
		sphere.Anchored = true
2209
		sphere.CanCollide = false
2210
		sphere.Material = "Neon"
2211
		sphere.BrickColor = BrickColor.new("Black")
2212
		end
2213
		
2214
		local function weld(lol)
2215
			local weld = Instance.new("Weld", Player.Character.Torso)
2216
			weld.Part0 = Player.Character.Torso
2217
			weld.Part1 = lol
2218
			weld.C0 = Player.Character.Torso.CFrame:inverse()
2219
			weld.C1 = lol.CFrame:inverse()
2220
		end
2221
		wait()
2222
		spawnpart()
2223
			for i, v in pairs(game.Players:GetChildren()) do
2224
			t = v.Character:FindFirstChild("Torso")
2225
			if t then
2226
				t.Anchored = true
2227
				Player.Character:FindFirstChild("Torso").Anchored = false
2228
			end
2229
			RA = v.Character:FindFirstChild("Right Arm")
2230
			if RA then
2231
				RA.Anchored = true
2232
				Player.Character:FindFirstChild("Right Arm").Anchored = false
2233
			end
2234
			LA = v.Character:FindFirstChild("Left Arm")
2235
			if LA then
2236
				LA.Anchored = true
2237
				Player.Character:FindFirstChild("Left Arm").Anchored = false
2238
			end
2239
			RL = v.Character:FindFirstChild("Right Leg")
2240
			if RL then
2241
				RL.Anchored = true
2242
				Player.Character:FindFirstChild("Right Leg").Anchored = false
2243
			end
2244
			LL = v.Character:FindFirstChild("Left Leg")
2245
			if LL then
2246
				LL.Anchored = true
2247
				Player.Character:FindFirstChild("Left Leg").Anchored = false
2248
			end
2249
		end
2250
		weld(sphere)
2251
		cce = Instance.new("ColorCorrectionEffect", game.Lighting)
2252
		cce.Saturation = -5
2253
		--game.Debris:AddItem(cce, 5)
2254
		sphere.Parent = Character.Torso
2255
		for i = 1,3 do
2256
			sphere.Size = sphere.Size + Vector3.new(50,50,50)
2257
			wait()
2258
			end
2259
wait()
2260
                        sphere:Destroy()
2261
KnifeSpeed = 0
2262
		cce.Saturation = -0.1
2263
		wait(0.3)
2264
		cce.Saturation = -0.2
2265
		wait(0.3)
2266
		cce.Saturation = -0.3
2267
		wait(0.2)
2268
	        cce.Saturation = -1.5
2269
                wait()
2270
		end
2271
	end
2272
end
2273
)
2274
2275
mse.KeyDown:connect(function(key)
2276
	key = key:lower()
2277
	if key == "y" then
2278
canworld = true
2279
		sound2:Play()
2280
wait()
2281
KnifeSpeed = 1
2282
		cce.Saturation = -1.3
2283
		wait(0.5)
2284
KnifeSpeed = 1.2
2285
		cce.Saturation = -0.5
2286
		wait(0.5)
2287
KnifeSpeed = 1.4
2288
		cce.Saturation = -0.4
2289
		wait(0.3)
2290
KnifeSpeed = 1.5
2291
		cce.Saturation = -0.2
2292
		wait(0.2)
2293
	        cce.Saturation = 0
2294
2295
		for i, v in pairs(game.Players:GetChildren()) do
2296
		t = v.Character:FindFirstChild("Torso")
2297
			if t then
2298
				t.Anchored = false
2299
			end
2300
			RA = v.Character:FindFirstChild("Right Arm")
2301
			if RA then
2302
				RA.Anchored = false
2303
			end
2304
			LA = v.Character:FindFirstChild("Left Arm")
2305
			if LA then
2306
				LA.Anchored = false
2307
			end
2308
			RL = v.Character:FindFirstChild("Right Leg")
2309
			if RL then
2310
				RL.Anchored = false
2311
			end
2312
			LL = v.Character:FindFirstChild("Left Leg")
2313
			if LL then
2314
				LL.Anchored = false
2315
			end
2316
		end
2317
KnifeSpeed = 120
2318
TSTheme:Stop()
2319
end
2320
end)