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