View difference between Paste ID: TDg3cCYW and 9qkug4Nd
SHOW: | | - or go back to the newest paste.
1
function TakeDamage(hum, dmg)
2-
  hum:TakeDamage(dmg * 4)
2+
  hum:TakeDamage(dmg * 5)
3
end
4
plr = game.Players.LocalPlayer
5
repeat
6
  wait(0.4)
7
until plr.Character
8
chr = plr.Character
9
human = chr:FindFirstChild("Humanoid")
10
human.MaxHealth, human.Health = 1500, 1500
11
mouse = plr:GetMouse()
12
cam = workspace.CurrentCamera
13
selected = false
14
equipd = false
15
tors = chr.Torso
16
rarm = chr["Right Arm"]
17
larm = chr["Left Arm"]
18
rleg = chr["Right Leg"]
19
lleg = chr["Left Leg"]
20
hrp = chr.HumanoidRootPart
21
hed = chr.Head
22
anim = human.Animator
23
activu = false
24
appeared = false
25
animpose = nil
26
POSU = false
27
local wherto = hrp
28
local addcfr = CFrame.new(0, 0, 0)
29
Heartbeat = Instance.new("BindableEvent")
30
Heartbeat.Name = "Heartbeat"
31
Heartbeat.Parent = script
32
frame = 0.03333333333333333
33
tf = 0
34
game:GetService("RunService").Heartbeat:connect(function(s, p)
35
  tf = tf + s
36
  if tf >= frame then
37
    for i = 1, math.floor(tf / frame) do
38
      Heartbeat:Fire()
39
    end
40
    tf = tf - frame * math.floor(tf / frame)
41
  end
42
end)
43
function swait(num)
44
  if num == 0 or num == nil then
45
    Heartbeat.Event:wait()
46
  else
47
    for i = 1, num do
48
      Heartbeat.Event:wait()
49
    end
50
  end
51
end
52
tool = Instance.new("Tool")
53
tool.CanBeDropped = false
54
tool.RequiresHandle = false
55
tool.TextureId = "rbxassetid://291302154"
56
tool.ToolTip = "NANI"
57
tool.Name = "AAAAAAAAAAAAAA"
58
tool.Parent = plr.Backpack
59
modz = Instance.new("Model")
60
modz.Name = "efx"
61
modz.Parent = chr
62
ZANOOB = Instance.new("Model")
63
ZANOOB.Name = "THE NOOB"
64
ZANOOB.Parent = chr
65
RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
66
RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
67
LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
68
LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
69
RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
70
RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
71
LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
72
RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
73
LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
74
NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
75
NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
76
RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
77
RS = tors:FindFirstChild("Right Shoulder")
78
LS = tors:FindFirstChild("Left Shoulder")
79
RH = tors:FindFirstChild("Right Hip")
80
LH = tors:FindFirstChild("Left Hip")
81
RJ = hrp:FindFirstChild("RootJoint")
82
N = tors:FindFirstChild("Neck")
83
cf = CFrame.new
84
ang = CFrame.Angles
85
rd = math.rad
86
rd2 = math.random
87
function nooutline(p)
88
  p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
89
end
90
function makepart(color, name, reflec, mater, parnt, cfram)
91
  local port = Instance.new("Part")
92
  port.BrickColor = BrickColor.new(color)
93
  port.Name = name
94
  port.Transparency = 1
95
  nooutline(port)
96
  port.Reflectance = reflec
97
  port.Material = mater
98
  port.Anchored = false
99
  port.CanCollide = false
100
  port.Locked = true
101
  port.Size = Vector3.new(0.2, 0.2, 0.2)
102
  port.Parent = parnt
103
  return port
104
end
105
function makemesh(meshtype, scale, meshid, parent)
106
  local mes = Instance.new("SpecialMesh")
107
  mes.MeshType = meshtype
108
  mes.Scale = scale
109
  if meshtype == "FileMesh" then
110
    mes.MeshId = meshid
111
  end
112
  mes.Parent = parent
113
  return mes
114
end
115
function makemotor(parent, p0, p1, c0, c1)
116
  swait()
117
  local wel = Instance.new("Motor6D")
118
  wel.Part0 = p0
119
  wel.Part1 = p1
120
  wel.C0 = c0
121
  if c1 ~= nil then
122
    wel.C1 = c1
123
  end
124
  wel.Parent = parent
125
  return wel
126
end
127
local konodioda = Instance.new("Sound")
128
konodioda.SoundId = "rbxassetid://276263776"
129
konodioda.Volume = 3.5
130
konodioda.Parent = hrp
131
local bast = Instance.new("Sound")
132
bast.SoundId = "rbxassetid://616576465"
133
bast.Volume = 0.5
134
bast.Parent = hrp
135
local zaworld = Instance.new("Sound")
136
zaworld.SoundId = "rbxassetid://616576400"
137
zaworld.Volume = 0.8
138
zaworld.Parent = hrp
139
local wry = Instance.new("Sound")
140
wry.SoundId = "rbxassetid://1056668930"
141
wry.Volume = 2.75
142
wry.Parent = hrp
143
function animo(yep)
144
  if yep == true then
145
    anim.Parent = human
146
    chr.Animate.Disabled = false
147
  elseif yep == false then
148
    chr.Animate.Disabled = true
149
    anim.Parent = nil
150
  end
151
end
152
animo(false)
153
function lerpz(joint, prop, cfrmz, alp)
154
  joint[prop] = joint[prop]:lerp(cfrmz, alp)
155
end
156
lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
157
lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
158
lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
159
lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
160
lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
161
lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
162
lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
163
lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
164
lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
165
lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
166
function resetlerp(whoever)
167
  if whoever == nil then
168
    RJ.C0 = RJC0
169
    RJ.C1 = RJC1
170
    N.C0 = NC0
171
    N.C1 = NC1
172
    RS.C0 = RSC0
173
    RS.C1 = RSC1
174
    LS.C0 = LSC0
175
    LS.C1 = LSC1
176
    RH.C0 = RHC0
177
    RH.C1 = RHC1
178
    LH.C0 = LHC0
179
    LH.C1 = LHC1
180
  elseif whoever ~= nil then
181
    nRJ.C0 = RJC0
182
    nRJ.C1 = RJC1
183
    nN.C0 = NC0
184
    nN.C1 = NC1
185
    nRS.C0 = RSC0
186
    nRS.C1 = RSC1
187
    nLS.C0 = LSC0
188
    nLS.C1 = LSC1
189
    nRH.C0 = RHC0
190
    nRH.C1 = RHC1
191
    nLH.C0 = LHC0
