Advertisement
kqdragon

the noob

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