Advertisement
Idirina

KONO ZA NOOBA-DA

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