192
    nLH.C1 = LHC1
193
  end
194
end
195
function STANDO(cfr)
196
  local rooto = Instance.new("Part")
197
  nooutline(rooto)
198
  rooto.Name = "HumanoidRootPart"
199
  rooto.Anchored = true
200
  rooto.CFrame = cfr
201
  rooto.Size = Vector3.new(2, 2, 1)
202
  rooto.CanCollide = false
203
  rooto.Locked = true
204
  rooto.Transparency = 1
205
  rooto.Parent = ZANOOB
206
  local head = Instance.new("Part")
207
  nooutline(head)
208
  head.Anchored = false
209
  head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0)
210
  head.Size = Vector3.new(2, 1, 1)
211
  head.BrickColor = BrickColor.new("White")
212
  head.CanCollide = false
213
  head.Name = "Head"
214
  head.Locked = true
215
  head.Transparency = 1
216
  head.Parent = ZANOOB
217
  local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
218
  local headdecal = Instance.new("Decal")
219
  headdecal.Name = "face"
220
  headdecal.Texture = "rbxasset://textures/face.png"
221
  headdecal.Face = "Front"
222
  headdecal.Transparency = 1
223
  headdecal.Parent = head
224
  local torso = Instance.new("Part")
225
  nooutline(torso)
226
  torso.Name = "Torso"
227
  torso.Anchored = false
228
  torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0)
229
  torso.Size = Vector3.new(2, 1, 1)
230
  torso.BrickColor = BrickColor.new("Bright red")
231
  torso.CanCollide = false
232
  torso.Transparency = 1
233
  torso.Locked = true
234
  torso.Parent = ZANOOB
235
  local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
236
  local leftarm = Instance.new("Part")
237
  nooutline(leftarm)
238
  leftarm.Anchored = false
239
  leftarm.Name = "Left Arm"
240
  leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0)
241
  leftarm.Size = Vector3.new(1, 2, 1)
242
  leftarm.BrickColor = BrickColor.new("White")
243
  leftarm.CanCollide = false
244
  leftarm.Transparency = 1
245
  leftarm.Locked = true
246
  leftarm.Parent = ZANOOB
247
  local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
248
  local rightarm = Instance.new("Part")
249
  nooutline(rightarm)
250
  rightarm.Anchored = false
251
  rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0)
252
  rightarm.Name = "Right Arm"
253
  rightarm.Size = Vector3.new(1, 2, 1)
254
  rightarm.BrickColor = BrickColor.new("White")
255
  rightarm.CanCollide = false
256
  rightarm.Locked = true
257
  rightarm.Transparency = 1
258
  rightarm.Parent = ZANOOB
259
  local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
260
  local leftleg = Instance.new("Part")
261
  nooutline(leftleg)
262
  leftleg.Anchored = false
263
  leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0)
264
  leftleg.Name = "Left Leg"
265
  leftleg.Size = Vector3.new(1, 2, 1)
266
  leftleg.BrickColor = BrickColor.new("Really black")
267
  leftleg.CanCollide = false
268
  leftleg.Transparency = 1
269
  leftleg.Locked = true
270
  leftleg.Parent = ZANOOB
271
  local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
272
  local rightleg = Instance.new("Part")
273
  nooutline(rightleg)
274
  rightleg.Anchored = false
275
  rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0)
276
  rightleg.Name = "Right Leg"
277
  rightleg.Size = Vector3.new(1, 2, 1)
278
  rightleg.BrickColor = BrickColor.new("Really black")
279
  rightleg.CanCollide = false
280
  rightleg.Locked = true
281
  rightleg.Transparency = 1
282
  rightleg.Parent = ZANOOB
283
  local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
284
  local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1)
285
  rootweld.Name = "RootJoint"
286
  local neckweld = makemotor(torso, torso, head, NC0, NC1)
287
  neckweld.Name = "Neck"
288
  local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1)
289
  rshoulderweld.Name = "Right Shoulder"
290
  local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1)
291
  lshoulderweld.Name = "Left Shoulder"
292
  local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1)
293
  rhipweld.Name = "Right Hip"
294
  local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1)
295
  lhipweld.Name = "Left Hip"
296
  local pa1 = Instance.new("Part")
297
  nooutline(pa1)
298
  pa1.Anchored = false
299
  pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
300
  pa1.Name = "pa1"
301
  pa1.Size = Vector3.new(0.2, 0.2, 0.2)
302
  pa1.BrickColor = BrickColor.new("Really black")
303
  pa1.CanCollide = false
304
  pa1.Locked = true
305
  pa1.Transparency = 1
306
  pa1.Parent = ZANOOB
307
  local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
308
  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))
309
  local pa2 = Instance.new("Part")
310
  nooutline(pa2)
311
  pa2.Anchored = false
312
  pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
313
  pa2.Name = "pa2"
314
  pa2.Size = Vector3.new(0.2, 0.2, 0.2)
315
  pa2.BrickColor = BrickColor.new("Really black")
316
  pa2.CanCollide = false
317
  pa2.Locked = true
318
  pa2.Transparency = 1
319
  pa2.Parent = ZANOOB
320
  local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
321
  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))
322
  local pa3 = Instance.new("Part")
323
  nooutline(pa3)
324
  pa3.Anchored = false
325
  pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
326
  pa3.Name = "pa3"
327
  pa3.Size = Vector3.new(0.2, 0.2, 0.2)
328
  pa3.BrickColor = BrickColor.new("Really black")
329
  pa3.CanCollide = false
330
  pa3.Locked = true
331
  pa3.Transparency = 1
332
  pa3.Parent = ZANOOB
333
  local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
334
  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))
335
  local pa4 = Instance.new("Part")
336
  nooutline(pa4)
337
  pa4.Anchored = false
338
  pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
339
  pa4.Name = "pa4"
340
  pa4.Size = Vector3.new(0.2, 0.2, 0.2)
341
  pa4.BrickColor = BrickColor.new("Really black")
342
  pa4.CanCollide = false
343
  pa4.Locked = true
344
  pa4.Transparency = 1
345
  pa4.Parent = ZANOOB
346
  local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
347
  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))
348
  local pa5 = Instance.new("Part")
349
  nooutline(pa5)
350
  pa5.Anchored = false
351
  pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
352
  pa5.Name = "pa5"
353
  pa5.Size = Vector3.new(0.2, 0.2, 0.2)
354
  pa5.BrickColor = BrickColor.new("Really black")
355
  pa5.CanCollide = false
356
  pa5.Locked = true
357
  pa5.Transparency = 1
358
  pa5.Parent = ZANOOB
359
  local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
360
  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))
361
  local pa6 = Instance.new("Part")
362
  nooutline(pa6)
363
  pa6.Anchored = false
364
  pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
365
  pa6.Name = "pa6"
366
  pa6.Size = Vector3.new(0.2, 0.2, 0.2)
367
  pa6.BrickColor = BrickColor.new("Really black")
368
  pa6.CanCollide = false
369
  pa6.Locked = true
370
  pa6.Transparency = 1
371
  pa6.Parent = ZANOOB
372
  local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
373
  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))
374
  local pa7 = Instance.new("Part")
375
  nooutline(pa7)
376
  pa7.Anchored = false
377
  pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
378
  pa7.Name = "pa7"
379
  pa7.Size = Vector3.new(0.2, 0.2, 0.2)
380
  pa7.BrickColor = BrickColor.new("Really black")
381
  pa7.CanCollide = false
382
  pa7.Locked = true
383
  pa7.Transparency = 1
384
  pa7.Parent = ZANOOB
385
  local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
386
  local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0))
387
  local pa8 = Instance.new("Part")
388
  nooutline(pa8)
389
  pa8.Anchored = false
390
  pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
391
  pa8.Name = "pa8"
392
  pa8.Size = Vector3.new(0.2, 0.2, 0.2)
393
  pa8.BrickColor = BrickColor.new("Really black")
394
  pa8.CanCollide = false
395
  pa8.Locked = true
396
  pa8.Transparency = 1
397
  pa8.Parent = ZANOOB
398
  local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
399
  local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0))
400
  local pa9 = Instance.new("Part")
401
  nooutline(pa9)
402
  pa9.Anchored = false
403
  pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
404
  pa9.Name = "pa9"
405
  pa9.Size = Vector3.new(0.2, 0.2, 0.2)
406
  pa9.BrickColor = BrickColor.new("Bright red")
407
  pa9.CanCollide = false
408
  pa9.Locked = true
409
  pa9.Transparency = 1
410
  pa9.Parent = ZANOOB
411
  local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
412
  local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0))
413
  local pa10 = Instance.new("Part")
414
  nooutline(pa10)
415
  pa10.Anchored = false
416
  pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
417
  pa10.Name = "pa10"
418
  pa10.Size = Vector3.new(0.2, 0.2, 0.2)
419
  pa10.BrickColor = BrickColor.new("Really black")
420
  pa10.CanCollide = false
421
  pa10.Locked = true
422
  pa10.Transparency = 1
423
  pa10.Parent = ZANOOB
424
  local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
425
  local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0))
426
  local pa11 = Instance.new("Part")
427
  nooutline(pa11)
428
  pa11.Anchored = false
429
  pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
430
  pa11.Name = "pa11"
431
  pa11.Size = Vector3.new(0.2, 0.2, 0.2)
432
  pa11.BrickColor = BrickColor.new("Really black")
433
  pa11.CanCollide = false
434
  pa11.Locked = true
435
  pa11.Transparency = 1
436
  pa11.Parent = ZANOOB
437
  local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
438
  local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0))
439
  local raemblem = Instance.new("Part")
440
  nooutline(raemblem)
441
  raemblem.Anchored = false
442
  raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
443
  raemblem.Name = "raemblem"
444
  raemblem.Size = Vector3.new(0.2, 0.2, 0.2)
445
  raemblem.BrickColor = BrickColor.new("White")
446
  raemblem.CanCollide = false
447
  raemblem.Locked = true
448
  raemblem.Material = "SmoothPlastic"
449
  raemblem.Transparency = 1
450
  raemblem.Parent = ZANOOB
451
  local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
452
  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))
453
  local emmes = Instance.new("Decal")
454
  emmes.Texture = "rbxassetid://291302154"
455
  emmes.Transparency = 1
456
  emmes.Face = "Right"
457
  emmes.Name = "embe"
458
  emmes.Parent = raemblem
459
  local ra1 = Instance.new("Part")
460
  nooutline(ra1)
461
  ra1.Anchored = false
462
  ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
463
  ra1.Name = "ra1"
464
  ra1.Size = Vector3.new(0.2, 0.2, 0.2)
465
  ra1.BrickColor = BrickColor.new("White")
466
  ra1.CanCollide = false
467
  ra1.Locked = true
468
  ra1.Transparency = 1
469
  ra1.Parent = ZANOOB
470
  local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
471
  local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
472
  local ra2 = Instance.new("Part")
473
  nooutline(ra2)
474
  ra2.Anchored = false
475
  ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
476
  ra2.Name = "ra2"
477
  ra2.Size = Vector3.new(0.2, 0.2, 0.2)
478
  ra2.BrickColor = BrickColor.new("White")
479
  ra2.CanCollide = false
480
  ra2.Locked = true
481
  ra2.Transparency = 1
482
  ra2.Parent = ZANOOB
483
  local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
484
  local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0))
485
  local ra3 = Instance.new("Part")
486
  nooutline(ra3)
487
  ra3.Anchored = false
488
  ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
489
  ra3.Name = "ra3"
490
  ra3.Size = Vector3.new(0.2, 0.2, 0.2)
491
  ra3.BrickColor = BrickColor.new("Bright red")
492
  ra3.CanCollide = false
493
  ra3.Locked = true
494
  ra3.Transparency = 1
495
  ra3.Parent = ZANOOB
496
  local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
497
  local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
498
  local ra4 = Instance.new("Part")
499
  nooutline(ra4)
500
  ra4.Anchored = false
501
  ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
502
  ra4.Name = "ra4"
503
  ra4.Size = Vector3.new(0.2, 0.2, 0.2)
504
  ra4.BrickColor = BrickColor.new("Bright red")
505
  ra4.CanCollide = false
506
  ra4.Locked = true
507
  ra4.Transparency = 1
508
  ra4.Parent = ZANOOB
509
  local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
510
  local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0))
511
  local ra5 = Instance.new("Part")
512
  nooutline(ra5)
513
  ra5.Anchored = false
514
  ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
515
  ra5.Name = "ra5"
516
  ra5.Size = Vector3.new(0.2, 0.2, 0.2)
517
  ra5.BrickColor = BrickColor.new("White")
518
  ra5.CanCollide = false
519
  ra5.Locked = true
520
  ra5.Transparency = 1
521
  ra5.Parent = ZANOOB
522
  local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
523
  local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0))
524
  local la1 = Instance.new("Part")
525
  nooutline(la1)
526
  la1.Anchored = false
527
  la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
528
  la1.Name = "la1"
529
  la1.Size = Vector3.new(0.2, 0.2, 0.2)
530
  la1.BrickColor = BrickColor.new("White")
531
  la1.CanCollide = false
532
  la1.Locked = true
533
  la1.Transparency = 1
534
  la1.Parent = ZANOOB
535
  local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
536
  local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
537
  local la2 = Instance.new("Part")
538
  nooutline(la2)
539
  la2.Anchored = false
540
  la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
541
  la2.Name = "la2"
542
  la2.Size = Vector3.new(0.2, 0.2, 0.2)
543
  la2.BrickColor = BrickColor.new("White")
544
  la2.CanCollide = false
545
  la2.Locked = true
546
  la2.Transparency = 1
547
  la2.Parent = ZANOOB
548
  local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
549
  local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0))
550
  local la3 = Instance.new("Part")
551
  nooutline(la3)
552
  la3.Anchored = false
553
  la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
554
  la3.Name = "la3"
555
  la3.Size = Vector3.new(0.2, 0.2, 0.2)
556
  la3.BrickColor = BrickColor.new("Bright red")
557
  la3.CanCollide = false
558
  la3.Locked = true
559
  la3.Transparency = 1
560
  la3.Parent = ZANOOB
561
  local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
562
  local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0))
563
  local la4 = Instance.new("Part")
564
  nooutline(la4)
565
  la4.Anchored = false
566
  la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
567
  la4.Name = "la4"
568
  la4.Size = Vector3.new(0.2, 0.2, 0.2)
569
  la4.BrickColor = BrickColor.new("Bright red")
570
  la4.CanCollide = false
571
  la4.Locked = true
572
  la4.Transparency = 1
573
  la4.Parent = ZANOOB
574
  local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
575
  local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0))
576
  local la5 = Instance.new("Part")
577
  nooutline(la5)
578
  la5.Anchored = false
579
  la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
580
  la5.Name = "la5"
581
  la5.Size = Vector3.new(0.2, 0.2, 0.2)
582
  la5.BrickColor = BrickColor.new("White")
583
  la5.CanCollide = false
584
  la5.Locked = true
585
  la5.Transparency = 1
586
  la5.Parent = ZANOOB
587
  local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
588
  local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0))
589
  local ll1 = Instance.new("Part")
590
  nooutline(ll1)
591
  ll1.Anchored = false
592
  ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
593
  ll1.Name = "ll1"
594
  ll1.Size = Vector3.new(0.2, 0.2, 0.2)
595
  ll1.BrickColor = BrickColor.new("Bright red")
596
  ll1.CanCollide = false
597
  ll1.Locked = true
598
  ll1.Transparency = 1
599
  ll1.Parent = ZANOOB
600
  local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
601
  local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
602
  local ll2 = Instance.new("Part")
603
  nooutline(ll2)
604
  ll2.Anchored = false
605
  ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
606
  ll2.Name = "ll2"
607
  ll2.Size = Vector3.new(0.2, 0.2, 0.2)
608
  ll2.BrickColor = BrickColor.new("Bright red")
609
  ll2.CanCollide = false
610
  ll2.Locked = true
611
  ll2.Transparency = 1
612
  ll2.Parent = ZANOOB
613
  local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
614
  local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
615
  local ll3 = Instance.new("Part")
616
  nooutline(ll3)
617
  ll3.Anchored = false
618
  ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
619
  ll3.Name = "ll3"
620
  ll3.Size = Vector3.new(0.2, 0.2, 0.2)
621
  ll3.BrickColor = BrickColor.new("White")
622
  ll3.CanCollide = false
623
  ll3.Locked = true
624
  ll3.Transparency = 1
625
  ll3.Parent = ZANOOB
626
  local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
627
  local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
628
  local rr1 = Instance.new("Part")
629
  nooutline(rr1)
630
  rr1.Anchored = false
631
  rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
632
  rr1.Name = "rr1"
633
  rr1.Size = Vector3.new(0.2, 0.2, 0.2)
634
  rr1.BrickColor = BrickColor.new("Bright red")
635
  rr1.CanCollide = false
636
  rr1.Locked = true
637
  rr1.Transparency = 1
638
  rr1.Parent = ZANOOB
639
  local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
640
  local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0))
641
  local rr2 = Instance.new("Part")
642
  nooutline(rr2)
643
  rr2.Anchored = false
644
  rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
645
  rr2.Name = "rr2"
646
  rr2.Size = Vector3.new(0.2, 0.2, 0.2)
647
  rr2.BrickColor = BrickColor.new("Bright red")
648
  rr2.CanCollide = false
649
  rr2.Locked = true
650
  rr2.Transparency = 1
651
  rr2.Parent = ZANOOB
652
  local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
653
  local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0))
654
  local rr3 = Instance.new("Part")
655
  nooutline(rr3)
656
  rr3.Anchored = false
657
  rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1)
658
  rr3.Name = "rr3"
659
  rr3.Size = Vector3.new(0.2, 0.2, 0.2)
660
  rr3.BrickColor = BrickColor.new("White")
661
  rr3.CanCollide = false
662
  rr3.Locked = true
663
  rr3.Transparency = 1
664
  rr3.Parent = ZANOOB
665
  local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
666
  local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0))
667
  return ZANOOB
668
end
669
local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0))
670
coroutine.resume(coroutine.create(function()
671
  local rot = thenoob.HumanoidRootPart
672
  repeat
673
    swait()
674
    rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5)
675
  until rot == nil
676
end))
677
local rot = thenoob.HumanoidRootPart
678
local ntorso = thenoob:FindFirstChild("Torso")
679
local rightarm = thenoob:FindFirstChild("Right Arm")
680
local leftarm = thenoob:FindFirstChild("Left Arm")
681
local leftleg = thenoob:FindFirstChild("Left Leg")
682
local rightleg = thenoob:FindFirstChild("Right Leg")
683
local head = thenoob:FindFirstChild("Head")
684
local face = head:FindFirstChild("face")
685
local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
686
local embpart = thenoob:FindFirstChild("raemblem")
687
local nRJ = rot:FindFirstChild("RootJoint")
688
local nN = ntorso:FindFirstChild("Neck")
689
local nRS = ntorso:FindFirstChild("Right Shoulder")
690
local nLS = ntorso:FindFirstChild("Left Shoulder")
691
local nRH = ntorso:FindFirstChild("Right Hip")
692
local nLH = ntorso:FindFirstChild("Left Hip")
693
function standappear(nbz)
694
  if selected == false or activu == true then
695
    return
696
  end
697
  if appeared == false then
698
    appeared = true
699
    wherto = hrp
700
    addcfr = cf(-2, 1, 2)
701
    local apear = Instance.new("Sound")
702
    apear.SoundId = "rbxassetid://463010917"
