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