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