703
    apear.Parent = rot
704
    apear.Volume = 1.25
705
    game.Debris:AddItem(apear, 1.5)
706
    apear:Play()
707
    for _, n in pairs(nbz:GetChildren()) do
708
      coroutine.resume(coroutine.create(function()
709
        for _ = 1, 5 do
710
          if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then
711
            swait()
712
            n.Transparency = n.Transparency - 0.2
713
            face.Transparency = face.Transparency - 0.2
714
            emblem.Transparency = emblem.Transparency - 0.2
715
          end
716
        end
717
        if n ~= rot and n ~= embpart then
718
          n.Transparency = 0
719
        end
720
        face.Transparency = 0
721
        emblem.Transparency = 0
722
      end))
723
    end
724
  elseif appeared == true then
725
    appeared = false
726
    wherto = hrp
727
    addcfr = cf(0, 0, 0)
728
    for _, n in pairs(nbz:GetChildren()) do
729
      coroutine.resume(coroutine.create(function()
730
        for _ = 1, 5 do
731
          if n ~= rot and n ~= embpart then
732
            swait()
733
            n.Transparency = n.Transparency + 0.2
734
            face.Transparency = face.Transparency + 0.2
735
            emblem.Transparency = emblem.Transparency + 0.2
736
          end
737
        end
738
        if n ~= rot and n ~= embpart then
739
          n.Transparency = 1
740
        end
741
        face.Transparency = 1
742
        emblem.Transparency = 1
743
      end))
744
    end
745
  end
746
end
747
function THREATENING()
748
  if selected == false or activu == true then
749
    return
750
  end
751
  if POSU == false then
752
    POSU = true
753
    human.WalkSpeed = 0
754
    local d = Instance.new("ParticleEmitter")
755
    d.Name = "MENACINGU"
756
    d.Lifetime = NumberRange.new(1)
757
    d.Rate = 2
758
    d.Texture = "rbxassetid://298768656"
759
    d.VelocitySpread = 60
760
    d.Parent = tors
761
    human:SetStateEnabled(3, false)
762
    local randomoth = math.random(1, 2)
763
    if randomoth == 1 then
764
      repeat
765
        swait()
766
        lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3)
767
        lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3)
768
        lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3)
769
        lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
770
        lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3)
771
        lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
772
        lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3)
773
        lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
774
        lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3)
775
        lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
776
      until POSU == false
777
    elseif randomoth == 2 then
778
      repeat
779
        swait()
780
        lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3)
781
        lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3)
782
        lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3)
783
        lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
784
        lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3)
785
        lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
786
        lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3)
787
        lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
788
        lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3)
789
        lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
790
      until POSU == false
791
    end
792
  elseif POSU == true then
793
    POSU = false
794
    human.WalkSpeed = 16
795
    human:SetStateEnabled(3, true)
796
    tors.MENACINGU:Destroy()
797
    activu = true
798
    activu = false
799
  end
800
end
801
local EHMMM = 0
802
function block()
803
  if EHMMM == 50 or selected == false or activu == true then
804
    return
805
  end
806
  if appeared == false then
807
    standappear(thenoob)
808
  end
809
  wherto = hrp
810
  addcfr = cf(0, 0, -3)
811
  local bep = true
812
  local humanshealth = human.Health
813
  activu = true
814
  human:SetStateEnabled(15, false)
815
  local de = mouse.KeyUp:connect(function(key)
816
    if key == "e" then
817
      bep = false
818
    end
819
  end)
820
  local poopes = 0
821
  repeat
822
    swait()
823
    poopes = poopes + 1
824
    human.Health = humanshealth
825
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5)
826
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5)
827
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5)
828
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
829
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5)
830
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5)
831
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
832
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
833
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
834
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
835
  until bep == false or poopes > 240
836
  de:Disconnect()
837
  human:SetStateEnabled(15, true)
838
  activu = false
839
  EHMMM = 50
840
  coroutine.resume(coroutine.create(function()
841
    wait(7)
842
    EHMMM = 0
843
  end))
844
  wherto = hrp
845
  addcfr = cf(-2, 1, 2)
846
end
847
function MUDA()
848
  if selected == false or activu == true then
849
    return
850
  end
851
  if appeared == false then
852
    standappear(thenoob)
853
    wherto = hrp
854
    addcfr = cf(0, 0, -3.5)
855
  end
856
  wry:Stop()
857
  local bep = true
858
  activu = true
859
  wherto = hrp
860
  addcfr = cf(0, 0, -3.5)
861
  local function blur(limb)
862
    coroutine.resume(coroutine.create(function()
863
      local memedon = {}
864
      for i = 1, 6 do
865
        local b1 = Instance.new("Part")
866
        nooutline(b1)
867
        b1.Size = Vector3.new(1, 2, 1)
868
        b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
869
        b1.CanCollide = false
870
        b1.BrickColor = limb.BrickColor
871
        b1.Anchored = true
872
        b1.Transparency = 0.7
873
        b1.Locked = true
874
        b1.Parent = modz
875
        table.insert(memedon, b1)
876
      end
877
      local num = 0
878
      repeat
879
        swait()
880
        num = num % 6 + 1
881
        memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10)
882
      until bep == false
883
      for i = 1, #memedon do
884
        swait()
885
        memedon[i]:Destroy()
886
      end
887
    end))
888
  end
889
  local de = mouse.KeyUp:connect(function(key)
890
    if key == "r" then
891
      bep = false
892
    end
893
  end)
894
  blur(rightarm)
895
  blur(leftarm)
896
local mudodo = Instance.new("Sound")
897
  mudodo.Volume = 7.5
898
  mudodo.SoundId = "rbxassetid://791374350"
899
mudodo.Looped = true
900
  mudodo.Parent = hrp
901
  mudodo:Play()
902
  repeat
903
    for _ = 1, 2 do
904
      swait()
905
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85)
906
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85)
907
      lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85)
908
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
909
      lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85)
910
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
911
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
912
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
913
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
914
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
915
    end
916
    hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
917
    for _ = 1, 2 do
918
      swait()
919
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85)
920
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85)
921
      lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85)
922
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
923
      lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85)
924
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
925
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
926
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
927
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
928
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
929
    end
930
    hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
931
    for _ = 1, 2 do
932
      swait()
933
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85)
934
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85)
935
      lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85)
936
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
937
      lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85)
938
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
939
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
940
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
941
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85)
942
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
943
    end
944
    hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
945
    for _ = 1, 2 do
946
      swait()
947
      lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85)
948
      lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85)
949
      lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85)
950
      lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
951
      lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85)
952
      lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
