Advertisement
1nubloku

w

Aug 1st, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end
  6.  
  7. --[[Salvo_Starly[Salvy].Weaponry_2018.9]]--
  8. --[[Project Name: Freezing Despair]]--
  9. --[[make it stop]]--
  10. wait(.2)
  11. print("Loaded Unfinished")
  12. print("Edited By Salvo I Hate Usered All")
  13. warn("Make Them All Buffer For Their Sans Undertale")
  14. warn("Out Fact Make Me Not Freeze")
  15.  
  16. plr=game.Players.LocalPlayer
  17. chr=plr.Character
  18. Head=chr.Head
  19. Root=chr.HumanoidRootPart
  20. Torso=chr.Torso
  21. RArm=chr["Right Arm"]
  22. LArm=chr["Left Arm"]
  23. RLeg=chr["Right Leg"]
  24. LLeg=chr["Left Leg"]
  25. RJ=Root.RootJoint
  26. Neck=Torso.Neck
  27. LS=Torso["Left Shoulder"]
  28. LH=Torso["Left Hip"]
  29. RS=Torso["Right Shoulder"]
  30. RH=Torso["Right Hip"]
  31. hum=chr:FindFirstChildOfClass("Humanoid")
  32. mouse=plr:GetMouse()
  33. Pose="Idle"
  34. attack=false
  35. combo=1
  36. sin=0
  37. cha=1
  38. ohno=false
  39. dead=false
  40. moot=false
  41. scene=true
  42.  
  43. create=LoadLibrary("RbxUtility").Create
  44.  
  45. chr.Animate:Remove()
  46. hum.Animator:Remove()
  47.  
  48. function clerp(a,b,t)
  49. return a:lerp(b,t)
  50. end
  51.  
  52. local newMotor=function(name,p0,p1,c0,c1)
  53. local w=Instance.new('Motor',p0)
  54. w.Name=name
  55. w.Part0=p0
  56. w.Part1=p1
  57. w.C0=c0
  58. w.C1=c1
  59. return w
  60. end
  61. for _,c in pairs(Torso:children()) do
  62. if c:IsA("Motor") and c.Name~="Neck" then
  63. c:Remove()
  64. end
  65. end
  66.  
  67. RJ.C0,RJ.C1=CFrame.new(0,0,0),CFrame.new(0,0,0)
  68. Neck.C0,Neck.C1=CFrame.new(0,1.5,0),CFrame.new(0,0,0)
  69. --[[RS.C0,RS.C1=CFrame.new(1.5,0,0),CFrame.new(0,0,0)
  70. LS.C0,LS.C1=CFrame.new(-1.5,0,0),CFrame.new(0,0,0)
  71. RH.C0,RH.C1=CFrame.new(.5,-2,0),CFrame.new(0,0,0)
  72. LH.C0,LH.C1=CFrame.new(-.5,-2,0),CFrame.new(0,0,0)]]
  73. local RS=newMotor("Right Shoulder",Torso, RArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  74. local LS=newMotor("Left Shoulder",Torso, LArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  75. local RH=newMotor("Right Hip",Torso, RLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  76. local LH=newMotor("Left Hip",Torso, LLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  77.  
  78.  
  79. function NoOutline(Part)
  80. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface=10,10,10,10,10,10
  81. end
  82.  
  83. function rayCast(Position,Direction,Range,Ignore)
  84. return game:service("Workspace"):FindPartOnRay(Ray.new(Position,Direction.unit*(Range or 999.999)),Ignore)
  85. end
  86.  
  87. ArtificialHB=create("BindableEvent"){
  88. Parent=script,
  89. Name="Heartbeat"}
  90.  
  91. script:WaitForChild("Heartbeat")
  92.  
  93. frame=0.0166666666666666667
  94. tf=0
  95. allowframeloss=false
  96. tossremainder=false
  97. lastframe=tick()
  98. script.Heartbeat:Fire()
  99.  
  100. game:GetService("RunService").Heartbeat:connect(function(s,p)
  101. tf=tf+s
  102. if tf >=frame then
  103. if allowframeloss then
  104. script.Heartbeat:Fire()
  105. lastframe=tick()
  106. else
  107. for i=1,math.floor(tf/frame) do
  108. script.Heartbeat:Fire()
  109. end
  110. lastframe=tick()
  111. end
  112. if tossremainder then
  113. tf=0
  114. else
  115. tf=tf-frame*math.floor(tf/frame)
  116. end
  117. end
  118. end)
  119.  
  120. function swait(num)
  121. if num==0 or num==nil then
  122. ArtificialHB.Event:wait()
  123. else
  124. for i=0,num do
  125. ArtificialHB.Event:wait()
  126. end
  127. end
  128. end
  129.  
  130. function parts(Par,name,size,color,mat,ref,tra)
  131. local part=create("Part"){
  132. Parent=Par,
  133. Name=name,
  134. Size=size,
  135. CanCollide=false,
  136. Anchored=false,
  137. BrickColor=BrickColor.new(color),
  138. Material=mat,
  139. Reflectance=ref,
  140. Transparency=tra}
  141. --Position=Torso.Position}
  142. NoOutline(part)
  143. part:BreakJoints()
  144. return part
  145. end
  146.  
  147. function meshs(Par,name,scale,mtype,id)
  148. local mesh=create("SpecialMesh"){
  149. Parent=Par,
  150. Name=name,
  151. Scale=scale,
  152. MeshType=mtype}
  153. if id~="" then
  154. mesh.MeshId="rbxassetid://"..id
  155. end
  156. return mesh
  157. end
  158.  
  159. function welds(Par,name,p0,p1,c0,c1)
  160. local weld=create("Weld"){
  161. Parent=Par,
  162. Name=name,
  163. Part0=p0,
  164. Part1=p1,
  165. C0=c0,
  166. C1=c1}
  167. return weld
  168. end
  169.  
  170. function sounds(Par,id,vol,pit)
  171. local sound=create("Sound"){
  172. Parent=Par,
  173. SoundId="rbxassetid://"..id,
  174. Volume=vol,
  175. PlaybackSpeed=pit,
  176. MaxDistance=66666666}
  177. sound:Play()
  178. game:GetService("Debris"):AddItem(sound,10)
  179. return sound
  180. end
  181.  
  182. function pssounds(Par,id,vol,pit,octave,pri)
  183. local psound=create("Sound"){
  184. Parent=Par,
  185. SoundId="rbxassetid://"..id,
  186. Volume=vol,
  187. PlaybackSpeed=pit,
  188. MaxDistance=66666666}
  189. psound:Play()
  190. local pitch=create("PitchShiftSoundEffect"){
  191. Parent=psound,
  192. Octave=octave,
  193. Priority=2,
  194. Enabled=true
  195. }
  196. game:GetService("Debris"):AddItem(psound,10)
  197. return psound
  198. end
  199.  
  200. local NSn=NumberSequence.new
  201. local NSKp=NumberSequenceKeypoint.new
  202. local CSn=ColorSequence.new
  203. local NRn=NumberRange.new
  204. function particles(par,zoff,color,id,lemi,linf,direct,sizmin,sizmax,tramin,tramax,lifemin,lifemax,rotmin,rotmax,speed,velocity,lock,timelimit)
  205. local aaa=NSn({NSKp(0, sizmin),NSKp(1, sizmax)})
  206. local bbb=NSn({NSKp(0, tramin),NSKp(1, tramax)})
  207. local parti=create("ParticleEmitter"){
  208. Color=CSn(BrickColor.new(color).Color),
  209. LightEmission=lemi,
  210. LightInfluence=0, --hec this
  211. Texture="rbxassetid://"..id,
  212. Transparency=bbb,
  213. Size=aaa,
  214. ZOffset=zoff,
  215. --Acceleration=Vector3.new(0, 2, 0),
  216. LockedToPart=lock,
  217. EmissionDirection=direct,
  218. Lifetime=NRn(lifemin,lifemax),
  219. Rate=2000,
  220. Rotation=NRn(-360, 360),
  221. RotSpeed=NRn(-rotmin, rotmax),
  222. Speed=NRn(speed),
  223. VelocitySpread=velocity,
  224. Enabled=true,
  225. Parent=par
  226. }
  227. if timelimit~=nil then
  228. coroutine.resume(coroutine.create(function(p)
  229. swait(timelimit)
  230. parti.Enabled=false
  231. end),parti)
  232. game:GetService("Debris"):AddItem(parti,10)
  233. end
  234. return parti
  235. end
  236.  
  237. m=create("Model"){
  238. Parent=chr,
  239. Name="WModel"}
  240. e=create("Model"){
  241. Parent=chr,
  242. Name="Effect"}
  243. dr=create("Model"){
  244. Parent=chr,
  245. Name="SubModel"}
  246.  
  247. theme=create("Sound"){
  248. Parent=Root,
  249. SoundId="rbxassetid://913584994",
  250. Volume=1.2,
  251. PlaybackSpeed=1,
  252. MaxDistance=66666666,
  253. Name="Theme",
  254. Looped=true}
  255. theme:Play()
  256.  
  257. local timeposit=create("NumberValue"){
  258. Name="STP",
  259. Value=true,
  260. Parent=script}
  261.  
  262. local txt=create("BillboardGui"){
  263. Parent=Root,
  264. Adornee=Root,
  265. Name="stop",
  266. Size=UDim2.new(2, 0, 1.2, 0),
  267. ExtentsOffset=Vector3.new(0, 8, 0)}
  268.  
  269. local text=create("TextLabel"){
  270. Parent=txt,
  271. AnchorPoint=Vector2.new(.5,.5),
  272. Size=UDim2.new(10, 0, 7, 0),
  273. Position=UDim2.new(.5, 0, .5, 0),
  274. FontSize="Size24",
  275. TextScaled=true,
  276. TextTransparency=0,
  277. BackgroundTransparency=1,
  278. TextStrokeTransparency=0,
  279. Font="Bodoni",
  280. Text="Burning Hope",
  281. TextStrokeColor3=Color3.new(0, 0, 0)}
  282.  
  283. local TweenService = game:GetService("TweenService")
  284. local Int=0
  285. local Colours={Color3.fromRGB(255,0,0),Color3.fromRGB(255,128,0),Color3.fromRGB(255,255,0),Color3.fromRGB(0,255,0),Color3.fromRGB(0,255,255),Color3.fromRGB(0,0,255),Color3.fromRGB(191,0,255),Color3.fromRGB(255,0,191)}
  286. coroutine.resume(coroutine.create(function()
  287. while true do
  288. swait(12)
  289. if Int==#Colours then
  290. Int=0
  291. end
  292. Int=Int+1
  293. TweenService:Create(text,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  294. end
  295. end))
  296.  
  297. if scene then
  298. text.Text = "Guess im deadn't..."
  299. swait(150)
  300. text.Text = "people thought i was alive but yes i died haha"
  301. swait(190)
  302. text.Text = "CAN YOU HAVE 1 SECOND TO ALIVE!!!"
  303. swait(140)
  304. end
  305. local h=particles(RArm,1,"New Yeller","5457026",.1,.1,"Top",8,8,0,.5,3,3,6666,6666,0,44444,false,26)
  306. h.Speed=NRn(-100,100)
  307. sounds(Head,"2334140934",3,1.1)
  308. sounds(Head,"2505336188",3,.7)
  309. coroutine.resume(coroutine.create(function(hh)
  310. text.Text="Burning Hope"
  311. swait(220)
  312. text.Text="jk"
  313. swait(12)
  314. text.Text="Freezing Despair"
  315. end),text)
  316.  
  317. H=parts(m,"H",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  318. HWeld=welds(H,"HWeld",RArm,H,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 1.19999504, -9.53674316e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  319. A=parts(m,"A",Vector3.new(0.200000033, 0.999999821, 1),"Black",Enum.Material.Glass,.4,0)
  320. AWeld=welds(A,"AWeld",H,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.200000763, -0.587866783, 0.212133408, 1, 0, 0, 0, 0.70710659, -0.707107067, 0, 0.707107067, 0.70710659))
  321. A=parts(m,"A",Vector3.new(1.60000014, 0.399999857, 1.20000005),"Black",Enum.Material.Glass,.4,0)
  322. AWeld=welds(A,"AWeld",H,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.574264526, -0.257106304, 0.312132835, 0.707106948, 0.49999997, -0.49999994, -0.707106709, 0.500000119, -0.500000119, 2.10733546e-08, 0.707106769, 0.707106769))
  323. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Head,"")
  324. A222=parts(m,"A222",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  325. A222Weld=welds(A222,"AWeld",H,A222,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -1.20000076, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  326. local wa1=meshs(A222,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"103967465")
  327. B=parts(m,"B",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  328. BWeld=welds(B,"BWeld",H,B,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -1.00000095, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  329. B2=parts(m,"B2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  330. B2Weld=welds(B2,"BWeld",B,B2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  331. V=parts(m,"V",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.SmoothPlastic,0,1)
  332. VWeld=welds(V,"VWeld",H,V,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -2.99999905, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  333. A=parts(m,"A",Vector3.new(1, 0.399999857, 1.40000021),"Black",Enum.Material.Glass,.4,0)
  334. AWeld=welds(A,"AWeld",H,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.624396801, 0.400241852, -0.360468864, 0.224144056, -0.836531222, -0.499975026, 0.965925813, 0.258819222, -7.63046592e-06, 0.129409522, -0.482937068, 0.866039872))
  335. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Torso,"")
  336. A=parts(m,"A",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  337. AWeld=welds(A,"AWeld",H,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.380694389, -0.244595528, 0.296589851, -0.255645037, -0.911953747, -0.320914656, 0.374999106, -0.399494886, 0.836528242, -0.891078711, 0.0935115665, 0.444110692))
  338. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"3270017")
  339. A=parts(m,"A",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  340. AWeld=welds(A,"AWeld",H,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.46903229, 0.628934383, 0.127828598, -0.44593212, -0.362362653, -0.818436325, -0.518627048, 0.849851608, -0.0936933085, 0.729500234, 0.382682323, -0.566907167))
  341. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Cylinder,"")
  342.  
  343. for i=45,360,45 do
  344. local re=parts(m,"wha",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  345. local heWeld=welds(re,"AWeld",B2,re,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,math.rad(i),0))
  346. meshs(re,"Mesh",Vector3.new(0.01, 0.01, 0.01),Enum.MeshType.FileMesh,"442365879")
  347. end
  348.  
  349. M=parts(m,"M",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  350. MWeld=welds(M,"MWeld",LArm,M,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 1.19999504, -9.53674316e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  351. A=parts(m,"A",Vector3.new(0.200000033, 0.999999821, 1),"Black",Enum.Material.Glass,.4,0)
  352. AWeld=welds(A,"AWeld",M,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.200000763, -0.587866783, 0.212133408, 1, 0, 0, 0, 0.70710659, -0.707107067, 0, 0.707107067, 0.70710659))
  353. A=parts(m,"A",Vector3.new(1.60000014, 0.399999857, 1.20000005),"Black",Enum.Material.Glass,.4,0)
  354. AWeld=welds(A,"AWeld",M,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.574264526, -0.257106304, 0.312132835, 0.707106948, 0.49999997, -0.49999994, -0.707106709, 0.500000119, -0.500000119, 2.10733546e-08, 0.707106769, 0.707106769))
  355. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Head,"")
  356. A333=parts(m,"A333",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  357. A333Weld=welds(A333,"AWeld",M,A333,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -1.20000076, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  358. local wa2=meshs(A333,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"103967465")
  359. B=parts(m,"B",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  360. BWeld=welds(B,"BWeld",M,B,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -1.00000095, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  361. B3=parts(m,"B3",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  362. B3Weld=welds(B3,"BWeld",B,B3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  363. C=parts(m,"C",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.SmoothPlastic,0,1)
  364. CWeld=welds(C,"CWeld",M,C,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.800029278, 0, -2.99999905, 0, 2.99999992e-05, 1, -1, -0, 0, 0, -1, 2.99999992e-05))
  365. A=parts(m,"A",Vector3.new(1, 0.399999857, 1.40000021),"Black",Enum.Material.Glass,.4,0)
  366. AWeld=welds(A,"AWeld",M,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.624396801, 0.400241852, -0.360468864, 0.224144056, -0.836531222, -0.499975026, 0.965925813, 0.258819222, -7.63046592e-06, 0.129409522, -0.482937068, 0.866039872))
  367. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Torso,"")
  368. A=parts(m,"A",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  369. AWeld=welds(A,"AWeld",M,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.380694389, -0.244595528, 0.296589851, -0.255645037, -0.911953747, -0.320914656, 0.374999106, -0.399494886, 0.836528242, -0.891078711, 0.0935115665, 0.444110692))
  370. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"3270017")
  371. A=parts(m,"A",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  372. AWeld=welds(A,"AWeld",M,A,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.46903229, 0.628934383, 0.127828598, -0.44593212, -0.362362653, -0.818436325, -0.518627048, 0.849851608, -0.0936933085, 0.729500234, 0.382682323, -0.566907167))
  373. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Cylinder,"")
  374.  
  375. for i=45,360,45 do
  376. local re=parts(m,"wha",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  377. local heWeld=welds(re,"AWeld",B3,re,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.Angles(0,math.rad(i),0))
  378. meshs(re,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"778121161")
  379. end
  380.  
  381. Handle334=parts(dr,"Handle334",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,1)
  382. Handle334.CFrame=Root.CFrame
  383. Handle334.Anchored=true
  384. Handle44=parts(dr,"Handle44",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,1)
  385. Handle44Weld=welds(Handle44,"yesWeld",Handle334,Handle44,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  386. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0353555679, -0.199996948, 0.0353541374, 0.707108259, 5.87850809e-06, -0.707105458, -3.90410423e-06, 1, 4.42564487e-06, 0.707105517, -3.57627869e-07, 0.707108259))
  387. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  388. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0353555679, -0.199996948, -0.0353546143, -0.707108259, 6.10947609e-06, -0.707105398, 4.55975533e-06, 1.00000012, 4.07546759e-06, 0.707105398, -3.35276127e-07, -0.707108259))
  389. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  390. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0500006676, -0.199996948, 0, 1.78813934e-07, 8.46385956e-06, -1.00000012, 5.06639481e-07, 1.00000012, 8.4489584e-06, 1, -5.06639481e-07, 1.49011612e-07))
  391. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  392. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.199995041, -0.0499992371, -1.00000012, 1.49011612e-07, 3.87430191e-07, 1.1920929e-07, 1.00000012, 2.23517418e-08, -3.87430191e-07, 2.23517418e-08, -1.00000012))
  393. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  394. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0353555679, -0.199996948, -0.0353546143, -0.707108259, -5.89340925e-06, 0.707105398, -3.90410423e-06, 1, 4.43309546e-06, -0.707105398, 3.87430191e-07, -0.707108378))
  395. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  396. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0500011444, -0.199996948, 0, -2.08616257e-07, -8.45640898e-06, 1, 5.06639481e-07, 1.00000012, 8.4489584e-06, -1, 5.06639481e-07, -1.78813934e-07))
  397. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  398. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0353550911, -0.199996948, 0.0353546143, 0.70710808, -6.06477261e-06, 0.707105517, 4.50015068e-06, 1.00000012, 4.02331352e-06, -0.707105577, 3.50177288e-07, 0.707108259))
  399. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  400. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.199995041, 0.0499992371, 1, -1.49011612e-07, -4.47034836e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 4.47034836e-07, -2.98023224e-08, 1.00000012))
  401. yes2=parts(dr,"yes2",Vector3.new(0.200000003, 0.0500000007, 0.200000003),"Lime green",Enum.Material.Neon,0,0)
  402. yes2Weld=welds(yes2,"yes2Weld",Handle44,yes2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-06, -5.29991531, -0.0999999046, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  403. yes=parts(dr,"yes",Vector3.new(0.389999986, 0.409999996, 0.389999986),"Lime green",Enum.Material.Neon,0,0)
  404. yesWeld=welds(yes,"yesWeld",Handle44,yes,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.199995041, 0.0499987602, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  405. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.5, 0.5),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  406. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, -9.53674316e-07, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  407. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.400000006, 0.5),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  408. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.449989319, -0.0500006676, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  409. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.0500000007, 0.600000024),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  410. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-07, -0.412126541, 0.194972992, 1, -1.34110451e-07, -2.68220901e-07, -8.19563866e-08, 0.707108974, -0.707104802, 2.98023224e-07, 0.707104802, 0.707108974))
  411. Part=parts(dr,"Part",Vector3.new(0.280000001, 5, 0.280000001),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  412. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-07, -2.79995346, -0.0999994278, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  413. Part=parts(dr,"Part",Vector3.new(0.0500000007, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  414. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-07, 5.21491814, 0.249997139, 1, -1.34110451e-07, -2.68220901e-07, -1.34110451e-07, -1.00000012, -1.1920929e-07, -2.98023224e-07, 1.11758709e-07, -1.00000012))
  415. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  416. Part=parts(dr,"Part",Vector3.new(0.200000003, 1.20000005, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  417. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.499991417, 0.199996948, 1, -1.34110451e-07, -2.68220901e-07, -2.98023224e-07, 8.41170549e-06, -1.00000024, 1.63912773e-07, 1.00000012, 8.41170549e-06))
  418. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.800000012, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  419. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.699990273, 0, -1, 2.23517418e-07, 2.68220901e-07, -2.68220901e-07, 8.41170549e-06, -1.00000024, -2.23517418e-07, -1.00000012, -8.41170549e-06))
  420. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  421. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.5, 0.600000024),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  422. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.199995041, -9.53674316e-07, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  423. Part=parts(dr,"Part",Vector3.new(0.400000006, 0.400000006, 0.400000006),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  424. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.199995041, 0.0499987602, 1, -1.34110451e-07, -2.68220901e-07, 1.34110451e-07, 1.00000012, 2.98023224e-08, 2.98023224e-07, -2.23517418e-08, 1.00000012))
  425. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.5, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  426. PartWeld=welds(Part,"PartWeld",Handle44,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.335351944, 0.0353546143, 1, -1.34110451e-07, -2.68220901e-07, 8.19563866e-08, -0.707108974, 0.707104802, -2.98023224e-07, -0.707104802, -0.707108974))
  427. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  428.  
  429.  
  430.  
  431.  
  432. local hey1=particles(V,0,"Lime green","2398596854",.1,.1,"Top",.7,0,0,1,.6,1,0,0,2,44444,false)
  433. local hey2=particles(C,0,"Lime green","2398596854",.1,.1,"Top",.7,0,0,1,.6,1,0,0,2,44444,false)
  434. hey1.Rotation=NRn(0)
  435. hey2.Rotation=NRn(0)
  436. hey1.Acceleration=Vector3.new(0, 12, 0)
  437. hey2.Acceleration=Vector3.new(0, 12, 0)
  438. hey1.Color=CSn(BrickColor.new("New Yeller").Color,BrickColor.new("Lime green").Color)
  439. hey2.Color=CSn(BrickColor.new("New Yeller").Color,BrickColor.new("Lime green").Color)
  440.  
  441.  
  442.  
  443. for _,c in pairs(chr:children()) do
  444. if c:IsA("BasePart") and c.Name~=Root.Name then
  445. local ha1=particles(c,0,"Lime green","313832650",.5,0,"Top",.4,.4,0,0,1,1,0,0,.5,350,true)
  446. ha1.Rotation=NRn(0)
  447. ha1.Rate=20
  448. ha1.Transparency=NSn({NSKp(0,1),NSKp(.8,0),NSKp(1,1)})
  449. if c.Name=="Torso" then
  450. local ha2=particles(c,0,"Lime green","186017523",.5,0,"Top",1,1,0,0,3,3,0,0,1.5,250,false)
  451. ha2.Rotation=NRn(0)
  452. ha2.Rate=7
  453. ha2.Transparency=NSn({NSKp(0,1),NSKp(.8,0),NSKp(1,1)})
  454. end
  455. end
  456. end
  457.  
  458.  
  459.  
  460. local whyx2=create("ScreenGui"){
  461. Parent=plr.PlayerGui,
  462. DisplayOrder=60}
  463.  
  464. local why=create("ScreenGui"){
  465. Parent=plr.PlayerGui,
  466. DisplayOrder=10}
  467.  
  468. dr.Parent=why
  469.  
  470. local PHF=create("Frame"){
  471. Parent=why,
  472. AnchorPoint=Vector2.new(.5,.5),
  473. Position=UDim2.new(.5,0,.5,0),
  474. Size=UDim2.new(1,0,1,0),
  475. BackgroundTransparency=1
  476. }
  477.  
  478. function createframingedst(txat,po1,po2,si1,si2)
  479. local hey=create("Frame"){
  480. Parent=PHF,
  481. AnchorPoint=Vector2.new(.5,.5),
  482. Position=UDim2.new(po1,0,po2,0),
  483. Size=UDim2.new(si1,0,si2,0),
  484. BackgroundTransparency=1,
  485. ClipsDescendants=true
  486. }
  487.  
  488. local hey2=create("Frame"){
  489. Parent=hey,
  490. AnchorPoint=Vector2.new(.5,.5),
  491. Position=UDim2.new(.5,0,1,0),
  492. Size=UDim2.new(0,0,.1,0),
  493. BorderSizePixel=0,
  494. BackgroundColor3=Color3.new(0,1,0),
  495. ZIndex=2,
  496. }
  497.  
  498. local hey3=create("TextLabel"){
  499. Parent=hey,
  500. AnchorPoint=Vector2.new(.5,.5),
  501. Position=UDim2.new(.5,0,1.5,0),
  502. Size=UDim2.new(1,0,1,0),
  503. BackgroundTransparency=1,
  504. Text=txat,
  505. TextStrokeTransparency=0,
  506. TextScaled=true,
  507. Font="Bodoni",
  508. TextColor3=Color3.new(0,1,0)
  509. }
  510. coroutine.resume(coroutine.create(function()
  511. hey2:TweenSize(UDim2.new(1,0,.1,0), "Out", "Quad", .7,true)
  512. swait(25)
  513. hey3:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Quad", 1.5,true)
  514. swait(80)
  515. hey2:TweenSize(UDim2.new(0,0,.1,0), "Out", "Quad", .7,true)
  516. end))
  517. end
  518.  
  519.  
  520. createframingedst("[W] Walk",.5,.75,.15,.07)
  521. createframingedst("[A] Walk",.4,.85,.15,.07)
  522. createframingedst("[S] Walk",.5,.85,.15,.07)
  523. createframingedst("[D] Walk",.6,.85,.15,.07)
  524. createframingedst("[Space] Jump",.5,.95,.2,.1)
  525. createframingedst("[Esc] Menu",.4,.75,.1,.05)
  526. createframingedst("[/] Chat",.6,.75,.1,.05)
  527.  
  528. createframingedst("[UARROW] Walk",.25,.85,.15,.07)
  529. createframingedst("[DARROW] Walk",.75,.85,.15,.07)
  530. createframingedst("[LARROW] Rotate Camera",.25,.75,.15,.07)
  531. createframingedst("[RARROW] Rotate Camera",.75,.75,.15,.07)
  532.  
  533. createframingedst("[LMB] Shoot",.3,.95,.15,.07)
  534. createframingedst("[RMB] Shoot",.7,.95,.15,.07)
  535.  
  536. createframingedst("Move List:",.1,.05,.1,.06)
  537. createframingedst("[Q] True Power",.1,.1,.1,.06)
  538. createframingedst("[E] Useless Dash",.1,.15,.1,.06)
  539. createframingedst("[R] Literally Jump",.1,.2,.1,.06)
  540. createframingedst("[T] Meaningless Taunt",.1,.25,.1,.06)
  541. createframingedst("[Y] Yell",.1,.3,.1,.06)
  542. createframingedst("[U] See",.1,.35,.1,.06)
  543. createframingedst("[I] It's me Vegeta",.1,.4,.1,.06)
  544. createframingedst("[O] What is this i don't even",.1,.45,.1,.06)
  545. createframingedst("[P] Suicide",.1,.5,.1,.06)
  546. createframingedst("[[] You're already Alive.",.1,.55,.1,.06)
  547. createframingedst("[]] Slamming",.1,.6,.1,.06)
  548. createframingedst("[F] Checke it out",.1,.65,.1,.06)
  549. createframingedst("[G] Someone's Despair",.1,.7,.1,.06)
  550. createframingedst("[H] Directioninged Shootinged",.1,.75,.1,.06)
  551. createframingedst("[J] Burning Bar",.1,.8,.1,.06)
  552. createframingedst("[K] AAAAAAAAAAAAAAAAAA",.1,.85,.1,.06)
  553. createframingedst("[L] WeakNova",.1,.9,.1,.06)
  554. createframingedst("[;] Freezing Furry",.1,.95,.1,.06)
  555. createframingedst("['] Lunch",.9,.05,.1,.06)
  556. createframingedst("[Z] pun",.9,.1,.1,.06)
  557. createframingedst("[X] k",.9,.15,.1,.06)
  558. createframingedst("[C] crosh",.9,.2,.1,.06)
  559. createframingedst("[V] Telepork",.9,.25,.1,.06)
  560. createframingedst("[B] :kill music 12",.9,.3,.1,.06)
  561. createframingedst("[N] Warden fanboy",.9,.35,.1,.06)
  562. createframingedst("[M] Unregistered HyperCam 2",.9,.4,.1,.06)
  563. createframingedst("[,] -90 Deagree Camera Rotate",.9,.45,.1,.06)
  564. createframingedst("[.] 90 Deagree Camera Rotate",.9,.5,.1,.06)
  565. createframingedst("[`] Show backpack",.9,.55,.1,.06)
  566. createframingedst("[1] Select Tool/Hopperbin",.9,.6,.1,.06)
  567. createframingedst("[2] Select Tool/Hopperbin",.9,.65,.1,.06)
  568. createframingedst("[3] Select Tool/Hopperbin",.9,.7,.1,.06)
  569. createframingedst("[4] Select Tool/Hopperbin",.9,.75,.1,.06)
  570. createframingedst("[5] Select Tool/Hopperbin",.9,.8,.1,.06)
  571. createframingedst("[6] Select Tool/Hopperbin",.9,.85,.1,.06)
  572. createframingedst("[7] Select Tool/Hopperbin",.9,.9,.1,.06)
  573. createframingedst("[8] Select Tool/Hopperbin",.9,.95,.1,.06)
  574. createframingedst("[9] Select Tool/Hopperbin",.3,.1,.1,.06)
  575. createframingedst("[0] Select Tool/Hopperbin",.3,.2,.1,.06)
  576. createframingedst("[-] Totally not haunted arrows",.7,.1,.1,.06)
  577. createframingedst("[=] DeadEars",.7,.2,.1,.06)
  578.  
  579. createframingedst("[Tab] Show Leader Board",.5,.05,.2,.06)
  580. createframingedst("[BackSpace] Drop Selected Tool",.5,.13,.2,.06)
  581. swait(12)
  582.  
  583. function FindNearestTorso(pos,distance)
  584. local list=(workspace:children())
  585. local torso=nil
  586. local dist=distance
  587. local temp,human,temp2,temp3=nil,nil,nil,nil
  588. for x=1,#list do
  589. temp2=list[x]
  590. if temp2.className=="Model"and temp2.Name~=chr.Name then
  591. temp=temp2:findFirstChild("Torso")
  592. temp3=temp2:findFirstChild("UpperTorso")
  593. human=temp2:findFirstChildOfClass("Humanoid")
  594. if temp~=nil and human~=nil and human.Health>=0 and (temp.Position-pos).magnitude<dist then
  595. local dohit=true
  596. if dohit==true then
  597. torso=temp
  598. dist=(temp.Position-pos).magnitude
  599. end
  600. elseif temp3~=nil and human~=nil and human.Health>=0 and (temp3.Position-pos).magnitude<dist then
  601. local dohit=true
  602. if dohit==true then
  603. torso=temp3
  604. dist=(temp3.Position-pos).magnitude
  605. end
  606. end
  607. end
  608. end
  609. return torso,dist
  610. end
  611.  
  612. function Damage(Type,Partzz,hit,dmg,delay,hs,hv,hp)
  613. if hit.Parent==nil then
  614. return
  615. end
  616. local h=hit.Parent:FindFirstChildOfClass("Humanoid")
  617. for _,v in pairs(hit.Parent:children()) do
  618. if v:IsA("Humanoid")then
  619. h=v
  620. end
  621. end
  622. if h~=nil and hit.Parent.Name~=chr.Name then
  623. if hit.Parent:findFirstChild("AHit")==nil then
  624. if ohno then
  625. h.Health=h.Health-(dmg*666)
  626. else
  627. h.Health=h.Health-dmg
  628. end
  629. if h.Health>=100000 then
  630. h.MaxHealth=100
  631. h.Health=100
  632. end
  633. end
  634. if hit.Parent:findFirstChild("AHit")==nil then
  635. local c=create("BoolValue"){
  636. Name="AHit",
  637. Value=true,
  638. Parent=hit.Parent}
  639. game:GetService("Debris"):AddItem(c,delay)
  640. if hs~=""and hit.Parent~=nil then
  641. sounds(hit.Parent.Head,hs,hv,hp)
  642. end
  643.  
  644. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  645. ref.Anchored=true
  646. ref.CFrame=CFrame.new(hit.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  647. if dmg>.001 then
  648. --damagegui(ref,"-"..dmg)
  649. elseif dmg<-0 then
  650. --damagegui(ref,"+"..dmg)
  651. end
  652.  
  653. if Type=="Disappear"then
  654. Partzz.Parent=nil
  655.  
  656. elseif Type=="arc" then
  657. local hahah=create("ArcHandles"){
  658. Parent=hit.Parent:findFirstChild("Head"),
  659. Adornee=hit.Parent:findFirstChild("Head"),
  660. Color3=Color3.new(1,1,1)
  661. }
  662. elseif Type=="aa" then
  663. local txt=create("BillboardGui"){
  664. Parent=ref,
  665. Adornee=ref,
  666. Name="stop",
  667. Size=UDim2.new(2, 0, 2, 0),
  668. ExtentsOffset=Vector3.new(0, 8, 0)}
  669.  
  670. local haah=create("ImageLabel"){
  671. Parent=txt,
  672. AnchorPoint=Vector2.new(.5,.5),
  673. Size=UDim2.new(1, 0, 1, 0),
  674. Position=UDim2.new(.5, 0, .5, 0),
  675. BackgroundTransparency=1,
  676. Image="rbxassetid://227153795"}
  677.  
  678. coroutine.resume(coroutine.create(function(t)
  679. haah:TweenSize(UDim2.new(8,0,8,0), "Out", "Sine", 1,true)
  680. swait(100)
  681. haah:Remove()
  682. end),txt)
  683.  
  684. elseif Type=="None"then
  685.  
  686. elseif Type=="Yellar"then
  687. for _,c in pairs(hit.Parent:children()) do
  688. if c:IsA("BasePart") then
  689. c.BrickColor=BrickColor.new("New Yeller")
  690. elseif c:IsA("Accessory") then
  691. for _,g in pairs(c:children()) do
  692. if g:IsA("BasePart") then
  693. g.BrickColor=BrickColor.new("New Yeller")
  694. end
  695. end
  696. end
  697. end
  698. elseif Type=="Good"then
  699. chato(hit,"i dont feeled so goodest",.01)
  700. local dont=create("Sound"){
  701. Parent=Root,
  702. SoundId="rbxassetid://1988688807",
  703. Volume=8,
  704. PlaybackSpeed=1,
  705. MaxDistance=66666666,
  706. Name="feel"}
  707. dont:Play()
  708. coroutine.resume(coroutine.create(function(h)
  709. for ai=0,1,.0006 do
  710. swait()
  711. for _,c in pairs(hit.Parent:children()) do
  712. if c:IsA("BasePart") and c.Name~=Root.Name then
  713. c.Transparency=ai
  714. elseif c:IsA("Accessory") or c:IsA("Hat") then
  715. for _,g in pairs(c:children()) do
  716. if g:IsA("BasePart") then
  717. g.Transparency=ai
  718.  
  719. for _,v in pairs(c:children()) do
  720. if v:IsA("BasePart") then
  721. v.Transparency=ai
  722. end
  723. end
  724.  
  725. elseif c:IsA("Model") then
  726.  
  727. for _,v in pairs(c:children()) do
  728. if v:IsA("BasePart") then
  729. v.Transparency=ai
  730. for _,h in pairs(v:children()) do
  731. if h:IsA("BasePart") then
  732. h.Transparency=ai
  733. end
  734. end
  735. elseif v:IsA("Model") then
  736.  
  737. for _,h in pairs(v:children()) do
  738. if h:IsA("BasePart") then
  739. h.Transparency=ai
  740. end
  741. end
  742.  
  743. end
  744. end
  745.  
  746.  
  747.  
  748. end
  749. end
  750. end
  751. end
  752. if hit.Parent==nil then
  753. break
  754. end
  755. end
  756.  
  757. for si=1,-.02,-.02 do
  758. swait()
  759. for _,c in pairs(hit.Parent:children()) do
  760. if c:IsA("BasePart") and c.Name~=Root.Name then
  761. c.Transparency=si
  762. elseif c:IsA("Accessory") or c:IsA("Hat") then
  763. for _,g in pairs(c:children()) do
  764. if g:IsA("BasePart") then
  765. g.Transparency=si
  766.  
  767. for _,v in pairs(c:children()) do
  768. if v:IsA("BasePart") then
  769. v.Transparency=si
  770. end
  771. end
  772.  
  773. elseif c:IsA("Model") then
  774.  
  775. for _,v in pairs(c:children()) do
  776. if v:IsA("BasePart") then
  777. v.Transparency=si
  778. for _,h in pairs(v:children()) do
  779. if h:IsA("BasePart") then
  780. h.Transparency=si
  781. end
  782. end
  783. elseif v:IsA("Model") then
  784.  
  785. for _,h in pairs(v:children()) do
  786. if h:IsA("BasePart") then
  787. h.Transparency=si
  788. end
  789. end
  790.  
  791. end
  792. end
  793.  
  794.  
  795.  
  796. end
  797. end
  798. end
  799. end
  800. if hit.Parent==nil then
  801. break
  802. end
  803. end
  804.  
  805. if hit.Parent~=nil then
  806. sounds(hit,"233844049",7,1)
  807. Effect(e,"Deep blue",hit.CFrame,.1,.1,.1,0,0,0,.007,"FileMesh",2,2,"2461613560")
  808. --hit.Parent:BreakJoints()
  809. hit.Parent:findFirstChildOfClass("Humanoid").Health=hit.Parent:findFirstChildOfClass("Humanoid").MaxHealth/300
  810. end
  811. end),hit)
  812. elseif Type=="Poosh"then
  813. h.Jump=true
  814. local angle=(hit.Position-(Partzz.Position+Vector3.new(0,0,0))).unit
  815. local vec=create("BodyVelocity"){
  816. Parent=hit,
  817. MaxForce=Vector3.new(math.huge,math.huge,math.huge),
  818. Velocity=(angle*(90+math.random(30,60)))+(Partzz.CFrame.upVector*(90+math.random(30,60)))
  819. }
  820. game:GetService("Debris"):AddItem(vec,3)
  821. end
  822. end
  823. end
  824. end
  825.  
  826. --[[function damagegui(parz,text,ccc)
  827. local damag=create("BillboardGui"){
  828. Size=UDim2.new(5, 0, 15, 0),
  829. Adornee=parz,
  830. Parent=parz,
  831. ExtentsOffset=Vector3.new(0, 3, 0),
  832. AlwaysOnTop=true
  833. }
  834. local damagLabel=create("TextLabel"){
  835. AnchorPoint=Vector2.new(.5,.5),
  836. BackgroundTransparency=1,
  837. TextStrokeTransparency=1,
  838. TextTransparency=0,
  839. Position=UDim2.new(.5, 0, .5, 0),
  840. Size=UDim2.new(1, 0, .2, 0),
  841. Text=text,
  842. Font="SourceSans",
  843. TextScaled=true,
  844. Parent=damag,
  845. TextColor3=BrickColor.new(ccc).Color,
  846. }
  847. local raise=.4
  848. game:GetService("Debris"):AddItem(parz,4)
  849. coroutine.resume(coroutine.create(function()
  850. for i=0,1.1,.01 do
  851. swait()
  852. if raise>.01 then
  853. raise=raise-.01
  854. elseif raise<=0 then
  855. raise=0
  856. end
  857. damagLabel.Text=text
  858. damagLabel.TextTransparency=i
  859. damagLabel.TextStrokeTransparency=i
  860. parz.Position=parz.Position+Vector3.new(0,raise,0)
  861. end
  862. parz:Remove()
  863. end))
  864. end]]
  865.  
  866. function Mdamage(Type,Partzz,Magn,Dmg,delay,hs,hv,hp)
  867. for _,c in pairs(workspace:children()) do
  868. local hum=c:findFirstChildOfClass("Humanoid")
  869. if hum~=nil then
  870. local ddee1=c:findFirstChild("Torso")
  871. local ddee2=c:findFirstChild("UpperTorso")
  872. if ddee1~=nil and ddee2==nil then
  873. local targ=ddee1.Position-Partzz.Position
  874. local mag=targ.magnitude
  875. if mag<=Magn and c.Name~=plr.Name then
  876. Damage(Type,Partzz,ddee1,Dmg,delay,hs,hv,hp)
  877. end
  878. elseif ddee1==nil and ddee2~=nil then
  879. local targ=ddee2.Position-Partzz.Position
  880. local mag=targ.magnitude
  881. if mag<=Magn and c.Name~=plr.Name then
  882. Damage(Type,Partzz,ddee2,Dmg,delay,hs,hv,hp)
  883. end
  884. end
  885. end
  886. end
  887. end
  888.  
  889. --v efec
  890. function Effect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  891. local ex=create("Part"){
  892. Size=Vector3.new(.2,.2,.2),
  893. BrickColor=BrickColor.new(color),
  894. CanCollide=false,
  895. Material="Neon",
  896. Anchored=true,
  897. CFrame=CF,
  898. Parent=par}
  899. NoOutline(ex)
  900. local exe=create("SpecialMesh"){
  901. Scale=Vector3.new(x,y,z),
  902. MeshType=mtyp,
  903. Parent=ex}
  904. if mtyp=="FileMesh"and id~=""then
  905. exe.MeshId="rbxassetid://"..id
  906. end
  907. game:GetService("Debris"):AddItem(ex,10)
  908. local ez=ex.CFrame
  909. local nu=0
  910. local no=math.random()-math.random()
  911. coroutine.resume(coroutine.create(function()
  912. for i=0,1.01,de do
  913. swait()
  914. if typ~=5 then
  915. ex.Transparency=i
  916. end
  917. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  918. if typ==1 then
  919. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  920. elseif typ==2 then
  921. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  922. elseif typ==3 then
  923. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  924. elseif typ==4 then
  925. nu=nu+no
  926. ez=ez*CFrame.new(0,rad,0)
  927. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  928. --ex.CFrame=ex.CFrame
  929. end
  930. end
  931. ex:Remove()
  932. end))
  933. return ex
  934. end
  935.  
  936. function REffect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  937. local ex=create("Part"){
  938. Size=Vector3.new(.2,.2,.2),
  939. BrickColor=BrickColor.new(color),
  940. CanCollide=false,
  941. Material="Neon",
  942. Anchored=true,
  943. CFrame=CF,
  944. Parent=par,
  945. Transparency=1}
  946. NoOutline(ex)
  947. local exe=create("SpecialMesh"){
  948. Scale=Vector3.new(x,y,z),
  949. MeshType=mtyp,
  950. Parent=ex}
  951. if mtyp=="FileMesh"and id~=""then
  952. exe.MeshId="rbxassetid://"..id
  953. end
  954. game:GetService("Debris"):AddItem(ex,10)
  955. local ez=ex.CFrame
  956. local nu=0
  957. local no=math.random()-math.random()
  958. coroutine.resume(coroutine.create(function()
  959. for i=1,-.01,-de do
  960. swait()
  961. if typ~=5 then
  962. ex.Transparency=i
  963. end
  964. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  965. if typ==1 then
  966. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  967. elseif typ==2 then
  968. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  969. elseif typ==3 then
  970. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  971. elseif typ==4 then
  972. nu=nu+no
  973. ez=ez*CFrame.new(0,rad,0)
  974. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  975. --ex.CFrame=ex.CFrame
  976. end
  977. end
  978. ex:Remove()
  979. end))
  980. return ex
  981. end
  982.  
  983. function LockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  984. local ex=create("Part"){
  985. Size=Vector3.new(.2,.2,.2),
  986. BrickColor=BrickColor.new(color),
  987. CanCollide=false,
  988. Material="Neon",
  989. Anchored=true,
  990. CFrame=CF,
  991. Parent=par}
  992. NoOutline(ex)
  993. local exe=create("SpecialMesh"){
  994. Scale=Vector3.new(x,y,z),
  995. MeshType=mtyp,
  996. Parent=ex}
  997. if mtyp=="FileMesh"and id~=""then
  998. exe.MeshId="rbxassetid://"..id
  999. end
  1000. game:GetService("Debris"):AddItem(ex,10)
  1001. local ez=ex.CFrame
  1002. local nu=0
  1003. local no=math.random()-math.random()
  1004. coroutine.resume(coroutine.create(function()
  1005. for i=0,1.01,de do
  1006. swait()
  1007. if typ~=5 then
  1008. ex.Transparency=i
  1009. end
  1010. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  1011. if typ==1 then
  1012. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  1013. elseif typ==2 then
  1014. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  1015. elseif typ==3 then
  1016. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  1017. elseif typ==4 then
  1018. nu=nu+no
  1019. locke=locke*CFrame.new(0,rad,0)
  1020. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  1021. --ex.CFrame=ex.CFrame
  1022. end
  1023. end
  1024. ex:Remove()
  1025. end))
  1026. return ex
  1027. end
  1028.  
  1029. function RLockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  1030. local ex=create("Part"){
  1031. Size=Vector3.new(.2,.2,.2),
  1032. BrickColor=BrickColor.new(color),
  1033. CanCollide=false,
  1034. Material="Neon",
  1035. Anchored=true,
  1036. CFrame=CF,
  1037. Parent=par,
  1038. Transparency=1}
  1039. NoOutline(ex)
  1040. local exe=create("SpecialMesh"){
  1041. Scale=Vector3.new(x,y,z),
  1042. MeshType=mtyp,
  1043. Parent=ex}
  1044. if mtyp=="FileMesh"and id~=""then
  1045. exe.MeshId="rbxassetid://"..id
  1046. end
  1047. game:GetService("Debris"):AddItem(ex,10)
  1048. local ez=ex.CFrame
  1049. local nu=0
  1050. local no=math.random()-math.random()
  1051. coroutine.resume(coroutine.create(function()
  1052. for i=1,-.01,-de do
  1053. swait()
  1054. if typ~=5 then
  1055. ex.Transparency=i
  1056. end
  1057. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  1058. if typ==1 then
  1059. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  1060. elseif typ==2 then
  1061. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  1062. elseif typ==3 then
  1063. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  1064. elseif typ==4 then
  1065. nu=nu+no
  1066. locke=locke*CFrame.new(0,rad,0)
  1067. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  1068. --ex.CFrame=ex.CFrame
  1069. end
  1070. end
  1071. ex:Remove()
  1072. end))
  1073. return ex
  1074. end
  1075.  
  1076. --v other
  1077. function chato(par,txat,times)
  1078. if Head:findFirstChild("godwhycos") then
  1079. Head:findFirstChild("godwhycos"):Remove()
  1080. end
  1081. local ddad=create("BillboardGui"){
  1082. Parent=par,
  1083. Adornee=par,
  1084. Name="godwhycos",
  1085. Size=UDim2.new(2, 0, 1.2, 0),
  1086. StudsOffset=Vector3.new(0, 5, 0)}
  1087.  
  1088. local aaaha=create("TextLabel"){
  1089. Parent=ddad,
  1090. AnchorPoint=Vector2.new(.5,.5),
  1091. Position=UDim2.new(.5,0,.5,0),
  1092. Size=UDim2.new(10,0,7,0),
  1093. FontSize="Size12",
  1094. TextScaled=true,
  1095. TextTransparency=1,
  1096. BackgroundTransparency=1,
  1097. TextStrokeTransparency=1,
  1098. Font="Bodoni",
  1099. Text=txat,
  1100. TextStrokeColor3=Color3.new(0, 0, 0),
  1101. ZIndex=10}
  1102. coroutine.resume(coroutine.create(function()
  1103. for i=0,1,.03 do
  1104. swait()
  1105. aaaha.TextTransparency=1-1*i
  1106. aaaha.TextStrokeTransparency=1-1*i
  1107. aaaha.Rotation=90-90*i
  1108. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1109. end
  1110. for i=0,1,times do
  1111. swait()
  1112. aaaha.Rotation=0+5*i
  1113. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1114. end
  1115.  
  1116. for i=0,1,.04 do
  1117. swait()
  1118. aaaha.BackgroundTransparency=math.random(0,100)/100
  1119. aaaha.Rotation=math.random(0,360)
  1120. aaaha.BackgroundColor3=Color3.new(math.random(),math.random(),math.random())
  1121. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1122. end
  1123. ddad:Remove()
  1124. end))
  1125. end
  1126. --v attack
  1127.  
  1128. local hold=false
  1129. local hold2=false
  1130. function H()
  1131. attack=true
  1132. local aaaa=1
  1133.  
  1134. local function take_a_H()
  1135. local whyz=CFrame.new((V.Position+mouse.Hit.p)/2,mouse.Hit.p)
  1136. local what=(V.Position-mouse.Hit.p).magnitude
  1137. Effect(e,"Really red",whyz,14,14,what*5,0,0,0,.08,"Sphere",6,0,"")
  1138. Effect(e,"Really black",CFrame.new(mouse.Hit.p)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.1,.1,.1,.01,.01,.01,.08,"FileMesh",6,0,"442365879")
  1139. Effect(e,"Really black",CFrame.new(mouse.Hit.p)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.1,.1,.1,0,0,0,.05,"FileMesh",3,math.random(10,30)/10,"442365879")
  1140. sounds(V,"1427635061",2,1)
  1141. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Teal",Enum.Material.Neon,0,1)
  1142. ref.Anchored=true
  1143. ref.CFrame=CFrame.new(mouse.Hit.p)
  1144. Mdamage("None",ref,9,1,0,"2373839751",.8,math.random(15,25)/10)
  1145. sounds(ref,"1427635061",1,1)
  1146. game:GetService("Debris"):AddItem(ref,1)
  1147. end
  1148.  
  1149. repeat
  1150. swait()
  1151. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  1152. local direction=aim.lookVector
  1153. local heed=math.atan2(direction.x,direction.z)
  1154. local heed=math.deg(heed)
  1155. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  1156. if aaaa==1 then
  1157. aaaa=2
  1158. RJ.C0=clerp(RJ.C0,CFrame.new(7.56978979e-10, 2.38417385e-07, -7.1525212e-12, 0.00317499996, -0.552035034, 0.833814979, 0.999994993, 0.00177773461, -0.00263081421, -2.99998483e-05, 0.833819032, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1159. Neck.C0=clerp(Neck.C0,CFrame.new(1.50001752, 0.00266505592, -0.00394733995, 0.00317499996, 0.999994993, -2.99998483e-05, -0.552035034, 0.00177773461, 0.833819032, 0.833814979, -0.00263081421, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1160. RS.C0=clerp(RS.C0,CFrame.new(0.880529165, -2.34262538, -1.542853, -0.00317408983, -0.0560368411, -0.998423755, 0.531913459, -0.845561087, 0.0457663685, -0.846792877, -0.530929804, 0.0324906372)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1161. LS.C0=clerp(LS.C0,CFrame.new(-0.127316177, -0.240197301, -1.71557355, -0.260561109, 0.752706528, 0.604599774, -0.223529696, -0.656248987, 0.720674574, 0.939224541, 0.0526337922, 0.3392452)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1162. RH.C0=clerp(RH.C0,CFrame.new(-1.99847496, -0.279578537, 0.422180563, 0.00317499996, -0.941149652, -0.337975383, -0.552035034, 0.280162185, -0.785344839, 0.833814979, 0.189067751, -0.518658102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1163. LH.C0=clerp(LH.C0,CFrame.new(-2.00164962, 0.272474021, -0.411667407, 0.00317499996, 0.999994993, -2.99998483e-05, -0.552035034, 0.00177773461, 0.833819032, 0.833814979, -0.00263081421, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1164. else
  1165. aaaa=1
  1166. take_a_H()
  1167. RJ.C0=clerp(RJ.C0,CFrame.new(7.56978979e-10, 2.38417385e-07, -7.1525212e-12, 0.00317499996, -0.552035034, 0.833814979, 0.999994993, 0.00177773461, -0.00263081421, -2.99998483e-05, 0.833819032, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1168. Neck.C0=clerp(Neck.C0,CFrame.new(1.50001752, 0.00266505592, -0.00394733995, 0.00317499996, 0.999994993, -2.99998483e-05, -0.552035034, 0.00177773461, 0.833819032, 0.833814979, -0.00263081421, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1169. RS.C0=clerp(RS.C0,CFrame.new(1.07251573, -2.31074381, -1.52354598, -0.00317408983, -0.357989311, -0.93372041, 0.531913459, -0.791280091, 0.301569343, -0.846792877, -0.495701283, 0.192930937)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1170. LS.C0=clerp(LS.C0,CFrame.new(-0.127316177, -0.240197301, -1.71557355, -0.260561109, 0.752706528, 0.604599774, -0.223529696, -0.656248987, 0.720674574, 0.939224541, 0.0526337922, 0.3392452)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1171. RH.C0=clerp(RH.C0,CFrame.new(-1.99847496, -0.279578537, 0.422180563, 0.00317499996, -0.941149652, -0.337975383, -0.552035034, 0.280162185, -0.785344839, 0.833814979, 0.189067751, -0.518658102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1172. LH.C0=clerp(LH.C0,CFrame.new(-2.00164962, 0.272474021, -0.411667407, 0.00317499996, 0.999994993, -2.99998483e-05, -0.552035034, 0.00177773461, 0.833819032, 0.833814979, -0.00263081421, 0.552037895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1173. end
  1174. until hold==false or dead
  1175. attack=false
  1176. end
  1177.  
  1178. function M()
  1179. attack=true
  1180. local aaaa=1
  1181.  
  1182. local function take_a_M()
  1183. local whyz=CFrame.new((C.Position+mouse.Hit.p)/2,mouse.Hit.p)
  1184. local what=(C.Position-mouse.Hit.p).magnitude
  1185. Effect(e,"Really red",whyz,14,14,what*5,0,0,0,.08,"Sphere",6,0,"")
  1186. Effect(e,"Really black",CFrame.new(mouse.Hit.p)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),2,2,2,1.5,1.5,1.5,.08,"FileMesh",6,0,"778121161")
  1187. Effect(e,"Really black",CFrame.new(mouse.Hit.p)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),7,7,7,0,0,0,.05,"FileMesh",3,math.random(10,30)/10,"778121161")
  1188. sounds(C,"1056743448",1,1)
  1189. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Teal",Enum.Material.Neon,0,1)
  1190. ref.Anchored=true
  1191. ref.CFrame=CFrame.new(mouse.Hit.p)
  1192. Mdamage("None",ref,9,1,0,"2373839751",.8,math.random(15,25)/10)
  1193. sounds(ref,"1056743448",1,1)
  1194. game:GetService("Debris"):AddItem(ref,1)
  1195. end
  1196.  
  1197. repeat
  1198. swait()
  1199. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  1200. local direction=aim.lookVector
  1201. local heed=math.atan2(direction.x,direction.z)
  1202. local heed=math.deg(heed)
  1203. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  1204. if aaaa==1 then
  1205. aaaa=2
  1206. RJ.C0=clerp(RJ.C0,CFrame.new(-0, 0, 0, 0.00148700108, 5.31790612e-10, 0.999998868, 0.503483415, 0.864004552, -0.000748681603, -0.864003658, 0.503483951, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1207. Neck.C0=clerp(Neck.C0,CFrame.new(2.69805241, 0.163884044, -0.00401201099, 0.00148700108, 0.503483415, -0.864003658, 5.31790612e-10, 0.864004552, 0.503483951, 0.999998868, -0.000748681603, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1208. RS.C0=clerp(RS.C0,CFrame.new(-1.0139817, -1.74134886, 0.511695504, 0.00148700108, 0.503483415, -0.864003658, 5.31790612e-10, 0.864004552, 0.503483951, 0.999998868, -0.000748681603, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1209. LS.C0=clerp(LS.C0,CFrame.new(2.49480009, -1.42399573, -0.0348791033, 0.0157926437, -0.877478123, 0.479356706, 0.0316172764, 0.479615003, 0.876909256, -0.999375224, 0.00130723906, 0.0353178568)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1210. RH.C0=clerp(RH.C0,CFrame.new(0.224600732, 0.380369574, 1.97422671, 0.50058496, 0.0542087629, -0.863988578, 0.858689189, 0.0955546722, 0.503509879, 0.109852783, -0.993947029, 0.00128475286)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1211. LH.C0=clerp(LH.C0,CFrame.new(-2.16568732, -0.40786624, -0.49680683, 0.00148700108, 0.988484859, -0.15131253, 5.31793221e-10, 0.151312649, 0.988485932, 0.999998868, -0.00146987964, 0.000225001539)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1212. else
  1213. aaaa=1
  1214. take_a_M()
  1215. RJ.C0=clerp(RJ.C0,CFrame.new(-0, 0, 0, 0.00148700108, 5.31790612e-10, 0.999998868, 0.503483415, 0.864004552, -0.000748681603, -0.864003658, 0.503483951, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1216. Neck.C0=clerp(Neck.C0,CFrame.new(2.69805241, 0.163884044, -0.00401201099, 0.00148700108, 0.503483415, -0.864003658, 5.31790612e-10, 0.864004552, 0.503483951, 0.999998868, -0.000748681603, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1217. RS.C0=clerp(RS.C0,CFrame.new(-1.0139817, -1.74134886, 0.511695504, 0.00148700108, 0.503483415, -0.864003658, 5.31790612e-10, 0.864004552, 0.503483951, 0.999998868, -0.000748681603, 0.00128477532)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1218. LS.C0=clerp(LS.C0,CFrame.new(2.37509084, -1.71176732, -0.0458750576, 0.0157926437, -0.658457756, 0.752452135, 0.0316172764, 0.752498507, 0.657834649, -0.999375224, 0.0134015381, 0.0327025764)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1219. RH.C0=clerp(RH.C0,CFrame.new(0.224600732, 0.380369574, 1.97422671, 0.50058496, 0.0542087629, -0.863988578, 0.858689189, 0.0955546722, 0.503509879, 0.109852783, -0.993947029, 0.00128475286)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1220. LH.C0=clerp(LH.C0,CFrame.new(-2.16568732, -0.40786624, -0.49680683, 0.00148700108, 0.988484859, -0.15131253, 5.31793221e-10, 0.151312649, 0.988485932, 0.999998868, -0.00146987964, 0.000225001539)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  1221. end
  1222. until hold2==false or dead
  1223. attack=false
  1224. end
  1225.  
  1226. function I_All_Shoot_You_To_Po_Word()
  1227. attack=true
  1228. sounds(Head,"907329532",1.4,1)
  1229. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Lime green",Enum.Material.Neon,0,0)
  1230. ref.Anchored=true
  1231. ref.CFrame=Root.CFrame
  1232. local aaa=meshs(ref,"Mesh",Vector3.new(1,1,1),"Sphere","")
  1233. local reee=sounds(ref,"2276543255",1.3,1)
  1234. chato(Root,"I will show you true power.",.01)
  1235. for i=0,1,0.005 do
  1236. swait()
  1237. if i=.85 then
  1238. Effect(e,"Lime green",ref.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120))*CFrame.new(0,0,4+8*i),1+3*i,1+3*i,1+3*i,-.2-.5*i,-.2-.5*i,-.2-.5*i,.06,"FileMesh",3,-.6-.6*i,"2227550190")
  1239. aaa.Scale=Vector3.new(1+25*i,1+25*i,1+25*i)
  1240. end
  1241. if reee then
  1242. reee.PlaybackSpeed=1+2*i
  1243. end
  1244. ref.CFrame=Root.CFrame*CFrame.new(0,9.5,0)
  1245. RJ.C0=clerp(RJ.C0,CFrame.new(-9.25064087e-05, -4.48245228e-05, -3.05148897e-05, -1, 3.23178984e-15, -1.93907343e-19, 3.23178984e-15, -1, 5.99999985e-05, -0, 5.99999985e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1246. Neck.C0=clerp(Neck.C0,CFrame.new(1.90734863e-06, -7.65748692+3*i, -9.53674316e-07, 1, -0, 0, -0, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1247. RS.C0=clerp(RS.C0,CFrame.new(1.49995041, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1248. LS.C0=clerp(LS.C0,CFrame.new(-1.50004482, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1249. RH.C0=clerp(RH.C0,CFrame.new(2.10000992+3*i, -9.60006618, 0.000260345434, 0, 1, 0, -1, -0, 2.99999992e-05, 2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1250. LH.C0=clerp(LH.C0,CFrame.new(-2.3000183-3*i, -9.60006618, 0.000255577062, 0, -1, 0, 1, 0, 2.99999992e-05, -2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1251. if dead then
  1252. break
  1253. end
  1254. end
  1255.  
  1256. local jp=hum.JumpPower
  1257. local ws=hum.WalkSpeed
  1258. hum.JumpPower=0
  1259. hum.WalkSpeed=0
  1260. Root.Anchored=true
  1261. pssounds(Head,"879817365",3,.8,1.5,1)
  1262. for i=0,1,0.02 do
  1263. swait()
  1264. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1265. RJ.C0=clerp(RJ.C0,CFrame.new(-9.25064087e-05, -4.48245228e-05, -3.05148897e-05, -1, 3.23178984e-15, -1.93907343e-19, 3.23178984e-15, -1, 5.99999985e-05, -0, 5.99999985e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(-math.rad(45),0,0),.2)
  1266. Neck.C0=clerp(Neck.C0,CFrame.new(1.90734863e-06, -4.65748692, -9.53674316e-07, 1, -0, 0, -0, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1267. RS.C0=clerp(RS.C0,CFrame.new(1.49995041, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1268. LS.C0=clerp(LS.C0,CFrame.new(-1.50004482, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1269. RH.C0=clerp(RH.C0,CFrame.new(5.10000992, -9.60006618, 0.000260345434, 0, 1, 0, -1, -0, 2.99999992e-05, 2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1270. LH.C0=clerp(LH.C0,CFrame.new(-5.3000183, -9.60006618, 0.000255577062, 0, -1, 0, 1, 0, 2.99999992e-05, -2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1271. if dead then
  1272. break
  1273. end
  1274. end
  1275.  
  1276. for i=0,1,0.05 do
  1277. swait()
  1278. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1279. RJ.C0=clerp(RJ.C0,CFrame.new(-9.25064087e-05, -4.48245228e-05, -3.05148897e-05, -1, 3.23178984e-15, -1.93907343e-19, 3.23178984e-15, -1, 5.99999985e-05, -0, 5.99999985e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(120),0,0),.5)
  1280. Neck.C0=clerp(Neck.C0,CFrame.new(1.90734863e-06, -4.65748692, -9.53674316e-07, 1, -0, 0, -0, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1281. RS.C0=clerp(RS.C0,CFrame.new(1.49995041, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1282. LS.C0=clerp(LS.C0,CFrame.new(-1.50004482, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1283. RH.C0=clerp(RH.C0,CFrame.new(5.10000992, -9.60006618, 0.000260345434, 0, 1, 0, -1, -0, 2.99999992e-05, 2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1284. LH.C0=clerp(LH.C0,CFrame.new(-5.3000183, -9.60006618, 0.000255577062, 0, -1, 0, 1, 0, 2.99999992e-05, -2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1285. if dead then
  1286. break
  1287. end
  1288. end
  1289.  
  1290. coroutine.resume(coroutine.create(function()
  1291. ref:Remove()
  1292. local whhhhhhh=Root.CFrame
  1293. for which=1,60 do
  1294. swait()
  1295. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Lime green",Enum.Material.Neon,0,1)
  1296. ref2.Anchored=true
  1297. ref2.CFrame=whhhhhhh*CFrame.new(0,0,-which*12)
  1298. Mdamage("None",ref2,21,24,0,"787218389",1.2,1.4)
  1299. game:GetService("Debris"):AddItem(ref2,5)
  1300. chato(ref2,"I will show you true power.",.01)
  1301. sounds(ref2,"907329532",1.4,1)
  1302. sounds(ref2,"138499093",1.5,.6)
  1303. for i=1,5 do
  1304. Effect(e,"New Yeller",ref2.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,2,1,2,4,2,.04,"FileMesh",3,-25,"2390856122")
  1305. end
  1306.  
  1307. local hh=particles(ref2,.5,"White","2007756941",.1,.1,"Top",6,6,.2,0,2,2,0,0,35,44444,false,12)
  1308. hh.Rotation=NRn(0)
  1309. hh.Acceleration=Vector3.new(0, -40, 0)
  1310. end
  1311. end))
  1312.  
  1313. for i=0,1,0.04 do
  1314. swait()
  1315. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1316. RJ.C0=clerp(RJ.C0,CFrame.new(-9.25064087e-05, -4.48245228e-05, -3.05148897e-05, -1, 3.23178984e-15, -1.93907343e-19, 3.23178984e-15, -1, 5.99999985e-05, -0, 5.99999985e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(120),0,0),.5)
  1317. Neck.C0=clerp(Neck.C0,CFrame.new(1.90734863e-06, -4.65748692, -9.53674316e-07, 1, -0, 0, -0, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1318. RS.C0=clerp(RS.C0,CFrame.new(1.49995041, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1319. LS.C0=clerp(LS.C0,CFrame.new(-1.50004482, -0.018569231, 3.10746545e-05, -1, 0, 0, 0, -1, 2.99999992e-05, 0, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1320. RH.C0=clerp(RH.C0,CFrame.new(5.10000992, -9.60006618, 0.000260345434, 0, 1, 0, -1, -0, 2.99999992e-05, 2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1321. LH.C0=clerp(LH.C0,CFrame.new(-5.3000183, -9.60006618, 0.000255577062, 0, -1, 0, 1, 0, 2.99999992e-05, -2.99999992e-05, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1322. if dead then
  1323. break
  1324. end
  1325. end
  1326. hum.JumpPower=jp
  1327. hum.WalkSpeed=ws
  1328. Root.Anchored=false
  1329. attack=false
  1330. end
  1331.  
  1332. function d()
  1333. attack=true
  1334. sounds(Head,"1372188573",2,1)
  1335. local wh=particles(Torso,.5,"White","2377234098",.1,.1,"Top",3,3,0,0,5,5,0,0,4,44444,false)
  1336. wh.Size=NSn({NSKp(0,3),NSKp(.05, 0),NSKp(.1,3),NSKp(.15, 0),NSKp(.2,3),NSKp(.25, 0),NSKp(.3,3),NSKp(.35, 0),NSKp(.4,3),NSKp(.45, 0),NSKp(.5,3),NSKp(.55, 0),NSKp(.6,3),NSKp(.65, 0),NSKp(.8,5),NSKp(.95, 0),NSKp(1, 115)})
  1337. Effect(e,"White",Torso.CFrame,.1,.1,.1,.1,.1,.1,.04,"FileMesh",6,0,"2311267198")
  1338. REffect(e,"White",Torso.CFrame,.1,.1,.1,.1,.1,.1,.01,"FileMesh",6,0,"2311267198")
  1339. for i=0,1,0.03 do
  1340. swait()
  1341. Root.Velocity=Root.CFrame.lookVector*200
  1342. RJ.C0=clerp(RJ.C0,CFrame.new(4.76837158e-07, 0.306787252, 0.00741718709, 1, 7.81221002e-17, 3.23084561e-15, -3.23178984e-15, -0.0241730139, -0.999707818, 0, 0.999707818, -0.0241730157)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1343. Neck.C0=clerp(Neck.C0,CFrame.new(1.56462193e-07, -2.06646466, 0.295107931, -0.999210775, 0.0397229902, 0, 0.000961415702, 0.0241839029, 0.999707103, 0.0397113562, 0.998918116, -0.0242030062)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1344. RS.C0=clerp(RS.C0,CFrame.new(1.49995184, 0, 0.306876868, 0.81308049, -0.318931341, 0.487014443, -0.0140898116, 0.825550854, 0.564152062, -0.581980824, -0.46556294, 0.666745603)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1345. LS.C0=clerp(LS.C0,CFrame.new(-1.50004792, -5.06639481e-07, 0.306877166, 0.888714015, 0.316076249, -0.332089156, 0.0110961581, 0.709313512, 0.70480597, 0.458327711, -0.630055904, 0.626869559)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1346. RH.C0=clerp(RH.C0,CFrame.new(1.14040852, 1.83014679, 0.146901101, 1, 0, 0, 0, -0.999753296, 0.0222134665, 0, -0.0222134646, -0.999753296)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1347. LH.C0=clerp(LH.C0,CFrame.new(-1.18527555, 1.81282783, -0.18604444, 1, 0, 0, 0, -0.999553323, 0.0298875738, 0, -0.0298875719, -0.999553323)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1348. if dead then
  1349. break
  1350. end
  1351. end
  1352. wh.Enabled=false
  1353. game:GetService("Debris"):AddItem(wh,8)
  1354. attack=false
  1355. end
  1356.  
  1357. function jooj()
  1358. attack=true
  1359. hum.Jump=true
  1360. sounds(Head,"1528769572",2,1)
  1361. Effect(e,"Lime green",Torso.CFrame*CFrame.Angles(math.rad(math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),.1,.1,.1,.08,.08,.08,.01,"FileMesh",6,0,"963638795")
  1362. for i=0,1,0.03 do
  1363. swait()
  1364. Root.Velocity=Root.CFrame.upVector*200
  1365. Effect(e,"Lime green",Torso.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),.1,.1,.1,.08,.08,.08,.05,"FileMesh",3,3,"963638795")
  1366. RJ.C0=clerp(RJ.C0,CFrame.new(5.06639481e-07, -0.194639102, 0.3959077, 0.707727253, 3.58562431e-07, 0.706485868, 0.559439242, 0.610699832, -0.560422599, -0.431450933, 0.79186219, 0.432208717)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1367. Neck.C0=clerp(Neck.C0,CFrame.new(-1.56462193e-05, 2.1753509, 0.495231539, 0.731885076, 4.47034836e-07, 0.681428075, -0.402947038, -0.806431293, 0.43278417, 0.549525261, -0.591327786, -0.590214849)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1368. RS.C0=clerp(RS.C0,CFrame.new(2.6017971, 0.598683715, 2.05041456, -0.663922668, 0.686321676, -0.296933293, -0.747801244, -0.60934478, 0.26361379, -1.09374523e-05, 0.397066355, 0.917790055)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1369. LS.C0=clerp(LS.C0,CFrame.new(-2.03993297, 0.468148589, -4.12888403e-05, -0.755512953, -0.655133665, -6.02304935e-05, 0.655133724, -0.755512893, 1.74492434e-05, -5.68926334e-05, -2.6255846e-05, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1370. RH.C0=clerp(RH.C0,CFrame.new(0.500006795, -1.00227499, -1.40596104, 0.99999994, 1.7285347e-06, -2.80514359e-06, 3.02538069e-06, -0.122712746, 0.992442191, 1.4603138e-06, -0.992442369, -0.122712791)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1371. LH.C0=clerp(LH.C0,CFrame.new(1.43348801, 1.12938964, -1.08684433, 0.823658466, 0.567086399, -5.06639481e-07, -0.355445713, 0.516263962, 0.779185474, 0.441865861, -0.641782522, 0.626793504)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1372. if dead then
  1373. break
  1374. end
  1375. end
  1376. attack=false
  1377. end
  1378.  
  1379. function skid()
  1380. local asd=math.random(1,4)
  1381. if asd==1 then
  1382. sounds(Head,"135293456",3,math.random(60,140)/100)
  1383. chato(Root,"You is can't't squirm,",.02)
  1384.  
  1385. elseif asd==2 then
  1386. sounds(Head,"135293456",3,math.random(60,140)/100)
  1387. chato(Root,"how to existence",.02)
  1388.  
  1389. elseif asd==3 then
  1390. sounds(Head,"135293456",3,math.random(60,140)/100)
  1391. chato(Root,"baned",.02)
  1392.  
  1393. elseif asd==4 then
  1394. sounds(Head,"135293456",3,math.random(60,140)/100)
  1395. chato(Root,"| || || |_",.02)
  1396.  
  1397. end
  1398. end
  1399.  
  1400. function New_Yeller()
  1401. attack=true
  1402.  
  1403. sounds(Head,"2053842125",4,1)
  1404. chato(Root,'BrickColor.new("New Yeller")',.035)
  1405. for i=0,1,0.02 do
  1406. swait()
  1407. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -3.13957957e-17, 1.4516241e-15, -1.45196355e-15, 0.0216229912, -0.999766231, 0, 0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1408. Neck.C0=clerp(Neck.C0,CFrame.new(-1.25438655e-15, 1.29733133, -0.836067617, 1, -1.45196355e-15, 0, -3.13957957e-17, 0.0216229912, 0.999766231, 1.4516241e-15, -0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1409. RS.C0=clerp(RS.C0,CFrame.new(1.49995422, -1.45154679, -0.0313504823, 1, 0, 0, 0, 0.999766231, -0.0216229912, 0, 0.0216229912, 0.999766231)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1410. LS.C0=clerp(LS.C0,CFrame.new(-1.50004578, -1.45154679, -0.0313504823, 1, 0, 0, 0, 0.999766231, -0.0216229912, 0, 0.0216229912, 0.999766231)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1411. RH.C0=clerp(RH.C0,CFrame.new(2.28881836e-05, 1.86617839, 0.368192732, 1, 0, 0, 0, -0.481157213, 0.876634359, 0, -0.876634359, -0.481157213)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1412. LH.C0=clerp(LH.C0,CFrame.new(-3.05175781e-05, 2.33348703, 2.05093408, 1, -1.45196355e-15, 0, -3.13957957e-17, 0.0216229912, 0.999766231, 1.4516241e-15, -0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1413. if dead then
  1414. break
  1415. end
  1416. end
  1417. local ref=parts(m,"ref",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,1,1)
  1418. ref.CFrame=Root.CFrame
  1419. ref.Anchored=true
  1420. sounds(Head,"2229933100",4,.7)
  1421. for i=0,1,0.004 do
  1422. swait()
  1423. ref.CFrame=Root.CFrame*CFrame.new(0,0,-7)
  1424. Mdamage("Yellar",ref,14,6,.1,"1514582125",2,math.random(100,150)/100)
  1425. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -3.13957957e-17, 1.4516241e-15, -1.45196355e-15, 0.0216229912, -0.999766231, 0, 0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1426. Neck.C0=clerp(Neck.C0,CFrame.new(-1.25438655e-15, 1.29733133, -0.836067617, 1, -1.45196355e-15, 0, -3.13957957e-17, 0.0216229912, 0.999766231, 1.4516241e-15, -0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1427. RS.C0=clerp(RS.C0,CFrame.new(1.49995422, -1.45154679, -0.0313504823, 1, 0, 0, 0, 0.999766231, -0.0216229912, 0, 0.0216229912, 0.999766231)*CFrame.new(math.random(-10,10)/3,math.random(-10,10)/3,math.random(-10,10)/3)*CFrame.Angles(0,0,0),1)
  1428. LS.C0=clerp(LS.C0,CFrame.new(-1.50004578, -1.45154679, -0.0313504823, 1, 0, 0, 0, 0.999766231, -0.0216229912, 0, 0.0216229912, 0.999766231)*CFrame.new(math.random(-10,10)/3,math.random(-10,10)/3,math.random(-10,10)/3)*CFrame.Angles(0,0,0),1)
  1429. RH.C0=clerp(RH.C0,CFrame.new(2.28881836e-05, 1.86617839, 0.368192732, 1, 0, 0, 0, -0.481157213, 0.876634359, 0, -0.876634359, -0.481157213)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1430. LH.C0=clerp(LH.C0,CFrame.new(-3.05175781e-05, 2.33348703, 2.05093408, 1, -1.45196355e-15, 0, -3.13957957e-17, 0.0216229912, 0.999766231, 1.4516241e-15, -0.999766231, 0.0216229912)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1431. Effect(e,"New Yeller",V.CFrame*CFrame.Angles(0,0,math.rad(math.random(-360,360))),3,3,3,0,0,0,.04,"FileMesh",3,1,"2421631161")
  1432. Effect(e,"New Yeller",C.CFrame*CFrame.Angles(0,0,math.rad(math.random(-360,360))),3,3,3,0,0,0,.04,"FileMesh",3,1,"2421631161")
  1433. if dead then
  1434. break
  1435. end
  1436. end
  1437. ref:Remove()
  1438. attack=false
  1439. end
  1440.  
  1441. function Saw()
  1442. attack=true
  1443. sounds(Head,"2108106631",43,1)
  1444. local aa=create("Sound"){
  1445. Parent=Root,
  1446. SoundId="rbxassetid://2075228138",
  1447. Volume=1.6,
  1448. PlaybackSpeed=1,
  1449. MaxDistance=66666666,
  1450. Name="9",
  1451. Looped=true}
  1452. aa:Play()
  1453. local wh=particles(Torso,.5,"White","2421655577",.1,0,"Top",3,3,0,0,4,4,0,0,5,44444,false)
  1454. wh.Rotation=NRn(0)
  1455. wh.Rate=30
  1456. local a=0
  1457. local b=0
  1458. chato(Root,"can i die you",.02)
  1459. for i=0,1,0.001 do
  1460. swait()
  1461. a=a+71
  1462. b=b+2
  1463. Mdamage("None",Torso,11,5,.1,"1796352594",2,1)
  1464. Effect(e,"Really red",V.CFrame*CFrame.new(0,0,-7),3,3,30,0,0,0,.03,"Sphere",6,0,"")
  1465. Effect(e,"Really red",C.CFrame*CFrame.new(0,0,-7),3,3,30,0,0,0,.03,"Sphere",6,0,"")
  1466.  
  1467. RJ.C0=clerp(RJ.C0,CFrame.new(-4.28754737e-15, 1.47646523, -4.19616699e-05, 1, -2.9039271e-15, -6.46234854e-27, -2.9039271e-15, 1, 0, -6.46234854e-27, 0, 1)*CFrame.Angles(0,math.rad(b),0)*CFrame.new(0,0,0+20*math.cos(sin/5))*CFrame.Angles(math.rad(a),0,0),1)
  1468. Neck.C0=clerp(Neck.C0,CFrame.new(-8.16973204e-20, 2.81333923e-05, -0.0999946594, 1, -2.9039271e-15, -6.46234854e-27, -2.9039271e-15, 1, 0, -6.46234854e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1469. RS.C0=clerp(RS.C0,CFrame.new(-2.67028809e-05, -4.00980663, 0.583017588, 1, -1.25743714e-15, -7.25982039e-16, -1.45196355e-15, 0.866025269, 0.500000179, 0, -0.500000179, 0.866025269)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1470. LS.C0=clerp(LS.C0,CFrame.new(-5.7220459e-05, 4.00980663, -0.583021879, 1, 1.25743714e-15, 7.25982039e-16, -1.45196355e-15, -0.866025269, -0.500000179, 0, 0.500000179, -0.866025269)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1471. RH.C0=clerp(RH.C0,CFrame.new(2.28881836e-05, 1.9999299, -3.81469727e-06, 1, 1.45196355e-15, 6.46234854e-27, -1.45196355e-15, -1, 0, 0, 0, -1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1472. LH.C0=clerp(LH.C0,CFrame.new(-2.67028809e-05, -2.0000689, -3.81469727e-06, 1, -2.9039271e-15, -6.46234854e-27, -2.9039271e-15, 1, 0, -6.46234854e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1473. if dead then
  1474. break
  1475. end
  1476. end
  1477. aa:Remove()
  1478. wh:Remove()
  1479. attack=false
  1480. end
  1481.  
  1482. function ok()
  1483. attack=true
  1484. local hh=create("Sound"){
  1485. Parent=Root,
  1486. SoundId="rbxassetid://2407404011",
  1487. Volume=3,
  1488. PlaybackSpeed=1,
  1489. MaxDistance=66666666,
  1490. Name="ded"}
  1491. hh:Play()
  1492. theme.Volume=0
  1493. local a1=math.random(-10,10)
  1494. local a2=math.random(-10,10)
  1495. local a3=math.random(-10,10)
  1496. local a4=math.random(-10,10)
  1497. local a5=math.random(-10,10)
  1498. local a6=math.random(-10,10)
  1499. local a7=math.random(-10,10)
  1500. local a8=math.random(-10,10)
  1501. local a9=math.random(-10,10)
  1502. local a10=math.random(-10,10)
  1503. local a11=math.random(-10,10)
  1504. local a12=math.random(-10,10)
  1505. local aa1=math.random(-360,360)
  1506. local aa2=math.random(-360,360)
  1507. local aa3=math.random(-360,360)
  1508. local aa4=math.random(-360,360)
  1509. local aa5=math.random(-360,360)
  1510. local aa6=math.random(-360,360)
  1511. Root.Anchored=true
  1512. for i=0,1,0.0011 do
  1513. swait()
  1514. RJ.C0=clerp(RJ.C0,CFrame.new(3.92033318e-15, -2.70002174, 0.500087738, 1, -6.46234854e-27, 1.45196355e-15, -1.45196355e-15, 0, -1, 0, 1, 0)*CFrame.new(0+a1,0+a2,0)*CFrame.Angles(0,0,math.rad(aa1)),.01)
  1515. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.50003052, 3.15904617e-06, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0+a3,0+a4,0)*CFrame.Angles(0,0,math.rad(aa2)),.01)
  1516. RS.C0=clerp(RS.C0,CFrame.new(1.49995422, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0+a5,0+a6,0)*CFrame.Angles(0,0,math.rad(aa3)),.01)
  1517. LS.C0=clerp(LS.C0,CFrame.new(-1.50004578, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0+a7,0+a8,0)*CFrame.Angles(0,0,math.rad(aa4)),.01)
  1518. RH.C0=clerp(RH.C0,CFrame.new(0.500015259, -2.00006866, -8.04662704e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0+a9,0+a10,0)*CFrame.Angles(0,0,math.rad(aa5)),.01)
  1519. LH.C0=clerp(LH.C0,CFrame.new(-0.500022888, -2.00006866, -8.04662704e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1)*CFrame.new(0+a11,0+a12,0)*CFrame.Angles(0,0,math.rad(aa6)),.01)
  1520. if dead then
  1521. break
  1522. end
  1523. end
  1524. chr:BreakJoints()
  1525. end
  1526.  
  1527. function nani()
  1528. attack=true
  1529. local hh=create("Sound"){
  1530. Parent=Root,
  1531. SoundId="rbxassetid://940599617",
  1532. Volume=3,
  1533. PlaybackSpeed=1,
  1534. MaxDistance=66666666,
  1535. Name="what"}
  1536. hh:Play()
  1537. chato(Root,"me is alright ready dying",.01)
  1538. coroutine.resume(coroutine.create(function() --im being trash
  1539. swait(200)
  1540. if not dead then
  1541. for i=1,170 do
  1542. swait()
  1543. local asdd=Effect(e,"Really red",Head.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,.3,.3,.3,.07,"FileMesh",6,0,"1577515848")
  1544. asdd.Mesh.TextureId="rbxassetid://1577515871"
  1545. if dead then
  1546. break
  1547. end
  1548. end
  1549. Effect(e,"Really red",Head.CFrame,.1,.1,.1,.06,.06,.06,.01,"FileMesh",2,4,"2402405193")
  1550. end
  1551. Mdamage("None",Head,4,9999999999999999,0,"212280073",10,1)
  1552. end))
  1553. local aaa=nil
  1554. for i=0,1,0.002 do
  1555. swait()
  1556. local oma=FindNearestTorso(Head.Position,5)
  1557. if oma then
  1558. aaa=oma
  1559. oma.CFrame=Head.CFrame*CFrame.new(0,0,-3)
  1560. end
  1561. if aaa then
  1562. aaa.CFrame=Head.CFrame*CFrame.new(0,0,-3)
  1563. end
  1564. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -2.9039271e-15, -6.46234854e-27, -2.9039271e-15, 1, 0, -6.46234854e-27, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1565. Neck.C0=clerp(Neck.C0,CFrame.new(-0.352774531, 1.49967587, -11.661828, -0.999542773, -1.45196355e-15, -0.0302359927, 9.07079766e-07, 1, -2.99862822e-05, 0.0302359927, -2.99999992e-05, -0.999542773)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1566. RS.C0=clerp(RS.C0,CFrame.new(4.13733912, -0.0466821715, -8.81955147, -0.0175970029, 0.98480463, -0.172772169, -0.999845207, -0.0173271094, 0.00307029206, 2.99953554e-05, 0.172799468, 0.98495698)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1567. LS.C0=clerp(LS.C0,CFrame.new(-4.54889584, 0.0312257782, -8.71077442, 0.0103269964, -0.985592008, 0.168825001, 0.999946654, 0.010183814, -0.00171397883, -2.99983985e-05, 0.168833703, 0.985644579)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1568. RH.C0=clerp(RH.C0,CFrame.new(0.500015259, -1.24544477, 0.767191947, 1, 1.96450598e-17, -1.45183057e-15, -1.45196355e-15, -0.0135299955, 0.999908447, 0, -0.999908447, -0.0135299955)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1569. LH.C0=clerp(LH.C0,CFrame.new(-0.500015259, -1.24544477, 0.767191947, 1, 1.96450598e-17, -1.45183057e-15, -1.45196355e-15, -0.0135299955, 0.999908447, 0, -0.999908447, -0.0135299955)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1570. if dead then
  1571. break
  1572. end
  1573. end
  1574. sounds(Head,"1384431166",5,1)
  1575. hh:Remove()
  1576. attack=false
  1577. end
  1578.  
  1579. function ka()
  1580. attack=true
  1581. local wh=create("Sound"){
  1582. Parent=Head,
  1583. SoundId="rbxassetid://870708420",
  1584. Volume=2,
  1585. PlaybackSpeed=1,
  1586. MaxDistance=66666666,
  1587. Name="no"}
  1588. wh:Play()
  1589. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  1590. ref.Anchored=true
  1591. ref.CFrame=Head.CFrame
  1592. local a1=particles(ref,1,"White","246381828",.1,0,"Top",1,1,1,1,5,5,0,0,0,44444,true)
  1593. a1.Rotation=NRn(0)
  1594. a1.Rate=5
  1595. local a2=particles(ref,-1,"White","924710961",.1,0,"Top",5,5,1,1,5,5,0,0,0,44444,true)
  1596. a2.Color= ColorSequence.new(Color3.new(149/255,190/255,1))
  1597. a2.Rotation=NRn(0)
  1598. a2.RotSpeed=NRn(50)
  1599. a2.Rate=5
  1600. local turn=1
  1601. chato(Root,"ka",.01)
  1602. for i=0,1,0.0026 do
  1603. swait()
  1604. turn=turn-0.01
  1605. a1.Transparency=NSn(turn)
  1606. a1.Size=NSn(math.random(1,2))
  1607. a2.Transparency=NSn(turn)
  1608. ref.CFrame=Head.CFrame*CFrame.new(0,0,-1)
  1609. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -8.84759288e-09, -1.86250904e-09, -8.84759288e-09, 1.00000024, 4.46998456e-08, -1.86250904e-09, 4.46998456e-08, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1610. Neck.C0=clerp(Neck.C0,CFrame.new(9.57644186e-10, 0.0409078375, -0.708496094, 1, -8.84759288e-09, -1.86250904e-09, -8.84759288e-09, 1.00000024, 4.46998456e-08, -1.86250904e-09, 4.46998456e-08, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1611. RS.C0=clerp(RS.C0,CFrame.new(1.49995577, -1.35620357e-05, -0.449879944, 0.00167599483, -0.952863216, -0.303395659, 0.999998748, 0.00159335602, 0.00051995198, -1.19811029e-05, -0.303396106, 0.952864528)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1612. LS.C0=clerp(LS.C0,CFrame.new(-1.50004625, -1.44583173e-05, -0.449879616, 0.0218410157, 0.948039532, 0.317402095, -0.999761581, 0.0207015481, 0.00696250889, 2.9973964e-05, -0.317478478, 0.948265493)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1613. RH.C0=clerp(RH.C0,CFrame.new(-0.120959654, 0.69425714, -0.0988596082, -0.9995507, 0.029197704, 0.00676424196, -0.0299709905, -0.973767936, -0.225562379, 8.9994893e-07, -0.225663796, 0.974205196)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1614. LH.C0=clerp(LH.C0,CFrame.new(-0.0248107836, -1.12658691, -2.68220901e-06, 1, -5.66265212e-09, -4.98174035e-09, -8.84759288e-09, 0.918204725, 0.396106929, -1.86250904e-09, -0.39610669, 0.918204486)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1615. if dead then
  1616. break
  1617. end
  1618. end
  1619. ref:Remove()
  1620. if not dead then
  1621. chato(Root,"ha",.003)
  1622. local asdasd=create("Sound"){
  1623. Parent=Head,
  1624. SoundId="rbxassetid://495303689",
  1625. Volume=1,
  1626. PlaybackSpeed=1,
  1627. MaxDistance=66666666,
  1628. Name="another"}
  1629. asdasd:Play()
  1630. local ref2=parts(e,"ref",Vector3.new(.1,.1,.1),"Cyan",Enum.Material.Neon,0,0)
  1631. ref2.Anchored=true
  1632. ref2.CFrame=Head.CFrame
  1633. local okay=meshs(ref2,"Mesh",Vector3.new(.1,1,2),"FileMesh","1389944038")
  1634. local ref3=parts(e,"ref",Vector3.new(.1,1.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  1635. ref3.Anchored=true
  1636. ref3.CFrame=Head.CFrame
  1637. Effect(e,"Cyan",Head.CFrame,.1,.1,.1,.3,.3,.3,.005,"FileMesh",6,0,"2311458001")
  1638. local r1=ref3:Clone() --2lazy
  1639. r1.Parent=e
  1640. local r2=ref3:Clone()
  1641. r2.Parent=e
  1642. local r3=ref3:Clone()
  1643. r3.Parent=e
  1644. local r4=ref3:Clone()
  1645. r4.Parent=e
  1646. local r5=ref3:Clone()
  1647. r5.Parent=e
  1648. for i=0,1,0.003 do
  1649. swait()
  1650. turn=turn-0.01
  1651. ref3.CFrame=Head.CFrame*CFrame.new(0,0,0-500*i)
  1652. r1.CFrame=Head.CFrame*CFrame.new(0,0,0-410*i)
  1653. r2.CFrame=Head.CFrame*CFrame.new(0,0,0-320*i)
  1654. r3.CFrame=Head.CFrame*CFrame.new(0,0,0-230*i)
  1655. r4.CFrame=Head.CFrame*CFrame.new(0,0,0-140*i)
  1656. r5.CFrame=Head.CFrame*CFrame.new(0,0,0-50*i)
  1657. ref2.CFrame=CFrame.new((Head.Position+ref3.Position)/2,ref3.Position)*CFrame.Angles(0,math.rad(90),0)
  1658. okay.Scale=Vector3.new(((Head.Position-ref3.Position).magnitude)/90,1,2)
  1659. Mdamage("None",Head,16,2,0,"666224958",.3,1)
  1660. Mdamage("None",r1,16,2,0,"666224958",.3,1)
  1661. Mdamage("None",r2,16,2,0,"666224958",.3,1)
  1662. Mdamage("None",r3,16,2,0,"666224958",.3,1)
  1663. Mdamage("None",r4,16,2,0,"666224958",.3,1)
  1664. Mdamage("None",r5,16,2,0,"666224958",.3,1)
  1665. Mdamage("None",ref3,16,2,0,"666224958",.3,1)
  1666. if i>=.95 then
  1667. ref2.Transparency=ref2.Transparency+.07
  1668. end
  1669. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -8.84759288e-09, -1.86250904e-09, -8.84759288e-09, 1.00000024, 4.46998456e-08, -1.86250904e-09, 4.46998456e-08, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1670. Neck.C0=clerp(Neck.C0,CFrame.new(9.57644186e-10, 0.0409078375, -0.708496094, 1, -8.84759288e-09, -1.86250904e-09, -8.84759288e-09, 1.00000024, 4.46998456e-08, -1.86250904e-09, 4.46998456e-08, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1671. RS.C0=clerp(RS.C0,CFrame.new(1.49995577, -1.35620357e-05, -0.449879944, 0.00167599483, -0.952863216, -0.303395659, 0.999998748, 0.00159335602, 0.00051995198, -1.19811029e-05, -0.303396106, 0.952864528)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1672. LS.C0=clerp(LS.C0,CFrame.new(-1.50004625, -1.44583173e-05, -0.449879616, 0.0218410157, 0.948039532, 0.317402095, -0.999761581, 0.0207015481, 0.00696250889, 2.9973964e-05, -0.317478478, 0.948265493)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1673. RH.C0=clerp(RH.C0,CFrame.new(-0.120959654, 0.69425714, -0.0988596082, -0.9995507, 0.029197704, 0.00676424196, -0.0299709905, -0.973767936, -0.225562379, 8.9994893e-07, -0.225663796, 0.974205196)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1674. LH.C0=clerp(LH.C0,CFrame.new(-0.0248107836, -1.12658691, -2.68220901e-06, 1, -5.66265212e-09, -4.98174035e-09, -8.84759288e-09, 0.918204725, 0.396106929, -1.86250904e-09, -0.39610669, 0.918204486)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1675. if dead then
  1676. break
  1677. end
  1678. end
  1679. ref2:Remove()
  1680. ref3:Remove()
  1681. asdasd:Remove()
  1682. end
  1683. attack=false
  1684. end
  1685.  
  1686. function whateven()
  1687. attack=true
  1688. sounds(Head,"1451098140",4,1)
  1689. local oka=0
  1690. for i=0,1,0.004 do
  1691. swait()
  1692. oka=oka+.3
  1693. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1694. Neck.C0=clerp(Neck.C0,CFrame.new(-5.21309544e-14, 1.50002241, -1.0106655e-39, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1695. RS.C0=clerp(RS.C0,CFrame.new(1.49995232, -5.21285184e-14, 5.81592879e-26, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1696. LS.C0=clerp(LS.C0,CFrame.new(-1.50004578, 5.21317676e-14, -5.81629118e-26, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1697. RH.C0=clerp(RH.C0,CFrame.new(0.500013351, -2.00007343, 3.81469727e-06, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1698. LH.C0=clerp(LH.C0,CFrame.new(-0.500022888, -2.00007343, -1.93879331e-26, 1, -3.47534501e-14, 3.87740912e-26, -3.47534501e-14, 1, -6.73766722e-40, 3.87740912e-26, -6.73766722e-40, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka)),math.rad(math.random(-oka,oka))),1)
  1699. end
  1700.  
  1701. sounds(Head,"158020381",4,1)
  1702.  
  1703. local function b(a,ah,mo)
  1704. local kkil=parts(e,"why",Vector3.new(.1,.1,.1),"White",Enum.Material.Neon,0,1)
  1705. kkil.CFrame=Root.CFrame*CFrame.Angles(0,math.rad(ah),0)
  1706. kkil.Anchored=true
  1707. local whys=create("BillboardGui"){
  1708. LightInfluence=0,
  1709. Parent=kkil,
  1710. Adornee=kkil,
  1711. Size=UDim2.new(25,0,25,0)
  1712. }
  1713. local aaa=create("ImageLabel"){
  1714. Parent=whys,
  1715. AnchorPoint=Vector2.new(.5,.5),
  1716. Size=UDim2.new(1,0,1,0),
  1717. Position=UDim2.new(.5,0,.5,0),
  1718. BackgroundTransparency=1,
  1719. BorderSizePixel=0,
  1720. Image="rbxassetid://"..a
  1721. }
  1722. coroutine.resume(coroutine.create(function(re)
  1723. local what=re.CFrame
  1724. for i=1,250 do
  1725. swait()
  1726. re.CFrame=clerp(re.CFrame,what*CFrame.new(0,0,-i*1.8),.3)
  1727. if mo==1 then
  1728. Mdamage("None",re,18,99,1,"283166413",.7,1)
  1729. elseif mo==2 then
  1730. Mdamage("None",re,18,9,0,"479351401",.3,1)
  1731. end
  1732. end
  1733. local asdsadassd=create("Sound"){
  1734. Parent=re,
  1735. SoundId="rbxassetid://1419007293",
  1736. Volume=1,
  1737. PlaybackSpeed=1,
  1738. MaxDistance=66666666,
  1739. Name="another"}
  1740. asdsadassd:Play()
  1741. local hoo=particles(re,-1,"New Yeller","911865221",.1,0,"Top",15,15,0,0,2,2,12,12,30,44444,false)
  1742. hoo.Transparency=NSn({NSKp(0,0),NSKp(.8,0),NSKp(1,1)})
  1743. hoo.Speed=NRn(-30,30)
  1744.  
  1745. for i=1,0,-.007 do
  1746. swait()
  1747. aaa.Size=UDim2.new(i,0,i,0)
  1748.  
  1749. end
  1750. re:Remove()
  1751.  
  1752. end),kkil)
  1753. end
  1754.  
  1755. for ani=0,315,45 do
  1756. if ani==0 then
  1757. b("144448665",ani,1)
  1758. else
  1759. b("379099957",ani,2)
  1760. end
  1761. end
  1762. attack=false
  1763. end
  1764.  
  1765. function slamming()
  1766. attack=true
  1767. sounds(Torso,"2001510350",4,1)
  1768.  
  1769. for i=0,1,0.0025 do
  1770. swait()
  1771. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0+10*i,0)*CFrame.Angles(0,0,0),.4)
  1772. Neck.C0=clerp(Neck.C0,CFrame.new(-7.44728054e-15, 1.50002265, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1773. RS.C0=clerp(RS.C0,CFrame.new(1.49995613, -7.44695019e-15, 1.93864786e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1774. LS.C0=clerp(LS.C0,CFrame.new(-1.5000453, 7.44739319e-15, -1.93876311e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1775. RH.C0=clerp(RH.C0,CFrame.new(0.500017166, -2.00007343, 2.86102295e-06, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1776. LH.C0=clerp(LH.C0,CFrame.new(-0.500021935, -2.00007343, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1777. if dead then
  1778. break
  1779. end
  1780. end
  1781. swait(70)
  1782. for i=1,150 do
  1783. local okay1=math.random(-300,300)/10
  1784. local okay2=math.random(-300,300)/10
  1785. for i=0,1 do
  1786. swait()
  1787. Mdamage("None",Torso,16,13,0,"1184953203",2,1)
  1788. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(okay1,10,okay2)*CFrame.Angles(0,0,0),1)
  1789. Neck.C0=clerp(Neck.C0,CFrame.new(-7.44728054e-15, 1.50002265, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1790. RS.C0=clerp(RS.C0,CFrame.new(1.49995613, -7.44695019e-15, 1.93864786e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1791. LS.C0=clerp(LS.C0,CFrame.new(-1.5000453, 7.44739319e-15, -1.93876311e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1792. RH.C0=clerp(RH.C0,CFrame.new(0.500017166, -2.00007343, 2.86102295e-06, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1793. LH.C0=clerp(LH.C0,CFrame.new(-0.500021935, -2.00007343, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1794. end
  1795.  
  1796. sounds(Torso,"488265234",1,2)
  1797. for i=0,1 do
  1798. swait()
  1799. Mdamage("None",Torso,16,13,0,"1184953203",.3,1)
  1800. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",6,0,"1461773020")
  1801. Effect(e,"Royal purple",Torso.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.5,.5,.5,.1,.1,.1,.06,"FileMesh",5,0,"1461773020")
  1802. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",3,math.random(-10,10)/10,"1461773020")
  1803. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",7,math.random(-10,10)/10,"1461773020")
  1804. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(okay1,0,okay2)*CFrame.Angles(0,0,0),1)
  1805. Neck.C0=clerp(Neck.C0,CFrame.new(-7.44728054e-15, 1.50002265, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1806. RS.C0=clerp(RS.C0,CFrame.new(1.49995613, -7.44695019e-15, 1.93864786e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1807. LS.C0=clerp(LS.C0,CFrame.new(-1.5000453, 7.44739319e-15, -1.93876311e-26, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1808. RH.C0=clerp(RH.C0,CFrame.new(0.500017166, -2.00007343, 2.86102295e-06, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1809. LH.C0=clerp(LH.C0,CFrame.new(-0.500021935, -2.00007343, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1810. end
  1811.  
  1812. if dead then
  1813. break
  1814. end
  1815. end
  1816. attack=false
  1817. end
  1818.  
  1819. function bigball()
  1820. attack=true
  1821. local ball=parts(e,"why",Vector3.new(.1,.1,.1),"White",Enum.Material.Neon,0,1)
  1822. ball.CFrame=Root.CFrame*CFrame.new(0,40,0)
  1823. ball.Anchored=true
  1824. local whyd=create("BillboardGui"){
  1825. LightInfluence=0,
  1826. Parent=ball,
  1827. Adornee=ball,
  1828. Size=UDim2.new(50,0,50,0)
  1829. }
  1830. local aaa=create("ImageLabel"){
  1831. Parent=whyd,
  1832. AnchorPoint=Vector2.new(.5,.5),
  1833. Size=UDim2.new(0,0,0,0),
  1834. Position=UDim2.new(.5,0,.5,0),
  1835. BackgroundTransparency=1,
  1836. BorderSizePixel=0,
  1837. Image="rbxassetid://937509705"
  1838. }
  1839. sounds(Torso,"416200578",1,1.5)
  1840. sounds(Torso,"1402106989",3,.7)
  1841. chato(Root,"I will kill you in 0.34 seconds.",.01)
  1842. for i=0,1,0.003 do
  1843. swait()
  1844. local a=particles(ball,-1,"White","2311835069",.1,0,"Top",.1+5*i,.1+5*i,0,0,2-1.5*i,2-1.5*i,12,12,4+120*i,44444,false,9)
  1845. a.Rate=20
  1846. aaa.Size=UDim2.new(0+1*i,0,0+1*i,0)
  1847. ball.CFrame=Root.CFrame*CFrame.new(0,10+30*i,0)
  1848. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1.5-.5*math.sin(sin/10), -0, 1, -6.55725474e-16, 0, -6.55725474e-16, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+4*math.cos(sin/10)),0,0),.4)
  1849. Neck.C0=clerp(Neck.C0,CFrame.new(-2.51845395e-16, 0.768142819, 0.737760067, 1, 2.99924282e-16, 1.32436394e-16, -3.27862737e-16, -0.91478616, -0.403938532, 0, 0.403938532, -0.91478616)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1850. RS.C0=clerp(RS.C0,CFrame.new(0.891419232, 3.77584648, 0.100243829, 0.987269461, 0.15905717, -1.01409921e-06, 0.159001201, -0.986921668, 0.0265390873, 0.00422023144, -0.0262013897, -0.999647796)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-2*math.cos(sin/10)),0,0),.4)
  1851. LS.C0=clerp(LS.C0,CFrame.new(-4.11531162, 0.210578859, 0.613724291, 0.0385229997, -0.981651783, -0.186750889, -0.178273499, -0.190642998, 0.965336204, -0.983226657, -0.00389490975, -0.182346612)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-3.5*math.cos(sin/10)),0,math.rad(0+4*math.sin(sin/10))),.4)
  1852. RH.C0=clerp(RH.C0,CFrame.new(0.486418366, -2.07044792+.3*math.cos(sin/10), 0.358687967, -0.999282658, -0.00821010862, 0.0369703323, -1.13612953e-06, 0.976224482, 0.216762245, -0.0378709845, 0.216606721, -0.975524068)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1853. LH.C0=clerp(LH.C0,CFrame.new(-0.500024796, -1.04077256+.35*math.cos(sin/10), -0.296626121, 1, -3.13230455e-16, -9.68538831e-17, -3.27862737e-16, 0.955370724, 0.295409858, 0, -0.295409858, 0.955370724)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1854. if dead then
  1855. break
  1856. end
  1857. end
  1858. sounds(Torso,"242922412",3,1.5)
  1859.  
  1860. local asddd=0
  1861. for i=0,1,0.01 do
  1862. swait()
  1863. asddd=asddd+i*8
  1864. ball.CFrame=Torso.CFrame*CFrame.new(0,40,0)
  1865. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1.5-.5*math.sin(sin/10), -0, 1, -6.55725474e-16, 0, -6.55725474e-16, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+4*math.cos(sin/10)-asddd),0,0),.4)
  1866. Neck.C0=clerp(Neck.C0,CFrame.new(-2.51845395e-16, 0.768142819, 0.737760067, 1, 2.99924282e-16, 1.32436394e-16, -3.27862737e-16, -0.91478616, -0.403938532, 0, 0.403938532, -0.91478616)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1867. RS.C0=clerp(RS.C0,CFrame.new(0.891419232, 3.77584648, 0.100243829, 0.987269461, 0.15905717, -1.01409921e-06, 0.159001201, -0.986921668, 0.0265390873, 0.00422023144, -0.0262013897, -0.999647796)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-2*math.cos(sin/10)),0,0),.4)
  1868. LS.C0=clerp(LS.C0,CFrame.new(-4.11531162, 0.210578859, 0.613724291, 0.0385229997, -0.981651783, -0.186750889, -0.178273499, -0.190642998, 0.965336204, -0.983226657, -0.00389490975, -0.182346612)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-3.5*math.cos(sin/10)),0,math.rad(0+4*math.sin(sin/10))),.4)
  1869. RH.C0=clerp(RH.C0,CFrame.new(0.486418366, -2.07044792+.3*math.cos(sin/10), 0.358687967, -0.999282658, -0.00821010862, 0.0369703323, -1.13612953e-06, 0.976224482, 0.216762245, -0.0378709845, 0.216606721, -0.975524068)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1870. LH.C0=clerp(LH.C0,CFrame.new(-0.500024796, -1.04077256+.35*math.cos(sin/10), -0.296626121, 1, -3.13230455e-16, -9.68538831e-17, -3.27862737e-16, 0.955370724, 0.295409858, 0, -0.295409858, 0.955370724)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1871. if dead then
  1872. break
  1873. end
  1874. end
  1875. if not dead then
  1876. chato(Root,"eat die",.03)
  1877. sounds(Torso,"1852414117",3,.7)
  1878. local hit=nil
  1879. local pos
  1880. coroutine.resume(coroutine.create(function(ja)
  1881. local a1=ja.Position
  1882. local a2=CFrame.new(ja.Position,mouse.Hit.p)
  1883. for i=1,400 do
  1884. swait()
  1885. hit,pos=rayCast(a1,a2.lookVector,30,chr)
  1886. ja.CFrame=CFrame.new(pos)
  1887. a1=a1+(a2.lookVector*2)
  1888. local whyf=particles(ja,-1,"Alder","2318312052",.1,0,"Front",7,7,0,0,2,3,12,12,55,11,false,39)
  1889. whyf.Size=NSn({NSKp(0,7),NSKp(.1,1),NSKp(.2,7),NSKp(.3,2),NSKp(.4,7),NSKp(.5,7),NSKp(.7,4),NSKp(1,7)})
  1890. whyf.Rate=10
  1891. if hit then
  1892. break
  1893. end
  1894. end
  1895.  
  1896. local sniv=REffect(e,"Royal purple",ja.CFrame,17,17,17,-.085,-.085,-.085,.005,"FileMesh",6,0,"920678070")
  1897. sniv.Mesh.TextureId="rbxassetid://920678083"
  1898. sounds(ja,"1852414117",3,.9)
  1899. sounds(ja,"200633529",2,.5)
  1900. local asdasd=create("Sound"){
  1901. Parent=ja,
  1902. SoundId="rbxassetid://1178018237",
  1903. Volume=3,
  1904. PlaybackSpeed=1,
  1905. MaxDistance=66666666,
  1906. Name="another"}
  1907. asdasd:Play()
  1908. swait(200)
  1909. sounds(ja,"165969964",4,.7)
  1910. local aaga=0
  1911. Effect(e,"Really red",ja.CFrame,1,1,1,1,1,1,.002,"FileMesh",5,0,"1399431137")
  1912. for i=1,0,-.004 do
  1913. swait()
  1914. aaga=aaga+.03
  1915. aaa.Size=UDim2.new(i,0,i,0)
  1916. Effect(e,"Royal purple",ja.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,.01+aaga,.01+aaga,.01+aaga,.02,"FileMesh",6,0,"1399431137")
  1917. Mdamage("None",ball,2+(aaga*43),7,0,"1102099912",.3,1.4)
  1918. end
  1919. ja:Remove()
  1920. end),ball)
  1921. end
  1922. for i=0,1,0.009 do
  1923. swait()
  1924. RJ.C0=clerp(RJ.C0,CFrame.new(0, 1.5-.5*math.sin(sin/2), -0, 1, -6.55725474e-16, 0, -6.55725474e-16, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90+4*math.cos(sin/2)),0,0),.4)
  1925. Neck.C0=clerp(Neck.C0,CFrame.new(-2.51845395e-16, 0.768142819, 0.737760067, 1, 2.99924282e-16, 1.32436394e-16, -3.27862737e-16, -0.91478616, -0.403938532, 0, 0.403938532, -0.91478616)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1926. RS.C0=clerp(RS.C0,CFrame.new(0.891419232, 3.77584648, 0.100243829, 0.987269461, 0.15905717, -1.01409921e-06, 0.159001201, -0.986921668, 0.0265390873, 0.00422023144, -0.0262013897, -0.999647796)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-2*math.cos(sin/2)),0,0),.4)
  1927. LS.C0=clerp(LS.C0,CFrame.new(-4.11531162, 0.210578859, 0.613724291, 0.0385229997, -0.981651783, -0.186750889, -0.178273499, -0.190642998, 0.965336204, -0.983226657, -0.00389490975, -0.182346612)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-3.5*math.cos(sin/2)),0,math.rad(0+4*math.sin(sin/2))),.4)
  1928. RH.C0=clerp(RH.C0,CFrame.new(0.486418366, -2.07044792+.3*math.cos(sin/2), 0.358687967, -0.999282658, -0.00821010862, 0.0369703323, -1.13612953e-06, 0.976224482, 0.216762245, -0.0378709845, 0.216606721, -0.975524068)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1929. LH.C0=clerp(LH.C0,CFrame.new(-0.500024796, -1.04077256+.35*math.cos(sin/2), -0.296626121, 1, -3.13230455e-16, -9.68538831e-17, -3.27862737e-16, 0.955370724, 0.295409858, 0, -0.295409858, 0.955370724)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1930. if dead then
  1931. break
  1932. end
  1933. end
  1934. attack=false
  1935. end
  1936.  
  1937. function chec()
  1938. attack=true
  1939. local asdasd=create("Sound"){
  1940. Parent=Head,
  1941. SoundId="rbxassetid://1186023753",
  1942. Volume=1,
  1943. PlaybackSpeed=1,
  1944. MaxDistance=66666666,
  1945. Name="ay"}
  1946. asdasd:Play()
  1947. game:GetService("Debris"):AddItem(asdasd,10)
  1948. chato(Root,"ay chec this ou",.01)
  1949.  
  1950. local whhh=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  1951. whhh.CFrame=Root.CFrame*CFrame.new(0,6,-6)
  1952. whhh.Anchored=true
  1953. chato(whhh,"halp",.05)
  1954. local win=meshs(whhh,"Mesh",Vector3.new(1.4,1.4,1.4),"FileMesh","1546199576")
  1955. win.TextureId="rbxassetid://1546158192"
  1956. sounds(whhh,"1099388155",1.6,1)
  1957. sounds(whhh,"553265748",1.6,1)
  1958. sounds(whhh,"1446933516",1.4,1)
  1959. sounds(whhh,"1446933516",1.4,.8)
  1960. sounds(whhh,"1446933516",1.4,.6)
  1961. sounds(whhh,"1446933516",1.4,.4)
  1962. sounds(whhh,"1446933516",1.4,.2)
  1963. Effect(e,"Really red",whhh.CFrame,0.4, 0.4, 0.4,0,0,0,.04,"FileMesh",5,0,"2461902370")
  1964.  
  1965. for i=0,1,0.007 do
  1966. swait()
  1967. if i>=.8 then
  1968. whhh.CFrame=clerp(whhh.CFrame,Root.CFrame,.2*i)
  1969. end
  1970. RJ.C0=clerp(RJ.C0,CFrame.new(-1.05585051e-25, 0, -5.44616508, 1, -5.52682899e-15, 1.93870456e-26, -5.52682899e-15, 1, 0, 1.93870456e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1971. Neck.C0=clerp(Neck.C0,CFrame.new(-8.29036208e-15, 1.50002146, 5.44616508, 1, -5.52682899e-15, 1.93870456e-26, -5.52682899e-15, 1, 0, 1.93870456e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1972. RS.C0=clerp(RS.C0,CFrame.new(2.30226445, -0.694538057, 5.44616461, 0.654498935, -0.756062865, 1.587732e-05, 0.756062865, 0.654498935, 1.62555225e-05, -2.26818847e-05, 1.36502968e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1973. LS.C0=clerp(LS.C0,CFrame.new(0.0822229385, 0.27068913, 6.4119401, 1, 7.4579594e-16, -2.66087375e-15, -2.7634145e-15, -0.269882023, 0.962893486, 0, -0.962893486, -0.269881994)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1974. RH.C0=clerp(RH.C0,CFrame.new(0.500012457, -2.00007176, 5.44616795, -0.0541390255, -0.998533487, -8.29024127e-20, 0.998533487, -0.0541390255, 2.99999992e-05, -2.99560033e-05, 1.62417075e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1975. LH.C0=clerp(LH.C0,CFrame.new(-0.500025511, -2.17707753, 6.08964682, 1, -2.3357266e-15, -1.47676711e-15, -2.7634145e-15, 0.845232069, 0.53439939, 0, -0.53439939, 0.845232069)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  1976. if dead then
  1977. break
  1978. end
  1979. end
  1980. whhh:Remove()
  1981. sounds(Torso,"2389388390",2,.9)
  1982. sounds(Torso,"2292572766",1,1.4)
  1983. sounds(Head,"944841188",1,.9)
  1984. Effect(e,"Mint",Torso.CFrame,4,4,4,14,14,14,.05,"FileMesh",1,0,"2093105")
  1985. for i=0,1,0.01 do
  1986. swait()
  1987. RJ.C0=clerp(RJ.C0,CFrame.new(-8.81295321e-08, 3.46599023e-07, -1.03979707e-11, -0.246428028, -0.969161093, -8.29024127e-20, 0.969161093, -0.246428028, 2.99999992e-05, -2.90748321e-05, 7.39284087e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1988. Neck.C0=clerp(Neck.C0,CFrame.new(1.0750103, -0.273342252, -2.75004673, -0.246428028, 0.729299247, 0.638275743, -0.969161093, -0.185438499, -0.162294, 0, -0.658585787, 0.75250572)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1989. RS.C0=clerp(RS.C0,CFrame.new(-0.369603753, -1.4536761, -2.94234967, 0.577969491, 0.816058397, -8.9766454e-06, -0.816058397, 0.577969491, -6.35766628e-06, 0, 1.10000028e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1990. LS.C0=clerp(LS.C0,CFrame.new(0.369653642, 1.45378757, -2.99373627, -0.906803548, 0.421553493, 0, -0.421553493, -0.906803548, -0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1991. RH.C0=clerp(RH.C0,CFrame.new(3.13542891, -1.3131671, 0.000104684797, -0.246428028, 0.969161093, -2.90748321e-05, -0.969161093, -0.246428028, 7.39284087e-06, -8.29024127e-20, 2.99999992e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1992. LH.C0=clerp(LH.C0,CFrame.new(-0.382008284, 2.16998816, 1.26088512, 0.639616489, 0.636740625, -0.430641651, -0.768694222, 0.529820263, -0.358328998, 0, 0.560224891, 0.82834053)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  1993. if dead then
  1994. break
  1995. end
  1996. end
  1997. local function a()
  1998. local b=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  1999. b.CFrame=RArm.CFrame*CFrame.Angles(-math.rad(90),0,0)
  2000. b.Anchored=true
  2001. local win=meshs(b,"Mesh",Vector3.new(1,1,1),"FileMesh","1546199576")
  2002. win.TextureId="rbxassetid://1546158192"
  2003. local c=parts(e,"BB",Vector3.new(.2,.2,.2),"Olivine",Enum.Material.Neon,0,1)
  2004. c.CFrame=b.CFrame
  2005. c.Anchored=true
  2006. local winz=meshs(c,"Mesh",Vector3.new(1,1,1),"FileMesh","1582133241")
  2007. local sa1=b.Position
  2008. local sa2=b.CFrame
  2009. coroutine.resume(coroutine.create(function()
  2010. for ai=1,300 do
  2011. swait()
  2012. local hit,pos=rayCast(sa1,sa2.lookVector,10,chr)
  2013. b.CFrame=clerp(b.CFrame,CFrame.new(pos),.2)
  2014. c.CFrame=b.CFrame
  2015. sa1=sa1+(sa2.lookVector*1.4)
  2016. if hit then
  2017. break
  2018. end
  2019. end
  2020. sounds(b,"1577438031",2,1)
  2021. b.Transparency=1
  2022. c.Transparency=0
  2023. c.CFrame=b.CFrame*CFrame.Angles(math.rad(math.random(-20,20)/2),math.rad(math.random(-20,20)/2),math.rad(math.random(-20,20)/2))
  2024. Mdamage("Poosh",c,15,9,0.1,"697647933",2,1)
  2025. for i=1,40 do
  2026. swait()
  2027. winz.Scale=clerp(winz.Scale,Vector3.new(17,17,17),.1)
  2028. c.CFrame=clerp(c.CFrame,c.CFrame*CFrame.Angles(math.rad(math.random(20,50)/2),math.rad(math.random(20,50)/2),math.rad(math.random(20,50)/2)),.3)
  2029. end
  2030. for i=0,1,.05 do
  2031. swait()
  2032. winz.Scale=clerp(winz.Scale,Vector3.new(17,17,17),.1)
  2033. c.Transparency=i
  2034. c.CFrame=clerp(c.CFrame,c.CFrame*CFrame.Angles(math.rad(math.random(20,50)/2),math.rad(math.random(20,50)/2),math.rad(math.random(20,50)/2)),.3)
  2035. end
  2036. b:Remove()
  2037. c:Remove()
  2038. end))
  2039. end
  2040.  
  2041. local hi=0
  2042. for i=0,1,0.008 do
  2043. swait()
  2044. hi=hi+1
  2045. if hi>=3 then
  2046. hi=0
  2047. sounds(Head,"657609243",.3,1+2*i)
  2048. a()
  2049. end
  2050. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -5.52682899e-15, 1.93870456e-26, -5.52682899e-15, 1, 0, 1.93870456e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2051. Neck.C0=clerp(Neck.C0,CFrame.new(-4.93113191e-07, 1.50002789, -2.05634478e-06, -1, -7.95900235e-09, 0.000379000005, -1.13699974e-08, 1, -8.99999941e-06, -0.000379000005, -9.00000305e-06, -1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2052. RS.C0=clerp(RS.C0,CFrame.new(0.491591454, 0.121108055, -2.4038353, 1, 1.93870456e-26, 2.7634145e-15, -2.7634145e-15, 0, -1, 0, 1, 0)*CFrame.new(10-20*i,0,0)*CFrame.Angles(0,0,0),1)
  2053. LS.C0=clerp(LS.C0,CFrame.new(-0.516997814, 0.121108055, -2.4038353, 1, 1.93870456e-26, 2.7634145e-15, -2.7634145e-15, 0, -1, 0, 1, 0)*CFrame.new(10-20*i,0,0)*CFrame.Angles(0,0,0),1)
  2054. RH.C0=clerp(RH.C0,CFrame.new(0.500012398, -2.00007153, 9.69376316e-27, 1, -5.52682899e-15, 1.93870456e-26, -5.52682899e-15, 1, 0, 1.93870456e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2055. LH.C0=clerp(LH.C0,CFrame.new(0.496622086, -0.350370586, 0.696851611, 1, 2.54562115e-15, -1.07530102e-15, -2.7634145e-15, -0.921186924, 0.38912043, 0, -0.38912046, -0.921186924)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2056. if dead then
  2057. break
  2058. end
  2059. end
  2060. attack=false
  2061. end
  2062.  
  2063. function greatshot()
  2064. attack=true
  2065. chato(Root,"prepare to not feeling so good",.01)
  2066. sounds(Head,"2440691504",3,1)
  2067. for i=0,1,0.005 do
  2068. swait()
  2069. local hey=REffect(e,"Mint",V.CFrame*CFrame.Angles(math.rad(90),0,0),3,3,3,-.06,-.06,-.06,.02,"FileMesh",2,4,"2461659048")
  2070. hey.Color=Colours[Int]
  2071. local hey=REffect(e,"Mint",V.CFrame*CFrame.Angles(-math.rad(90),0,0),3,3,3,-.06,-.06,-.06,.02,"FileMesh",2,4,"2461659048")
  2072. hey.Color=Colours[Int]
  2073. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2074. local direction=aim.lookVector
  2075. local heed=math.atan2(direction.x,direction.z)
  2076. local heed=math.deg(heed)
  2077. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2078. RJ.C0=clerp(RJ.C0,CFrame.new(0.00549536524, -0.99965626, 0.0191645157, -0.276298016, 0.0110170571, -0.961008847, -0.0399618112, -0.999201238, 3.44551954e-05, -0.960240901, 0.0384131745, 0.27651757)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2079. Neck.C0=clerp(Neck.C0,CFrame.new(-6.12437725e-06, 1.50001788, 2.58386135e-05, 0.214590758, -0.975877523, 0.0401765555, 6.30319118e-06, -0.0411334485, -0.999153733, 0.976704121, 0.214409411, -0.00882070512)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2080. RS.C0=clerp(RS.C0,CFrame.new(3.94998574, -0.152995557, -1.44391203, 0.0623210371, -0.860270858, 0.506014228, 0.998056233, 0.0537197813, -0.0315926708, -4.72133979e-06, 0.506999493, 0.861946344)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2081. LS.C0=clerp(LS.C0,CFrame.new(-1.5000422, 1.0735821e-06, 1.95205348e-06, 1.00000012, -4.65661287e-10, -2.98023224e-08, -4.65661287e-10, 1, 9.31322575e-10, -2.98023224e-08, 9.31322575e-10, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2082. RH.C0=clerp(RH.C0,CFrame.new(0.500005782, -1.44317842, 0.412525058, 1.00000012, 7.4505806e-09, 0, -4.65661287e-10, 0.957827985, -0.287342459, -2.98023224e-08, 0.287342459, 0.957827926)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2083. LH.C0=clerp(LH.C0,CFrame.new(-0.280636907, -1.91733623, -3.49184779e-06, 0.935675859, -0.352861106, -1.43051147e-06, 0.352861106, 0.93567574, 3.61353159e-07, 1.16229057e-06, -8.34465027e-07, 0.99999994)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2084. end
  2085.  
  2086. swait(30)
  2087. sounds(Head,"569851714",3,1)
  2088. local arr=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  2089. arr.Anchored=true
  2090. arr.CFrame=V.CFrame
  2091. local wined=meshs(arr,"Mesh",Vector3.new(8,8,8),"FileMesh","2461869778")
  2092. local a1=arr.Position
  2093. local a2=CFrame.new(arr.Position,mouse.Hit.p)
  2094. Effect(e,"White",CFrame.new(V.Position)*CFrame.Angles(math.rad(180),0,0),8,8,8,0,0,0,.01,"FileMesh",1,0,"2461869778")
  2095. for i=1,100 do
  2096. local hit,pos=rayCast(a1,a2.lookVector,20,chr)
  2097. arr.CFrame=CFrame.new((a1+pos)/2,pos)
  2098. Effect(e,"White",CFrame.new(pos)*CFrame.Angles(math.rad(180),0,0),8,8,8,0,0,0,.01,"FileMesh",1,0,"2461869778")
  2099. a1=a1+(a2.lookVector*3)
  2100. if hit then
  2101. if hit.Parent:findFirstChildOfClass("Humanoid") then
  2102. Damage("Good",arr,hit,0,0,"258683025",6,1)
  2103. --[[elseif hit.Parent.Parent:findFirstChildOfClass("Humanoid") then
  2104. Damage("Good",arr,hit.Parent,0,0,"1357119672",1,1.5)]]
  2105. for i=1,20 do
  2106. Effect(e,"White",CFrame.new(pos)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),12,12,12,0,0,0,.03,"FileMesh",3,math.random(10,100)/50,"2461869778")
  2107. end
  2108. end
  2109. break
  2110. end
  2111. end
  2112. coroutine.resume(coroutine.create(function()
  2113. for i=0,1,.01 do
  2114. swait()
  2115. arr.Transparency=i
  2116. end
  2117. arr:Remove()
  2118. end))
  2119. attack=false
  2120. end
  2121.  
  2122. function yes()
  2123. attack=true
  2124. local hyper1=create("ImageLabel"){
  2125. Parent=why,
  2126. AnchorPoint=Vector2.new(0,0),
  2127. Position=UDim2.new(0,0,0,0),
  2128. Size=UDim2.new(0,200,0,20),
  2129. BackgroundTransparency=1,
  2130. BorderSizePixel=0,
  2131. Image="rbxassetid://794422693",
  2132. ZIndex=99
  2133. }
  2134. local hyper2=create("ImageLabel"){
  2135. Parent=why,
  2136. AnchorPoint=Vector2.new(.5,0),
  2137. Position=UDim2.new(.5,0,0,0),
  2138. Size=UDim2.new(0,200,0,20),
  2139. BackgroundTransparency=1,
  2140. BorderSizePixel=0,
  2141. Image="rbxassetid://794422693",
  2142. ZIndex=99
  2143. }
  2144. local hyper3=create("ImageLabel"){
  2145. Parent=why,
  2146. AnchorPoint=Vector2.new(1,0),
  2147. Position=UDim2.new(1,0,0,0),
  2148. Size=UDim2.new(0,200,0,20),
  2149. BackgroundTransparency=1,
  2150. BorderSizePixel=0,
  2151. Image="rbxassetid://794422693",
  2152. ZIndex=99
  2153. }
  2154. local cam=create("Sound"){
  2155. Parent=Root,
  2156. SoundId="rbxassetid://2435259003",
  2157. Volume=6,
  2158. PlaybackSpeed=1,
  2159. MaxDistance=66666666,
  2160. Name="yo",
  2161. Looped=true}
  2162. cam:Play()
  2163. print'2 bad theres no notepad in this scrip'
  2164. chato(Root,"hello guys today i will show you how to abuse these innocent peoples\n Step 1:",.005)
  2165. local arr=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  2166. arr.Anchored=true
  2167. arr.CFrame=Root.CFrame
  2168. local winded=meshs(arr,"Mesh",Vector3.new(8,8,8),"FileMesh","2466400893")
  2169. winded.TextureId="rbxassetid://2466400972"
  2170. local aaaaa=particles(Root,1,"Really red","235401125",.1,.1,"Top",6,6,0,0,1,1,0,0,24,44444,false,18)
  2171. aaaaa.Rotation=NRn(0)
  2172. sounds(Head,"513636102",3,1)
  2173. for i=0,1,0.004 do
  2174. swait()
  2175. arr.CFrame=Root.CFrame
  2176. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2177. RJ.C0=clerp(RJ.C0,CFrame.new(-1.94311178e-10, -2.38317327e-07, 6.94489355e-09, 0.000815000152, 0.0279739928, -0.999608338, 0.999575317, -0.029140396, -5.19211483e-07, -0.0291289948, -0.999183893, -0.0279858578)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2178. Neck.C0=clerp(Neck.C0,CFrame.new(-2.35103917, 4.34757996, 0.119749956, 0.000815000152, -0.0306375958, 0.999530315, 0.0279739928, 0.999140263, 0.0306028351, -0.999608338, 0.0279359091, 0.0016713551)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2179. RS.C0=clerp(RS.C0,CFrame.new(0.00122270128, 0.041959703, -1.49936676, 0.000815000152, 0.999575317, -0.0291289948, 0.0279739928, -0.029140396, -0.999183893, -0.999608338, -5.19211483e-07, -0.0279858578)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2180. LS.C0=clerp(LS.C0,CFrame.new(-0.00122229999, -0.0419623032, 1.49945927, 0.000815000152, 0.999575317, -0.0291289948, 0.0279739928, -0.029140396, -0.999183893, -0.999608338, -5.19211483e-07, -0.0279858578)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2181. RH.C0=clerp(RH.C0,CFrame.new(-1.99881554, 0.0722669289, -0.499816567, 0.000815000152, 0.999575317, -0.0291289948, 0.0279739928, -0.029140396, -0.999183893, -0.999608338, -5.19211483e-07, -0.0279858578)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2182. LH.C0=clerp(LH.C0,CFrame.new(-1.99963045, 0.0442962125, 0.49982813, 0.000815000152, 0.999575317, -0.0291289948, 0.0279739928, -0.029140396, -0.999183893, -0.999608338, -5.19211483e-07, -0.0279858578)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2183. if dead then
  2184. break
  2185. end
  2186. end
  2187. coroutine.resume(coroutine.create(function(h1,h2,h3)
  2188. hyper1:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2189. hyper2:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2190. hyper3:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2191. swait(100)
  2192. hyper1:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2193. hyper2:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2194. hyper3:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2195. swait(30)
  2196. hyper1:Remove()
  2197. hyper2:Remove()
  2198. hyper3:Remove()
  2199. end),hyper1,hyper2,hyper3)
  2200. for i=0,1,0.006 do
  2201. swait()
  2202. arr.CFrame=Root.CFrame
  2203. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2204. RJ.C0=clerp(RJ.C0,CFrame.new(-3.43959588e-13, 3.9781549, -9.53674316e-07, 1, -8.64620875e-14, 4.394397e-25, -8.64620875e-14, 1, -1.00574666e-38, 4.394397e-25, -1.00574666e-38, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2205. Neck.C0=clerp(Neck.C0,CFrame.new(-1.90734863e-06, 1.18680215, 2.45401764, 1, -3.59217932e-14, 2.40530252e-14, -4.32310437e-14, 0.830925882, -0.556383193, 2.32644547e-25, 0.556383193, 0.830925882)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2206. RS.C0=clerp(RS.C0,CFrame.new(4.13376093, -2.35088348, 3.06270522e-05, 0.736416996, 0.676527977, -1.82662534e-05, -0.676527977, 0.736416996, 1.01167425e-05, 2.02958381e-05, 4.90749153e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2207. LS.C0=clerp(LS.C0,CFrame.new(-3.1833632, -2.58390856, 4.59272269e-06, 0.637882054, -0.770134091, 1.69429513e-05, 0.770134091, 0.637882054, 1.59665942e-05, -2.31040231e-05, 2.86354043e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2208. RH.C0=clerp(RH.C0,CFrame.new(0.500013351, -5.97822714, 3.81469727e-06, 1, -8.64620875e-14, 4.394397e-25, -8.64620875e-14, 1, -1.00574666e-38, 4.394397e-25, -1.00574666e-38, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2209. LH.C0=clerp(LH.C0,CFrame.new(-0.500021338, -5.97822809, 5.60830813e-08, 0.0149359927, 0.999888539, -1.29693111e-18, -0.999888539, 0.0149359927, 2.99999992e-05, 2.99966559e-05, -4.4807976e-07, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2210. sounds(Head,"1875036824",2,1+1*i)
  2211. local n1=particles(C,0,"White","49736374",.1,.1,"Top",23-22*i,23-22*i,0,0,.4,1,55,55,120-49*i,44444,false,3)
  2212. n1.Rate=110
  2213. local n2=particles(V,0,"White","49736374",.1,.1,"Top",23-22*i,23-22*i,0,0,.4,1,55,55,120-49*i,44444,false,3)
  2214. n2.Rate=110
  2215. if dead then
  2216. break
  2217. end
  2218. end
  2219.  
  2220. local function a(asd)
  2221. local b=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,1)
  2222. b.CFrame=asd.CFrame--*CFrame.Angles(-math.rad(90),0,0)
  2223. b.Anchored=true
  2224. local win=meshs(b,"Mesh",Vector3.new(100,20,0),"Brick","")
  2225. local ah1=create("Decal"){
  2226. Parent=b,
  2227. Texture="rbxassetid://794422693",
  2228. Face="Front"
  2229. }
  2230. local ah2=create("Decal"){
  2231. Parent=b,
  2232. Texture="rbxassetid://794422693",
  2233. Face="Back"
  2234. }
  2235. local hh=b.CFrame
  2236. coroutine.resume(coroutine.create(function()
  2237. for ai=1,100 do
  2238. swait()
  2239. b.CFrame=hh*CFrame.new(0,-ai*3,0)
  2240. Mdamage("aa",b,9,3,0,"329003484",.3,1.5)
  2241. end
  2242. b:Remove()
  2243. end))
  2244. end
  2245.  
  2246. local ha=0
  2247. local ha2=0
  2248. for i=0,1,0.001 do
  2249. swait()
  2250. ha=ha+1*(i*3)
  2251. ha2=ha2+1
  2252. if ha2>=6 then
  2253. ha2=0
  2254. Effect(e,"Really black",V.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,0,0,0,.05,"FileMesh",6,0,"2466407139")
  2255. Effect(e,"Really red",C.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,0,0,0,.05,"FileMesh",6,0,"2466407139")
  2256. sounds(C,"277059372",2,3.5-3*i)
  2257. sounds(V,"277059372",2,.5+3*i)
  2258. a(RArm)
  2259. a(LArm)
  2260. end
  2261. arr.CFrame=Root.CFrame
  2262. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2263. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, 0, 1, -8.64620875e-14, 4.394397e-25, -8.64620875e-14, 1, -1.00574666e-38, 4.394397e-25, -1.00574666e-38, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2264. Neck.C0=clerp(Neck.C0,CFrame.new(-1.90734863e-06, 0.518099368, 0.908979118, 1, 3.2662374e-15, 4.31074786e-14, -4.32310437e-14, -0.0755530521, -0.997141778, 2.32644547e-25, 0.997141778, -0.0755530447)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2265. RS.C0=clerp(RS.C0,CFrame.new(-5.14984131e-05, -2.38418579e-07, -1.1980825e-29, 1, 2.06795153e-25, 4.32310437e-14, -4.32310437e-14, 0, -1, 2.32644547e-25, 1, 0)*CFrame.Angles(0,0,math.rad(ha*2.4))*CFrame.new(0,-3,0),1)
  2266. LS.C0=clerp(LS.C0,CFrame.new(-4.19616699e-05, -2.38418579e-07, -9.7621537e-30, 1, 2.06795153e-25, 4.32310437e-14, -4.32310437e-14, 0, -1, 2.32644547e-25, 1, 0)*CFrame.Angles(0,0,-math.rad(ha*4.3))*CFrame.new(0,-5,0),1)
  2267. RH.C0=clerp(RH.C0,CFrame.new(0.500014782, -2.00007153, -2.80514359e-06, 0.031161014, -0.843738198, -0.53584975, 2.99854328e-05, 0.536110878, -0.844147682, 0.999514461, 0.0262884255, 0.0167310573)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2268. LH.C0=clerp(LH.C0,CFrame.new(0.299674243, 1.29987812, -0.000100031502, -0.355243891, -0.934773624, -1.29693111e-18, 0.934773624, -0.355243891, 2.99999992e-05, -2.80432087e-05, 1.06573161e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2269. if dead then
  2270. break
  2271. end
  2272. end
  2273. cam:Remove()
  2274. attack=false
  2275. coroutine.resume(coroutine.create(function(hh)
  2276. chato(hh,"Now Step 2:",.007)
  2277. swait(120)
  2278. sounds(hh,"1267238611",6,2)
  2279. sounds(hh,"1267238611",6,1.5)
  2280. sounds(hh,"1267238611",6,1)
  2281. sounds(hh,"1267238611",6,.5)
  2282. sounds(hh,"1267238611",6,.8)
  2283. for i=1,200 do
  2284. swait()
  2285. Mdamage("None",hh,21,12,0,"934863366",.4,1)
  2286. hh.CFrame=hh.CFrame*CFrame.new(0,0,-.5-(i/40))
  2287. winded.Scale=clerp(winded.Scale,Vector3.new(.8,.8,.8),.1)
  2288. end
  2289. sounds(hh,"1913184222",3,1.3)
  2290. chato(hh,"Thanks for watching",.02)
  2291. for i=0,1,.01 do
  2292. swait()
  2293. winded.Scale=clerp(winded.Scale,Vector3.new(1+10*i,1+10*i,1+10*i),.05)
  2294. hh.Transparency=i
  2295. end
  2296. hh:Remove()
  2297. end),arr)
  2298. end
  2299.  
  2300. function basically_a_teleport()
  2301. attack=true
  2302. sounds(Head,"380774072",.9,1)
  2303. local aaaaa=particles(Head,1,"White","285739600",.1,.1,"Top",12,12,0,0,1,1,0,0,2,44444,false,6)
  2304. aaaaa.Rotation=NRn(0)
  2305. local aaaaa=particles(Head,1,"White","285739600",.1,.1,"Top",12,12,0,0,2.5,2.5,0,0,35,44444,false,6)
  2306. aaaaa.Rotation=NRn(0)
  2307. Root.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,1.5,0))
  2308. Mdamage("None",Head,9,3,0,"1064766495",.9,1)
  2309. Effect(e,"Light blue",Head.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1.5,1.5,1.5,-.03,-.03,-.03,.03,"FileMesh",6,0,"2469924292")
  2310. Effect(e,"Pastel light blue",Head.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.01,.01,.01,.03,.03,.03,.03,"FileMesh",6,0,"2469924292")
  2311. for i=0,1,0.1 do
  2312. swait()
  2313. RJ.C0=clerp(RJ.C0,CFrame.new(2.39691703e-13, -2.42881489, -0.0395123474, 1, 1.60523829e-15, 9.86736327e-14, -9.86866838e-14, -0.016266007, -0.999867737, 0, 0.999867737, -0.016266007)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2314. Neck.C0=clerp(Neck.C0,CFrame.new(0, 0.193796337, -2.87058473, 1, 0, 0, 0, -0.955351114, 0.29547286, 0, -0.29547289, -0.955351114)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2315. RS.C0=clerp(RS.C0,CFrame.new(2.38905191, -0.0444968715, -5.159307, -0.712588847, -0.701581836, -2.90018001e-18, -0.0114329793, 0.0116123501, 0.99986726, -0.701488733, 0.712494254, -0.016296003)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2316. LS.C0=clerp(LS.C0,CFrame.new(-2.57781911, -0.047615014, -5.35062599, -0.70925802, 0.704949021, 0, 0.0114878509, 0.0115580708, 0.99986726, 0.704855442, 0.709163845, -0.016296003)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2317. RH.C0=clerp(RH.C0,CFrame.new(2.53011513, 0.0162862092, -1.42524636, 0.687345088, -0.726331055, 1.52529528e-05, -0.0118362932, -0.0111799799, 0.999867499, -0.726234615, -0.68725419, -0.0162815712)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2318. LH.C0=clerp(LH.C0,CFrame.new(-2.93834472, 0.0267827455, -0.78018415, 0.752563179, 0.658520162, -1.51459653e-05, 0.0107312463, -0.0122407749, 0.999867558, 0.658432722, -0.752463639, -0.0162786972)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2319. if dead then
  2320. break
  2321. end
  2322. end
  2323. attack=false
  2324. end
  2325.  
  2326. function ppuncc()
  2327. attack=true
  2328. sounds(Head,"1068544001",1.8,1.3)
  2329. particles(RArm,0,"Really red","2456537565",.1,.1,"Top",1,1,0,1,.7,1.5,55,55,3,44444,false,20)
  2330. for i=0,1,0.05 do
  2331. swait()
  2332. Mdamage("None",RArm,5,2,0.05,"1129805974",1,1)
  2333. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -4.02802791e-15, 0, -4.02802791e-15, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2334. Neck.C0=clerp(Neck.C0,CFrame.new(6.05887199e-15, -1.50417829, -9.53674316e-07, 1, -4.02802791e-15, 0, -4.02802791e-15, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2335. RS.C0=clerp(RS.C0,CFrame.new(0.234753311, 0.0867867023, -7.44483757, 0.0145790055, 1.90088542e-10, 0.999893785, 0.999851644, -0.00917898398, -0.0145783909, 0.00917800888, 0.999957919, -0.000133820649)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2336. LS.C0=clerp(LS.C0,CFrame.new(0.0164804459, -1.29837799, -9.53674316e-07, 1, -4.02802791e-15, 0, -4.02802791e-15, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2337. RH.C0=clerp(RH.C0,CFrame.new(0.500013351, -2.00007153, 2.86102295e-06, 1, -4.02802791e-15, 0, -4.02802791e-15, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2338. LH.C0=clerp(LH.C0,CFrame.new(-0.500024796, -2.00007153, -9.53674316e-07, 1, -4.02802791e-15, 0, -4.02802791e-15, 1, 0, 0, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2339. if dead then
  2340. break
  2341. end
  2342. end
  2343. attack=false
  2344. end
  2345.  
  2346. function leg()
  2347. attack=true
  2348. sounds(Head,"2219049278",1,1.1)
  2349. particles(RLeg,0,"Cashmere","2205453528",.1,.1,"Top",1,1,0,1,.7,1.5,55,55,3,44444,false,20)
  2350. for i=0,1,0.05 do
  2351. swait()
  2352. Mdamage("None",RLeg,5,2,0.05,"2419364585",1,1)
  2353. RJ.C0=clerp(RJ.C0,CFrame.new(4.76837158e-07, -0.678469539, 1.57606435, 1, -3.96650971e-16, -1.97456827e-15, -2.01401396e-15, 0.196945488, 0.98041445, 0, -0.98041445, 0.196945503)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2354. Neck.C0=clerp(Neck.C0,CFrame.new(-5.96046448e-08, 1.97424114, 1.82542837, -0.174211055, -0.984708369, 0, 0.193962842, -0.0343152061, -0.980408549, 0.965416491, -0.170798004, 0.196974918)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2355. RS.C0=clerp(RS.C0,CFrame.new(1.97050369, 1.6726898, 0.324274123, -0.997820616, -0.058139693, 0.031205669, 0.0129973851, -0.636832952, -0.770892322, 0.0646922365, -0.768806696, 0.636200666)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2356. LS.C0=clerp(LS.C0,CFrame.new(-1.5000484, 1.6788187, 0.354781896, -0.0545630194, -0.998510361, 0, 0.196681485, -0.0107475454, -0.980408549, 0.978948116, -0.0534940511, 0.196974918)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2357. RH.C0=clerp(RH.C0,CFrame.new(0.500012875, 11.36584282, -2.02524042, 1, 0, 0, 0, 0.973878384, 0.227070212, 0, -0.227070242, 0.973878384)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2358. LH.C0=clerp(LH.C0,CFrame.new(-0.500025272, 1.28491342, -1.60611677, 1, -2.01401396e-15, 0, -3.96650971e-16, 0.196945488, -0.98041445, -1.97456827e-15, 0.98041445, 0.196945503)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2359. if dead then
  2360. break
  2361. end
  2362. end
  2363. attack=false
  2364. end
  2365.  
  2366. function crash()
  2367. attack=true
  2368. sounds(Head,"1582127763",2,1)
  2369. for i=0,1,0.08 do
  2370. swait()
  2371. RJ.C0=clerp(RJ.C0,CFrame.new(0.499943167, -0.506949544+6, 1.5155696e-05, -0.0137500064, 0.999905467, -2.9997178e-05, -0.999905467, -0.0137500055, 3.04124987e-05, 2.99971634e-05, 3.04125133e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2372. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0257117972, 2.04852891, -0.839589357, 0.0391832776, 0.998903334, 0.0256289821, -0.835984051, 0.0468206592, -0.546752691, -0.547353148, -1.8542512e-06, 0.836901724)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2373. RS.C0=clerp(RS.C0,CFrame.new(0.529640675, -0.221559584, -0.791560531, -0.13349171, 0.0147712594, 0.990939796, -0.036535684, 0.999135911, -0.0198152401, -0.990376294, -0.0388498344, -0.13283667)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2374. LS.C0=clerp(LS.C0,CFrame.new(-2.27971101, -0.386432052, 0.861240327, -0.0143774888, 0.6368168, 0.770881116, -0.907347798, 0.315631658, -0.277662694, -0.420134693, -0.703449368, 0.573276341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2375. RH.C0=clerp(RH.C0,CFrame.new(0.500015676, -2.00007796, 3.7355785e-06, -0.0294528231, -0.999566257, -0, 0.999566257, -0.0294528231, 3.00000138e-05, -2.99870007e-05, 8.8358513e-07, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2376. LH.C0=clerp(LH.C0,CFrame.new(-0.757942259, -2.22570539, -0.30842793, 0.55943197, -0.313949376, -0.76711911, 0.489395529, 0.872061968, 2.04890966e-07, 0.668975353, -0.375424773, 0.641504705)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2377. if dead then
  2378. break
  2379. end
  2380. end
  2381. sounds(Head,"1251773725",2,1)
  2382. for i=0,1,0.04 do
  2383. swait()
  2384. RJ.C0=clerp(RJ.C0,CFrame.new(0.499943167, -0.506949544-2, 1.5155696e-05, -0.0137500064, 0.999905467, -2.9997178e-05, -0.999905467, -0.0137500055, 3.04124987e-05, 2.99971634e-05, 3.04125133e-05, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2385. Neck.C0=clerp(Neck.C0,CFrame.new(-0.0257117972, 2.04852891, -0.839589357, 0.0391832776, 0.998903334, 0.0256289821, -0.835984051, 0.0468206592, -0.546752691, -0.547353148, -1.8542512e-06, 0.836901724)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2386. RS.C0=clerp(RS.C0,CFrame.new(0.529640675, -0.221559584, -0.791560531, -0.13349171, 0.0147712594, 0.990939796, -0.036535684, 0.999135911, -0.0198152401, -0.990376294, -0.0388498344, -0.13283667)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2387. LS.C0=clerp(LS.C0,CFrame.new(-2.27971101, -0.386432052, 0.861240327, -0.0143774888, 0.6368168, 0.770881116, -0.907347798, 0.315631658, -0.277662694, -0.420134693, -0.703449368, 0.573276341)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2388. RH.C0=clerp(RH.C0,CFrame.new(0.500015676, -2.00007796, 3.7355785e-06, -0.0294528231, -0.999566257, -0, 0.999566257, -0.0294528231, 3.00000138e-05, -2.99870007e-05, 8.8358513e-07, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2389. LH.C0=clerp(LH.C0,CFrame.new(-0.757942259, -2.22570539, -0.30842793, 0.55943197, -0.313949376, -0.76711911, 0.489395529, 0.872061968, 2.04890966e-07, 0.668975353, -0.375424773, 0.641504705)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2390. if dead then
  2391. break
  2392. end
  2393. end
  2394. Mdamage("None",Torso,12,14,0,"1081463048",2,1)
  2395. local r=Effect(e,"Light blue",CFrame.new(Torso.Position+Vector3.new(0,4.4,0)),6,6,6,0,0,0,.015,"FileMesh",6,0,"2473443531")
  2396. r.Mesh.TextureId="rbxassetid://2473443556"
  2397. attack=false
  2398. end
  2399.  
  2400. function ward()
  2401. if ohno then
  2402. return
  2403. end
  2404. attack=true
  2405. ohno=true
  2406. local mmnm=create("Model"){
  2407. Parent=m,
  2408. Name="warde"
  2409. }
  2410. local haahaah=parts(mmnm,"haahaah",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel brown",Enum.Material.SmoothPlastic,0,1)
  2411. local haahaahWeld=welds(haahaah,"haahaahWeld",Head,haahaah,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -15, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1))
  2412. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  2413. local aaaaxWeld=welds(aaaax,"aaaaxWeld",haahaah,aaaax,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -4.76837158e-07, 1.90734863e-06, -2.01401396e-15, 1, -7.99999907e-06, -1, 2.01401396e-15, -0, -1.61121115e-20, 7.99999907e-06, 1))
  2414. meshs(aaaax,"Mesh",Vector3.new(0.5, 10, 10),Enum.MeshType.Cylinder,"")
  2415. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  2416. local aaaaxWeld=welds(aaaax,"aaaaxWeld",haahaah,aaaax,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.299999237, -4.76837158e-07, 2.86102295e-06, -2.01401396e-15, 1, -7.99999907e-06, -1, 2.01401396e-15, -0, -1.61121115e-20, 7.99999907e-06, 1))
  2417. meshs(aaaax,"Mesh",Vector3.new(3, 5, 5),Enum.MeshType.Cylinder,"")
  2418. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  2419. local aaaaxWeld=welds(aaaax,"aaaaxWeld",haahaah,aaaax,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.599998951, -4.76837158e-07, 1.90734863e-06, -2.01401396e-15, 1, -7.99999907e-06, -1, 2.01401396e-15, -0, -1.61121115e-20, 7.99999907e-06, 1))
  2420. meshs(aaaax,"Mesh",Vector3.new(3, 5, 5),Enum.MeshType.Sphere,"")
  2421. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lime green",Enum.Material.Neon,0,0)
  2422. local aaaaxWeld=welds(aaaax,"aaaaxWeld",haahaah,aaaax,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.2121315, 0.212130547, 0, -0.707106829, 0.707106829, -5.21320726e-06, -0.707106829, -0.707106829, 2.12132036e-05, 1.13137066e-05, 1.86862944e-05, 1))
  2423. meshs(aaaax,"Mesh",Vector3.new(0.699999988, 0.699999988, 5),Enum.MeshType.Brick,"")
  2424. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lime green",Enum.Material.Neon,0,0)
  2425. local aaaaxWeld=welds(aaaax,"aaaaxWeld",haahaah,aaaax,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.212129116, 0.212133408, -4.76837158e-07, -1.42408028e-15, 0.707085609, -0.707128048, 1.42416583e-15, -0.707128048, -0.707085609, -1, 2.01401396e-15, -0))
  2426. meshs(aaaax,"Mesh",Vector3.new(0.699999988, 0.699999988, 5),Enum.MeshType.Brick,"")
  2427. local dd=particles(haahaah,-1,"Buttermilk","8455983",.1,0,"Front",7,7,0,0,2,3,0,0,4,44444,false)
  2428. dd.Size=NSn({NSKp(0,1),NSKp(.8,1),NSKp(1,0)})
  2429. dd.Rate=30
  2430. chato(haahaah,"You is dieing going die",.01)
  2431. for i=1,10 do
  2432. local ef=Effect(e,"Really red",haahaah.CFrame*CFrame.new(0,-30,0)*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.3,.3,.3,-.03,-.03,-.03,.01,"FileMesh",3,1,"2474318878")
  2433. ef.Mesh.TextureId="rbxassetid://2474318954"
  2434. end
  2435.  
  2436. local hhc=create("Sound"){
  2437. Parent=haahaah,
  2438. SoundId="rbxassetid://1404727191",
  2439. Volume=4,
  2440. PlaybackSpeed=1,
  2441. MaxDistance=66666666,
  2442. Name="yo",
  2443. Looped=true}
  2444. hhc:Play()
  2445. sounds(haahaah,"1613998698",4,.7)
  2446. for i=0,1,0.1 do
  2447. swait()
  2448. haahaahWeld.C1=clerp(haahaahWeld.C1,CFrame.new(0,-15,0),1)
  2449. RJ.C0=clerp(RJ.C0,CFrame.new(-4.76837158e-07, -2.96279211e-07, -9.37313587e-07, 1, 2.01024635e-15, 1.23134702e-16, -2.01401396e-15, -0.998129249, -0.0611389503, 0, 0.0611389503, -0.998129249)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2450. Neck.C0=clerp(Neck.C0,CFrame.new(4.76837158e-07, -1.49721861, -0.0917099416, 1, -2.01401396e-15, 0, 2.01024635e-15, -0.998129249, 0.0611389503, 1.23134702e-16, -0.0611389503, -0.998129249)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2451. RS.C0=clerp(RS.C0,CFrame.new(2.10113096, -0.224987194, -0.0137749007, 0.93634665, -0.351076871, 1.05323015e-05, -0.350420743, -0.93459487, 0.0611370429, -0.021453958, -0.0572491586, -0.998129368)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2452. LS.C0=clerp(LS.C0,CFrame.new(-2.02518439, -0.215522557, -0.0131956544, 0.924867332, 0.380290151, -1.10284172e-05, 0.379579425, -0.923137069, 0.0611357763, 0.0232391525, -0.0565466695, -0.998129487)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2453. RH.C0=clerp(RH.C0,CFrame.new(0.5000121, 1.99632967, 0.122278526, 0.928265989, 0.371917009, 0, 0.37122193, -0.926531136, 0.0611090064, 0.0227274783, -0.0567254126, -0.998131096)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2454. LH.C0=clerp(LH.C0,CFrame.new(-0.500027061, 1.99632978, 0.122281849, 0.934121251, -0.356956095, 1.17795516e-05, -0.35628897, -0.932373464, 0.0611397736, -0.0218132325, -0.057116162, -0.998129189)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2455. if dead then
  2456. break
  2457. end
  2458. end
  2459. sounds(Head,"2232883455",3,1)
  2460. for i=0,1,.001 do
  2461. swait()
  2462. haahaahWeld.C1=clerp(haahaahWeld.C1,CFrame.new(0,-15+14.5*i,0),.3)
  2463. if dead then
  2464. break
  2465. end
  2466. end
  2467. dd:Remove()
  2468. swait(100)
  2469. for i=0,1,0.01 do
  2470. swait()
  2471. RJ.C0=clerp(RJ.C0,CFrame.new(-0.138548747, -0.980497122, 2.95042992e-05, -0.960918367, -0.0850076601, 0.263457179, 0.276832074, -0.295043528, 0.914501727, -8.30496174e-06, 0.951694906, 0.307045519)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  2472. Neck.C0=clerp(Neck.C0,CFrame.new(0.180428743, -0.78276819, 2.42611289, -0.964756429, 0.263144672, 0, -0.0808046162, -0.296250671, 0.951686025, 0.250431061, 0.91814512, 0.307072967)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2473. RS.C0=clerp(RS.C0,CFrame.new(1.49996066, -3.27825546e-06, 3.81469727e-06, 0.555639446, -0.444282711, -0.702764392, -0.791246176, -0.542145491, -0.282856882, -0.255332112, 0.71322608, -0.652774215)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  2474. LS.C0=clerp(LS.C0,CFrame.new(-2.63822365, -0.11905849, 0.368980587, 0.0758394748, 0.340486944, -0.937185764, -0.950052559, 0.310034931, 0.0357574448, 0.302735269, 0.887663782, 0.346993327)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  2475. RH.C0=clerp(RH.C0,CFrame.new(0.867987752, -1.03842771, 3.21799374, 1.00000012, 0, -1.8189894e-12, 7.4505806e-09, 0.307101578, 0.951676786, 2.98023224e-08, -0.951676786, 0.307101518)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  2476. LH.C0=clerp(LH.C0,CFrame.new(0.737834334, -1.0540787, 3.26644659, 0.75658083, -0.653900325, 1.8309207e-05, 0.200795129, 0.232352182, 0.951679528, -0.622307718, -0.720018744, 0.307093114)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.1)
  2477. if dead then
  2478. break
  2479. end
  2480. end
  2481. sounds(haahaah,"437393965",6,1)
  2482. local arra=create("Sound"){
  2483. Parent=haahaah,
  2484. SoundId="rbxassetid://411466862",
  2485. Volume=1.3,
  2486. PlaybackSpeed=1,
  2487. MaxDistance=66666666,
  2488. Name="yo",
  2489. Looped=true}
  2490. arra:Play()
  2491.  
  2492. local okayd=create("BillboardGui"){
  2493. Parent=Torso,
  2494. Adornee=Torso,
  2495. Name="ddd",
  2496. Size=UDim2.new(22, 0, 22, 0)}
  2497.  
  2498. local whhhhhhyh=create("ImageLabel"){
  2499. Parent=okayd,
  2500. AnchorPoint=Vector2.new(.5,.5),
  2501. Size=UDim2.new(.8, 0, 1, 0),
  2502. Position=UDim2.new(.5, 0, .3, 0),
  2503. BackgroundTransparency=1,
  2504. Image="rbxassetid://1409140575"}
  2505.  
  2506. coroutine.resume(coroutine.create(function(f)
  2507. local numsz=0
  2508. local num2=1
  2509. local num3=0
  2510. repeat
  2511. swait()
  2512. num3=num3+1
  2513. numsz=numsz+1
  2514. if numsz>=6 then
  2515. numsz=0
  2516. if num2==1 then
  2517. num2=2
  2518. whhhhhhyh.Image="rbxassetid://1409140575"
  2519. elseif num2==2 then
  2520. num2=3
  2521. whhhhhhyh.Image="rbxassetid://1909324676"
  2522. elseif num2==3 then
  2523. num2=1
  2524. whhhhhhyh.Image="rbxassetid://1840472117"
  2525. end
  2526. end
  2527. until whhhhhhyh.Parent==nil or dead or num3>=3000
  2528. mmnm:Remove()
  2529. okayd:Remove()
  2530. ohno=false
  2531. sounds(Root,"144507765",3.5,1)
  2532. sounds(Root,"1300665497",3,1.2)
  2533. local wh=particles(Torso,.5,"White","2167427157",.1,.1,"Top",3,3,0,0,7,7,0,0,4,44444,false,3)
  2534. wh.Size=NSn({NSKp(0,7),NSKp(.1,0),NSKp(.2,7),NSKp(.3,0),NSKp(.4,7),NSKp(.5,0),NSKp(.6,7),NSKp(.7,0),NSKp(.8,7),NSKp(.9,0),NSKp(1,13)})
  2535. end),whhhhhhyh)
  2536. if not dead then
  2537. for si=1,15 do
  2538. local rong=Effect(e,"Really black",Head.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,3,1,3,.01,"FileMesh",2,math.random(-20,20),"2458185828")
  2539. rong.Mesh.TextureId="rbxassetid://2458185994"
  2540. end
  2541. Effect(e,"Daisy orange",Head.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.05,.05,.05,.2,.2,.2,.005,"FileMesh",6,0,"2134149992")
  2542. local stoned=parts(m,"haahaah",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel brown",Enum.Material.SmoothPlastic,0,1)
  2543. stoned.CFrame=CFrame.new(Root.Position-Vector3.new(0,2,0))
  2544. stoned.Anchored=true
  2545. local stoned2=stoned:Clone()
  2546. stoned2.Parent=m
  2547. game:GetService("Debris"):AddItem(stoned,15)
  2548. game:GetService("Debris"):AddItem(stoned2,15)
  2549. local ss1=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Front",3,3,0,0,5,10,0,0,10,0,false,250)
  2550. ss1.Rotation=NRn(0)
  2551. ss1.Speed=NRn(15,25)
  2552. local ss2=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Back",3,3,0,0,5,10,0,0,10,0,false,250)
  2553. ss2.Rotation=NRn(0)
  2554. ss2.Speed=NRn(15,25)
  2555. local ss3=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Right",3,3,0,0,5,10,0,0,10,0,false,250)
  2556. ss3.Rotation=NRn(0)
  2557. ss3.Speed=NRn(15,25)
  2558. local ss4=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Left",3,3,0,0,5,10,0,0,10,0,false,250)
  2559. ss4.Rotation=NRn(0)
  2560. ss4.Speed=NRn(15,25)
  2561. local ss1=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Front",3,3,0,0,5,10,0,0,10,0,false,250)
  2562. ss1.Rotation=NRn(0)
  2563. ss1.Speed=NRn(15,25)
  2564. local ss2=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Back",3,3,0,0,5,10,0,0,10,0,false,250)
  2565. ss2.Rotation=NRn(0)
  2566. ss2.Speed=NRn(15,25)
  2567. local ss3=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Right",3,3,0,0,5,10,0,0,10,0,false,250)
  2568. ss3.Rotation=NRn(0)
  2569. ss3.Speed=NRn(15,25)
  2570. local ss4=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Left",3,3,0,0,5,10,0,0,10,0,false,250)
  2571. ss4.Rotation=NRn(0)
  2572. ss4.Speed=NRn(15,25)
  2573. chato(Head,"HAAAAAAA\n AAAAAAAAA\n AAAAAAAA\n AAAA\n AAAAAAAAA\n AAAAAAAAAA\n AAAAAA",.007)
  2574. for i=0,1,0.005 do
  2575. swait()
  2576. stoned.CFrame=CFrame.new(Root.Position-Vector3.new(0,1,0))
  2577. stoned2.CFrame=CFrame.new(Root.Position-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(45),0)
  2578. RJ.C0=clerp(RJ.C0,CFrame.new(-0.138548747, -0.980497122, 2.95042992e-05, -0.960918367, -0.0850076601, 0.263457179, 0.276832074, -0.295043528, 0.914501727, -8.30496174e-06, 0.951694906, 0.307045519)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2579. Neck.C0=clerp(Neck.C0,CFrame.new(0.180428743, -0.78276819, 2.42611289, -0.964756429, 0.263144672, 0, -0.0808046162, -0.296250671, 0.951686025, 0.250431061, 0.91814512, 0.307072967)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2580. RS.C0=clerp(RS.C0,CFrame.new(1.49996066, -3.27825546e-06, 3.81469727e-06, 0.555639446, -0.444282711, -0.702764392, -0.791246176, -0.542145491, -0.282856882, -0.255332112, 0.71322608, -0.652774215)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2581. LS.C0=clerp(LS.C0,CFrame.new(-2.63822365, -0.11905849, 0.368980587, 0.0758394748, 0.340486944, -0.937185764, -0.950052559, 0.310034931, 0.0357574448, 0.302735269, 0.887663782, 0.346993327)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2582. RH.C0=clerp(RH.C0,CFrame.new(2.87398744, -2.50386047, 3.40053868, 0.296905994, -0.805314243, 0.513143301, 0.293226093, 0.588301659, 0.753604531, -0.908771396, -0.0732827336, 0.410809368)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2583. LH.C0=clerp(LH.C0,CFrame.new(-0.381891578, -3.10460091, 4.71005154, 0.872922659, 0.407714933, -0.267908096, -0.149808258, 0.746635735, 0.648145616, 0.464288384, -0.525646091, 0.712834179)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2584. if dead then
  2585. break
  2586. end
  2587. end
  2588. hhc:Remove()
  2589. sounds(Head,"1281048608",5,1)
  2590. sounds(Head,"1281048608",5,1)
  2591. sounds(Head,"1281048608",5,1)
  2592. end
  2593. attack=false
  2594. end
  2595.  
  2596. function bar()
  2597. attack=true
  2598.  
  2599. local hh=0
  2600. sounds(Head,"1074733909",4,1.3)
  2601. particles(RArm,-1,"Lime green","453746682",.1,.1,"Top",1,3,0,0,5,5,0,0,14,44444,false,68)
  2602. particles(LArm,-1,"Lime green","453746682",.1,.1,"Top",1,3,0,0,5,5,0,0,14,44444,false,68)
  2603. for i=0,1,0.007 do
  2604. swait()
  2605. hh=hh+7+i*6
  2606. sounds(RArm,"314390675",.5,1.3)
  2607. sounds(LArm,"314390675",.5,1.3)
  2608. RJ.C0=clerp(RJ.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2609. Neck.C0=clerp(Neck.C0,CFrame.new(1.29540789, 3.08300614, -0.00297564268, -0.815873146, -0.535251617, -0.218761966, 0.516611934, -0.844691873, 0.140028328, -0.259736836, 0.00123031053, 0.965678692)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2610. RS.C0=clerp(RS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,0+5*i,0+15*i),1)
  2611. LS.C0=clerp(LS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,0+5*i,0-15*i),1)
  2612. RH.C0=clerp(RH.C0,CFrame.new(-0.651630044, 2.13419461, -0.306511164, -0.833882987, -0.419555366, 0.358626127, -0.54076308, 0.751139879, -0.378634989, -0.11052002, -0.509669065, -0.853242636)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2613. LH.C0=clerp(LH.C0,CFrame.new(1.29347265, 1.5376358, 0.22064352, 0.771871924, 0.596950531, -0.218778029, -0.580610514, 0.802053988, 0.140002981, 0.259046644, 0.0189604554, 0.965678751)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2614. if dead then
  2615. break
  2616. end
  2617. end
  2618. sounds(Head,"660701977",3,.9)
  2619. swait(110)
  2620. coroutine.resume(coroutine.create(function()
  2621. local def=parts(m,"a",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,0,1)
  2622. def.Anchored=true
  2623. def.CFrame=CFrame.new(Root.Position-Vector3.new(0,2.5,0))
  2624. local bric=meshs(def,"Mesh",Vector3.new(0,0,0),"Brick","")
  2625. local de1=create("Decal"){
  2626. Parent=def,
  2627. Texture="rbxassetid://360783335",
  2628. Face="Top"
  2629. }
  2630. local de2=create("Decal"){
  2631. Parent=def,
  2632. Texture="rbxassetid://360783335",
  2633. Face="Bottom"
  2634. }
  2635. local hhc=create("Sound"){
  2636. Parent=def,
  2637. SoundId="rbxassetid://685713751",
  2638. Volume=3,
  2639. PlaybackSpeed=1,
  2640. MaxDistance=66666666,
  2641. EmitterSize=20,
  2642. Name="yo",
  2643. Looped=true}
  2644. hhc:Play()
  2645. for i=1,100 do
  2646. swait()
  2647. bric.Scale=clerp(bric.Scale,Vector3.new(i*8,0,i*8),.5)
  2648. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(i/1.2),0),.3)
  2649. end
  2650. for i=1,600 do
  2651. swait()
  2652. local ree=parts(def,"f",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,0,1)
  2653. ree.Anchored=true
  2654. ree.CFrame=def.CFrame
  2655. ree.CFrame=def.CFrame*CFrame.new(math.random(-80,80),0,math.random(-80,80))
  2656. sounds(ree,"570433034",3,1)
  2657. local dsr=Effect(e,"Daisy orange",ree.CFrame*CFrame.Angles(math.rad(math.random(-20,20)),0,math.rad(math.random(-20,20))),4,4,4,.1,413,.1,.04,"FileMesh",2,13,"1271354387")
  2658. dsr.Color=Colours[Int]
  2659. local dsr=Effect(e,"Daisy orange",ree.CFrame*CFrame.Angles(math.rad(math.random(-60,60)),0,math.rad(math.random(-60,60))),.04,.04,.04,.004,.004,.004,.02,"FileMesh",2,13,"864102869")
  2660. dsr.Color=Colours[Int]
  2661. game:GetService("Debris"):AddItem(ree,2)
  2662. Mdamage("ha",def,80,3,0,"1400754519",2.4,1)
  2663. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(70),0),.3)
  2664. end
  2665. for i=0,1,.005 do
  2666. swait()
  2667. de1.Transparency=i
  2668. de2.Transparency=i
  2669. bric.Scale=clerp(bric.Scale,Vector3.new(800-2500*i,0,800-2500*i),.5)
  2670. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(70),0),.3)
  2671. end
  2672. def:Remove()
  2673. end))
  2674. sounds(RArm,"314390675",5,.7)
  2675. sounds(LArm,"314390675",5,.7)
  2676. for i=0,1,0.01 do
  2677. swait()
  2678. RJ.C0=clerp(RJ.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2679. Neck.C0=clerp(Neck.C0,CFrame.new(1.29540789, 3.08300614, -0.00297564268, -0.815873146, -0.535251617, -0.218761966, 0.516611934, -0.844691873, 0.140028328, -0.259736836, 0.00123031053, 0.965678692)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2680. RS.C0=clerp(RS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,-.5,15),1)
  2681. LS.C0=clerp(LS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,-.5,-15),1)
  2682. RH.C0=clerp(RH.C0,CFrame.new(-0.651630044, 2.13419461, -0.306511164, -0.833882987, -0.419555366, 0.358626127, -0.54076308, 0.751139879, -0.378634989, -0.11052002, -0.509669065, -0.853242636)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2683. LH.C0=clerp(LH.C0,CFrame.new(1.29347265, 1.5376358, 0.22064352, 0.771871924, 0.596950531, -0.218778029, -0.580610514, 0.802053988, 0.140002981, 0.259046644, 0.0189604554, 0.965678751)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2684. if dead then
  2685. break
  2686. end
  2687. end
  2688. sounds(Head,"1274957827",9,1)
  2689. attack=false
  2690. end
  2691.  
  2692. function beanm()
  2693. attack=true
  2694. sounds(Head,"796174605",1,1.4)
  2695. local bgn=create("BillboardGui"){
  2696. LightInfluence=0,
  2697. Parent=Torso,
  2698. Adornee=Torso,
  2699. Size=UDim2.new(80,0,80,0)
  2700. }
  2701. local hhahh=create("ImageLabel"){
  2702. Parent=bgn,
  2703. AnchorPoint=Vector2.new(.5,.5),
  2704. Size=UDim2.new(1,0,1,0),
  2705. Position=UDim2.new(.5,0,.5,0),
  2706. BackgroundTransparency=1,
  2707. BorderSizePixel=0,
  2708. Image="rbxassetid://818983932"
  2709. }
  2710.  
  2711. for i=0,1,0.01 do
  2712. swait()
  2713. hhahh.Rotation=hhahh.Rotation+i*15
  2714. hhahh.Size=UDim2.new(1-1*i,0,1-1*i,0)
  2715. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2716. local direction=aim.lookVector
  2717. local heed=math.atan2(direction.x,direction.z)
  2718. local heed=math.deg(heed)
  2719. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2720. RJ.C0=clerp(RJ.C0,CFrame.new(-5.41319741e-15, 0.786217093, 0.190441251, 1, -6.18500875e-15, -3.02498187e-15, -6.88511748e-15, 0.898315609, 0.439350814, 0, -0.439350814, 0.898315609)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2721. Neck.C0=clerp(Neck.C0,CFrame.new(-0.443902969, 1.18635786, -0.949414492, -0.0379850231, 0.0261420105, -0.998936355, 0.147762805, 0.988815427, 0.0202583969, 0.988293231, -0.146836102, -0.0414229892)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2722. RS.C0=clerp(RS.C0,CFrame.new(-0.126483917, 2.44047356, -5.40198612, 1, 0, 0, 0, -0.423839331, -0.9057374, 0, 0.9057374, -0.423839331)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2723. LS.C0=clerp(LS.C0,CFrame.new(0.527242064, 1.54460669, -3.74507475, 0.243857995, -0.592673719, -0.767639995, 0.871209145, 0.481615961, -0.0950834155, 0.426061124, -0.64558804, 0.633788645)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2724. RH.C0=clerp(RH.C0,CFrame.new(0.316112906, 0.289196014, -3.19914985, 0.218830064, -0.938935995, 0.265542001, -0.47954312, -0.340491802, -0.808766901, 0.849795282, 0.0496436283, -0.524770141)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2725. LH.C0=clerp(LH.C0,CFrame.new(-0.386459887, 0.417006969, -2.31967211, 0.8273229, -0.168142051, 0.535971105, -0.524490416, -0.572838485, 0.629893661, 0.201113254, -0.802237213, -0.562111318)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2726. if dead then
  2727. break
  2728. end
  2729. end
  2730. bgn:Remove()
  2731. sounds(C,"1401990413",2,1.5)
  2732. sounds(C,"1401990413",2,1.25)
  2733. sounds(C,"1401990413",2,1)
  2734. --local hhih=Effect(e,"Bright violet",whyz,1,14,what*5,0,0,0,.01,"Brick",6,0,"")
  2735. local reff=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,0)
  2736. local mees=meshs(reff,"Mesh",Vector3.new(1,14,1),"Brick","")
  2737. reff.Anchored=true
  2738. reff.CFrame=Root.CFrame
  2739. local de1=create("Decal"){
  2740. Parent=reff,
  2741. Texture="rbxassetid://734850807",
  2742. Face="Right"
  2743. }
  2744. local de2=create("Decal"){
  2745. Parent=reff,
  2746. Texture="rbxassetid://734850807",
  2747. Face="Left"
  2748. }
  2749. sounds(reff,"169459289",1.2,1.55)
  2750. local reff2=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,0)
  2751. reff2.Anchored=true
  2752. reff2.CFrame=Root.CFrame
  2753. local hhahha=create("Sound"){
  2754. Parent=reff2,
  2755. SoundId="rbxassetid://243373231",
  2756. Volume=2,
  2757. PlaybackSpeed=1.2,
  2758. MaxDistance=66666666,
  2759. Name="yo",
  2760. Looped=true}
  2761. hhahha:Play()
  2762.  
  2763.  
  2764. local hey1=particles(reff2,0,"Lime green","745929496",.3,.1,"Top",2,0,0,0,1,2,66,66,15,44444,false)
  2765. hey1.Acceleration=Vector3.new(0, 32, 0)
  2766. hey1.Color=CSn(BrickColor.new("Really red").Color,BrickColor.new("Really red").Color)
  2767.  
  2768. for i=0,1,0.002 do
  2769. swait()
  2770. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2771. local direction=aim.lookVector
  2772. local heed=math.atan2(direction.x,direction.z)
  2773. local heed=math.deg(heed)
  2774. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2775. local whyz=CFrame.new((V.Position+mouse.Hit.p)/2,mouse.Hit.p)
  2776. local what=(V.Position-mouse.Hit.p).magnitude
  2777. reff.CFrame=whyz
  2778. reff2.CFrame=CFrame.new(mouse.Hit.p)
  2779. mees.Scale=Vector3.new(1+math.random(-20,20),14+math.random(-20,20),what*5)
  2780. Mdamage("ha",reff2,9,4,0,"859301147",.6,1)
  2781. Effect(e,"Royal purple",reff2.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.02,.02,.02,.01,.7,.01,.04,"FileMesh",6,0,"2459747759")
  2782. --Effect(e,"Royal purple",reff2.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),.1,.1,.1,0,0,0,.06,"FileMesh",5,0,"2459747759")
  2783. RJ.C0=clerp(RJ.C0,CFrame.new(-5.41319741e-15, 0.786217093, 0.190441251, 1, -6.18500875e-15, -3.02498187e-15, -6.88511748e-15, 0.898315609, 0.439350814, 0, -0.439350814, 0.898315609)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2784. Neck.C0=clerp(Neck.C0,CFrame.new(-0.443902969, 1.18635786, -0.949414492, -0.0379850231, 0.0261420105, -0.998936355, 0.147762805, 0.988815427, 0.0202583969, 0.988293231, -0.146836102, -0.0414229892)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2785. RS.C0=clerp(RS.C0,CFrame.new(-0.126483917, 2.44047356, -5.40198612, 1, 0, 0, 0, -0.423839331, -0.9057374, 0, 0.9057374, -0.423839331)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2786. LS.C0=clerp(LS.C0,CFrame.new(0.527242064, 1.54460669, -3.74507475, 0.243857995, -0.592673719, -0.767639995, 0.871209145, 0.481615961, -0.0950834155, 0.426061124, -0.64558804, 0.633788645)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2787. RH.C0=clerp(RH.C0,CFrame.new(0.316112906, 0.289196014, -3.19914985, 0.218830064, -0.938935995, 0.265542001, -0.47954312, -0.340491802, -0.808766901, 0.849795282, 0.0496436283, -0.524770141)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2788. LH.C0=clerp(LH.C0,CFrame.new(-0.386459887, 0.417006969, -2.31967211, 0.8273229, -0.168142051, 0.535971105, -0.524490416, -0.572838485, 0.629893661, 0.201113254, -0.802237213, -0.562111318)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2789. if dead then
  2790. break
  2791. end
  2792. end
  2793. reff2:Remove()
  2794. coroutine.resume(coroutine.create(function(n)
  2795. swait(80)
  2796. sounds(n,"966966684",3,.9)
  2797. local ah=n.Position
  2798. for i=1,100 do
  2799. swait()
  2800. n.CFrame=clerp(n.CFrame,CFrame.new(ah+Vector3.new(0,i,0)),.2)
  2801. end
  2802. sounds(n,"1830608247",3,1.4)
  2803. mees.MeshType="Sphere"
  2804. for i=1,230 do
  2805. swait()
  2806. mees.Scale=clerp(mees.Scale,Vector3.new(-i/5,-i*3,-i*3),.3)
  2807. end
  2808. n:Remove()
  2809. end),reff)
  2810. attack=false
  2811. end
  2812.  
  2813. function No_Vacation()
  2814. attack=true
  2815. local function expandinged()
  2816. local rer=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2817. rer.Anchored=true
  2818. rer.CFrame=CFrame.new(Root.Position-Vector3.new(0,3,0))*CFrame.Angles(0,math.random(-120,120),0)*CFrame.new(math.random(-60,60),0,math.random(-60,60))
  2819. local whyd=create("BillboardGui"){
  2820. LightInfluence=0,
  2821. Parent=rer,
  2822. Adornee=rer,
  2823. Size=UDim2.new(20,0,90,0)
  2824. }
  2825. local nbmg=create("ImageLabel"){
  2826. Parent=whyd,
  2827. AnchorPoint=Vector2.new(.5,.5),
  2828. Size=UDim2.new(1,0,0,0),
  2829. Position=UDim2.new(.5,0,.5,0),
  2830. BackgroundTransparency=1,
  2831. BorderSizePixel=0,
  2832. Rotation=math.random(-100,100)/10,
  2833. ImageColor3=Colours[Int],
  2834. Image="rbxassetid://94446743"
  2835. }
  2836. coroutine.resume(coroutine.create(function(r1,r2)
  2837. local h=Effect(e,"Royal purple",r1.CFrame,1,1,1,2,2,2,.06,"FileMesh",2,3,"11996935")
  2838. h.Color=Colours[Int]
  2839. Mdamage("None",r1,18,12,0,"591590634",1,1)
  2840. sounds(r1,"901592657",2,math.random(80,120)/100)
  2841. for i=0,1,.03 do
  2842. swait()
  2843. r2.Size=UDim2.new(1,0,i*1.5,0)
  2844. r2.Position=UDim2.new(.5,0,.5-.5*i,0)
  2845. r2.ImageTransparency=i
  2846. end
  2847. r1:Remove()
  2848. end),rer,nbmg)
  2849. end
  2850.  
  2851. for i=0,1,0.008 do
  2852. swait()
  2853. expandinged()
  2854. RJ.C0=clerp(RJ.C0,CFrame.new(-9.53674316e-07, 0.721183002-.5*math.sin(sin/10), -0.14607811, 1, 1.56783956e-15, -4.78778491e-16, -1.63931368e-15, -0.956399977, 0.292060316, 0, -0.292060345, -0.956399977)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+6*math.cos(sin/10)),0,0),.4)
  2855. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.56974995, 0.390524685, 1, 0, 0, 0, 0.871631742, -0.490161419, 0, 0.490161449, 0.871631742)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-12*math.cos(sin/10)),0,0),.4)
  2856. RS.C0=clerp(RS.C0,CFrame.new(0.308807611, 1.36367583, 1.06003904, 0.753142297, 0.567719579, -0.332372218, 0.657857835, -0.649950862, 0.380509168, -3.06963921e-06, -0.505231202, -0.86298424)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+14*math.cos(sin/10)),0,math.rad(0+5*math.sin(sin/10))),.4)
  2857. LS.C0=clerp(LS.C0,CFrame.new(-0.63988626, 1.13310862, 0.0635784864, 0.334871113, -0.576534688, 0.745298028, -0.194175184, -0.81621182, -0.544145703, 0.922039866, 0.0375002772, -0.38527441)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-14*math.cos(sin/10)),0,math.rad(0+11*math.sin(sin/10))),.4)
  2858. RH.C0=clerp(RH.C0,CFrame.new(0.498324275, -0.891377807+1*math.cos(sin/10), 1.0221324, -0.999913752, 0.00112185592, 0.0130905258, -0.00969778001, -0.735227168, -0.677751601, 0.00886416994, -0.677820027, 0.735174537)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-3*math.cos(sin/10)),0),.4)
  2859. LH.C0=clerp(LH.C0,CFrame.new(-1.16156387, -1.92385435+.7*math.cos(sin/10), -0.738341153, 0.932692111, -0.240856767, 0.268465102, 0.360673696, 0.62284863, -0.694243729, 2.16066837e-07, 0.744343996, 0.667796612)*CFrame.new(0,0,0)*CFrame.Angles(0,0,math.rad(0+2*math.cos(sin/10))),.4)
  2860. if dead then
  2861. break
  2862. end
  2863. end
  2864. sounds(Head,"295298728",4,1)
  2865.  
  2866. for i=0,1,0.01 do
  2867. swait()
  2868. RJ.C0=clerp(RJ.C0,CFrame.new(-9.53674316e-07, 0.721183002-.5*math.sin(sin/10), -0.14607811, 1, 1.56783956e-15, -4.78778491e-16, -1.63931368e-15, -0.956399977, 0.292060316, 0, -0.292060345, -0.956399977)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+6*math.cos(sin/10)),0,0),.4)
  2869. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.56974995, 0.390524685, 1, 0, 0, 0, 0.871631742, -0.490161419, 0, 0.490161449, 0.871631742)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-12*math.cos(sin/10)),0,0),.4)
  2870. RS.C0=clerp(RS.C0,CFrame.new(0.308807611, 1.36367583, 1.06003904, 0.753142297, 0.567719579, -0.332372218, 0.657857835, -0.649950862, 0.380509168, -3.06963921e-06, -0.505231202, -0.86298424)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0+14*math.cos(sin/10)),0,math.rad(0+5*math.sin(sin/10))),.4)
  2871. LS.C0=clerp(LS.C0,CFrame.new(-0.63988626, 1.13310862, 0.0635784864, 0.334871113, -0.576534688, 0.745298028, -0.194175184, -0.81621182, -0.544145703, 0.922039866, 0.0375002772, -0.38527441)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0-14*math.cos(sin/10)),0,math.rad(0+11*math.sin(sin/10))),.4)
  2872. RH.C0=clerp(RH.C0,CFrame.new(0.498324275, -0.891377807+1*math.cos(sin/10), 1.0221324, -0.999913752, 0.00112185592, 0.0130905258, -0.00969778001, -0.735227168, -0.677751601, 0.00886416994, -0.677820027, 0.735174537)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0-3*math.cos(sin/10)),0),.4)
  2873. LH.C0=clerp(LH.C0,CFrame.new(-1.16156387, -1.92385435+.7*math.cos(sin/10), -0.738341153, 0.932692111, -0.240856767, 0.268465102, 0.360673696, 0.62284863, -0.694243729, 2.16066837e-07, 0.744343996, 0.667796612)*CFrame.new(0,0,0)*CFrame.Angles(0,0,math.rad(0+2*math.cos(sin/10))),.4)
  2874. if dead then
  2875. break
  2876. end
  2877. end
  2878. if not dead then
  2879. local rerh=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2880. rerh.Anchored=true
  2881. rerh.CFrame=CFrame.new(Root.Position-Vector3.new(0,3,0))*CFrame.Angles(0,math.random(-120,120),0)
  2882. local whyd=create("BillboardGui"){
  2883. LightInfluence=0,
  2884. Parent=rerh,
  2885. Adornee=rerh,
  2886. Size=UDim2.new(80,0,150,0)
  2887. }
  2888. local nbmg=create("ImageLabel"){
  2889. Parent=whyd,
  2890. AnchorPoint=Vector2.new(.5,.5),
  2891. Size=UDim2.new(1,0,0,0),
  2892. Position=UDim2.new(.5,0,.5,0),
  2893. BackgroundTransparency=1,
  2894. BorderSizePixel=0,
  2895. ImageColor3=Colours[Int],
  2896. Image="rbxassetid://2062840762"
  2897. }
  2898. coroutine.resume(coroutine.create(function(r1,r2)
  2899. for i=1,5 do
  2900. local h=Effect(e,"Royal purple",r1.CFrame,1,1,1,3-2*i,3+1*i,3+4*i,.02,"FileMesh",1,0,"15924243")
  2901. h.Color=Colours[Int]
  2902. end
  2903. Mdamage("None",r1,48,50,0,"1347716018",.5,1.3)
  2904. sounds(r1,"409809911",9,1.1)
  2905. sounds(r1,"133405086",9,1.2)
  2906.  
  2907. local aaaaa=particles(r1,1,"New Yeller","319757734",.1,.1,"Top",10,6,0,0,2,4,0,0,32,44444,false,22)
  2908. aaaaa.Rotation=NRn(0)
  2909. for i=0,1,.005 do
  2910. swait()
  2911. r2.Size=UDim2.new(2,0,i*3.5,0)
  2912. r2.Position=UDim2.new(.5,0,.5-.5*i,0)
  2913. end
  2914. swait(250)
  2915. r1:Remove()
  2916. end),rerh,nbmg)
  2917. end
  2918.  
  2919. attack=false
  2920. end
  2921.  
  2922. local kooldown=false
  2923. function overpower()
  2924. if kooldown then
  2925. return
  2926. end
  2927. attack=true
  2928. kooldown=true
  2929. sounds(Head,"193821910",2,2)
  2930. for i=0,1,0.02 do
  2931. swait()
  2932. RJ.C0=clerp(RJ.C0,CFrame.new(5.27562748e-14, -0.25226593, -4.38337755, 1, -5.37751708e-14, -2.02097548e-13, -2.09129589e-13, 0.257138014, 0.966374695, 3.03730381e-25, -0.966374695, 0.257138014)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2933. Neck.C0=clerp(Neck.C0,CFrame.new(0, 3.6198678, -1.5183996, 1, 0, 0, 0, 0.285466015, 0.958388805, 0, -0.958388805, 0.285466015)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2934. RS.C0=clerp(RS.C0,CFrame.new(1.14877653, 0.572618008, -1.07519579, 0.852427721, 0.277004093, 0.443436265, 0.522845089, -0.451670289, -0.722929537, 3.2544136e-05, 0.848093629, -0.529846549)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2935. LS.C0=clerp(LS.C0,CFrame.new(-0.761013925, 0.902756214, -1.08336079, -0.773794115, -0.216712281, 0.595212936, 0.633437216, -0.264706582, 0.727109194, -1.67042017e-05, 0.939662874, 0.342102051)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2936. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -4.68541527, -0.561901093, 1, -2.09129589e-13, 3.03730381e-25, -5.37751708e-14, 0.257138014, -0.966374695, -2.02097548e-13, 0.966374695, 0.257138014)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2937. LH.C0=clerp(LH.C0,CFrame.new(-0.500021935, -4.68541193, -0.561902046, 1, -2.09129589e-13, 3.03730381e-25, -5.37751708e-14, 0.257138014, -0.966374695, -2.02097548e-13, 0.966374695, 0.257138014)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  2938. if dead then
  2939. break
  2940. end
  2941. end
  2942. if not dead then
  2943. local rerz=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2944. rerz.Anchored=true
  2945. rerz.CFrame=CFrame.new(mouse.Hit.p)
  2946. local fury=create("Sound"){
  2947. Parent=rerz,
  2948. SoundId="rbxassetid://201282900",
  2949. Volume=3,
  2950. PlaybackSpeed=1,
  2951. MaxDistance=66666666,
  2952. Name="g",
  2953. Looped=true}
  2954. fury:Play()
  2955. local heyas1=particles(rerz,0,"White","541456984",0,.1,"Top",15,15,0,0,3,4,4,4,45,44444,false)
  2956. heyas1.Acceleration=Vector3.new(0, 50, 0)
  2957. sounds(chr,"165969964",3,.5)
  2958.  
  2959. coroutine.resume(coroutine.create(function(b)
  2960. for i=0,1,.003 do
  2961. swait()
  2962. heyas1.Speed=NRn(45+70*i)
  2963. Mdamage("None",b,7+150*i,22,0,"1961397861",.07,1.5)
  2964. local h=Effect(e,"Royal purple",b.CFrame,1,0,1,1+46*i,0,1+46*i,.02,"Brick",1,0,"")
  2965. local h1=create("Decal"){
  2966. Parent=h,
  2967. Face="Top",
  2968. Texture="rbxassetid://541456984"
  2969. }
  2970. local h2=create("Decal"){
  2971. Parent=h,
  2972. Face="Bottom",
  2973. Texture="rbxassetid://541456984"
  2974. }
  2975. local h=Effect(e,"Royal purple",b.CFrame*CFrame.Angles(0,0,math.rad(90)),59999,1,1,1,1+30*i,1+30*i,.05,"Cylinder",6,0,"")
  2976. local h1=create("Decal"){
  2977. Parent=h,
  2978. Face="Top",
  2979. Texture="rbxassetid://541456984"
  2980. }
  2981. local h2=h1:Clone()
  2982. h2.Parent=h
  2983. h2.Face="Bottom"
  2984. local h3=h1:Clone()
  2985. h3.Parent=h
  2986. h3.Face="Front"
  2987. local h4=h1:Clone()
  2988. h4.Parent=h
  2989. h4.Face="Back"
  2990. fury.PlaybackSpeed=1+.4*i
  2991. end
  2992. heyas1.Enabled=false
  2993. swait(200)
  2994. b:Remove()
  2995. kooldown=false
  2996. end),rerz)
  2997. end
  2998. for i=0,1,0.007 do
  2999. swait()
  3000. RJ.C0=clerp(RJ.C0,CFrame.new(2.10679157e-13, -1.00740969, 4.49721622, 1, 1.11461188e-13, 1.76950821e-13, -2.09129589e-13, -0.532976627, -0.846129954, 3.03730381e-25, 0.846129954, -0.532976627)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3001. Neck.C0=clerp(Neck.C0,CFrame.new(-0, 4.49670792, -1.34076643, 1, 0, 0, 0, 0.104829818, -0.994490147, 0, 0.994490147, 0.104829818)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3002. RS.C0=clerp(RS.C0,CFrame.new(5.51103687, 2.14627934, -1.14299893, 0.0148830004, -0.881712973, 0.471551538, -0.0278085172, -0.47178638, -0.881274343, 0.99950248, 2.86102295e-06, -0.0315407217)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3003. LS.C0=clerp(LS.C0,CFrame.new(-6.0763793, 0.384393215, -2.27825331e-05, -0.0837019905, 0.996490896, -4.85204737e-06, -0.996490896, -0.083701998, 2.38418579e-06, 1.96695328e-06, 5.03659248e-06, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3004. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -3.2761569, 3.23682666, 1, -2.09129589e-13, 3.03730381e-25, 1.11461188e-13, -0.532976627, 0.846129954, 1.76950821e-13, -0.846129954, -0.532976627)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3005. LH.C0=clerp(LH.C0,CFrame.new(-0.500021935, -3.27616358, 3.23683071, 1, -2.09129589e-13, 3.03730381e-25, 1.11461188e-13, -0.532976627, 0.846129954, 1.76950821e-13, -0.846129954, -0.532976627)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3006. if dead then
  3007. break
  3008. end
  3009. end
  3010. attack=false
  3011. end
  3012.  
  3013. function a_star_sha()
  3014. attack=true
  3015. local aaaaa=nil
  3016. sounds(Torso,"2463423663",.4,1)
  3017. for i=0,1,0.05 do
  3018. swait()
  3019. Root.Velocity=Root.CFrame.lookVector*100
  3020. aaaaa=FindNearestTorso(Head.Position,5)
  3021. if aaaaa then
  3022. break
  3023. end
  3024. RJ.C0=clerp(RJ.C0,CFrame.new(1.39557498e-15, -0.505018353, -0.500002742, 1, 2.75595189e-17, -2.76327728e-15, -2.7634145e-15, -0.00997299515, 0.999950349, 0, -0.999950349, -0.00997299515)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3025. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5000155, -1.12471171e-05, 1, 0, 0, 0, 0.00281317905, -0.999996126, 0, 0.999996126, 0.00281317905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3026. RS.C0=clerp(RS.C0,CFrame.new(0.523636818, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3027. LS.C0=clerp(LS.C0,CFrame.new(-0.503026009, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3028. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -2.00008225, 1.02519998e-05, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3029. LH.C0=clerp(LH.C0,CFrame.new(-0.500023842, -2.00007081, 3.33786056e-06, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3030. if dead then
  3031. break
  3032. end
  3033. end
  3034. if aaaaa then
  3035. Root.Anchored=true
  3036. local jp=hum.JumpPower
  3037. local ws=hum.WalkSpeed
  3038. hum.WalkSpeed=0
  3039. hum.JumpPower=0
  3040. hum.AutoRotate=false
  3041. workspace.CurrentCamera.CameraSubject=Head
  3042. for i=0,1,0.04 do
  3043. swait()
  3044. if aaaaa then
  3045. aaaaa.CFrame=Head.CFrame
  3046. end
  3047. RJ.C0=clerp(RJ.C0,CFrame.new(1.39557498e-15, -0.505018353, -0.500002742, 1, 2.75595189e-17, -2.76327728e-15, -2.7634145e-15, -0.00997299515, 0.999950349, 0, -0.999950349, -0.00997299515)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  3048. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5000155, -1.12471171e-05, 1, 0, 0, 0, 0.00281317905, -0.999996126, 0, 0.999996126, 0.00281317905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3049. RS.C0=clerp(RS.C0,CFrame.new(0.523636818, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3050. LS.C0=clerp(LS.C0,CFrame.new(-0.503026009, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3051. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -2.00008225, 1.02519998e-05, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3052. LH.C0=clerp(LH.C0,CFrame.new(-0.500023842, -2.00007081, 3.33786056e-06, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3053. if dead then
  3054. break
  3055. end
  3056. end
  3057. sounds(Torso,"819758018",.7,1.3)
  3058. local hh=particles(Torso,.5,"White","2499267126",.1,.1,"Top",3,3,0,0,1,8,0,0,6,44444,false,310)
  3059. hh.Rotation=NRn(0)
  3060. hh.Acceleration=Vector3.new(0, -40, 0)
  3061. for i=0,1,0.009 do
  3062. swait()
  3063. if aaaaa then
  3064. aaaaa.CFrame=Head.CFrame
  3065. end
  3066. RJ.C0=clerp(RJ.C0,CFrame.new(1.39557498e-15, -0.505018353+800*i, -0.500002742, 1, 2.75595189e-17, -2.76327728e-15, -2.7634145e-15, -0.00997299515, 0.999950349, 0, -0.999950349, -0.00997299515)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0),1)
  3067. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5000155, -1.12471171e-05, 1, 0, 0, 0, 0.00281317905, -0.999996126, 0, 0.999996126, 0.00281317905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3068. RS.C0=clerp(RS.C0,CFrame.new(0.523636818, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3069. LS.C0=clerp(LS.C0,CFrame.new(-0.503026009, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3070. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -2.00008225, 1.02519998e-05, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3071. LH.C0=clerp(LH.C0,CFrame.new(-0.500023842, -2.00007081, 3.33786056e-06, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3072. if dead then
  3073. break
  3074. end
  3075. end
  3076. sounds(Torso,"1012214302",3,1.2)
  3077. for i=0,1,0.006 do
  3078. swait()
  3079. if aaaaa then
  3080. aaaaa.CFrame=Head.CFrame
  3081. end
  3082. RJ.C0=clerp(RJ.C0,CFrame.new(1.39557498e-15, -0.505018353+800, -0.500002742, 1, 2.75595189e-17, -2.76327728e-15, -2.7634145e-15, -0.00997299515, 0.999950349, 0, -0.999950349, -0.00997299515)*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0),1)
  3083. Neck.C0=clerp(Neck.C0,CFrame.new(0, 1.5000155, -1.12471171e-05, 1, 0, 0, 0, 0.00281317905, -0.999996126, 0, 0.999996126, 0.00281317905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3084. RS.C0=clerp(RS.C0,CFrame.new(0.523636818, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3085. LS.C0=clerp(LS.C0,CFrame.new(-0.503026009, -4.00341272, -0.0398080386, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3086. RH.C0=clerp(RH.C0,CFrame.new(0.500016212, -2.00008225, 1.02519998e-05, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3087. LH.C0=clerp(LH.C0,CFrame.new(-0.500023842, -2.00007081, 3.33786056e-06, 1, 0, 0, 0, 1.00000012, 0, 0, 0, 1.00000012)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.4)
  3088. if dead then
  3089. break
  3090. end
  3091. end
  3092. if not dead then
  3093. for i=1,7 do
  3094. Effect(e,"Bright orange",Torso.CFrame,1,1,1,2,2,2,.007,"FileMesh",1,0,"2512435445")
  3095. Effect(e,"Bright orange",Torso.CFrame,1,1,1,2,2,2,.007,"FileMesh",1,0,"2512367478")
  3096. Effect(e,"Bright orange",Torso.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,1,1,1,.004,"FileMesh",3,22,"2512435445")
  3097. Effect(e,"Bright orange",Torso.CFrame*CFrame.Angles(math.random(-120,120),math.random(-120,120),math.random(-120,120)),1,1,1,1,1,1,.004,"FileMesh",3,22,"2512367478")
  3098. end
  3099. Mdamage("arc",aaaaa,3,1000,0,"1352348920",3,1)
  3100. Root.Anchored=false
  3101. end
  3102. hum.WalkSpeed=ws
  3103. hum.JumpPower=jp
  3104. hum.AutoRotate=true
  3105. workspace.CurrentCamera.CameraSubject=hum
  3106. end
  3107. attack=false
  3108. end
  3109.  
  3110. function what_the_hell_is_that()
  3111. local gaunt=parts(m,"ref",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3112. gaunt.Anchored=true
  3113. gaunt.CFrame=Root.CFrame
  3114. local ar=create("Handles"){
  3115. Parent=gaunt,
  3116. Adornee=gaunt,
  3117. Style="Movement"
  3118. }
  3119. local whwh=particles(gaunt,.5,"White","2419103907",.1,.1,"Top",1,1,0,0,2,2,0,0,0,44444,false)
  3120. whwh.Rotation=NRn(0)
  3121. local nuum=0
  3122. local nuum2=1
  3123. sounds(gaunt,"875763259",3,1)
  3124. for i=1,500 do
  3125. swait()
  3126. gaunt.CFrame=gaunt.CFrame*CFrame.new(0,0,-.7)
  3127. ar.Color3=Colours[Int]
  3128. nuum=nuum+1
  3129. if nuum>=11 then
  3130. nuum=0
  3131. if nuum2==1 then
  3132. nuum2=2
  3133. whwh.Texture="rbxassetid://2419049510"
  3134. elseif nuum2==2 then
  3135. nuum2=1
  3136. whwh.Texture="rbxassetid://2419103907"
  3137. end
  3138. end
  3139. Mdamage("None",gaunt,5,.9,0,"672804173",.6,1.7)
  3140. local noticed=FindNearestTorso(gaunt.Position,20)
  3141. if noticed then
  3142. gaunt.CFrame=CFrame.new(gaunt.Position,noticed.Position)
  3143. end
  3144. if dead then
  3145. break
  3146. end
  3147. end
  3148. gaunt:Remove()
  3149. end
  3150.  
  3151. local work=false
  3152. function aliveye()
  3153. if work then
  3154. return
  3155. end
  3156. coroutine.resume(coroutine.create(function()
  3157. coroutine.resume(coroutine.create(function()
  3158. particles(yes2,.5,"Really blue","2526826714",.1,.1,"Top",5,5,0,0,4,14,4444,4444,32,44444,false,14)
  3159. sounds(yes2,"165969964",8,1.4)
  3160. swait(22)
  3161. sounds(yes2,"165969964",8,1.2)
  3162. swait(22)
  3163. sounds(yes2,"165969964",8,1)
  3164. swait(22)
  3165. sounds(yes2,"165969964",8,.8)
  3166. swait(22)
  3167. sounds(yes2,"165969964",8,.6)
  3168. swait(22)
  3169. sounds(yes2,"165969964",8,.4)
  3170.  
  3171. end))
  3172. work=true
  3173. dr.Parent=chr
  3174. local function da(pp)
  3175. particles(yes2,.5,"White","2529415805",.1,.1,"Top",.8,.8,0,0,.2,.2,0,0,4,44444,false,4)
  3176. sounds(yes2,"145080998",.5,3)
  3177. local r1=parts(m,"ref33333333333333333333333333333333333333333333333333333333333334",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3178. r1.Anchored=true
  3179. r1.CFrame=yes2.CFrame
  3180. local r2=parts(m,"ref3333333333333333333333333333333333333333333333333333333333333",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3181. r2.Anchored=true
  3182. r2.CFrame=Root.CFrame
  3183. r2.CFrame=CFrame.new(pp)
  3184. sounds(r2,"935414227",.4,1)
  3185. Mdamage("None",r2,3,2,0,"1340960968",1,1.1)
  3186. game:GetService("Debris"):AddItem(r1,5)
  3187. game:GetService("Debris"):AddItem(r2,5)
  3188. local xmn=(r1.Position-r2.Position).magnitude*5
  3189. local sms=Effect(e,"Bright orange",CFrame.new((r1.Position+r2.Position)/2,r2.Position)*CFrame.Angles(0,math.rad(90),0),xmn,1,1,0,0,0,.3,"Cylinder",6,0,"")
  3190. sms.Color=Colours[Int]
  3191. particles(r2,.5,"Lime green","2529440036",.1,.1,"Top",1,1,0,0,.2,.2,0,0,24,44444,false,4)
  3192. end
  3193.  
  3194. local aafaaa={534861083,530959353,1534958855}
  3195. local sick=create("Sound"){
  3196. Parent=yes2,
  3197. SoundId="rbxassetid://"..aafaaa[math.random(1,3)],
  3198. Volume=3,
  3199. Looped=true,
  3200. EmitterSize=30
  3201. }
  3202. sick:Play()
  3203. for i=1,4000 do
  3204. swait()
  3205. sick.PlaybackSpeed=1+.3*math.sin(sin/20-(i/600))
  3206. Handle334.CFrame=clerp(Handle334.CFrame,CFrame.new(Root.Position+Vector3.new(0,3,0)),1)
  3207. local fiind=FindNearestTorso(Handle44.Position,50)
  3208. if fiind then
  3209. Handle44.CFrame=clerp(Handle44.CFrame,CFrame.new(Handle334.Position,fiind.Position)*CFrame.Angles(-math.rad(90),math.random(-60,60),math.random(-60,60)),1)
  3210. da(fiind.Position)
  3211. else
  3212. Handle44.CFrame=clerp(Handle44.CFrame,CFrame.new(Handle334.Position,mouse.Hit.p)*CFrame.Angles(-math.rad(90),math.random(-20,20),math.random(-20,20)),1)
  3213. end
  3214. if dead then
  3215. break
  3216. end
  3217. end
  3218. sick:Remove()
  3219. swait(3)
  3220. work=false
  3221. dr.Parent=why
  3222. end))
  3223. end
  3224.  
  3225. function useless()
  3226. if moot then
  3227. moot=false
  3228. --[[theme.Volume=1.2
  3229. theme.PlaybackSpeed=1]]
  3230. theme:Remove()
  3231. else
  3232. moot=true
  3233. theme.Volume=0
  3234. theme.PlaybackSpeed=0
  3235. end
  3236. end
  3237.  
  3238. mouse.Button1Down:connect(function()
  3239. if not attack and not dead then
  3240. hold=true
  3241. H()
  3242. end
  3243. end)
  3244.  
  3245. mouse.Button2Down:connect(function()
  3246. if not attack and not dead then
  3247. hold2=true
  3248. M()
  3249. end
  3250. end)
  3251.  
  3252. mouse.Button1Up:connect(function()
  3253. if attack and not dead then
  3254. hold=false
  3255. end
  3256. end)
  3257.  
  3258. mouse.Button2Up:connect(function()
  3259. if attack and not dead then
  3260. hold2=false
  3261. end
  3262. end)
  3263.  
  3264. mouse.KeyDown:connect(function(k)
  3265. k=k:lower()
  3266. if not attack and not dead then
  3267. if k=="`" then
  3268. --useless
  3269. --[[elseif k=="1" then
  3270.  
  3271. elseif k=="2" then
  3272.  
  3273. elseif k=="3" then
  3274.  
  3275. elseif k=="4" then
  3276.  
  3277. elseif k=="5" then
  3278.  
  3279. elseif k=="6" then
  3280.  
  3281. elseif k=="7" then
  3282.  
  3283. elseif k=="8" then
  3284.  
  3285. elseif k=="9" then
  3286.  
  3287. elseif k=="0" then]]
  3288.  
  3289. elseif k=="-" then
  3290. what_the_hell_is_that()
  3291. elseif k=="=" then
  3292. aliveye()
  3293. elseif k=="q" then
  3294. I_All_Shoot_You_To_Po_Word()
  3295. elseif k=="e" then
  3296. d()
  3297. elseif k=="r" then
  3298. jooj()
  3299. elseif k=="t" then
  3300. skid()
  3301. elseif k=="y" then
  3302. New_Yeller()
  3303. elseif k=="u" then
  3304. Saw()
  3305. elseif k=="i" then
  3306. ka()
  3307. elseif k=="o" then
  3308. whateven()
  3309. elseif k=="p" then
  3310. ok()
  3311. elseif k=="[" then
  3312. nani()
  3313. elseif k=="]" then
  3314. slamming()
  3315. elseif k=="f" then
  3316. chec()
  3317. elseif k=="g" then
  3318. bigball()
  3319. elseif k=="h" then
  3320. greatshot()
  3321. elseif k=="j" then
  3322. bar()
  3323. elseif k=="k" then
  3324. beanm()
  3325. elseif k=="l" then
  3326. No_Vacation()
  3327. elseif k==";" then
  3328. overpower()
  3329. elseif k=="'" then
  3330. a_star_sha()
  3331. elseif k=="z" then
  3332. ppuncc()
  3333. elseif k=="x" then
  3334. leg()
  3335. elseif k=="c" then
  3336. crash()
  3337. elseif k=="v" then
  3338. basically_a_teleport()
  3339. elseif k=="b" then
  3340. useless()
  3341. elseif k=="n" then
  3342. ward()
  3343. elseif k=="m" then
  3344. yes()
  3345. --[[elseif k==" " then
  3346.  
  3347. elseif k=="," then
  3348.  
  3349. elseif k=="." then]]
  3350.  
  3351. end
  3352. end
  3353. end)
  3354.  
  3355. mouse.KeyUp:connect(function(k)
  3356. k=k:lower()
  3357.  
  3358. end)
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364. function ohmygodyoujustdiedonthebaseplatewithalotpeoplewithskiddedskidscriptsinthevoidscriptbuilderplace1andvoidscriptbuilderplace2becauseyourebadandskidplusyourebigskidsoyourejustaskidthatwanttouseskiddedskidfescripts(num)
  3365. if num==1 then
  3366. swait(32)
  3367. sounds(whyx2,"151440272",4,1)
  3368. local haah=create("ImageLabel"){
  3369. Parent=whyx2,
  3370. AnchorPoint=Vector2.new(.5,.5),
  3371. Size=UDim2.new(0,0,0,0),
  3372. Position=UDim2.new(.5, 0, .5, 0),
  3373. BackgroundTransparency=1,
  3374. Image="rbxassetid://39638416",
  3375. ZIndex=66}
  3376. local sdad=create("Frame"){
  3377. Parent=whyx2,
  3378. AnchorPoint=Vector2.new(.5,.5),
  3379. Size=UDim2.new(1,0,1,0),
  3380. Position=UDim2.new(.5, 0, .5, 0),
  3381. BackgroundTransparency=1,
  3382. BackgroundColor3=Color3.new(0,0,0),
  3383. ZIndex=65}
  3384. for i=0,.6,.01 do
  3385. swait()
  3386. haah.Size=UDim2.new(i,0,i,0)
  3387. sdad.BackgroundTransparency=1-1*i
  3388. end
  3389. local h=haah:Clone()
  3390. h.Parent=whyx2
  3391. for i=.6,2,.04 do
  3392. swait()
  3393. h.Size=UDim2.new(i,0,i,0)
  3394. h.ImageTransparency=h.ImageTransparency+.03
  3395. end
  3396. elseif num==2 then
  3397. sounds(whyx2,"1304688535",4,1.3)
  3398. sounds(whyx2,"2115134643",.6,1.7)
  3399. local asdds=create("TextLabel"){
  3400. Parent=whyx2,
  3401. AnchorPoint=Vector2.new(.5,.5),
  3402. Size=UDim2.new(1, 0,1, 0),
  3403. Position=UDim2.new(.5, 0, .5, 0),
  3404. FontSize="Size24",
  3405. TextScaled=true,
  3406. TextTransparency=0,
  3407. BackgroundTransparency=1,
  3408. TextStrokeTransparency=0,
  3409. Font="Bodoni",
  3410. Text=" ",
  3411. TextStrokeColor3=Color3.new(0, 0, 0),
  3412. ZIndex=66}
  3413. local adds="Oh my goddess of Jesus in the heaven I can't believe you just literally got killed instantly and deadly by someone who always abuses his lovely but deadly skidding skidded skid non-FE scripts that are going to kill your poor mortal FPS in your computer called Personal Computer(PC) and makes mega super lag that will make you angry and mad"
  3414.  
  3415. local function agko()
  3416. local asdad=create("ImageLabel"){
  3417. Parent=whyx2,
  3418. AnchorPoint=Vector2.new(.5,.5),
  3419. Size=UDim2.new(0,160,0,160),
  3420. Position=UDim2.new(.5, 0, .5, 0),
  3421. BackgroundTransparency=1,
  3422. Image="rbxassetid://603677406",
  3423. ZIndex=65}
  3424. coroutine.resume(coroutine.create(function()
  3425. local asok=asdad:TweenPosition(UDim2.new(math.random(-8,18)/10,0,math.random(-8,18)/10,0), "In", "Sine", 1,true)
  3426. asok.Completed:Wait()
  3427. game:GetService("Debris"):AddItem(asdad,1.1)
  3428. end))
  3429. end
  3430.  
  3431. for i=1,string.len(adds),1 do
  3432. swait()
  3433. agko()
  3434. asdds.Text=string.sub(adds,1,i)
  3435. asdds.TextColor3=Colours[Int]
  3436. end
  3437. elseif num==3 then
  3438. sounds(whyx2,"154454228",5,1)
  3439. swait(3)
  3440. local sdad=create("Frame"){
  3441. Parent=whyx2,
  3442. AnchorPoint=Vector2.new(.5,.5),
  3443. Size=UDim2.new(1,0,1,0),
  3444. Position=UDim2.new(.5, 0, .5, 0),
  3445. BackgroundTransparency=1,
  3446. BackgroundColor3=Color3.new(1,1,1),
  3447. ZIndex=66}
  3448. local asdad=create("ImageLabel"){
  3449. Parent=whyx2,
  3450. AnchorPoint=Vector2.new(.5,.5),
  3451. Size=UDim2.new(1.4,0,1.4,0),
  3452. Position=UDim2.new(.5, 0, .5, 0),
  3453. BackgroundTransparency=1,
  3454. Image="rbxassetid://54028034",
  3455. ZIndex=65}
  3456. for i=0,1,.003 do
  3457. swait()
  3458. sdad.BackgroundTransparency=i
  3459. asdad.Position=UDim2.new(.5+math.random(-16,16)/100, 0, .5+math.random(-16,16)/100, 0)
  3460. end
  3461. elseif num==4 then
  3462. --haha im undertrash
  3463. local sadafasfawa=create("Frame"){
  3464. Parent=whyx2,
  3465. AnchorPoint=Vector2.new(.5,.5),
  3466. Size=UDim2.new(1,0,1,0),
  3467. Position=UDim2.new(.5, 0, .5, 0),
  3468. BackgroundTransparency=0,
  3469. BackgroundColor3=Color3.new(0,0,0),
  3470. ZIndex=65}
  3471. swait(23)
  3472. local sdafaf=create("ImageLabel"){
  3473. Parent=whyx2,
  3474. AnchorPoint=Vector2.new(.5,.5),
  3475. Size=UDim2.new(.6,0,.6,0),
  3476. Position=UDim2.new(.5, 0, .35, 0),
  3477. BackgroundTransparency=1,
  3478. ImageColor3=Color3.new(1,.6,.4),
  3479. Image="rbxassetid://2170476639",
  3480. ZIndex=66}
  3481. local gasgag=create("TextLabel"){
  3482. Parent=whyx2,
  3483. AnchorPoint=Vector2.new(.5,.5),
  3484. Size=UDim2.new(.4,0,.04, 0),
  3485. Position=UDim2.new(.5, 0, .7, 0),
  3486. FontSize="Size24",
  3487. TextScaled=true,
  3488. TextTransparency=0,
  3489. BackgroundTransparency=1,
  3490. TextStrokeTransparency=1,
  3491. Font="Arcade",
  3492. Text=" ",
  3493. TextColor3=Color3.new(1,1,1),
  3494. TextStrokeColor3=Color3.new(0, 0, 0),
  3495. TextXAlignment="Left",
  3496. ZIndex=66}
  3497. local kd=gasgag:Clone()
  3498. kd.Parent=whyx2
  3499. kd.Position=UDim2.new(.5, 0, .75, 0)
  3500.  
  3501. local adds="*Want to revive in 5 seconds?"
  3502. local hf="Just buy it for 7.00 dollars!"
  3503. local hfg="And I'm Under rune trash"
  3504. for i=1,string.len(adds),1 do
  3505. swait(3)
  3506. sounds(whyx2,"379848542",3,1)
  3507. gasgag.Text=string.sub(adds,1,i)
  3508. end
  3509. swait(44)
  3510. for i=1,string.len(hf),1 do
  3511. swait(3)
  3512. sounds(whyx2,"379848542",3,1)
  3513. kd.Text=string.sub(hf,1,i)
  3514. end
  3515.  
  3516. elseif num==5 then
  3517. sounds(whyx2,"136885919",4,1)
  3518. swait(22)
  3519. local sdafaf=create("ImageLabel"){
  3520. Parent=whyx2,
  3521. AnchorPoint=Vector2.new(.5,.5),
  3522. Size=UDim2.new(.5,0,.5,0),
  3523. Position=UDim2.new(.5, 0, .35, 0),
  3524. BackgroundTransparency=1,
  3525. ImageColor3=Color3.new(1,.6,.4),
  3526. Image="rbxassetid://2236860459",
  3527. ImageTransparency=1,
  3528. ZIndex=66}
  3529. local okda=sdafaf:Clone()
  3530. okda.Parent=whyx2
  3531. okda.Size=UDim2.new(1.5,0,1.5,0)
  3532. for i=0,1,.008 do
  3533. swait()
  3534. sdafaf.ImageTransparency=1-1*i
  3535. okda.ImageTransparency=1-1*i
  3536. sdafaf.Size=UDim2.new(.5+.5*i,0,1+.5*i,0)
  3537. okda.Size=UDim2.new(1.5-.5*i,0,2-.5*i,0)
  3538. end
  3539. end
  3540. end
  3541.  
  3542.  
  3543. hum.died:connect(function()
  3544. dead=true
  3545. sounds(Root,"138251332",7,1)
  3546. local galpdkfos=math.random(1,5)
  3547. coroutine.resume(coroutine.create(function()
  3548. ohmygodyoujustdiedonthebaseplatewithalotpeoplewithskiddedskidscriptsinthevoidscriptbuilderplace1andvoidscriptbuilderplace2becauseyourebadandskidplusyourebigskidsoyourejustaskidthatwanttouseskiddedskidfescripts(galpdkfos)
  3549. end))
  3550. text:Remove()
  3551. for _,c in pairs(chr:children()) do
  3552. if c:IsA("BasePart") and c.Name~=Root.Name then
  3553. c:Remove()
  3554. end
  3555. end
  3556. local aaaaa=particles(Root,1,"Really red","403790950",.1,.1,"Top",22,22,0,0,2,2,0,0,44,44444,false,8)
  3557. aaaaa.Rotation=NRn(0)
  3558. Root.Anchored=true
  3559. PHF:TweenPosition(UDim2.new(.5,0,2.5,0), "In", "Quint", 4,true)
  3560. repeat
  3561. swait()
  3562. PHF.Rotation=math.random(-360,360)
  3563. until PHF.Parent==nil
  3564. end)
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579.  
  3580. local juj=false
  3581. hum.Jumping:connect(function()
  3582. if not juj then
  3583. sounds(Root,"408481916",.3,1)
  3584. end
  3585. end)
  3586.  
  3587.  
  3588.  
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594. local whathavudone={"25973368","26760716","69486593","103967465","99195316","13506753","19280156","18265627","16427221","13465931","11915746","13505848","28909790","22963494","13508017","13508017","130099641","22918571","25298496","27469702"}
  3595. doe=0
  3596. coast=0
  3597.  
  3598. while true do
  3599. swait()
  3600. sin=sin+cha
  3601. doe=doe+1
  3602. if doe>360 then
  3603. doe=1
  3604. end
  3605. if coast==0 then
  3606. coast=1
  3607. elseif coast==1 then
  3608. coast=0
  3609. end
  3610. if not dead then
  3611. timeposit.Value=theme.TimePosition
  3612. if theme.Parent==nil then
  3613. theme=create("Sound"){
  3614. Parent=Root,
  3615. SoundId="rbxassetid://913584994",
  3616. Volume=1.2,
  3617. PlaybackSpeed=1,
  3618. MaxDistance=66666666,
  3619. Name="Theme",
  3620. Looped=true}
  3621. theme:Play()
  3622. theme.TimePosition=timeposit.Value
  3623. if moot then
  3624. theme.Volume=0
  3625. theme.PlaybackSpeed=0
  3626. else
  3627. theme.Volume=1.2
  3628. theme.PlaybackSpeed=1
  3629. end
  3630. end
  3631. else
  3632. if theme.Parent~=nil then
  3633. theme.Volume=0
  3634. end
  3635. end
  3636. wa1.MeshId="rbxassetid://"..whathavudone[math.random(1,#whathavudone)]
  3637. wa2.MeshId="rbxassetid://"..whathavudone[math.random(1,#whathavudone)]
  3638. for _,c in pairs(dr:children()) do
  3639. if c:IsA("BasePart") then
  3640. if c.Name=="yes" or c.Name=="yes2" then
  3641. c.Color=Colours[Int]
  3642. end
  3643. end
  3644. end
  3645. A222.Color=Colours[Int]
  3646. A333.Color=Colours[Int]
  3647. B2Weld.C0=clerp(B2Weld.C0,CFrame.Angles(math.rad(90),math.rad(doe),0),.3)
  3648. B3Weld.C0=clerp(B3Weld.C0,CFrame.Angles(math.rad(90),math.rad(-doe),0),.3)
  3649.  
  3650.  
  3651. if not dead then
  3652. for _,c in pairs(chr:children()) do
  3653. if c:IsA("BasePart") and c.Name~=Root.Name then
  3654. c.Transparency=coast
  3655. elseif c:IsA("Accessory") then
  3656. for _,a in pairs(c:children()) do
  3657. if a:IsA("BasePart") then
  3658. a.Transparency=coast
  3659. end
  3660. end
  3661. end
  3662. end
  3663. local torvel=(Root.Velocity*Vector3.new(1,0,1)).magnitude
  3664. local velderp=Root.Velocity.y
  3665. hitfloor,posfloor=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,4,chr)
  3666. if Root.Velocity.y>1 and hitfloor==nil then
  3667. Pose="Jump"
  3668. juj=true
  3669. if attack==false then
  3670.  
  3671. end
  3672. elseif Root.Velocity.y<-1 and hitfloor==nil then
  3673. Pose="Fall"
  3674. juj=false
  3675. if attack==false then
  3676.  
  3677. end
  3678. elseif torvel<1 and hitfloor~=nil then
  3679. Pose="Idle"
  3680. juj=false
  3681. if attack==false then
  3682. RJ.C0=clerp(RJ.C0,CFrame.new(-7.73165903e-06, -1-1*math.cos(sin/50), 1.11430145e-05, 0.909014761, -2.48238929e-15, -0.416763932, 1.25029164e-05, 1, 2.72704419e-05, 0.416763902, -2.99999992e-05, 0.909014761)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3683. Neck.C0=clerp(Neck.C0,CFrame.new(2.03785312e-05, 1.50002301, 2.71129975e-05, -0.908803999, -0.0195876453, 0.416763306, 0.0215340015, -0.999768138, -3.09928146e-05, 0.416667312, 0.00894641597, 0.909015059)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3684. RS.C0=clerp(RS.C0,CFrame.new(0.619807601, -0.0117952526, 0.837741613, 0.763110399, 0.645077169, 0.0392181277, -0.441995859, 0.476672262, 0.759883702, 0.471489429, -0.597209454, 0.648874938)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3685. LS.C0=clerp(LS.C0,CFrame.new(-1.04626048, 0.0163608491, -0.422460377, 0.764793098, -0.292013884, 0.574299037, 0.627727807, 0.538464427, -0.562151074, -0.145083681, 0.790432751, 0.595119119)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3686. RH.C0=clerp(RH.C0,CFrame.new(0.569117486, -0.97695696+1*math.cos(sin/50), 0.131798282, 0.976328552, -0.0506509691, -0.210278779, 0.0798950046, 0.987891257, 0.132995352, 0.20099619, -0.146647379, 0.968553185)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3687. LH.C0=clerp(LH.C0,CFrame.new(-0.563263893, -1.00007415+1*math.cos(sin/50), 0.0524023995, 0.769612134, 0.0526930317, 0.636333823, 0, 0.996589124, -0.0825247616, -0.638511837, 0.0635120571, 0.766986966)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.2)
  3688. end
  3689. elseif torvel>2 and hitfloor~=nil then
  3690. Pose="Walk"
  3691. juj=false
  3692. if attack==false then
  3693. RJ.C0=clerp(RJ.C0,CFrame.new(0, 0, -0, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0-.5*math.cos(sin/4),0)*CFrame.Angles(math.rad(0+4*math.cos(sin/8)),math.rad(0+15*math.cos(sin/8)),0),.3)
  3694. Neck.C0=clerp(Neck.C0,CFrame.new(-7.44728054e-15, 1.50002265, -9.53674316e-07, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.3)
  3695. RS.C0=clerp(RS.C0,CFrame.new(0.499953866, -1.99999952, 6.00814819e-05, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0-1*math.sin(sin/8))*CFrame.Angles(math.rad(0+90*math.sin(sin/8)),0,0),.3)
  3696. LS.C0=clerp(LS.C0,CFrame.new(-0.500045657, -1.99999952, 6.00814819e-05, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0+1*math.sin(sin/8))*CFrame.Angles(math.rad(0-90*math.sin(sin/8)),0,0),.3)
  3697. RH.C0=clerp(RH.C0,CFrame.new(1.50001526, -7.39097595e-05, -5.7220459e-05, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0+1*math.sin(sin/8))*CFrame.Angles(math.rad(0-90*math.sin(sin/8)),0,0),.3)
  3698. LH.C0=clerp(LH.C0,CFrame.new(-1.50002122, -7.39097595e-05, -6.10351563e-05, 1, -4.96477859e-15, 1.29246971e-26, -4.96477859e-15, 1, 0, 1.29246971e-26, 0, 1)*CFrame.new(0,0,0-1*math.sin(sin/8))*CFrame.Angles(math.rad(0+90*math.sin(sin/8)),0,0),.3)
  3699. end
  3700. end
  3701. end
  3702. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement