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