Advertisement
epicboi

Untitled

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