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