Advertisement
Christoffer07700Extr

ZA NOOB

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