953
      lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
954
      lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
955
      lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85)
956
      lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85)
957
    end
958
    hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5)
959
  until bep == false or 0 >= human.Health
960
  de:Disconnect()
961
mudodo:Stop()
962
  wry:Play()
963
  for _ = 1, 6 do
964
    swait()
965
    lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75)
966
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75)
967
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75)
968
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
969
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
970
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
971
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
972
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
973
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
974
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
975
  end
976
  for _ = 1, 7 do
977
    swait()
978
    hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50)
979
    lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75)
980
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75)
981
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75)
982
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75)
983
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75)
984
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
985
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75)
986
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
987
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75)
988
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75)
989
  end
990
  swait(5)
991
  wherto = hrp
992
mudodo:Destroy()
993
  addcfr = cf(-2, 1, 2)
994
  activu = false
995
end
996
function cability()
997
  if selected == false or activu == true then
998
    return
999
  end
1000
  if appeared == false then
1001
    standappear(thenoob)
1002
    wherto = hrp
1003
    addcfr = cf(0, 0, -3.75)
1004
  end
1005
  activu = true
1006
  wherto = hrp
1007
  addcfr = cf(0, 0, -3.5)
1008
  local ZAWRUA = Instance.new("Sound")
1009
  ZAWRUA.SoundId = "rbxassetid://257346558"
1010
  ZAWRUA.Volume = 3
1011
  ZAWRUA.Parent = hrp
1012
  ZAWRUA:Play()
1013
  game.Debris:AddItem(ZAWRUA, 2.5)
1014
  local wate = Instance.new("Part")
1015
  nooutline(wate)
1016
  wate.Size = Vector3.new(0.2, 0.2, 0.2)
1017
  wate.Material = "Neon"
1018
  wate.Transparency = 1
1019
  wate.BrickColor = BrickColor.new("Bright red")
1020
  wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0)
1021
  wate.Anchored = true
1022
  wate.CanCollide = false
1023
  wate.Parent = modz
1024
  local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
1025
  coroutine.resume(coroutine.create(function()
1026
    repeat
1027
      swait()
1028
      wate.CFrame = rightarm.CFrame * cf(0, -1, 0)
1029
      wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5)
1030
    until not wate
1031
  end))
1032
  coroutine.resume(coroutine.create(function()
1033
    local pt = {}
1034
    for _ = 1, 10 do
1035
      local wp = Instance.new("Part")
1036
      nooutline(wp)
1037
      wp.Size = Vector3.new(0.2, 0.2, 0.2)
1038
      wp.Material = "Neon"
1039
      wp.Transparency = 1
1040
      wp.BrickColor = BrickColor.new("Bright red")
1041
      wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0)
1042
      wp.Anchored = true
1043
      wp.CanCollide = false
1044
      wp.Parent = modz
1045
      local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
1046
      table.insert(pt, wp)
1047
      table.insert(pt, wmz)
1048
    end
1049
    for m = 1, 45 do
1050
      swait()
1051
      for _, hey in pairs(pt) do
1052
        if hey.ClassName == "SpecialMesh" then
1053
          hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005)
1054
        elseif hey.ClassName == "Part" then
1055
          hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
1056
          hey.Transparency = hey.Transparency - 0.015
1057
        end
1058
      end
1059
    end
1060
    for m = 45, 50 do
1061
      swait()
1062
      for _, hey in pairs(pt) do
1063
        if hey.ClassName == "SpecialMesh" then
1064
          hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025)
1065
        elseif hey.ClassName == "Part" then
1066
          hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0)
1067
          hey.Transparency = hey.Transparency + 0.2
1068
        end
1069
      end
1070
    end
1071
    for _, AAA in pairs(pt) do
1072
      if AAA.ClassName == "Part" then
1073
        AAA:Destroy()
1074
      end
1075
    end
1076
  end))
1077
  for _ = 1, 50 do
1078
    swait()
1079
    wmesh.Scale = Vector3.new(9, 9, 9)
1080
    wate.Transparency = wate.Transparency - 0.008
1081
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2)
1082
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2)
1083
    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)
1084
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1085
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2)
1086
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1087
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2)
1088
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1089
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2)
1090
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2)
1091
  end
1092
  local pooo = Instance.new("Sound")
1093
  pooo.SoundId = "rbxassetid://1277342512"
1094
  pooo.Volume = 3
1095
  pooo.Parent = hrp
1096
  pooo:Play()
1097
  game.Debris:AddItem(pooo, 2.5)
1098
  for _ = 1, 1 do
1099
    swait()
1100
    wate.Transparency = wate.Transparency + 0.15
1101
    lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5)
1102
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5)
1103
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5)
1104
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
1105
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1106
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1107
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1108
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1109
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1110
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1111
  end
1112
  local swoo = Instance.new("Part")
1113
  nooutline(swoo)
1114
  swoo.Size = Vector3.new(0.2, 0.2, 0.2)
1115
  swoo.Material = "Neon"
1116
  swoo.Transparency = 0.2
1117
  swoo.BrickColor = BrickColor.new("Bright red")
1118
  swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0)
1119
  swoo.Anchored = true
1120
  swoo.CanCollide = false
1121
  swoo.Parent = modz
1122
  local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
1123
  local pli = Instance.new("PointLight")
1124
  pli.Brightness = 2
1125
  pli.Color = Color3.new(0.45098039215686275, 1, 0)
1126
  pli.Range = 10
1127
  pli.Shadows = true
1128
  pli.Parent = swoo
1129
  hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80)
1130
  for _ = 1, 10 do
1131
    swait()
1132
    wate.Transparency = wate.Transparency + 0.05
1133
    swoo.Transparency = swoo.Transparency + 0.075
1134
    pli.Range = pli.Range - 1
1135
    lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5)
1136
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5)
1137
    lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5)
1138
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5)
1139
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1140
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1141
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1142
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1143
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1144
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1145
  end
1146
  wate:Destroy()
1147
  swoo:Destroy()
1148
  pli:Destroy()
1149
  swait(15)
1150
  wherto = hrp
1151
  addcfr = cf(-2, 1, 2)
1152
  activu = false
1153
end
1154
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
1155
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
1156
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
1157
game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
1158
function THEBEST()
1159
  if selected == false or activu == true or appeared == true or POSU == true then
1160
    return
1161
  end
1162
  local dipperhat = chr:FindFirstChild("DXD_DipperHat")
1163
  local dipperrot
1164
  if dipperhat then
1165
    dipperrot = dipperhat.Handle.HatAttachment.Rotation
1166
  end
1167
  activu = true
1168
  POSU = true
