Advertisement
Acc_kili

Untitled

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