1169
  cam.CameraType = "Scriptable"
1170
  chr.PrimaryPart = hrp
1171
  human.WalkSpeed = 0
1172
  human:SetStateEnabled(3, false)
1173
  local actmus1 = Instance.new("Sound")
1174
  actmus1.SoundId = "rbxassetid://188959462"
1175
  actmus1.Volume = 1.5
1176
  actmus1.RollOffMode = 1
1177
  actmus1.TimePosition = 0
1178
  actmus1.Parent = cam
1179
  local actmus2 = Instance.new("Sound")
1180
  actmus2.SoundId = "rbxassetid://188959462"
1181
  actmus2.Volume = 1.5
1182
  actmus2.RollOffMode = 1
1183
  actmus2.TimePosition = 0
1184
  actmus2.Parent = hrp
1185
  actmus1:Play()
1186
  actmus2:Play()
1187
  local mus1 = Instance.new("Sound")
1188
  mus1.SoundId = "rbxassetid://616594208"
1189
  mus1.Volume = 1.25
1190
  mus1.TimePosition = 0.45
1191
  mus1.Parent = cam
1192
  local mus2 = Instance.new("Sound")
1193
  mus2.SoundId = "rbxassetid://616594208"
1194
  mus2.Volume = 1.25
1195
  mus2.TimePosition = 0.45
1196
  mus2.Parent = hrp
1197
  local zawarudoda = Instance.new("Sound")
1198
  zawarudoda.SoundId = "rbxassetid://616576400"
1199
  zawarudoda.Volume = 2
1200
  zawarudoda.TimePosition = 0.3
1201
  zawarudoda.Parent = hrp
1202
  mus1:Play()
1203
  mus2:Play()
1204
  cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7)
1205
  local regface = hed.face.Texture
1206
  local whogothit, bodyvel
1207
  local function checkhit(partoz, magn)
1208
    for _, guy in pairs(workspace:GetChildren()) do
1209
      if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
1210
        whogothit = guy
1211
        guy:FindFirstChild("Humanoid").PlatformStand = true
1212
        do
1213
          local derp = Instance.new("BodyPosition")
1214
          derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999)
1215
          derp.P = 8000
1216
          derp.D = 500
1217
          derp.Position = hrp.Position + hrp.CFrame.lookVector * 20
1218
          derp.Parent = guy:FindFirstChild("HumanoidRootPart")
1219
          bodyvel = derp
1220
          local derp2 = Instance.new("BodyAngularVelocity")
1221
          derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999)
1222
          derp2.P = 8000
1223
          derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0)
1224
          derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
1225
          delay(0.1, function()
1226
            derp2:Destroy()
1227
          end)
1228
          bodyvel = derp
1229
        end
1230
      end
1231
    end
1232
  end
1233
  coroutine.resume(coroutine.create(function()
1234
    for _ = 1, 25 do
1235
      swait()
1236
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
1237
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3)
1238
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
1239
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1240
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3)
1241
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1242
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
1243
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1244
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1245
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1246
    end
1247
    for _ = 1, 20 do
1248
      swait()
1249
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3)
1250
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3)
1251
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3)
1252
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1253
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3)
1254
      if dipperhat then
1255
        dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3)
1256
      end
1257
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1258
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3)
1259
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1260
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1261
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1262
    end
1263
  end))
1264
  repeat
1265
    swait()
1266
    cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0)
1267
  until mus1.TimePosition > 2.9
1268
  mus1:Pause()
1269
  mus2:Pause()
1270
  zawarudoda:Play()
1271
  coroutine.resume(coroutine.create(function()
1272
    for _ = 1, 7 do
1273
      swait()
1274
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4)
1275
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3)
1276
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3)
1277
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1278
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3)
1279
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1280
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3)
1281
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1282
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3)
1283
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1284
    end
1285
    for _ = 1, 16 do
1286
      swait()
1287
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4)
1288
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3)
1289
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3)
1290
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1291
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3)
1292
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1293
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3)
1294
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1295
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3)
1296
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1297
    end
1298
  end))
1299
  repeat
1300
    swait()
1301
  until zawarudoda.TimePosition > 1.4
1302
  zawarudoda:Pause()
1303
  activu = false
1304
  standappear(thenoob)
1305
  wherto = hrp
1306
  addcfr = cf(3, 0.25, -1.5)
1307
  activu = true
1308
  cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3)
1309
  for _ = 1, 10 do
1310
    swait()
1311
    cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5)
1312
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5)
1313
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5)
1314
    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)
1315
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1316
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5)
1317
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1318
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5)
1319
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1320
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5)
1321
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1322
  end
1323
  wherto = hrp
1324
  addcfr = cf(-3, 0.25, -1.5)
1325
  for _ = 1, 25 do
1326
    swait()
1327
    checkhit(rightarm, 3)
1328
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4)
1329
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4)
1330
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4)
1331
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1332
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4)
1333
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1334
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4)
1335
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1336
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4)
1337
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4)
1338
  end
1339
  if whogothit then
1340
    print("derp")
1341
    cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4)
1342
    local laugo = Instance.new("Sound")
1343
    laugo.SoundId = "rbxassetid://291088606"
1344
    laugo.Volume = 1.5
1345
    laugo.Parent = hrp
1346
    game.Debris:AddItem(laugo, 2.5)
1347
    laugo:Play()
1348
    local sda = 0
1349
    local chn = 2
1350
    local cs = math.cos
1351
    for D = 1, 60 do
1352
      swait()
1353
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15)
1354
      sda = sda + chn
1355
      lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D)
1356
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D)
1357
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D)
1358
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1359
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D)
1360
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1361
      lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D)
1362
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1363
      lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D)
1364
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D)
1365
    end
1366
    hed.face.Texture = "rbxassetid://176777497"
1367
    mus1.TimePosition = 2.75
1368
    mus1:Play()
1369
    for C = 1, 30 do
1370
      swait()
1371
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60))
1372
      sda = sda + chn
1373
      lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31)
1374
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31)
1375
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31)
1376
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1377
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31)
1378
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1379
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31)
1380
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1381
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31)
1382
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31)
1383
    end
1384
    for _ = 1, 5 do
1385
      swait()
1386
      cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02)
1387
      sda = sda + chn
1388
      lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5)
1389
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5)
1390
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5)
1391
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1392
      lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5)
1393
      if dipperhat then
1394
        dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5)
1395
      end
1396
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1397
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5)
1398
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1399
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5)
1400
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5)
1401
    end
1402
    wait(2)
1403
  elseif whogothit == nil then
1404
    print("noderp")
1405
  end
1406
  human:SetStateEnabled(3, true)
1407
  activu = false
1408
  standappear(thenoob)
1409
  activu = true
1410
  if dipperhat then
1411
    dipperhat.Handle.HatAttachment.Rotation = dipperrot
1412
  end
1413
  actmus1:Destroy()
1414
  actmus2:Destroy()
1415
  bast:Play()
1416
  if bodyvel then
1417
    bodyvel:Destroy()
1418
  end
1419
  cam.CameraType = "Custom"
1420
  hed.face.Texture = regface
1421
  chr.PrimaryPart = head
1422
  human.WalkSpeed = 16
1423
  activu = false
1424
  POSU = false
1425
end
1426
function hito(partoz, magn, dmg, debtim, bodyfdire)
1427
  for _, guy in pairs(workspace:GetChildren()) do
1428
    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
1429
      do
1430
        local humz = guy:FindFirstChild("Humanoid")
1431
        local horp = guy:FindFirstChild("HumanoidRootPart")
1432
        TakeDamage(humz, dmg)
1433
        local db = Instance.new("StringValue")
1434
        db.Name = "alabo"
1435
        db.Parent = horp
1436
        delay(debtim, function()
1437
          db:Destroy()
1438
        end)
1439
        local b = Instance.new("Part")
1440
        nooutline(b)
1441
        b.Size = Vector3.new(0.2, 0.2, 0.2)
1442
        b.Transparency = 0.25
1443
        b.Anchored = true
1444
        b.CanCollide = false
1445
        b.BrickColor = BrickColor.new("Institutional white")
1446
        b.Locked = true
1447
        b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))
1448
        b.Parent = modz
1449
        local c = Instance.new("SpecialMesh")
1450
        c.MeshType = "Sphere"
1451
        c.Scale = Vector3.new(3.5, 3.5, 3.5)
1452
        c.Parent = b
1453
        game.Debris:AddItem(b, 1)
1454
        if bodyfdire then
1455
          local boopyve = Instance.new("BodyVelocity")
1456
          boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
1457
          boopyve.P = math.huge
1458
          boopyve.Velocity = bodyfdire
1459
          boopyve.Parent = horp
1460
          game.Debris:AddItem(boopyve, debtim)
1461
        end
1462
        local bet = Instance.new("Sound")
1463
        bet.Pitch = rd2(9, 11) / 10
1464
        bet.Volume = rd2(12, 14) / 10
1465
        bet.SoundId = "rbxassetid://165604684"
1466
        bet.Parent = b
1467
        bet:Play()
1468
        coroutine.resume(coroutine.create(function()
1469
          for _ = 1, 5 do
1470
            swait()
1471
            b.Transparency = b.Transparency + 0.15
1472
            c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg)
1473
          end
1474
        end))
1475
      end
1476
    end
1477
  end
1478
end
1479
mouse.KeyDown:connect(function(key)
1480
  if human.Health <= 0 then
1481
    return
1482
  end
1483
  if key == "f" then
1484
    standappear(thenoob)
1485
  end
1486
  if key == "r" then
1487
    MUDA()
1488
  end
1489
  if key == "e" then
1490
    block()
1491
  end
1492
  if key == "v" then
1493
    cability()
1494
  end
1495
  if key == "m" and plr.UserId then
1496
    THEBEST()
1497
  end
1498
  if key == "j" then
1499
    THREATENING()
1500
  end
1501
  if key == "k" then
1502
    konodioda:Play()
1503
  end
1504
  if key == "l" then
1505
    bast:Play()
1506
  end
1507
  if key == "p" then
1508
    zaworld:Play()
1509
  end
1510
end)
1511
tool.Equipped:connect(function()
1512
  selected = true
1513
end)
1514
tool.Unequipped:connect(function()
1515
  selected = false
1516
end)
1517
sine = 0
1518
charge = 1
1519
cos = math.cos
1520
game:GetService("RunService").RenderStepped:connect(function()
1521
  if POSU == false then
1522
    local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4)
1523
    local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
1524
    local checkstate = human:GetState()
1525
    if checkstate.Value == 13 then
1526
      animpose = "Sitting"
1527
    elseif hrp.Velocity.y > 1 and checkpart == nil then
1528
      animpose = "Jumping"
1529
    elseif hrp.Velocity.y < -1 and checkpart == nil then
1530
      animpose = "Falling"
1531
    elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then
1532
      animpose = "Idle"
1533
    elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then
1534
      animpose = "Walking"
1535
    elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then
1536
      animpose = "TooFast"
1537
    end
1538
    if animpose == "Idle" then
1539
      sine = sine + charge
1540
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
1541
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
1542
      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)
1543
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1544
      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)
1545
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1546
      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)
1547
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1548
      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)
1549
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1550
    end
1551
    if animpose == "Walking" then
1552
      sine = sine + charge
1553
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3)
1554
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3)
1555
      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)
1556
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1557
      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)
1558
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1559
      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)
1560
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1561
      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)
1562
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1563
    end
1564
    if animpose == "Jumping" then
1565
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3)
1566
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3)
1567
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
1568
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1569
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
1570
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1571
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3)
1572
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1573
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
1574
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1575
    end
1576
    if animpose == "Falling" then
1577
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3)
1578
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
1579
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3)
1580
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1581
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3)
1582
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1583
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3)
1584
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1585
      lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3)
1586
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1587
    end
1588
    if animpose == "TooFast" then
1589
      lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3)
1590
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3)
1591
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3)
1592
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1593
      lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3)
1594
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3)
1595
      lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3)
1596
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1597
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3)
1598
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1599
    end
1600
    if animpose == "Sitting" then
1601
      lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1602
      lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1603
      lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
1604
      lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1605
      lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
1606
      lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1607
      lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3)
1608
      lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1609
      lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3)
1610
      lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1611
    end
1612
  end
1613
  if appeared == false and activu == false then
1614
    lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1615
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1616
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1617
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1618
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1619
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1620
    lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1621
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1622
    lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1623
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1624
  elseif appeared == true and activu == false then
1625
    sine = sine + charge
1626
    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)
1627
    lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3)
1628
    lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3)
1629
    lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1630
    lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3)
1631
    lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1632
    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)
1633
    lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1634
    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)
1635
    lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3)
1636
  end
1637
end)
1638
function dispose()
1639
  for i, v in pairs(getfenv(0)) do
1640
    v = nil
1641
  end
1642
  error = nil
1643
  print = nil
1644
  warn = nil
1645
end
1646
human.Died:connect(dispose)
1647
chr.Changed:connect(function()
1648
  if chr.Parent == nil then
1649
    dispose()
1650
  end
1651
end)