naetza

sdsa

Jul 21st, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.94 KB | None | 0 0
  1. --[[Salvo_Starly[Salvy].Weaponry_2018.9]]--
  2. --[[Project Name: Freezing Despair]]--
  3. --[[make it stop]]--
  4. wait(.2)
  5. print("Loaded Unfinished")
  6. print("Edited By Salvo I Hate Usered All")
  7. warn("Make Them All Buffer For Their Sans Undertale")
  8. warn("Out Fact Make Me Not Freeze")
  9.  
  10. plr=game.Players.LocalPlayer
  11. chr=plr.Character
  12. Head=chr.Head
  13. Root=chr.HumanoidRootPart
  14. Torso=chr.Torso
  15. RArm=chr["Right Arm"]
  16. LArm=chr["Left Arm"]
  17. RLeg=chr["Right Leg"]
  18. LLeg=chr["Left Leg"]
  19. RJ=Root.RootJoint
  20. Neck=Torso.Neck
  21. LS=Torso["Left Shoulder"]
  22. LH=Torso["Left Hip"]
  23. RS=Torso["Right Shoulder"]
  24. RH=Torso["Right Hip"]
  25. hum=chr:FindFirstChildOfClass("Humanoid")
  26. mouse=plr:GetMouse()
  27. Pose="Idle"
  28. attack=false
  29. combo=1
  30. sin=0
  31. cha=1
  32. ohno=false
  33. dead=false
  34. moot=false
  35. scene=true
  36.  
  37. create=LoadLibrary("RbxUtility").Create
  38.  
  39. chr.Animate:Remove()
  40. hum.Animator:Remove()
  41.  
  42. function clerp(a,b,t)
  43. return a:lerp(b,t)
  44. end
  45.  
  46. local newMotor=function(name,p0,p1,c0,c1)
  47. local w=Instance.new('Motor',p0)
  48. w.Name=name
  49. w.Part0=p0
  50. w.Part1=p1
  51. w.C0=c0
  52. w.C1=c1
  53. return w
  54. end
  55. for _,c in pairs(Torso:children()) do
  56. if c:IsA("Motor") and c.Name~="Neck" then
  57. c:Remove()
  58. end
  59. end
  60.  
  61. RJ.C0,RJ.C1=CFrame.new(0,0,0),CFrame.new(0,0,0)
  62. Neck.C0,Neck.C1=CFrame.new(0,1.5,0),CFrame.new(0,0,0)
  63. --[[RS.C0,RS.C1=CFrame.new(1.5,0,0),CFrame.new(0,0,0)
  64. LS.C0,LS.C1=CFrame.new(-1.5,0,0),CFrame.new(0,0,0)
  65. RH.C0,RH.C1=CFrame.new(.5,-2,0),CFrame.new(0,0,0)
  66. LH.C0,LH.C1=CFrame.new(-.5,-2,0),CFrame.new(0,0,0)]]
  67. local RS=newMotor("Right Shoulder",Torso, RArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  68. local LS=newMotor("Left Shoulder",Torso, LArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  69. local RH=newMotor("Right Hip",Torso, RLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  70. local LH=newMotor("Left Hip",Torso, LLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  71.  
  72.  
  73. function NoOutline(Part)
  74. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface=10,10,10,10,10,10
  75. end
  76.  
  77. function rayCast(Position,Direction,Range,Ignore)
  78. return game:service("Workspace"):FindPartOnRay(Ray.new(Position,Direction.unit*(Range or 999.999)),Ignore)
  79. end
  80.  
  81. ArtificialHB=create("BindableEvent"){
  82. Parent=script,
  83. Name="Heartbeat"}
  84.  
  85. script:WaitForChild("Heartbeat")
  86.  
  87. frame=0.0166666666666666667
  88. tf=0
  89. allowframeloss=false
  90. tossremainder=false
  91. lastframe=tick()
  92. script.Heartbeat:Fire()
  93.  
  94. game:GetService("RunService").Heartbeat:connect(function(s,p)
  95. tf=tf+s
  96. if tf >=frame then
  97. if allowframeloss then
  98. script.Heartbeat:Fire()
  99. lastframe=tick()
  100. else
  101. for i=1,math.floor(tf/frame) do
  102. script.Heartbeat:Fire()
  103. end
  104. lastframe=tick()
  105. end
  106. if tossremainder then
  107. tf=0
  108. else
  109. tf=tf-frame*math.floor(tf/frame)
  110. end
  111. end
  112. end)
  113.  
  114. function swait(num)
  115. if num==0 or num==nil then
  116. ArtificialHB.Event:wait()
  117. else
  118. for i=0,num do
  119. ArtificialHB.Event:wait()
  120. end
  121. end
  122. end
  123.  
  124. function parts(Par,name,size,color,mat,ref,tra)
  125. local part=create("Part"){
  126. Parent=Par,
  127. Name=name,
  128. Size=size,
  129. CanCollide=false,
  130. Anchored=false,
  131. BrickColor=BrickColor.new(color),
  132. Material=mat,
  133. Reflectance=ref,
  134. Transparency=tra}
  135. --Position=Torso.Position}
  136. NoOutline(part)
  137. part:BreakJoints()
  138. return part
  139. end
  140.  
  141. function meshs(Par,name,scale,mtype,id)
  142. local mesh=create("SpecialMesh"){
  143. Parent=Par,
  144. Name=name,
  145. Scale=scale,
  146. MeshType=mtype}
  147. if id~="" then
  148. mesh.MeshId="rbxassetid://"..id
  149. end
  150. return mesh
  151. end
  152.  
  153. function welds(Par,name,p0,p1,c0,c1)
  154. local weld=create("Weld"){
  155. Parent=Par,
  156. Name=name,
  157. Part0=p0,
  158. Part1=p1,
  159. C0=c0,
  160. C1=c1}
  161. return weld
  162. end
  163.  
  164. function sounds(Par,id,vol,pit)
  165. local sound=create("Sound"){
  166. Parent=Par,
  167. SoundId="rbxassetid://"..id,
  168. Volume=vol,
  169. PlaybackSpeed=pit,
  170. MaxDistance=66666666}
  171. sound:Play()
  172. game:GetService("Debris"):AddItem(sound,10)
  173. return sound
  174. end
  175.  
  176. function pssounds(Par,id,vol,pit,octave,pri)
  177. local psound=create("Sound"){
  178. Parent=Par,
  179. SoundId="rbxassetid://"..id,
  180. Volume=vol,
  181. PlaybackSpeed=pit,
  182. MaxDistance=66666666}
  183. psound:Play()
  184. local pitch=create("PitchShiftSoundEffect"){
  185. Parent=psound,
  186. Octave=octave,
  187. Priority=2,
  188. Enabled=true
  189. }
  190. game:GetService("Debris"):AddItem(psound,10)
  191. return psound
  192. end
  193.  
  194. local NSn=NumberSequence.new
  195. local NSKp=NumberSequenceKeypoint.new
  196. local CSn=ColorSequence.new
  197. local NRn=NumberRange.new
  198. function particles(par,zoff,color,id,lemi,linf,direct,sizmin,sizmax,tramin,tramax,lifemin,lifemax,rotmin,rotmax,speed,velocity,lock,timelimit)
  199. local aaa=NSn({NSKp(0, sizmin),NSKp(1, sizmax)})
  200. local bbb=NSn({NSKp(0, tramin),NSKp(1, tramax)})
  201. local parti=create("ParticleEmitter"){
  202. Color=CSn(BrickColor.new(color).Color),
  203. LightEmission=lemi,
  204. LightInfluence=0, --hec this
  205. Texture="rbxassetid://"..id,
  206. Transparency=bbb,
  207. Size=aaa,
  208. ZOffset=zoff,
  209. --Acceleration=Vector3.new(0, 2, 0),
  210. LockedToPart=lock,
  211. EmissionDirection=direct,
  212. Lifetime=NRn(lifemin,lifemax),
  213. Rate=2000,
  214. Rotation=NRn(-360, 360),
  215. RotSpeed=NRn(-rotmin, rotmax),
  216. Speed=NRn(speed),
  217. VelocitySpread=velocity,
  218. Enabled=true,
  219. Parent=par
  220. }
  221. if timelimit~=nil then
  222. coroutine.resume(coroutine.create(function(p)
  223. swait(timelimit)
  224. parti.Enabled=false
  225. end),parti)
  226. game:GetService("Debris"):AddItem(parti,10)
  227. end
  228. return parti
  229. end
  230.  
  231. m=create("Model"){
  232. Parent=chr,
  233. Name="WModel"}
  234. e=create("Model"){
  235. Parent=chr,
  236. Name="Effect"}
  237. dr=create("Model"){
  238. Parent=chr,
  239. Name="SubModel"}
  240.  
  241. theme=create("Sound"){
  242. Parent=Root,
  243. SoundId="rbxassetid://913584994",
  244. Volume=1.2,
  245. PlaybackSpeed=1,
  246. MaxDistance=66666666,
  247. Name="Theme",
  248. Looped=true}
  249. theme:Play()
  250.  
  251. local timeposit=create("NumberValue"){
  252. Name="STP",
  253. Value=true,
  254. Parent=script}
  255.  
  256. local txt=create("BillboardGui"){
  257. Parent=Root,
  258. Adornee=Root,
  259. Name="stop",
  260. Size=UDim2.new(2, 0, 1.2, 0),
  261. ExtentsOffset=Vector3.new(0, 8, 0)}
  262.  
  263. local text=create("TextLabel"){
  264. Parent=txt,
  265. AnchorPoint=Vector2.new(.5,.5),
  266. Size=UDim2.new(10, 0, 7, 0),
  267. Position=UDim2.new(.5, 0, .5, 0),
  268. FontSize="Size24",
  269. TextScaled=true,
  270. TextTransparency=0,
  271. BackgroundTransparency=1,
  272. TextStrokeTransparency=0,
  273. Font="Bodoni",
  274. Text="Burning Hope",
  275. TextStrokeColor3=Color3.new(0, 0, 0)}
  276.  
  277. local TweenService = game:GetService("TweenService")
  278. local Int=0
  279. 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)}
  280. coroutine.resume(coroutine.create(function()
  281. while true do
  282. swait(12)
  283. if Int==#Colours then
  284. Int=0
  285. end
  286. Int=Int+1
  287. TweenService:Create(text,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  288. end
  289. end))
  290.  
  291. if scene then
  292. text.Text = "Guess im deadn't..."
  293. swait(150)
  294. text.Text = "people thought i was alive but yes i died haha"
  295. swait(190)
  296. text.Text = "CAN YOU HAVE 1 SECOND TO ALIVE!!!"
  297. swait(140)
  298. end
  299. local h=particles(RArm,1,"New Yeller","5457026",.1,.1,"Top",8,8,0,.5,3,3,6666,6666,0,44444,false,26)
  300. h.Speed=NRn(-100,100)
  301. sounds(Head,"2334140934",3,1.1)
  302. sounds(Head,"2505336188",3,.7)
  303. coroutine.resume(coroutine.create(function(hh)
  304. text.Text="Burning Hope"
  305. swait(220)
  306. text.Text="jk"
  307. swait(12)
  308. text.Text="Freezing Despair"
  309. end),text)
  310.  
  311. H=parts(m,"H",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  312. 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))
  313. A=parts(m,"A",Vector3.new(0.200000033, 0.999999821, 1),"Black",Enum.Material.Glass,.4,0)
  314. 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))
  315. A=parts(m,"A",Vector3.new(1.60000014, 0.399999857, 1.20000005),"Black",Enum.Material.Glass,.4,0)
  316. 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))
  317. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Head,"")
  318. A222=parts(m,"A222",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  319. 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))
  320. local wa1=meshs(A222,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"103967465")
  321. B=parts(m,"B",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  322. 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))
  323. B2=parts(m,"B2",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  324. 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))
  325. V=parts(m,"V",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.SmoothPlastic,0,1)
  326. 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))
  327. A=parts(m,"A",Vector3.new(1, 0.399999857, 1.40000021),"Black",Enum.Material.Glass,.4,0)
  328. 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))
  329. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Torso,"")
  330. A=parts(m,"A",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  331. 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))
  332. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"3270017")
  333. A=parts(m,"A",Vector3.new(0.800000012, 0.200000003, 0.200000003),"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(-1.46903229, 0.628934383, 0.127828598, -0.44593212, -0.362362653, -0.818436325, -0.518627048, 0.849851608, -0.0936933085, 0.729500234, 0.382682323, -0.566907167))
  335. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Cylinder,"")
  336.  
  337. for i=45,360,45 do
  338. local re=parts(m,"wha",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  339. 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))
  340. meshs(re,"Mesh",Vector3.new(0.01, 0.01, 0.01),Enum.MeshType.FileMesh,"442365879")
  341. end
  342.  
  343. M=parts(m,"M",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  344. 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))
  345. A=parts(m,"A",Vector3.new(0.200000033, 0.999999821, 1),"Black",Enum.Material.Glass,.4,0)
  346. 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))
  347. A=parts(m,"A",Vector3.new(1.60000014, 0.399999857, 1.20000005),"Black",Enum.Material.Glass,.4,0)
  348. 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))
  349. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Head,"")
  350. A333=parts(m,"A333",Vector3.new(0.600000024, 0.399999857, 1),"Black",Enum.Material.Glass,.4,0)
  351. 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))
  352. local wa2=meshs(A333,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"103967465")
  353. B=parts(m,"B",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  354. 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))
  355. B3=parts(m,"B3",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,0,1)
  356. 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))
  357. C=parts(m,"C",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.SmoothPlastic,0,1)
  358. 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))
  359. A=parts(m,"A",Vector3.new(1, 0.399999857, 1.40000021),"Black",Enum.Material.Glass,.4,0)
  360. 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))
  361. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Torso,"")
  362. A=parts(m,"A",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  363. 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))
  364. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"3270017")
  365. A=parts(m,"A",Vector3.new(0.800000012, 0.200000003, 0.200000003),"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(-1.46903229, 0.628934383, 0.127828598, -0.44593212, -0.362362653, -0.818436325, -0.518627048, 0.849851608, -0.0936933085, 0.729500234, 0.382682323, -0.566907167))
  367. meshs(A,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Cylinder,"")
  368.  
  369. for i=45,360,45 do
  370. local re=parts(m,"wha",Vector3.new(0.800000012, 0.200000003, 0.200000003),"Black",Enum.Material.Glass,.4,0)
  371. 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))
  372. meshs(re,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.FileMesh,"778121161")
  373. end
  374.  
  375. Handle334=parts(dr,"Handle334",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,1)
  376. Handle334.CFrame=Root.CFrame
  377. Handle334.Anchored=true
  378. Handle44=parts(dr,"Handle44",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,1)
  379. 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))
  380. 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))
  381. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  382. 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))
  383. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  384. 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))
  385. yes=parts(dr,"yes",Vector3.new(0.0500000007, 0.349999994, 0.409999996),"Lime green",Enum.Material.Neon,0,0)
  386. 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))
  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, -5.89340925e-06, 0.707105398, -3.90410423e-06, 1, 4.43309546e-06, -0.707105398, 3.87430191e-07, -0.707108378))
  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.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))
  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.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))
  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, -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))
  395. yes2=parts(dr,"yes2",Vector3.new(0.200000003, 0.0500000007, 0.200000003),"Lime green",Enum.Material.Neon,0,0)
  396. 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))
  397. yes=parts(dr,"yes",Vector3.new(0.389999986, 0.409999996, 0.389999986),"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, -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))
  399. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.5, 0.5),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  400. 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))
  401. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.400000006, 0.5),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  402. 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))
  403. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.0500000007, 0.600000024),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  404. 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))
  405. Part=parts(dr,"Part",Vector3.new(0.280000001, 5, 0.280000001),"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(-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))
  407. Part=parts(dr,"Part",Vector3.new(0.0500000007, 0.200000003, 0.200000003),"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(-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))
  409. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  410. Part=parts(dr,"Part",Vector3.new(0.200000003, 1.20000005, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  411. 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))
  412. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.800000012, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  413. 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))
  414. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  415. Part=parts(dr,"Part",Vector3.new(0.300000012, 0.5, 0.600000024),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  416. 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))
  417. Part=parts(dr,"Part",Vector3.new(0.400000006, 0.400000006, 0.400000006),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  418. 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))
  419. Part=parts(dr,"Part",Vector3.new(0.200000003, 0.5, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0.5,0)
  420. 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))
  421. meshs(Part,"Mesh",Vector3.new(1, 1, 1),Enum.MeshType.Wedge,"")
  422.  
  423.  
  424.  
  425.  
  426. local hey1=particles(V,0,"Lime green","2398596854",.1,.1,"Top",.7,0,0,1,.6,1,0,0,2,44444,false)
  427. local hey2=particles(C,0,"Lime green","2398596854",.1,.1,"Top",.7,0,0,1,.6,1,0,0,2,44444,false)
  428. hey1.Rotation=NRn(0)
  429. hey2.Rotation=NRn(0)
  430. hey1.Acceleration=Vector3.new(0, 12, 0)
  431. hey2.Acceleration=Vector3.new(0, 12, 0)
  432. hey1.Color=CSn(BrickColor.new("New Yeller").Color,BrickColor.new("Lime green").Color)
  433. hey2.Color=CSn(BrickColor.new("New Yeller").Color,BrickColor.new("Lime green").Color)
  434.  
  435.  
  436.  
  437. for _,c in pairs(chr:children()) do
  438. if c:IsA("BasePart") and c.Name~=Root.Name then
  439. local ha1=particles(c,0,"Lime green","313832650",.5,0,"Top",.4,.4,0,0,1,1,0,0,.5,350,true)
  440. ha1.Rotation=NRn(0)
  441. ha1.Rate=20
  442. ha1.Transparency=NSn({NSKp(0,1),NSKp(.8,0),NSKp(1,1)})
  443. if c.Name=="Torso" then
  444. local ha2=particles(c,0,"Lime green","186017523",.5,0,"Top",1,1,0,0,3,3,0,0,1.5,250,false)
  445. ha2.Rotation=NRn(0)
  446. ha2.Rate=7
  447. ha2.Transparency=NSn({NSKp(0,1),NSKp(.8,0),NSKp(1,1)})
  448. end
  449. end
  450. end
  451.  
  452.  
  453.  
  454. local whyx2=create("ScreenGui"){
  455. Parent=plr.PlayerGui,
  456. DisplayOrder=60}
  457.  
  458. local why=create("ScreenGui"){
  459. Parent=plr.PlayerGui,
  460. DisplayOrder=10}
  461.  
  462. dr.Parent=why
  463.  
  464. local PHF=create("Frame"){
  465. Parent=why,
  466. AnchorPoint=Vector2.new(.5,.5),
  467. Position=UDim2.new(.5,0,.5,0),
  468. Size=UDim2.new(1,0,1,0),
  469. BackgroundTransparency=1
  470. }
  471.  
  472. function createframingedst(txat,po1,po2,si1,si2)
  473. local hey=create("Frame"){
  474. Parent=PHF,
  475. AnchorPoint=Vector2.new(.5,.5),
  476. Position=UDim2.new(po1,0,po2,0),
  477. Size=UDim2.new(si1,0,si2,0),
  478. BackgroundTransparency=1,
  479. ClipsDescendants=true
  480. }
  481.  
  482. local hey2=create("Frame"){
  483. Parent=hey,
  484. AnchorPoint=Vector2.new(.5,.5),
  485. Position=UDim2.new(.5,0,1,0),
  486. Size=UDim2.new(0,0,.1,0),
  487. BorderSizePixel=0,
  488. BackgroundColor3=Color3.new(0,1,0),
  489. ZIndex=2,
  490. }
  491.  
  492. local hey3=create("TextLabel"){
  493. Parent=hey,
  494. AnchorPoint=Vector2.new(.5,.5),
  495. Position=UDim2.new(.5,0,1.5,0),
  496. Size=UDim2.new(1,0,1,0),
  497. BackgroundTransparency=1,
  498. Text=txat,
  499. TextStrokeTransparency=0,
  500. TextScaled=true,
  501. Font="Bodoni",
  502. TextColor3=Color3.new(0,1,0)
  503. }
  504. coroutine.resume(coroutine.create(function()
  505. hey2:TweenSize(UDim2.new(1,0,.1,0), "Out", "Quad", .7,true)
  506. swait(25)
  507. hey3:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Quad", 1.5,true)
  508. swait(80)
  509. hey2:TweenSize(UDim2.new(0,0,.1,0), "Out", "Quad", .7,true)
  510. end))
  511. end
  512.  
  513.  
  514. createframingedst("[W] Walk",.5,.75,.15,.07)
  515. createframingedst("[A] Walk",.4,.85,.15,.07)
  516. createframingedst("[S] Walk",.5,.85,.15,.07)
  517. createframingedst("[D] Walk",.6,.85,.15,.07)
  518. createframingedst("[Space] Jump",.5,.95,.2,.1)
  519. createframingedst("[Esc] Menu",.4,.75,.1,.05)
  520. createframingedst("[/] Chat",.6,.75,.1,.05)
  521.  
  522. createframingedst("[UARROW] Walk",.25,.85,.15,.07)
  523. createframingedst("[DARROW] Walk",.75,.85,.15,.07)
  524. createframingedst("[LARROW] Rotate Camera",.25,.75,.15,.07)
  525. createframingedst("[RARROW] Rotate Camera",.75,.75,.15,.07)
  526.  
  527. createframingedst("[LMB] Shoot",.3,.95,.15,.07)
  528. createframingedst("[RMB] Shoot",.7,.95,.15,.07)
  529.  
  530. createframingedst("Move List:",.1,.05,.1,.06)
  531. createframingedst("[Q] True Power",.1,.1,.1,.06)
  532. createframingedst("[E] Useless Dash",.1,.15,.1,.06)
  533. createframingedst("[R] Literally Jump",.1,.2,.1,.06)
  534. createframingedst("[T] Meaningless Taunt",.1,.25,.1,.06)
  535. createframingedst("[Y] Yell",.1,.3,.1,.06)
  536. createframingedst("[U] See",.1,.35,.1,.06)
  537. createframingedst("[I] It's me Vegeta",.1,.4,.1,.06)
  538. createframingedst("[O] What is this i don't even",.1,.45,.1,.06)
  539. createframingedst("[P] Suicide",.1,.5,.1,.06)
  540. createframingedst("[[] You're already Alive.",.1,.55,.1,.06)
  541. createframingedst("[]] Slamming",.1,.6,.1,.06)
  542. createframingedst("[F] Checke it out",.1,.65,.1,.06)
  543. createframingedst("[G] Someone's Despair",.1,.7,.1,.06)
  544. createframingedst("[H] Directioninged Shootinged",.1,.75,.1,.06)
  545. createframingedst("[J] Burning Bar",.1,.8,.1,.06)
  546. createframingedst("[K] AAAAAAAAAAAAAAAAAA",.1,.85,.1,.06)
  547. createframingedst("[L] WeakNova",.1,.9,.1,.06)
  548. createframingedst("[;] Freezing Furry",.1,.95,.1,.06)
  549. createframingedst("['] Lunch",.9,.05,.1,.06)
  550. createframingedst("[Z] pun",.9,.1,.1,.06)
  551. createframingedst("[X] k",.9,.15,.1,.06)
  552. createframingedst("[C] crosh",.9,.2,.1,.06)
  553. createframingedst("[V] Telepork",.9,.25,.1,.06)
  554. createframingedst("[B] :kill music 12",.9,.3,.1,.06)
  555. createframingedst("[N] Warden fanboy",.9,.35,.1,.06)
  556. createframingedst("[M] Unregistered HyperCam 2",.9,.4,.1,.06)
  557. createframingedst("[,] -90 Deagree Camera Rotate",.9,.45,.1,.06)
  558. createframingedst("[.] 90 Deagree Camera Rotate",.9,.5,.1,.06)
  559. createframingedst("[`] Show backpack",.9,.55,.1,.06)
  560. createframingedst("[1] Select Tool/Hopperbin",.9,.6,.1,.06)
  561. createframingedst("[2] Select Tool/Hopperbin",.9,.65,.1,.06)
  562. createframingedst("[3] Select Tool/Hopperbin",.9,.7,.1,.06)
  563. createframingedst("[4] Select Tool/Hopperbin",.9,.75,.1,.06)
  564. createframingedst("[5] Select Tool/Hopperbin",.9,.8,.1,.06)
  565. createframingedst("[6] Select Tool/Hopperbin",.9,.85,.1,.06)
  566. createframingedst("[7] Select Tool/Hopperbin",.9,.9,.1,.06)
  567. createframingedst("[8] Select Tool/Hopperbin",.9,.95,.1,.06)
  568. createframingedst("[9] Select Tool/Hopperbin",.3,.1,.1,.06)
  569. createframingedst("[0] Select Tool/Hopperbin",.3,.2,.1,.06)
  570. createframingedst("[-] Totally not haunted arrows",.7,.1,.1,.06)
  571. createframingedst("[=] DeadEars",.7,.2,.1,.06)
  572.  
  573. createframingedst("[Tab] Show Leader Board",.5,.05,.2,.06)
  574. createframingedst("[BackSpace] Drop Selected Tool",.5,.13,.2,.06)
  575. swait(12)
  576.  
  577. function FindNearestTorso(pos,distance)
  578. local list=(workspace:children())
  579. local torso=nil
  580. local dist=distance
  581. local temp,human,temp2,temp3=nil,nil,nil,nil
  582. for x=1,#list do
  583. temp2=list[x]
  584. if temp2.className=="Model"and temp2.Name~=chr.Name then
  585. temp=temp2:findFirstChild("Torso")
  586. temp3=temp2:findFirstChild("UpperTorso")
  587. human=temp2:findFirstChildOfClass("Humanoid")
  588. if temp~=nil and human~=nil and human.Health>=0 and (temp.Position-pos).magnitude<dist then
  589. local dohit=true
  590. if dohit==true then
  591. torso=temp
  592. dist=(temp.Position-pos).magnitude
  593. end
  594. elseif temp3~=nil and human~=nil and human.Health>=0 and (temp3.Position-pos).magnitude<dist then
  595. local dohit=true
  596. if dohit==true then
  597. torso=temp3
  598. dist=(temp3.Position-pos).magnitude
  599. end
  600. end
  601. end
  602. end
  603. return torso,dist
  604. end
  605.  
  606. function Damage(Type,Partzz,hit,dmg,delay,hs,hv,hp)
  607. if hit.Parent==nil then
  608. return
  609. end
  610. local h=hit.Parent:FindFirstChildOfClass("Humanoid")
  611. for _,v in pairs(hit.Parent:children()) do
  612. if v:IsA("Humanoid")then
  613. h=v
  614. end
  615. end
  616. if h~=nil and hit.Parent.Name~=chr.Name then
  617. if hit.Parent:findFirstChild("AHit")==nil then
  618. if ohno then
  619. h.Health=h.Health-(dmg*666)
  620. else
  621. h.Health=h.Health-dmg
  622. end
  623. if h.Health>=100000 then
  624. h.MaxHealth=100
  625. h.Health=100
  626. end
  627. end
  628. if hit.Parent:findFirstChild("AHit")==nil then
  629. local c=create("BoolValue"){
  630. Name="AHit",
  631. Value=true,
  632. Parent=hit.Parent}
  633. game:GetService("Debris"):AddItem(c,delay)
  634. if hs~=""and hit.Parent~=nil then
  635. sounds(hit.Parent.Head,hs,hv,hp)
  636. end
  637.  
  638. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  639. ref.Anchored=true
  640. ref.CFrame=CFrame.new(hit.Position+Vector3.new(math.random(-250,250)/100,math.random(-100,100)/100,math.random(-250,250)/100))
  641. if dmg>.001 then
  642. --damagegui(ref,"-"..dmg)
  643. elseif dmg<-0 then
  644. --damagegui(ref,"+"..dmg)
  645. end
  646.  
  647. if Type=="Disappear"then
  648. Partzz.Parent=nil
  649.  
  650. elseif Type=="arc" then
  651. local hahah=create("ArcHandles"){
  652. Parent=hit.Parent:findFirstChild("Head"),
  653. Adornee=hit.Parent:findFirstChild("Head"),
  654. Color3=Color3.new(1,1,1)
  655. }
  656. elseif Type=="aa" then
  657. local txt=create("BillboardGui"){
  658. Parent=ref,
  659. Adornee=ref,
  660. Name="stop",
  661. Size=UDim2.new(2, 0, 2, 0),
  662. ExtentsOffset=Vector3.new(0, 8, 0)}
  663.  
  664. local haah=create("ImageLabel"){
  665. Parent=txt,
  666. AnchorPoint=Vector2.new(.5,.5),
  667. Size=UDim2.new(1, 0, 1, 0),
  668. Position=UDim2.new(.5, 0, .5, 0),
  669. BackgroundTransparency=1,
  670. Image="rbxassetid://227153795"}
  671.  
  672. coroutine.resume(coroutine.create(function(t)
  673. haah:TweenSize(UDim2.new(8,0,8,0), "Out", "Sine", 1,true)
  674. swait(100)
  675. haah:Remove()
  676. end),txt)
  677.  
  678. elseif Type=="None"then
  679.  
  680. elseif Type=="Yellar"then
  681. for _,c in pairs(hit.Parent:children()) do
  682. if c:IsA("BasePart") then
  683. c.BrickColor=BrickColor.new("New Yeller")
  684. elseif c:IsA("Accessory") then
  685. for _,g in pairs(c:children()) do
  686. if g:IsA("BasePart") then
  687. g.BrickColor=BrickColor.new("New Yeller")
  688. end
  689. end
  690. end
  691. end
  692. elseif Type=="Good"then
  693. chato(hit,"i dont feeled so goodest",.01)
  694. local dont=create("Sound"){
  695. Parent=Root,
  696. SoundId="rbxassetid://1988688807",
  697. Volume=8,
  698. PlaybackSpeed=1,
  699. MaxDistance=66666666,
  700. Name="feel"}
  701. dont:Play()
  702. coroutine.resume(coroutine.create(function(h)
  703. for ai=0,1,.0006 do
  704. swait()
  705. for _,c in pairs(hit.Parent:children()) do
  706. if c:IsA("BasePart") and c.Name~=Root.Name then
  707. c.Transparency=ai
  708. elseif c:IsA("Accessory") or c:IsA("Hat") then
  709. for _,g in pairs(c:children()) do
  710. if g:IsA("BasePart") then
  711. g.Transparency=ai
  712.  
  713. for _,v in pairs(c:children()) do
  714. if v:IsA("BasePart") then
  715. v.Transparency=ai
  716. end
  717. end
  718.  
  719. elseif c:IsA("Model") then
  720.  
  721. for _,v in pairs(c:children()) do
  722. if v:IsA("BasePart") then
  723. v.Transparency=ai
  724. for _,h in pairs(v:children()) do
  725. if h:IsA("BasePart") then
  726. h.Transparency=ai
  727. end
  728. end
  729. elseif v:IsA("Model") then
  730.  
  731. for _,h in pairs(v:children()) do
  732. if h:IsA("BasePart") then
  733. h.Transparency=ai
  734. end
  735. end
  736.  
  737. end
  738. end
  739.  
  740.  
  741.  
  742. end
  743. end
  744. end
  745. end
  746. if hit.Parent==nil then
  747. break
  748. end
  749. end
  750.  
  751. for si=1,-.02,-.02 do
  752. swait()
  753. for _,c in pairs(hit.Parent:children()) do
  754. if c:IsA("BasePart") and c.Name~=Root.Name then
  755. c.Transparency=si
  756. elseif c:IsA("Accessory") or c:IsA("Hat") then
  757. for _,g in pairs(c:children()) do
  758. if g:IsA("BasePart") then
  759. g.Transparency=si
  760.  
  761. for _,v in pairs(c:children()) do
  762. if v:IsA("BasePart") then
  763. v.Transparency=si
  764. end
  765. end
  766.  
  767. elseif c:IsA("Model") then
  768.  
  769. for _,v in pairs(c:children()) do
  770. if v:IsA("BasePart") then
  771. v.Transparency=si
  772. for _,h in pairs(v:children()) do
  773. if h:IsA("BasePart") then
  774. h.Transparency=si
  775. end
  776. end
  777. elseif v:IsA("Model") then
  778.  
  779. for _,h in pairs(v:children()) do
  780. if h:IsA("BasePart") then
  781. h.Transparency=si
  782. end
  783. end
  784.  
  785. end
  786. end
  787.  
  788.  
  789.  
  790. end
  791. end
  792. end
  793. end
  794. if hit.Parent==nil then
  795. break
  796. end
  797. end
  798.  
  799. if hit.Parent~=nil then
  800. sounds(hit,"233844049",7,1)
  801. Effect(e,"Deep blue",hit.CFrame,.1,.1,.1,0,0,0,.007,"FileMesh",2,2,"2461613560")
  802. --hit.Parent:BreakJoints()
  803. hit.Parent:findFirstChildOfClass("Humanoid").Health=hit.Parent:findFirstChildOfClass("Humanoid").MaxHealth/300
  804. end
  805. end),hit)
  806. elseif Type=="Poosh"then
  807. h.Jump=true
  808. local angle=(hit.Position-(Partzz.Position+Vector3.new(0,0,0))).unit
  809. local vec=create("BodyVelocity"){
  810. Parent=hit,
  811. MaxForce=Vector3.new(math.huge,math.huge,math.huge),
  812. Velocity=(angle*(90+math.random(30,60)))+(Partzz.CFrame.upVector*(90+math.random(30,60)))
  813. }
  814. game:GetService("Debris"):AddItem(vec,3)
  815. end
  816. end
  817. end
  818. end
  819.  
  820. --[[function damagegui(parz,text,ccc)
  821. local damag=create("BillboardGui"){
  822. Size=UDim2.new(5, 0, 15, 0),
  823. Adornee=parz,
  824. Parent=parz,
  825. ExtentsOffset=Vector3.new(0, 3, 0),
  826. AlwaysOnTop=true
  827. }
  828. local damagLabel=create("TextLabel"){
  829. AnchorPoint=Vector2.new(.5,.5),
  830. BackgroundTransparency=1,
  831. TextStrokeTransparency=1,
  832. TextTransparency=0,
  833. Position=UDim2.new(.5, 0, .5, 0),
  834. Size=UDim2.new(1, 0, .2, 0),
  835. Text=text,
  836. Font="SourceSans",
  837. TextScaled=true,
  838. Parent=damag,
  839. TextColor3=BrickColor.new(ccc).Color,
  840. }
  841. local raise=.4
  842. game:GetService("Debris"):AddItem(parz,4)
  843. coroutine.resume(coroutine.create(function()
  844. for i=0,1.1,.01 do
  845. swait()
  846. if raise>.01 then
  847. raise=raise-.01
  848. elseif raise<=0 then
  849. raise=0
  850. end
  851. damagLabel.Text=text
  852. damagLabel.TextTransparency=i
  853. damagLabel.TextStrokeTransparency=i
  854. parz.Position=parz.Position+Vector3.new(0,raise,0)
  855. end
  856. parz:Remove()
  857. end))
  858. end]]
  859.  
  860. function Mdamage(Type,Partzz,Magn,Dmg,delay,hs,hv,hp)
  861. for _,c in pairs(workspace:children()) do
  862. local hum=c:findFirstChildOfClass("Humanoid")
  863. if hum~=nil then
  864. local ddee1=c:findFirstChild("Torso")
  865. local ddee2=c:findFirstChild("UpperTorso")
  866. if ddee1~=nil and ddee2==nil then
  867. local targ=ddee1.Position-Partzz.Position
  868. local mag=targ.magnitude
  869. if mag<=Magn and c.Name~=plr.Name then
  870. Damage(Type,Partzz,ddee1,Dmg,delay,hs,hv,hp)
  871. end
  872. elseif ddee1==nil and ddee2~=nil then
  873. local targ=ddee2.Position-Partzz.Position
  874. local mag=targ.magnitude
  875. if mag<=Magn and c.Name~=plr.Name then
  876. Damage(Type,Partzz,ddee2,Dmg,delay,hs,hv,hp)
  877. end
  878. end
  879. end
  880. end
  881. end
  882.  
  883. --v efec
  884. function Effect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  885. local ex=create("Part"){
  886. Size=Vector3.new(.2,.2,.2),
  887. BrickColor=BrickColor.new(color),
  888. CanCollide=false,
  889. Material="Neon",
  890. Anchored=true,
  891. CFrame=CF,
  892. Parent=par}
  893. NoOutline(ex)
  894. local exe=create("SpecialMesh"){
  895. Scale=Vector3.new(x,y,z),
  896. MeshType=mtyp,
  897. Parent=ex}
  898. if mtyp=="FileMesh"and id~=""then
  899. exe.MeshId="rbxassetid://"..id
  900. end
  901. game:GetService("Debris"):AddItem(ex,10)
  902. local ez=ex.CFrame
  903. local nu=0
  904. local no=math.random()-math.random()
  905. coroutine.resume(coroutine.create(function()
  906. for i=0,1.01,de do
  907. swait()
  908. if typ~=5 then
  909. ex.Transparency=i
  910. end
  911. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  912. if typ==1 then
  913. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  914. elseif typ==2 then
  915. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  916. elseif typ==3 then
  917. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  918. elseif typ==4 then
  919. nu=nu+no
  920. ez=ez*CFrame.new(0,rad,0)
  921. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  922. --ex.CFrame=ex.CFrame
  923. end
  924. end
  925. ex:Remove()
  926. end))
  927. return ex
  928. end
  929.  
  930. function REffect(par,color,CF,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  931. local ex=create("Part"){
  932. Size=Vector3.new(.2,.2,.2),
  933. BrickColor=BrickColor.new(color),
  934. CanCollide=false,
  935. Material="Neon",
  936. Anchored=true,
  937. CFrame=CF,
  938. Parent=par,
  939. Transparency=1}
  940. NoOutline(ex)
  941. local exe=create("SpecialMesh"){
  942. Scale=Vector3.new(x,y,z),
  943. MeshType=mtyp,
  944. Parent=ex}
  945. if mtyp=="FileMesh"and id~=""then
  946. exe.MeshId="rbxassetid://"..id
  947. end
  948. game:GetService("Debris"):AddItem(ex,10)
  949. local ez=ex.CFrame
  950. local nu=0
  951. local no=math.random()-math.random()
  952. coroutine.resume(coroutine.create(function()
  953. for i=1,-.01,-de do
  954. swait()
  955. if typ~=5 then
  956. ex.Transparency=i
  957. end
  958. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  959. if typ==1 then
  960. ex.CFrame=ex.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  961. elseif typ==2 then
  962. ex.CFrame=ex.CFrame*CFrame.Angles(0,math.rad(rad),0)
  963. elseif typ==3 then
  964. ex.CFrame=ex.CFrame*CFrame.new(0,0,rad)
  965. elseif typ==4 then
  966. nu=nu+no
  967. ez=ez*CFrame.new(0,rad,0)
  968. ex.CFrame=ez*CFrame.Angles(nu,0,0)
  969. --ex.CFrame=ex.CFrame
  970. end
  971. end
  972. ex:Remove()
  973. end))
  974. return ex
  975. end
  976.  
  977. function LockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  978. local ex=create("Part"){
  979. Size=Vector3.new(.2,.2,.2),
  980. BrickColor=BrickColor.new(color),
  981. CanCollide=false,
  982. Material="Neon",
  983. Anchored=true,
  984. CFrame=CF,
  985. Parent=par}
  986. NoOutline(ex)
  987. local exe=create("SpecialMesh"){
  988. Scale=Vector3.new(x,y,z),
  989. MeshType=mtyp,
  990. Parent=ex}
  991. if mtyp=="FileMesh"and id~=""then
  992. exe.MeshId="rbxassetid://"..id
  993. end
  994. game:GetService("Debris"):AddItem(ex,10)
  995. local ez=ex.CFrame
  996. local nu=0
  997. local no=math.random()-math.random()
  998. coroutine.resume(coroutine.create(function()
  999. for i=0,1.01,de do
  1000. swait()
  1001. if typ~=5 then
  1002. ex.Transparency=i
  1003. end
  1004. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  1005. if typ==1 then
  1006. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  1007. elseif typ==2 then
  1008. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  1009. elseif typ==3 then
  1010. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  1011. elseif typ==4 then
  1012. nu=nu+no
  1013. locke=locke*CFrame.new(0,rad,0)
  1014. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  1015. --ex.CFrame=ex.CFrame
  1016. end
  1017. end
  1018. ex:Remove()
  1019. end))
  1020. return ex
  1021. end
  1022.  
  1023. function RLockEffect(par,color,CF,locke,x,y,z,x1,y1,z1,de,mtyp,typ,rad,id)
  1024. local ex=create("Part"){
  1025. Size=Vector3.new(.2,.2,.2),
  1026. BrickColor=BrickColor.new(color),
  1027. CanCollide=false,
  1028. Material="Neon",
  1029. Anchored=true,
  1030. CFrame=CF,
  1031. Parent=par,
  1032. Transparency=1}
  1033. NoOutline(ex)
  1034. local exe=create("SpecialMesh"){
  1035. Scale=Vector3.new(x,y,z),
  1036. MeshType=mtyp,
  1037. Parent=ex}
  1038. if mtyp=="FileMesh"and id~=""then
  1039. exe.MeshId="rbxassetid://"..id
  1040. end
  1041. game:GetService("Debris"):AddItem(ex,10)
  1042. local ez=ex.CFrame
  1043. local nu=0
  1044. local no=math.random()-math.random()
  1045. coroutine.resume(coroutine.create(function()
  1046. for i=1,-.01,-de do
  1047. swait()
  1048. if typ~=5 then
  1049. ex.Transparency=i
  1050. end
  1051. exe.Scale=exe.Scale+Vector3.new(x1,y1,z1)
  1052. if typ==1 then
  1053. ex.CFrame=locke.CFrame*CFrame.Angles(math.random(-360,360),math.random(-360,360),math.random(-360,360))
  1054. elseif typ==2 then
  1055. ex.CFrame=locke.CFrame*CFrame.Angles(0,math.rad(rad),0)
  1056. elseif typ==3 then
  1057. ex.CFrame=locke.CFrame*CFrame.new(0,0,rad)
  1058. elseif typ==4 then
  1059. nu=nu+no
  1060. locke=locke*CFrame.new(0,rad,0)
  1061. ex.CFrame=locke*CFrame.Angles(nu,0,0)
  1062. --ex.CFrame=ex.CFrame
  1063. end
  1064. end
  1065. ex:Remove()
  1066. end))
  1067. return ex
  1068. end
  1069.  
  1070. --v other
  1071. function chato(par,txat,times)
  1072. if Head:findFirstChild("godwhycos") then
  1073. Head:findFirstChild("godwhycos"):Remove()
  1074. end
  1075. local ddad=create("BillboardGui"){
  1076. Parent=par,
  1077. Adornee=par,
  1078. Name="godwhycos",
  1079. Size=UDim2.new(2, 0, 1.2, 0),
  1080. StudsOffset=Vector3.new(0, 5, 0)}
  1081.  
  1082. local aaaha=create("TextLabel"){
  1083. Parent=ddad,
  1084. AnchorPoint=Vector2.new(.5,.5),
  1085. Position=UDim2.new(.5,0,.5,0),
  1086. Size=UDim2.new(10,0,7,0),
  1087. FontSize="Size12",
  1088. TextScaled=true,
  1089. TextTransparency=1,
  1090. BackgroundTransparency=1,
  1091. TextStrokeTransparency=1,
  1092. Font="Bodoni",
  1093. Text=txat,
  1094. TextStrokeColor3=Color3.new(0, 0, 0),
  1095. ZIndex=10}
  1096. coroutine.resume(coroutine.create(function()
  1097. for i=0,1,.03 do
  1098. swait()
  1099. aaaha.TextTransparency=1-1*i
  1100. aaaha.TextStrokeTransparency=1-1*i
  1101. aaaha.Rotation=90-90*i
  1102. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1103. end
  1104. for i=0,1,times do
  1105. swait()
  1106. aaaha.Rotation=0+5*i
  1107. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1108. end
  1109.  
  1110. for i=0,1,.04 do
  1111. swait()
  1112. aaaha.BackgroundTransparency=math.random(0,100)/100
  1113. aaaha.Rotation=math.random(0,360)
  1114. aaaha.BackgroundColor3=Color3.new(math.random(),math.random(),math.random())
  1115. TweenService:Create(aaaha,TweenInfo.new(1),{TextColor3=Colours[Int]}):Play()
  1116. end
  1117. ddad:Remove()
  1118. end))
  1119. end
  1120. --v attack
  1121.  
  1122. local hold=false
  1123. local hold2=false
  1124. function H()
  1125. attack=true
  1126. local aaaa=1
  1127.  
  1128. local function take_a_H()
  1129. local whyz=CFrame.new((V.Position+mouse.Hit.p)/2,mouse.Hit.p)
  1130. local what=(V.Position-mouse.Hit.p).magnitude
  1131. Effect(e,"Really red",whyz,14,14,what*5,0,0,0,.08,"Sphere",6,0,"")
  1132. 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")
  1133. 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")
  1134. sounds(V,"1427635061",2,1)
  1135. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Teal",Enum.Material.Neon,0,1)
  1136. ref.Anchored=true
  1137. ref.CFrame=CFrame.new(mouse.Hit.p)
  1138. Mdamage("None",ref,9,1,0,"2373839751",.8,math.random(15,25)/10)
  1139. sounds(ref,"1427635061",1,1)
  1140. game:GetService("Debris"):AddItem(ref,1)
  1141. end
  1142.  
  1143. repeat
  1144. swait()
  1145. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  1146. local direction=aim.lookVector
  1147. local heed=math.atan2(direction.x,direction.z)
  1148. local heed=math.deg(heed)
  1149. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  1150. if aaaa==1 then
  1151. aaaa=2
  1152. 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)
  1153. 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)
  1154. 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)
  1155. 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)
  1156. 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)
  1157. 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)
  1158. else
  1159. aaaa=1
  1160. take_a_H()
  1161. 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)
  1162. 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)
  1163. 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)
  1164. 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)
  1165. 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)
  1166. 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)
  1167. end
  1168. until hold==false or dead
  1169. attack=false
  1170. end
  1171.  
  1172. function M()
  1173. attack=true
  1174. local aaaa=1
  1175.  
  1176. local function take_a_M()
  1177. local whyz=CFrame.new((C.Position+mouse.Hit.p)/2,mouse.Hit.p)
  1178. local what=(C.Position-mouse.Hit.p).magnitude
  1179. Effect(e,"Really red",whyz,14,14,what*5,0,0,0,.08,"Sphere",6,0,"")
  1180. 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")
  1181. 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")
  1182. sounds(C,"1056743448",1,1)
  1183. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Teal",Enum.Material.Neon,0,1)
  1184. ref.Anchored=true
  1185. ref.CFrame=CFrame.new(mouse.Hit.p)
  1186. Mdamage("None",ref,9,1,0,"2373839751",.8,math.random(15,25)/10)
  1187. sounds(ref,"1056743448",1,1)
  1188. game:GetService("Debris"):AddItem(ref,1)
  1189. end
  1190.  
  1191. repeat
  1192. swait()
  1193. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  1194. local direction=aim.lookVector
  1195. local heed=math.atan2(direction.x,direction.z)
  1196. local heed=math.deg(heed)
  1197. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  1198. if aaaa==1 then
  1199. aaaa=2
  1200. 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)
  1201. 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)
  1202. 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)
  1203. 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)
  1204. 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)
  1205. 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)
  1206. else
  1207. aaaa=1
  1208. take_a_M()
  1209. 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)
  1210. 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)
  1211. 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)
  1212. 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)
  1213. 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)
  1214. 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)
  1215. end
  1216. until hold2==false or dead
  1217. attack=false
  1218. end
  1219.  
  1220. function I_All_Shoot_You_To_Po_Word()
  1221. attack=true
  1222. sounds(Head,"907329532",1.4,1)
  1223. local ref=parts(e,"ref",Vector3.new(.2,.2,.2),"Lime green",Enum.Material.Neon,0,0)
  1224. ref.Anchored=true
  1225. ref.CFrame=Root.CFrame
  1226. local aaa=meshs(ref,"Mesh",Vector3.new(1,1,1),"Sphere","")
  1227. local reee=sounds(ref,"2276543255",1.3,1)
  1228. chato(Root,"I will show you true power.",.01)
  1229. for i=0,1,0.005 do
  1230. swait()
  1231. if i<=.85 then
  1232. 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")
  1233. aaa.Scale=Vector3.new(1+25*i,1+25*i,1+25*i)
  1234. end
  1235. if reee then
  1236. reee.PlaybackSpeed=1+2*i
  1237. end
  1238. ref.CFrame=Root.CFrame*CFrame.new(0,9.5,0)
  1239. 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)
  1240. 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)
  1241. 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)
  1242. 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)
  1243. 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)
  1244. 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)
  1245. if dead then
  1246. break
  1247. end
  1248. end
  1249.  
  1250. local jp=hum.JumpPower
  1251. local ws=hum.WalkSpeed
  1252. hum.JumpPower=0
  1253. hum.WalkSpeed=0
  1254. Root.Anchored=true
  1255. pssounds(Head,"879817365",3,.8,1.5,1)
  1256. for i=0,1,0.02 do
  1257. swait()
  1258. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1259. 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)
  1260. 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)
  1261. 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)
  1262. 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)
  1263. 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)
  1264. 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)
  1265. if dead then
  1266. break
  1267. end
  1268. end
  1269.  
  1270. for i=0,1,0.05 do
  1271. swait()
  1272. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1273. 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)
  1274. 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)
  1275. 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)
  1276. 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)
  1277. 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)
  1278. 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)
  1279. if dead then
  1280. break
  1281. end
  1282. end
  1283.  
  1284. coroutine.resume(coroutine.create(function()
  1285. ref:Remove()
  1286. local whhhhhhh=Root.CFrame
  1287. for which=1,60 do
  1288. swait()
  1289. local ref2=parts(e,"ref",Vector3.new(.2,.2,.2),"Lime green",Enum.Material.Neon,0,1)
  1290. ref2.Anchored=true
  1291. ref2.CFrame=whhhhhhh*CFrame.new(0,0,-which*12)
  1292. Mdamage("None",ref2,21,24,0,"787218389",1.2,1.4)
  1293. game:GetService("Debris"):AddItem(ref2,5)
  1294. chato(ref2,"I will show you true power.",.01)
  1295. sounds(ref2,"907329532",1.4,1)
  1296. sounds(ref2,"138499093",1.5,.6)
  1297. for i=1,5 do
  1298. 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")
  1299. end
  1300.  
  1301. local hh=particles(ref2,.5,"White","2007756941",.1,.1,"Top",6,6,.2,0,2,2,0,0,35,44444,false,12)
  1302. hh.Rotation=NRn(0)
  1303. hh.Acceleration=Vector3.new(0, -40, 0)
  1304. end
  1305. end))
  1306.  
  1307. for i=0,1,0.04 do
  1308. swait()
  1309. ref.CFrame=Torso.CFrame*CFrame.new(0,-9.5,0)
  1310. 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)
  1311. 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)
  1312. 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)
  1313. 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)
  1314. 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)
  1315. 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)
  1316. if dead then
  1317. break
  1318. end
  1319. end
  1320. hum.JumpPower=jp
  1321. hum.WalkSpeed=ws
  1322. Root.Anchored=false
  1323. attack=false
  1324. end
  1325.  
  1326. function d()
  1327. attack=true
  1328. sounds(Head,"1372188573",2,1)
  1329. local wh=particles(Torso,.5,"White","2377234098",.1,.1,"Top",3,3,0,0,5,5,0,0,4,44444,false)
  1330. 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)})
  1331. Effect(e,"White",Torso.CFrame,.1,.1,.1,.1,.1,.1,.04,"FileMesh",6,0,"2311267198")
  1332. REffect(e,"White",Torso.CFrame,.1,.1,.1,.1,.1,.1,.01,"FileMesh",6,0,"2311267198")
  1333. for i=0,1,0.03 do
  1334. swait()
  1335. Root.Velocity=Root.CFrame.lookVector*200
  1336. 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)
  1337. 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)
  1338. 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)
  1339. 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)
  1340. 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)
  1341. 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)
  1342. if dead then
  1343. break
  1344. end
  1345. end
  1346. wh.Enabled=false
  1347. game:GetService("Debris"):AddItem(wh,8)
  1348. attack=false
  1349. end
  1350.  
  1351. function jooj()
  1352. attack=true
  1353. hum.Jump=true
  1354. sounds(Head,"1528769572",2,1)
  1355. 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")
  1356. for i=0,1,0.03 do
  1357. swait()
  1358. Root.Velocity=Root.CFrame.upVector*200
  1359. 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")
  1360. 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)
  1361. 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)
  1362. 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)
  1363. 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)
  1364. 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)
  1365. 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)
  1366. if dead then
  1367. break
  1368. end
  1369. end
  1370. attack=false
  1371. end
  1372.  
  1373. function skid()
  1374. local asd=math.random(1,4)
  1375. if asd==1 then
  1376. sounds(Head,"135293456",3,math.random(60,140)/100)
  1377. chato(Root,"You is can't't squirm,",.02)
  1378.  
  1379. elseif asd==2 then
  1380. sounds(Head,"135293456",3,math.random(60,140)/100)
  1381. chato(Root,"how to existence",.02)
  1382.  
  1383. elseif asd==3 then
  1384. sounds(Head,"135293456",3,math.random(60,140)/100)
  1385. chato(Root,"baned",.02)
  1386.  
  1387. elseif asd==4 then
  1388. sounds(Head,"135293456",3,math.random(60,140)/100)
  1389. chato(Root,"| || || |_",.02)
  1390.  
  1391. end
  1392. end
  1393.  
  1394. function New_Yeller()
  1395. attack=true
  1396.  
  1397. sounds(Head,"2053842125",4,1)
  1398. chato(Root,'BrickColor.new("New Yeller")',.035)
  1399. for i=0,1,0.02 do
  1400. swait()
  1401. 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)
  1402. 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)
  1403. 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)
  1404. 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)
  1405. 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)
  1406. 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)
  1407. if dead then
  1408. break
  1409. end
  1410. end
  1411. local ref=parts(m,"ref",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,1,1)
  1412. ref.CFrame=Root.CFrame
  1413. ref.Anchored=true
  1414. sounds(Head,"2229933100",4,.7)
  1415. for i=0,1,0.004 do
  1416. swait()
  1417. ref.CFrame=Root.CFrame*CFrame.new(0,0,-7)
  1418. Mdamage("Yellar",ref,14,6,.1,"1514582125",2,math.random(100,150)/100)
  1419. 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)
  1420. 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)
  1421. 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)
  1422. 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)
  1423. 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)
  1424. 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)
  1425. 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")
  1426. 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")
  1427. if dead then
  1428. break
  1429. end
  1430. end
  1431. ref:Remove()
  1432. attack=false
  1433. end
  1434.  
  1435. function Saw()
  1436. attack=true
  1437. sounds(Head,"2108106631",43,1)
  1438. local aa=create("Sound"){
  1439. Parent=Root,
  1440. SoundId="rbxassetid://2075228138",
  1441. Volume=1.6,
  1442. PlaybackSpeed=1,
  1443. MaxDistance=66666666,
  1444. Name="9",
  1445. Looped=true}
  1446. aa:Play()
  1447. local wh=particles(Torso,.5,"White","2421655577",.1,0,"Top",3,3,0,0,4,4,0,0,5,44444,false)
  1448. wh.Rotation=NRn(0)
  1449. wh.Rate=30
  1450. local a=0
  1451. local b=0
  1452. chato(Root,"can i die you",.02)
  1453. for i=0,1,0.001 do
  1454. swait()
  1455. a=a+71
  1456. b=b+2
  1457. Mdamage("None",Torso,11,5,.1,"1796352594",2,1)
  1458. Effect(e,"Really red",V.CFrame*CFrame.new(0,0,-7),3,3,30,0,0,0,.03,"Sphere",6,0,"")
  1459. Effect(e,"Really red",C.CFrame*CFrame.new(0,0,-7),3,3,30,0,0,0,.03,"Sphere",6,0,"")
  1460.  
  1461. 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)
  1462. 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)
  1463. 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)
  1464. 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)
  1465. 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)
  1466. 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)
  1467. if dead then
  1468. break
  1469. end
  1470. end
  1471. aa:Remove()
  1472. wh:Remove()
  1473. attack=false
  1474. end
  1475.  
  1476. function ok()
  1477. attack=true
  1478. local hh=create("Sound"){
  1479. Parent=Root,
  1480. SoundId="rbxassetid://2407404011",
  1481. Volume=3,
  1482. PlaybackSpeed=1,
  1483. MaxDistance=66666666,
  1484. Name="ded"}
  1485. hh:Play()
  1486. theme.Volume=0
  1487. local a1=math.random(-10,10)
  1488. local a2=math.random(-10,10)
  1489. local a3=math.random(-10,10)
  1490. local a4=math.random(-10,10)
  1491. local a5=math.random(-10,10)
  1492. local a6=math.random(-10,10)
  1493. local a7=math.random(-10,10)
  1494. local a8=math.random(-10,10)
  1495. local a9=math.random(-10,10)
  1496. local a10=math.random(-10,10)
  1497. local a11=math.random(-10,10)
  1498. local a12=math.random(-10,10)
  1499. local aa1=math.random(-360,360)
  1500. local aa2=math.random(-360,360)
  1501. local aa3=math.random(-360,360)
  1502. local aa4=math.random(-360,360)
  1503. local aa5=math.random(-360,360)
  1504. local aa6=math.random(-360,360)
  1505. Root.Anchored=true
  1506. for i=0,1,0.0011 do
  1507. swait()
  1508. 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)
  1509. 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)
  1510. 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)
  1511. 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)
  1512. 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)
  1513. 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)
  1514. if dead then
  1515. break
  1516. end
  1517. end
  1518. chr:BreakJoints()
  1519. end
  1520.  
  1521. function nani()
  1522. attack=true
  1523. local hh=create("Sound"){
  1524. Parent=Root,
  1525. SoundId="rbxassetid://940599617",
  1526. Volume=3,
  1527. PlaybackSpeed=1,
  1528. MaxDistance=66666666,
  1529. Name="what"}
  1530. hh:Play()
  1531. chato(Root,"me is alright ready dying",.01)
  1532. coroutine.resume(coroutine.create(function() --im being trash
  1533. swait(200)
  1534. if not dead then
  1535. for i=1,170 do
  1536. swait()
  1537. 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")
  1538. asdd.Mesh.TextureId="rbxassetid://1577515871"
  1539. if dead then
  1540. break
  1541. end
  1542. end
  1543. Effect(e,"Really red",Head.CFrame,.1,.1,.1,.06,.06,.06,.01,"FileMesh",2,4,"2402405193")
  1544. end
  1545. Mdamage("None",Head,4,9999999999999999,0,"212280073",10,1)
  1546. end))
  1547. local aaa=nil
  1548. for i=0,1,0.002 do
  1549. swait()
  1550. local oma=FindNearestTorso(Head.Position,5)
  1551. if oma then
  1552. aaa=oma
  1553. oma.CFrame=Head.CFrame*CFrame.new(0,0,-3)
  1554. end
  1555. if aaa then
  1556. aaa.CFrame=Head.CFrame*CFrame.new(0,0,-3)
  1557. end
  1558. 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)
  1559. 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)
  1560. 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)
  1561. 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)
  1562. 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)
  1563. 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)
  1564. if dead then
  1565. break
  1566. end
  1567. end
  1568. sounds(Head,"1384431166",5,1)
  1569. hh:Remove()
  1570. attack=false
  1571. end
  1572.  
  1573. function ka()
  1574. attack=true
  1575. local wh=create("Sound"){
  1576. Parent=Head,
  1577. SoundId="rbxassetid://870708420",
  1578. Volume=2,
  1579. PlaybackSpeed=1,
  1580. MaxDistance=66666666,
  1581. Name="no"}
  1582. wh:Play()
  1583. local ref=parts(e,"ref",Vector3.new(.1,.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  1584. ref.Anchored=true
  1585. ref.CFrame=Head.CFrame
  1586. local a1=particles(ref,1,"White","246381828",.1,0,"Top",1,1,1,1,5,5,0,0,0,44444,true)
  1587. a1.Rotation=NRn(0)
  1588. a1.Rate=5
  1589. local a2=particles(ref,-1,"White","924710961",.1,0,"Top",5,5,1,1,5,5,0,0,0,44444,true)
  1590. a2.Color= ColorSequence.new(Color3.new(149/255,190/255,1))
  1591. a2.Rotation=NRn(0)
  1592. a2.RotSpeed=NRn(50)
  1593. a2.Rate=5
  1594. local turn=1
  1595. chato(Root,"ka",.01)
  1596. for i=0,1,0.0026 do
  1597. swait()
  1598. turn=turn-0.01
  1599. a1.Transparency=NSn(turn)
  1600. a1.Size=NSn(math.random(1,2))
  1601. a2.Transparency=NSn(turn)
  1602. ref.CFrame=Head.CFrame*CFrame.new(0,0,-1)
  1603. 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)
  1604. 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)
  1605. 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)
  1606. 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)
  1607. 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)
  1608. 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)
  1609. if dead then
  1610. break
  1611. end
  1612. end
  1613. ref:Remove()
  1614. if not dead then
  1615. chato(Root,"ha",.003)
  1616. local asdasd=create("Sound"){
  1617. Parent=Head,
  1618. SoundId="rbxassetid://495303689",
  1619. Volume=1,
  1620. PlaybackSpeed=1,
  1621. MaxDistance=66666666,
  1622. Name="another"}
  1623. asdasd:Play()
  1624. local ref2=parts(e,"ref",Vector3.new(.1,.1,.1),"Cyan",Enum.Material.Neon,0,0)
  1625. ref2.Anchored=true
  1626. ref2.CFrame=Head.CFrame
  1627. local okay=meshs(ref2,"Mesh",Vector3.new(.1,1,2),"FileMesh","1389944038")
  1628. local ref3=parts(e,"ref",Vector3.new(.1,1.1,.1),"Smoky grey",Enum.Material.SmoothPlastic,0,1)
  1629. ref3.Anchored=true
  1630. ref3.CFrame=Head.CFrame
  1631. Effect(e,"Cyan",Head.CFrame,.1,.1,.1,.3,.3,.3,.005,"FileMesh",6,0,"2311458001")
  1632. local r1=ref3:Clone() --2lazy
  1633. r1.Parent=e
  1634. local r2=ref3:Clone()
  1635. r2.Parent=e
  1636. local r3=ref3:Clone()
  1637. r3.Parent=e
  1638. local r4=ref3:Clone()
  1639. r4.Parent=e
  1640. local r5=ref3:Clone()
  1641. r5.Parent=e
  1642. for i=0,1,0.003 do
  1643. swait()
  1644. turn=turn-0.01
  1645. ref3.CFrame=Head.CFrame*CFrame.new(0,0,0-500*i)
  1646. r1.CFrame=Head.CFrame*CFrame.new(0,0,0-410*i)
  1647. r2.CFrame=Head.CFrame*CFrame.new(0,0,0-320*i)
  1648. r3.CFrame=Head.CFrame*CFrame.new(0,0,0-230*i)
  1649. r4.CFrame=Head.CFrame*CFrame.new(0,0,0-140*i)
  1650. r5.CFrame=Head.CFrame*CFrame.new(0,0,0-50*i)
  1651. ref2.CFrame=CFrame.new((Head.Position+ref3.Position)/2,ref3.Position)*CFrame.Angles(0,math.rad(90),0)
  1652. okay.Scale=Vector3.new(((Head.Position-ref3.Position).magnitude)/90,1,2)
  1653. Mdamage("None",Head,16,2,0,"666224958",.3,1)
  1654. Mdamage("None",r1,16,2,0,"666224958",.3,1)
  1655. Mdamage("None",r2,16,2,0,"666224958",.3,1)
  1656. Mdamage("None",r3,16,2,0,"666224958",.3,1)
  1657. Mdamage("None",r4,16,2,0,"666224958",.3,1)
  1658. Mdamage("None",r5,16,2,0,"666224958",.3,1)
  1659. Mdamage("None",ref3,16,2,0,"666224958",.3,1)
  1660. if i>=.95 then
  1661. ref2.Transparency=ref2.Transparency+.07
  1662. end
  1663. 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)
  1664. 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)
  1665. 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)
  1666. 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)
  1667. 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)
  1668. 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)
  1669. if dead then
  1670. break
  1671. end
  1672. end
  1673. ref2:Remove()
  1674. ref3:Remove()
  1675. asdasd:Remove()
  1676. end
  1677. attack=false
  1678. end
  1679.  
  1680. function whateven()
  1681. attack=true
  1682. sounds(Head,"1451098140",4,1)
  1683. local oka=0
  1684. for i=0,1,0.004 do
  1685. swait()
  1686. oka=oka+.3
  1687. 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)
  1688. 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)
  1689. 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)
  1690. 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)
  1691. 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)
  1692. 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)
  1693. end
  1694.  
  1695. sounds(Head,"158020381",4,1)
  1696.  
  1697. local function b(a,ah,mo)
  1698. local kkil=parts(e,"why",Vector3.new(.1,.1,.1),"White",Enum.Material.Neon,0,1)
  1699. kkil.CFrame=Root.CFrame*CFrame.Angles(0,math.rad(ah),0)
  1700. kkil.Anchored=true
  1701. local whys=create("BillboardGui"){
  1702. LightInfluence=0,
  1703. Parent=kkil,
  1704. Adornee=kkil,
  1705. Size=UDim2.new(25,0,25,0)
  1706. }
  1707. local aaa=create("ImageLabel"){
  1708. Parent=whys,
  1709. AnchorPoint=Vector2.new(.5,.5),
  1710. Size=UDim2.new(1,0,1,0),
  1711. Position=UDim2.new(.5,0,.5,0),
  1712. BackgroundTransparency=1,
  1713. BorderSizePixel=0,
  1714. Image="rbxassetid://"..a
  1715. }
  1716. coroutine.resume(coroutine.create(function(re)
  1717. local what=re.CFrame
  1718. for i=1,250 do
  1719. swait()
  1720. re.CFrame=clerp(re.CFrame,what*CFrame.new(0,0,-i*1.8),.3)
  1721. if mo==1 then
  1722. Mdamage("None",re,18,99,1,"283166413",.7,1)
  1723. elseif mo==2 then
  1724. Mdamage("None",re,18,9,0,"479351401",.3,1)
  1725. end
  1726. end
  1727. local asdsadassd=create("Sound"){
  1728. Parent=re,
  1729. SoundId="rbxassetid://1419007293",
  1730. Volume=1,
  1731. PlaybackSpeed=1,
  1732. MaxDistance=66666666,
  1733. Name="another"}
  1734. asdsadassd:Play()
  1735. local hoo=particles(re,-1,"New Yeller","911865221",.1,0,"Top",15,15,0,0,2,2,12,12,30,44444,false)
  1736. hoo.Transparency=NSn({NSKp(0,0),NSKp(.8,0),NSKp(1,1)})
  1737. hoo.Speed=NRn(-30,30)
  1738.  
  1739. for i=1,0,-.007 do
  1740. swait()
  1741. aaa.Size=UDim2.new(i,0,i,0)
  1742.  
  1743. end
  1744. re:Remove()
  1745.  
  1746. end),kkil)
  1747. end
  1748.  
  1749. for ani=0,315,45 do
  1750. if ani==0 then
  1751. b("144448665",ani,1)
  1752. else
  1753. b("379099957",ani,2)
  1754. end
  1755. end
  1756. attack=false
  1757. end
  1758.  
  1759. function slamming()
  1760. attack=true
  1761. sounds(Torso,"2001510350",4,1)
  1762.  
  1763. for i=0,1,0.0025 do
  1764. swait()
  1765. 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)
  1766. 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)
  1767. 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)
  1768. 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)
  1769. 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)
  1770. 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)
  1771. if dead then
  1772. break
  1773. end
  1774. end
  1775. swait(70)
  1776. for i=1,150 do
  1777. local okay1=math.random(-300,300)/10
  1778. local okay2=math.random(-300,300)/10
  1779. for i=0,1 do
  1780. swait()
  1781. Mdamage("None",Torso,16,13,0,"1184953203",2,1)
  1782. 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)
  1783. 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)
  1784. 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)
  1785. 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)
  1786. 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)
  1787. 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)
  1788. end
  1789.  
  1790. sounds(Torso,"488265234",1,2)
  1791. for i=0,1 do
  1792. swait()
  1793. Mdamage("None",Torso,16,13,0,"1184953203",.3,1)
  1794. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",6,0,"1461773020")
  1795. 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")
  1796. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",3,math.random(-10,10)/10,"1461773020")
  1797. Effect(e,"Royal purple",Torso.CFrame,.5,.5,.5,.1,.1,.1,.06,"FileMesh",7,math.random(-10,10)/10,"1461773020")
  1798. 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)
  1799. 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)
  1800. 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)
  1801. 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)
  1802. 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)
  1803. 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)
  1804. end
  1805.  
  1806. if dead then
  1807. break
  1808. end
  1809. end
  1810. attack=false
  1811. end
  1812.  
  1813. function bigball()
  1814. attack=true
  1815. local ball=parts(e,"why",Vector3.new(.1,.1,.1),"White",Enum.Material.Neon,0,1)
  1816. ball.CFrame=Root.CFrame*CFrame.new(0,40,0)
  1817. ball.Anchored=true
  1818. local whyd=create("BillboardGui"){
  1819. LightInfluence=0,
  1820. Parent=ball,
  1821. Adornee=ball,
  1822. Size=UDim2.new(50,0,50,0)
  1823. }
  1824. local aaa=create("ImageLabel"){
  1825. Parent=whyd,
  1826. AnchorPoint=Vector2.new(.5,.5),
  1827. Size=UDim2.new(0,0,0,0),
  1828. Position=UDim2.new(.5,0,.5,0),
  1829. BackgroundTransparency=1,
  1830. BorderSizePixel=0,
  1831. Image="rbxassetid://937509705"
  1832. }
  1833. sounds(Torso,"416200578",1,1.5)
  1834. sounds(Torso,"1402106989",3,.7)
  1835. chato(Root,"I will kill you in 0.34 seconds.",.01)
  1836. for i=0,1,0.003 do
  1837. swait()
  1838. 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)
  1839. a.Rate=20
  1840. aaa.Size=UDim2.new(0+1*i,0,0+1*i,0)
  1841. ball.CFrame=Root.CFrame*CFrame.new(0,10+30*i,0)
  1842. 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)
  1843. 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)
  1844. 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)
  1845. 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)
  1846. 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)
  1847. 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)
  1848. if dead then
  1849. break
  1850. end
  1851. end
  1852. sounds(Torso,"242922412",3,1.5)
  1853.  
  1854. local asddd=0
  1855. for i=0,1,0.01 do
  1856. swait()
  1857. asddd=asddd+i*8
  1858. ball.CFrame=Torso.CFrame*CFrame.new(0,40,0)
  1859. 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)
  1860. 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)
  1861. 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)
  1862. 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)
  1863. 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)
  1864. 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)
  1865. if dead then
  1866. break
  1867. end
  1868. end
  1869. if not dead then
  1870. chato(Root,"eat die",.03)
  1871. sounds(Torso,"1852414117",3,.7)
  1872. local hit=nil
  1873. local pos
  1874. coroutine.resume(coroutine.create(function(ja)
  1875. local a1=ja.Position
  1876. local a2=CFrame.new(ja.Position,mouse.Hit.p)
  1877. for i=1,400 do
  1878. swait()
  1879. hit,pos=rayCast(a1,a2.lookVector,30,chr)
  1880. ja.CFrame=CFrame.new(pos)
  1881. a1=a1+(a2.lookVector*2)
  1882. local whyf=particles(ja,-1,"Alder","2318312052",.1,0,"Front",7,7,0,0,2,3,12,12,55,11,false,39)
  1883. 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)})
  1884. whyf.Rate=10
  1885. if hit then
  1886. break
  1887. end
  1888. end
  1889.  
  1890. local sniv=REffect(e,"Royal purple",ja.CFrame,17,17,17,-.085,-.085,-.085,.005,"FileMesh",6,0,"920678070")
  1891. sniv.Mesh.TextureId="rbxassetid://920678083"
  1892. sounds(ja,"1852414117",3,.9)
  1893. sounds(ja,"200633529",2,.5)
  1894. local asdasd=create("Sound"){
  1895. Parent=ja,
  1896. SoundId="rbxassetid://1178018237",
  1897. Volume=3,
  1898. PlaybackSpeed=1,
  1899. MaxDistance=66666666,
  1900. Name="another"}
  1901. asdasd:Play()
  1902. swait(200)
  1903. sounds(ja,"165969964",4,.7)
  1904. local aaga=0
  1905. Effect(e,"Really red",ja.CFrame,1,1,1,1,1,1,.002,"FileMesh",5,0,"1399431137")
  1906. for i=1,0,-.004 do
  1907. swait()
  1908. aaga=aaga+.03
  1909. aaa.Size=UDim2.new(i,0,i,0)
  1910. 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")
  1911. Mdamage("None",ball,2+(aaga*43),7,0,"1102099912",.3,1.4)
  1912. end
  1913. ja:Remove()
  1914. end),ball)
  1915. end
  1916. for i=0,1,0.009 do
  1917. swait()
  1918. 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)
  1919. 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)
  1920. 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)
  1921. 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)
  1922. 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)
  1923. 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)
  1924. if dead then
  1925. break
  1926. end
  1927. end
  1928. attack=false
  1929. end
  1930.  
  1931. function chec()
  1932. attack=true
  1933. local asdasd=create("Sound"){
  1934. Parent=Head,
  1935. SoundId="rbxassetid://1186023753",
  1936. Volume=1,
  1937. PlaybackSpeed=1,
  1938. MaxDistance=66666666,
  1939. Name="ay"}
  1940. asdasd:Play()
  1941. game:GetService("Debris"):AddItem(asdasd,10)
  1942. chato(Root,"ay chec this ou",.01)
  1943.  
  1944. local whhh=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  1945. whhh.CFrame=Root.CFrame*CFrame.new(0,6,-6)
  1946. whhh.Anchored=true
  1947. chato(whhh,"halp",.05)
  1948. local win=meshs(whhh,"Mesh",Vector3.new(1.4,1.4,1.4),"FileMesh","1546199576")
  1949. win.TextureId="rbxassetid://1546158192"
  1950. sounds(whhh,"1099388155",1.6,1)
  1951. sounds(whhh,"553265748",1.6,1)
  1952. sounds(whhh,"1446933516",1.4,1)
  1953. sounds(whhh,"1446933516",1.4,.8)
  1954. sounds(whhh,"1446933516",1.4,.6)
  1955. sounds(whhh,"1446933516",1.4,.4)
  1956. sounds(whhh,"1446933516",1.4,.2)
  1957. Effect(e,"Really red",whhh.CFrame,0.4, 0.4, 0.4,0,0,0,.04,"FileMesh",5,0,"2461902370")
  1958.  
  1959. for i=0,1,0.007 do
  1960. swait()
  1961. if i>=.8 then
  1962. whhh.CFrame=clerp(whhh.CFrame,Root.CFrame,.2*i)
  1963. end
  1964. 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)
  1965. 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)
  1966. 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)
  1967. 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)
  1968. 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)
  1969. 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)
  1970. if dead then
  1971. break
  1972. end
  1973. end
  1974. whhh:Remove()
  1975. sounds(Torso,"2389388390",2,.9)
  1976. sounds(Torso,"2292572766",1,1.4)
  1977. sounds(Head,"944841188",1,.9)
  1978. Effect(e,"Mint",Torso.CFrame,4,4,4,14,14,14,.05,"FileMesh",1,0,"2093105")
  1979. for i=0,1,0.01 do
  1980. swait()
  1981. 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)
  1982. 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)
  1983. 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)
  1984. 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)
  1985. 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)
  1986. 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)
  1987. if dead then
  1988. break
  1989. end
  1990. end
  1991. local function a()
  1992. local b=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  1993. b.CFrame=RArm.CFrame*CFrame.Angles(-math.rad(90),0,0)
  1994. b.Anchored=true
  1995. local win=meshs(b,"Mesh",Vector3.new(1,1,1),"FileMesh","1546199576")
  1996. win.TextureId="rbxassetid://1546158192"
  1997. local c=parts(e,"BB",Vector3.new(.2,.2,.2),"Olivine",Enum.Material.Neon,0,1)
  1998. c.CFrame=b.CFrame
  1999. c.Anchored=true
  2000. local winz=meshs(c,"Mesh",Vector3.new(1,1,1),"FileMesh","1582133241")
  2001. local sa1=b.Position
  2002. local sa2=b.CFrame
  2003. coroutine.resume(coroutine.create(function()
  2004. for ai=1,300 do
  2005. swait()
  2006. local hit,pos=rayCast(sa1,sa2.lookVector,10,chr)
  2007. b.CFrame=clerp(b.CFrame,CFrame.new(pos),.2)
  2008. c.CFrame=b.CFrame
  2009. sa1=sa1+(sa2.lookVector*1.4)
  2010. if hit then
  2011. break
  2012. end
  2013. end
  2014. sounds(b,"1577438031",2,1)
  2015. b.Transparency=1
  2016. c.Transparency=0
  2017. 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))
  2018. Mdamage("Poosh",c,15,9,0.1,"697647933",2,1)
  2019. for i=1,40 do
  2020. swait()
  2021. winz.Scale=clerp(winz.Scale,Vector3.new(17,17,17),.1)
  2022. 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)
  2023. end
  2024. for i=0,1,.05 do
  2025. swait()
  2026. winz.Scale=clerp(winz.Scale,Vector3.new(17,17,17),.1)
  2027. c.Transparency=i
  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. b:Remove()
  2031. c:Remove()
  2032. end))
  2033. end
  2034.  
  2035. local hi=0
  2036. for i=0,1,0.008 do
  2037. swait()
  2038. hi=hi+1
  2039. if hi>=3 then
  2040. hi=0
  2041. sounds(Head,"657609243",.3,1+2*i)
  2042. a()
  2043. end
  2044. 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)
  2045. 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)
  2046. 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)
  2047. 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)
  2048. 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)
  2049. 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)
  2050. if dead then
  2051. break
  2052. end
  2053. end
  2054. attack=false
  2055. end
  2056.  
  2057. function greatshot()
  2058. attack=true
  2059. chato(Root,"prepare to not feeling so good",.01)
  2060. sounds(Head,"2440691504",3,1)
  2061. for i=0,1,0.005 do
  2062. swait()
  2063. 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")
  2064. hey.Color=Colours[Int]
  2065. 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")
  2066. hey.Color=Colours[Int]
  2067. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2068. local direction=aim.lookVector
  2069. local heed=math.atan2(direction.x,direction.z)
  2070. local heed=math.deg(heed)
  2071. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2072. 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)
  2073. 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)
  2074. 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)
  2075. 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)
  2076. 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)
  2077. 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)
  2078. end
  2079.  
  2080. swait(30)
  2081. sounds(Head,"569851714",3,1)
  2082. local arr=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  2083. arr.Anchored=true
  2084. arr.CFrame=V.CFrame
  2085. local wined=meshs(arr,"Mesh",Vector3.new(8,8,8),"FileMesh","2461869778")
  2086. local a1=arr.Position
  2087. local a2=CFrame.new(arr.Position,mouse.Hit.p)
  2088. 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")
  2089. for i=1,100 do
  2090. local hit,pos=rayCast(a1,a2.lookVector,20,chr)
  2091. arr.CFrame=CFrame.new((a1+pos)/2,pos)
  2092. Effect(e,"White",CFrame.new(pos)*CFrame.Angles(math.rad(180),0,0),8,8,8,0,0,0,.01,"FileMesh",1,0,"2461869778")
  2093. a1=a1+(a2.lookVector*3)
  2094. if hit then
  2095. if hit.Parent:findFirstChildOfClass("Humanoid") then
  2096. Damage("Good",arr,hit,0,0,"258683025",6,1)
  2097. --[[elseif hit.Parent.Parent:findFirstChildOfClass("Humanoid") then
  2098. Damage("Good",arr,hit.Parent,0,0,"1357119672",1,1.5)]]
  2099. for i=1,20 do
  2100. 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")
  2101. end
  2102. end
  2103. break
  2104. end
  2105. end
  2106. coroutine.resume(coroutine.create(function()
  2107. for i=0,1,.01 do
  2108. swait()
  2109. arr.Transparency=i
  2110. end
  2111. arr:Remove()
  2112. end))
  2113. attack=false
  2114. end
  2115.  
  2116. function yes()
  2117. attack=true
  2118. local hyper1=create("ImageLabel"){
  2119. Parent=why,
  2120. AnchorPoint=Vector2.new(0,0),
  2121. Position=UDim2.new(0,0,0,0),
  2122. Size=UDim2.new(0,200,0,20),
  2123. BackgroundTransparency=1,
  2124. BorderSizePixel=0,
  2125. Image="rbxassetid://794422693",
  2126. ZIndex=99
  2127. }
  2128. local hyper2=create("ImageLabel"){
  2129. Parent=why,
  2130. AnchorPoint=Vector2.new(.5,0),
  2131. Position=UDim2.new(.5,0,0,0),
  2132. Size=UDim2.new(0,200,0,20),
  2133. BackgroundTransparency=1,
  2134. BorderSizePixel=0,
  2135. Image="rbxassetid://794422693",
  2136. ZIndex=99
  2137. }
  2138. local hyper3=create("ImageLabel"){
  2139. Parent=why,
  2140. AnchorPoint=Vector2.new(1,0),
  2141. Position=UDim2.new(1,0,0,0),
  2142. Size=UDim2.new(0,200,0,20),
  2143. BackgroundTransparency=1,
  2144. BorderSizePixel=0,
  2145. Image="rbxassetid://794422693",
  2146. ZIndex=99
  2147. }
  2148. local cam=create("Sound"){
  2149. Parent=Root,
  2150. SoundId="rbxassetid://2435259003",
  2151. Volume=6,
  2152. PlaybackSpeed=1,
  2153. MaxDistance=66666666,
  2154. Name="yo",
  2155. Looped=true}
  2156. cam:Play()
  2157. print'2 bad theres no notepad in this scrip'
  2158. chato(Root,"hello guys today i will show you how to abuse these innocent peoples\n Step 1:",.005)
  2159. local arr=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,0)
  2160. arr.Anchored=true
  2161. arr.CFrame=Root.CFrame
  2162. local winded=meshs(arr,"Mesh",Vector3.new(8,8,8),"FileMesh","2466400893")
  2163. winded.TextureId="rbxassetid://2466400972"
  2164. local aaaaa=particles(Root,1,"Really red","235401125",.1,.1,"Top",6,6,0,0,1,1,0,0,24,44444,false,18)
  2165. aaaaa.Rotation=NRn(0)
  2166. sounds(Head,"513636102",3,1)
  2167. for i=0,1,0.004 do
  2168. swait()
  2169. arr.CFrame=Root.CFrame
  2170. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2171. 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)
  2172. 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)
  2173. 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)
  2174. 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)
  2175. 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)
  2176. 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)
  2177. if dead then
  2178. break
  2179. end
  2180. end
  2181. coroutine.resume(coroutine.create(function(h1,h2,h3)
  2182. hyper1:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2183. hyper2:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2184. hyper3:TweenPosition(UDim2.new(.5,0,.5,0), "Out", "Elastic", .8,true)
  2185. swait(100)
  2186. hyper1:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2187. hyper2:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2188. hyper3:TweenSize(UDim2.new(1,200,1,20), "In", "Bounce", .5,true)
  2189. swait(30)
  2190. hyper1:Remove()
  2191. hyper2:Remove()
  2192. hyper3:Remove()
  2193. end),hyper1,hyper2,hyper3)
  2194. for i=0,1,0.006 do
  2195. swait()
  2196. arr.CFrame=Root.CFrame
  2197. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2198. 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)
  2199. 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)
  2200. 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)
  2201. 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)
  2202. 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)
  2203. 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)
  2204. sounds(Head,"1875036824",2,1+1*i)
  2205. 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)
  2206. n1.Rate=110
  2207. 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)
  2208. n2.Rate=110
  2209. if dead then
  2210. break
  2211. end
  2212. end
  2213.  
  2214. local function a(asd)
  2215. local b=parts(e,"BB",Vector3.new(.2,.2,.2),"White",Enum.Material.Neon,0,1)
  2216. b.CFrame=asd.CFrame--*CFrame.Angles(-math.rad(90),0,0)
  2217. b.Anchored=true
  2218. local win=meshs(b,"Mesh",Vector3.new(100,20,0),"Brick","")
  2219. local ah1=create("Decal"){
  2220. Parent=b,
  2221. Texture="rbxassetid://794422693",
  2222. Face="Front"
  2223. }
  2224. local ah2=create("Decal"){
  2225. Parent=b,
  2226. Texture="rbxassetid://794422693",
  2227. Face="Back"
  2228. }
  2229. local hh=b.CFrame
  2230. coroutine.resume(coroutine.create(function()
  2231. for ai=1,100 do
  2232. swait()
  2233. b.CFrame=hh*CFrame.new(0,-ai*3,0)
  2234. Mdamage("aa",b,9,3,0,"329003484",.3,1.5)
  2235. end
  2236. b:Remove()
  2237. end))
  2238. end
  2239.  
  2240. local ha=0
  2241. local ha2=0
  2242. for i=0,1,0.001 do
  2243. swait()
  2244. ha=ha+1*(i*3)
  2245. ha2=ha2+1
  2246. if ha2>=6 then
  2247. ha2=0
  2248. 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")
  2249. 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")
  2250. sounds(C,"277059372",2,3.5-3*i)
  2251. sounds(V,"277059372",2,.5+3*i)
  2252. a(RArm)
  2253. a(LArm)
  2254. end
  2255. arr.CFrame=Root.CFrame
  2256. winded.Scale=clerp(winded.Scale,Vector3.new(.05,.05,.05),.1)
  2257. 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)
  2258. 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)
  2259. 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)
  2260. 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)
  2261. 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)
  2262. 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)
  2263. if dead then
  2264. break
  2265. end
  2266. end
  2267. cam:Remove()
  2268. attack=false
  2269. coroutine.resume(coroutine.create(function(hh)
  2270. chato(hh,"Now Step 2:",.007)
  2271. swait(120)
  2272. sounds(hh,"1267238611",6,2)
  2273. sounds(hh,"1267238611",6,1.5)
  2274. sounds(hh,"1267238611",6,1)
  2275. sounds(hh,"1267238611",6,.5)
  2276. sounds(hh,"1267238611",6,.8)
  2277. for i=1,200 do
  2278. swait()
  2279. Mdamage("None",hh,21,12,0,"934863366",.4,1)
  2280. hh.CFrame=hh.CFrame*CFrame.new(0,0,-.5-(i/40))
  2281. winded.Scale=clerp(winded.Scale,Vector3.new(.8,.8,.8),.1)
  2282. end
  2283. sounds(hh,"1913184222",3,1.3)
  2284. chato(hh,"Thanks for watching",.02)
  2285. for i=0,1,.01 do
  2286. swait()
  2287. winded.Scale=clerp(winded.Scale,Vector3.new(1+10*i,1+10*i,1+10*i),.05)
  2288. hh.Transparency=i
  2289. end
  2290. hh:Remove()
  2291. end),arr)
  2292. end
  2293.  
  2294. function basically_a_teleport()
  2295. attack=true
  2296. sounds(Head,"380774072",.9,1)
  2297. local aaaaa=particles(Head,1,"White","285739600",.1,.1,"Top",12,12,0,0,1,1,0,0,2,44444,false,6)
  2298. aaaaa.Rotation=NRn(0)
  2299. local aaaaa=particles(Head,1,"White","285739600",.1,.1,"Top",12,12,0,0,2.5,2.5,0,0,35,44444,false,6)
  2300. aaaaa.Rotation=NRn(0)
  2301. Root.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,1.5,0))
  2302. Mdamage("None",Head,9,3,0,"1064766495",.9,1)
  2303. 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")
  2304. 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")
  2305. for i=0,1,0.1 do
  2306. swait()
  2307. 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)
  2308. 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)
  2309. 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)
  2310. 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)
  2311. 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)
  2312. 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)
  2313. if dead then
  2314. break
  2315. end
  2316. end
  2317. attack=false
  2318. end
  2319.  
  2320. function ppuncc()
  2321. attack=true
  2322. sounds(Head,"1068544001",1.8,1.3)
  2323. particles(RArm,0,"Really red","2456537565",.1,.1,"Top",1,1,0,1,.7,1.5,55,55,3,44444,false,20)
  2324. for i=0,1,0.05 do
  2325. swait()
  2326. Mdamage("None",RArm,5,2,0.05,"1129805974",1,1)
  2327. 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)
  2328. 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)
  2329. 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)
  2330. 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)
  2331. 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)
  2332. 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)
  2333. if dead then
  2334. break
  2335. end
  2336. end
  2337. attack=false
  2338. end
  2339.  
  2340. function leg()
  2341. attack=true
  2342. sounds(Head,"2219049278",1,1.1)
  2343. particles(RLeg,0,"Cashmere","2205453528",.1,.1,"Top",1,1,0,1,.7,1.5,55,55,3,44444,false,20)
  2344. for i=0,1,0.05 do
  2345. swait()
  2346. Mdamage("None",RLeg,5,2,0.05,"2419364585",1,1)
  2347. 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)
  2348. 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)
  2349. 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)
  2350. 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)
  2351. 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)
  2352. 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)
  2353. if dead then
  2354. break
  2355. end
  2356. end
  2357. attack=false
  2358. end
  2359.  
  2360. function crash()
  2361. attack=true
  2362. sounds(Head,"1582127763",2,1)
  2363. for i=0,1,0.08 do
  2364. swait()
  2365. 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)
  2366. 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)
  2367. 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)
  2368. 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)
  2369. 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)
  2370. 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)
  2371. if dead then
  2372. break
  2373. end
  2374. end
  2375. sounds(Head,"1251773725",2,1)
  2376. for i=0,1,0.04 do
  2377. swait()
  2378. 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)
  2379. 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)
  2380. 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)
  2381. 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)
  2382. 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)
  2383. 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)
  2384. if dead then
  2385. break
  2386. end
  2387. end
  2388. Mdamage("None",Torso,12,14,0,"1081463048",2,1)
  2389. 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")
  2390. r.Mesh.TextureId="rbxassetid://2473443556"
  2391. attack=false
  2392. end
  2393.  
  2394. function ward()
  2395. if ohno then
  2396. return
  2397. end
  2398. attack=true
  2399. ohno=true
  2400. local mmnm=create("Model"){
  2401. Parent=m,
  2402. Name="warde"
  2403. }
  2404. local haahaah=parts(mmnm,"haahaah",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel brown",Enum.Material.SmoothPlastic,0,1)
  2405. 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))
  2406. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  2407. 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))
  2408. meshs(aaaax,"Mesh",Vector3.new(0.5, 10, 10),Enum.MeshType.Cylinder,"")
  2409. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Really black",Enum.Material.SmoothPlastic,0,0)
  2410. 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))
  2411. meshs(aaaax,"Mesh",Vector3.new(3, 5, 5),Enum.MeshType.Cylinder,"")
  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(-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))
  2414. meshs(aaaax,"Mesh",Vector3.new(3, 5, 5),Enum.MeshType.Sphere,"")
  2415. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lime green",Enum.Material.Neon,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.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))
  2417. meshs(aaaax,"Mesh",Vector3.new(0.699999988, 0.699999988, 5),Enum.MeshType.Brick,"")
  2418. local aaaax=parts(mmnm,"aaaax",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Lime green",Enum.Material.Neon,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.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))
  2420. meshs(aaaax,"Mesh",Vector3.new(0.699999988, 0.699999988, 5),Enum.MeshType.Brick,"")
  2421. local dd=particles(haahaah,-1,"Buttermilk","8455983",.1,0,"Front",7,7,0,0,2,3,0,0,4,44444,false)
  2422. dd.Size=NSn({NSKp(0,1),NSKp(.8,1),NSKp(1,0)})
  2423. dd.Rate=30
  2424. chato(haahaah,"You is dieing going die",.01)
  2425. for i=1,10 do
  2426. 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")
  2427. ef.Mesh.TextureId="rbxassetid://2474318954"
  2428. end
  2429.  
  2430. local hhc=create("Sound"){
  2431. Parent=haahaah,
  2432. SoundId="rbxassetid://1404727191",
  2433. Volume=4,
  2434. PlaybackSpeed=1,
  2435. MaxDistance=66666666,
  2436. Name="yo",
  2437. Looped=true}
  2438. hhc:Play()
  2439. sounds(haahaah,"1613998698",4,.7)
  2440. for i=0,1,0.1 do
  2441. swait()
  2442. haahaahWeld.C1=clerp(haahaahWeld.C1,CFrame.new(0,-15,0),1)
  2443. 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)
  2444. 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)
  2445. 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)
  2446. 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)
  2447. 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)
  2448. 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)
  2449. if dead then
  2450. break
  2451. end
  2452. end
  2453. sounds(Head,"2232883455",3,1)
  2454. for i=0,1,.001 do
  2455. swait()
  2456. haahaahWeld.C1=clerp(haahaahWeld.C1,CFrame.new(0,-15+14.5*i,0),.3)
  2457. if dead then
  2458. break
  2459. end
  2460. end
  2461. dd:Remove()
  2462. swait(100)
  2463. for i=0,1,0.01 do
  2464. swait()
  2465. 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)
  2466. 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)
  2467. 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)
  2468. 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)
  2469. 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)
  2470. 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)
  2471. if dead then
  2472. break
  2473. end
  2474. end
  2475. sounds(haahaah,"437393965",6,1)
  2476. local arra=create("Sound"){
  2477. Parent=haahaah,
  2478. SoundId="rbxassetid://411466862",
  2479. Volume=1.3,
  2480. PlaybackSpeed=1,
  2481. MaxDistance=66666666,
  2482. Name="yo",
  2483. Looped=true}
  2484. arra:Play()
  2485.  
  2486. local okayd=create("BillboardGui"){
  2487. Parent=Torso,
  2488. Adornee=Torso,
  2489. Name="ddd",
  2490. Size=UDim2.new(22, 0, 22, 0)}
  2491.  
  2492. local whhhhhhyh=create("ImageLabel"){
  2493. Parent=okayd,
  2494. AnchorPoint=Vector2.new(.5,.5),
  2495. Size=UDim2.new(.8, 0, 1, 0),
  2496. Position=UDim2.new(.5, 0, .3, 0),
  2497. BackgroundTransparency=1,
  2498. Image="rbxassetid://1409140575"}
  2499.  
  2500. coroutine.resume(coroutine.create(function(f)
  2501. local numsz=0
  2502. local num2=1
  2503. local num3=0
  2504. repeat
  2505. swait()
  2506. num3=num3+1
  2507. numsz=numsz+1
  2508. if numsz>=6 then
  2509. numsz=0
  2510. if num2==1 then
  2511. num2=2
  2512. whhhhhhyh.Image="rbxassetid://1409140575"
  2513. elseif num2==2 then
  2514. num2=3
  2515. whhhhhhyh.Image="rbxassetid://1909324676"
  2516. elseif num2==3 then
  2517. num2=1
  2518. whhhhhhyh.Image="rbxassetid://1840472117"
  2519. end
  2520. end
  2521. until whhhhhhyh.Parent==nil or dead or num3>=3000
  2522. mmnm:Remove()
  2523. okayd:Remove()
  2524. ohno=false
  2525. sounds(Root,"144507765",3.5,1)
  2526. sounds(Root,"1300665497",3,1.2)
  2527. local wh=particles(Torso,.5,"White","2167427157",.1,.1,"Top",3,3,0,0,7,7,0,0,4,44444,false,3)
  2528. 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)})
  2529. end),whhhhhhyh)
  2530. if not dead then
  2531. for si=1,15 do
  2532. 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")
  2533. rong.Mesh.TextureId="rbxassetid://2458185994"
  2534. end
  2535. 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")
  2536. local stoned=parts(m,"haahaah",Vector3.new(0.200000003, 0.200000003, 0.200000003),"Pastel brown",Enum.Material.SmoothPlastic,0,1)
  2537. stoned.CFrame=CFrame.new(Root.Position-Vector3.new(0,2,0))
  2538. stoned.Anchored=true
  2539. local stoned2=stoned:Clone()
  2540. stoned2.Parent=m
  2541. game:GetService("Debris"):AddItem(stoned,15)
  2542. game:GetService("Debris"):AddItem(stoned2,15)
  2543. local ss1=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Front",3,3,0,0,5,10,0,0,10,0,false,250)
  2544. ss1.Rotation=NRn(0)
  2545. ss1.Speed=NRn(15,25)
  2546. local ss2=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Back",3,3,0,0,5,10,0,0,10,0,false,250)
  2547. ss2.Rotation=NRn(0)
  2548. ss2.Speed=NRn(15,25)
  2549. local ss3=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Right",3,3,0,0,5,10,0,0,10,0,false,250)
  2550. ss3.Rotation=NRn(0)
  2551. ss3.Speed=NRn(15,25)
  2552. local ss4=particles(stoned,-.5,"Reddish brown","199244826",.1,.1,"Left",3,3,0,0,5,10,0,0,10,0,false,250)
  2553. ss4.Rotation=NRn(0)
  2554. ss4.Speed=NRn(15,25)
  2555. local ss1=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Front",3,3,0,0,5,10,0,0,10,0,false,250)
  2556. ss1.Rotation=NRn(0)
  2557. ss1.Speed=NRn(15,25)
  2558. local ss2=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Back",3,3,0,0,5,10,0,0,10,0,false,250)
  2559. ss2.Rotation=NRn(0)
  2560. ss2.Speed=NRn(15,25)
  2561. local ss3=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Right",3,3,0,0,5,10,0,0,10,0,false,250)
  2562. ss3.Rotation=NRn(0)
  2563. ss3.Speed=NRn(15,25)
  2564. local ss4=particles(stoned2,-.5,"Reddish brown","199244826",.1,.1,"Left",3,3,0,0,5,10,0,0,10,0,false,250)
  2565. ss4.Rotation=NRn(0)
  2566. ss4.Speed=NRn(15,25)
  2567. chato(Head,"HAAAAAAA\n AAAAAAAAA\n AAAAAAAA\n AAAA\n AAAAAAAAA\n AAAAAAAAAA\n AAAAAA",.007)
  2568. for i=0,1,0.005 do
  2569. swait()
  2570. stoned.CFrame=CFrame.new(Root.Position-Vector3.new(0,1,0))
  2571. stoned2.CFrame=CFrame.new(Root.Position-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(45),0)
  2572. 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)
  2573. 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)
  2574. 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)
  2575. 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)
  2576. 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)
  2577. 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)
  2578. if dead then
  2579. break
  2580. end
  2581. end
  2582. hhc:Remove()
  2583. sounds(Head,"1281048608",5,1)
  2584. sounds(Head,"1281048608",5,1)
  2585. sounds(Head,"1281048608",5,1)
  2586. end
  2587. attack=false
  2588. end
  2589.  
  2590. function bar()
  2591. attack=true
  2592.  
  2593. local hh=0
  2594. sounds(Head,"1074733909",4,1.3)
  2595. particles(RArm,-1,"Lime green","453746682",.1,.1,"Top",1,3,0,0,5,5,0,0,14,44444,false,68)
  2596. particles(LArm,-1,"Lime green","453746682",.1,.1,"Top",1,3,0,0,5,5,0,0,14,44444,false,68)
  2597. for i=0,1,0.007 do
  2598. swait()
  2599. hh=hh+7+i*6
  2600. sounds(RArm,"314390675",.5,1.3)
  2601. sounds(LArm,"314390675",.5,1.3)
  2602. RJ.C0=clerp(RJ.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2603. 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)
  2604. RS.C0=clerp(RS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,0+5*i,0+15*i),1)
  2605. LS.C0=clerp(LS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,0+5*i,0-15*i),1)
  2606. 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)
  2607. 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)
  2608. if dead then
  2609. break
  2610. end
  2611. end
  2612. sounds(Head,"660701977",3,.9)
  2613. swait(110)
  2614. coroutine.resume(coroutine.create(function()
  2615. local def=parts(m,"a",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,0,1)
  2616. def.Anchored=true
  2617. def.CFrame=CFrame.new(Root.Position-Vector3.new(0,2.5,0))
  2618. local bric=meshs(def,"Mesh",Vector3.new(0,0,0),"Brick","")
  2619. local de1=create("Decal"){
  2620. Parent=def,
  2621. Texture="rbxassetid://360783335",
  2622. Face="Top"
  2623. }
  2624. local de2=create("Decal"){
  2625. Parent=def,
  2626. Texture="rbxassetid://360783335",
  2627. Face="Bottom"
  2628. }
  2629. local hhc=create("Sound"){
  2630. Parent=def,
  2631. SoundId="rbxassetid://685713751",
  2632. Volume=3,
  2633. PlaybackSpeed=1,
  2634. MaxDistance=66666666,
  2635. EmitterSize=20,
  2636. Name="yo",
  2637. Looped=true}
  2638. hhc:Play()
  2639. for i=1,100 do
  2640. swait()
  2641. bric.Scale=clerp(bric.Scale,Vector3.new(i*8,0,i*8),.5)
  2642. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(i/1.2),0),.3)
  2643. end
  2644. for i=1,600 do
  2645. swait()
  2646. local ree=parts(def,"f",Vector3.new(.2,.2,.2),"Really red",Enum.Material.Neon,0,1)
  2647. ree.Anchored=true
  2648. ree.CFrame=def.CFrame
  2649. ree.CFrame=def.CFrame*CFrame.new(math.random(-80,80),0,math.random(-80,80))
  2650. sounds(ree,"570433034",3,1)
  2651. 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")
  2652. dsr.Color=Colours[Int]
  2653. 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")
  2654. dsr.Color=Colours[Int]
  2655. game:GetService("Debris"):AddItem(ree,2)
  2656. Mdamage("ha",def,80,3,0,"1400754519",2.4,1)
  2657. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(70),0),.3)
  2658. end
  2659. for i=0,1,.005 do
  2660. swait()
  2661. de1.Transparency=i
  2662. de2.Transparency=i
  2663. bric.Scale=clerp(bric.Scale,Vector3.new(800-2500*i,0,800-2500*i),.5)
  2664. def.CFrame=clerp(def.CFrame,def.CFrame*CFrame.Angles(0,math.rad(70),0),.3)
  2665. end
  2666. def:Remove()
  2667. end))
  2668. sounds(RArm,"314390675",5,.7)
  2669. sounds(LArm,"314390675",5,.7)
  2670. for i=0,1,0.01 do
  2671. swait()
  2672. RJ.C0=clerp(RJ.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),1)
  2673. 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)
  2674. RS.C0=clerp(RS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,-.5,15),1)
  2675. LS.C0=clerp(LS.C0,CFrame.Angles(0,math.rad(hh),0)*CFrame.new(0,-.5,-15),1)
  2676. 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)
  2677. 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)
  2678. if dead then
  2679. break
  2680. end
  2681. end
  2682. sounds(Head,"1274957827",9,1)
  2683. attack=false
  2684. end
  2685.  
  2686. function beanm()
  2687. attack=true
  2688. sounds(Head,"796174605",1,1.4)
  2689. local bgn=create("BillboardGui"){
  2690. LightInfluence=0,
  2691. Parent=Torso,
  2692. Adornee=Torso,
  2693. Size=UDim2.new(80,0,80,0)
  2694. }
  2695. local hhahh=create("ImageLabel"){
  2696. Parent=bgn,
  2697. AnchorPoint=Vector2.new(.5,.5),
  2698. Size=UDim2.new(1,0,1,0),
  2699. Position=UDim2.new(.5,0,.5,0),
  2700. BackgroundTransparency=1,
  2701. BorderSizePixel=0,
  2702. Image="rbxassetid://818983932"
  2703. }
  2704.  
  2705. for i=0,1,0.01 do
  2706. swait()
  2707. hhahh.Rotation=hhahh.Rotation+i*15
  2708. hhahh.Size=UDim2.new(1-1*i,0,1-1*i,0)
  2709. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2710. local direction=aim.lookVector
  2711. local heed=math.atan2(direction.x,direction.z)
  2712. local heed=math.deg(heed)
  2713. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2714. 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)
  2715. 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)
  2716. 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)
  2717. 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)
  2718. 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)
  2719. 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)
  2720. if dead then
  2721. break
  2722. end
  2723. end
  2724. bgn:Remove()
  2725. sounds(C,"1401990413",2,1.5)
  2726. sounds(C,"1401990413",2,1.25)
  2727. sounds(C,"1401990413",2,1)
  2728. --local hhih=Effect(e,"Bright violet",whyz,1,14,what*5,0,0,0,.01,"Brick",6,0,"")
  2729. local reff=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,0)
  2730. local mees=meshs(reff,"Mesh",Vector3.new(1,14,1),"Brick","")
  2731. reff.Anchored=true
  2732. reff.CFrame=Root.CFrame
  2733. local de1=create("Decal"){
  2734. Parent=reff,
  2735. Texture="rbxassetid://734850807",
  2736. Face="Right"
  2737. }
  2738. local de2=create("Decal"){
  2739. Parent=reff,
  2740. Texture="rbxassetid://734850807",
  2741. Face="Left"
  2742. }
  2743. sounds(reff,"169459289",1.2,1.55)
  2744. local reff2=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,0)
  2745. reff2.Anchored=true
  2746. reff2.CFrame=Root.CFrame
  2747. local hhahha=create("Sound"){
  2748. Parent=reff2,
  2749. SoundId="rbxassetid://243373231",
  2750. Volume=2,
  2751. PlaybackSpeed=1.2,
  2752. MaxDistance=66666666,
  2753. Name="yo",
  2754. Looped=true}
  2755. hhahha:Play()
  2756.  
  2757.  
  2758. local hey1=particles(reff2,0,"Lime green","745929496",.3,.1,"Top",2,0,0,0,1,2,66,66,15,44444,false)
  2759. hey1.Acceleration=Vector3.new(0, 32, 0)
  2760. hey1.Color=CSn(BrickColor.new("Really red").Color,BrickColor.new("Really red").Color)
  2761.  
  2762. for i=0,1,0.002 do
  2763. swait()
  2764. local aim=CFrame.new(Root.Position,mouse.Hit.p)
  2765. local direction=aim.lookVector
  2766. local heed=math.atan2(direction.x,direction.z)
  2767. local heed=math.deg(heed)
  2768. Root.CFrame=clerp(Root.CFrame,CFrame.new(Root.Position)*CFrame.Angles(0,math.rad(heed-180),math.rad(0)),1)
  2769. local whyz=CFrame.new((V.Position+mouse.Hit.p)/2,mouse.Hit.p)
  2770. local what=(V.Position-mouse.Hit.p).magnitude
  2771. reff.CFrame=whyz
  2772. reff2.CFrame=CFrame.new(mouse.Hit.p)
  2773. mees.Scale=Vector3.new(1+math.random(-20,20),14+math.random(-20,20),what*5)
  2774. Mdamage("ha",reff2,9,4,0,"859301147",.6,1)
  2775. 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")
  2776. --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")
  2777. 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)
  2778. 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)
  2779. 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)
  2780. 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)
  2781. 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)
  2782. 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)
  2783. if dead then
  2784. break
  2785. end
  2786. end
  2787. reff2:Remove()
  2788. coroutine.resume(coroutine.create(function(n)
  2789. swait(80)
  2790. sounds(n,"966966684",3,.9)
  2791. local ah=n.Position
  2792. for i=1,100 do
  2793. swait()
  2794. n.CFrame=clerp(n.CFrame,CFrame.new(ah+Vector3.new(0,i,0)),.2)
  2795. end
  2796. sounds(n,"1830608247",3,1.4)
  2797. mees.MeshType="Sphere"
  2798. for i=1,230 do
  2799. swait()
  2800. mees.Scale=clerp(mees.Scale,Vector3.new(-i/5,-i*3,-i*3),.3)
  2801. end
  2802. n:Remove()
  2803. end),reff)
  2804. attack=false
  2805. end
  2806.  
  2807. function No_Vacation()
  2808. attack=true
  2809. local function expandinged()
  2810. local rer=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2811. rer.Anchored=true
  2812. 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))
  2813. local whyd=create("BillboardGui"){
  2814. LightInfluence=0,
  2815. Parent=rer,
  2816. Adornee=rer,
  2817. Size=UDim2.new(20,0,90,0)
  2818. }
  2819. local nbmg=create("ImageLabel"){
  2820. Parent=whyd,
  2821. AnchorPoint=Vector2.new(.5,.5),
  2822. Size=UDim2.new(1,0,0,0),
  2823. Position=UDim2.new(.5,0,.5,0),
  2824. BackgroundTransparency=1,
  2825. BorderSizePixel=0,
  2826. Rotation=math.random(-100,100)/10,
  2827. ImageColor3=Colours[Int],
  2828. Image="rbxassetid://94446743"
  2829. }
  2830. coroutine.resume(coroutine.create(function(r1,r2)
  2831. local h=Effect(e,"Royal purple",r1.CFrame,1,1,1,2,2,2,.06,"FileMesh",2,3,"11996935")
  2832. h.Color=Colours[Int]
  2833. Mdamage("None",r1,18,12,0,"591590634",1,1)
  2834. sounds(r1,"901592657",2,math.random(80,120)/100)
  2835. for i=0,1,.03 do
  2836. swait()
  2837. r2.Size=UDim2.new(1,0,i*1.5,0)
  2838. r2.Position=UDim2.new(.5,0,.5-.5*i,0)
  2839. r2.ImageTransparency=i
  2840. end
  2841. r1:Remove()
  2842. end),rer,nbmg)
  2843. end
  2844.  
  2845. for i=0,1,0.008 do
  2846. swait()
  2847. expandinged()
  2848. 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)
  2849. 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)
  2850. 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)
  2851. 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)
  2852. 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)
  2853. 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)
  2854. if dead then
  2855. break
  2856. end
  2857. end
  2858. sounds(Head,"295298728",4,1)
  2859.  
  2860. for i=0,1,0.01 do
  2861. swait()
  2862. 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)
  2863. 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)
  2864. 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)
  2865. 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)
  2866. 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)
  2867. 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)
  2868. if dead then
  2869. break
  2870. end
  2871. end
  2872. if not dead then
  2873. local rerh=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2874. rerh.Anchored=true
  2875. rerh.CFrame=CFrame.new(Root.Position-Vector3.new(0,3,0))*CFrame.Angles(0,math.random(-120,120),0)
  2876. local whyd=create("BillboardGui"){
  2877. LightInfluence=0,
  2878. Parent=rerh,
  2879. Adornee=rerh,
  2880. Size=UDim2.new(80,0,150,0)
  2881. }
  2882. local nbmg=create("ImageLabel"){
  2883. Parent=whyd,
  2884. AnchorPoint=Vector2.new(.5,.5),
  2885. Size=UDim2.new(1,0,0,0),
  2886. Position=UDim2.new(.5,0,.5,0),
  2887. BackgroundTransparency=1,
  2888. BorderSizePixel=0,
  2889. ImageColor3=Colours[Int],
  2890. Image="rbxassetid://2062840762"
  2891. }
  2892. coroutine.resume(coroutine.create(function(r1,r2)
  2893. for i=1,5 do
  2894. 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")
  2895. h.Color=Colours[Int]
  2896. end
  2897. Mdamage("None",r1,48,50,0,"1347716018",.5,1.3)
  2898. sounds(r1,"409809911",9,1.1)
  2899. sounds(r1,"133405086",9,1.2)
  2900.  
  2901. local aaaaa=particles(r1,1,"New Yeller","319757734",.1,.1,"Top",10,6,0,0,2,4,0,0,32,44444,false,22)
  2902. aaaaa.Rotation=NRn(0)
  2903. for i=0,1,.005 do
  2904. swait()
  2905. r2.Size=UDim2.new(2,0,i*3.5,0)
  2906. r2.Position=UDim2.new(.5,0,.5-.5*i,0)
  2907. end
  2908. swait(250)
  2909. r1:Remove()
  2910. end),rerh,nbmg)
  2911. end
  2912.  
  2913. attack=false
  2914. end
  2915.  
  2916. local kooldown=false
  2917. function overpower()
  2918. if kooldown then
  2919. return
  2920. end
  2921. attack=true
  2922. kooldown=true
  2923. sounds(Head,"193821910",2,2)
  2924. for i=0,1,0.02 do
  2925. swait()
  2926. 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)
  2927. 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)
  2928. 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)
  2929. 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)
  2930. 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)
  2931. 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)
  2932. if dead then
  2933. break
  2934. end
  2935. end
  2936. if not dead then
  2937. local rerz=parts(m,"ref",Vector3.new(.2,.2,.2),"Bright violet",Enum.Material.Neon,0,1)
  2938. rerz.Anchored=true
  2939. rerz.CFrame=CFrame.new(mouse.Hit.p)
  2940. local fury=create("Sound"){
  2941. Parent=rerz,
  2942. SoundId="rbxassetid://201282900",
  2943. Volume=3,
  2944. PlaybackSpeed=1,
  2945. MaxDistance=66666666,
  2946. Name="g",
  2947. Looped=true}
  2948. fury:Play()
  2949. local heyas1=particles(rerz,0,"White","541456984",0,.1,"Top",15,15,0,0,3,4,4,4,45,44444,false)
  2950. heyas1.Acceleration=Vector3.new(0, 50, 0)
  2951. sounds(chr,"165969964",3,.5)
  2952.  
  2953. coroutine.resume(coroutine.create(function(b)
  2954. for i=0,1,.003 do
  2955. swait()
  2956. heyas1.Speed=NRn(45+70*i)
  2957. Mdamage("None",b,7+150*i,22,0,"1961397861",.07,1.5)
  2958. local h=Effect(e,"Royal purple",b.CFrame,1,0,1,1+46*i,0,1+46*i,.02,"Brick",1,0,"")
  2959. local h1=create("Decal"){
  2960. Parent=h,
  2961. Face="Top",
  2962. Texture="rbxassetid://541456984"
  2963. }
  2964. local h2=create("Decal"){
  2965. Parent=h,
  2966. Face="Bottom",
  2967. Texture="rbxassetid://541456984"
  2968. }
  2969. 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,"")
  2970. local h1=create("Decal"){
  2971. Parent=h,
  2972. Face="Top",
  2973. Texture="rbxassetid://541456984"
  2974. }
  2975. local h2=h1:Clone()
  2976. h2.Parent=h
  2977. h2.Face="Bottom"
  2978. local h3=h1:Clone()
  2979. h3.Parent=h
  2980. h3.Face="Front"
  2981. local h4=h1:Clone()
  2982. h4.Parent=h
  2983. h4.Face="Back"
  2984. fury.PlaybackSpeed=1+.4*i
  2985. end
  2986. heyas1.Enabled=false
  2987. swait(200)
  2988. b:Remove()
  2989. kooldown=false
  2990. end),rerz)
  2991. end
  2992. for i=0,1,0.007 do
  2993. swait()
  2994. 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)
  2995. 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)
  2996. 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)
  2997. 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)
  2998. 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)
  2999. 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)
  3000. if dead then
  3001. break
  3002. end
  3003. end
  3004. attack=false
  3005. end
  3006.  
  3007. function a_star_sha()
  3008. attack=true
  3009. local aaaaa=nil
  3010. sounds(Torso,"2463423663",.4,1)
  3011. for i=0,1,0.05 do
  3012. swait()
  3013. Root.Velocity=Root.CFrame.lookVector*100
  3014. aaaaa=FindNearestTorso(Head.Position,5)
  3015. if aaaaa then
  3016. break
  3017. end
  3018. 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)
  3019. 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)
  3020. 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)
  3021. 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)
  3022. 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)
  3023. 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)
  3024. if dead then
  3025. break
  3026. end
  3027. end
  3028. if aaaaa then
  3029. Root.Anchored=true
  3030. local jp=hum.JumpPower
  3031. local ws=hum.WalkSpeed
  3032. hum.WalkSpeed=0
  3033. hum.JumpPower=0
  3034. hum.AutoRotate=false
  3035. workspace.CurrentCamera.CameraSubject=Head
  3036. for i=0,1,0.04 do
  3037. swait()
  3038. if aaaaa then
  3039. aaaaa.CFrame=Head.CFrame
  3040. end
  3041. 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)
  3042. 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)
  3043. 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)
  3044. 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)
  3045. 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)
  3046. 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)
  3047. if dead then
  3048. break
  3049. end
  3050. end
  3051. sounds(Torso,"819758018",.7,1.3)
  3052. local hh=particles(Torso,.5,"White","2499267126",.1,.1,"Top",3,3,0,0,1,8,0,0,6,44444,false,310)
  3053. hh.Rotation=NRn(0)
  3054. hh.Acceleration=Vector3.new(0, -40, 0)
  3055. for i=0,1,0.009 do
  3056. swait()
  3057. if aaaaa then
  3058. aaaaa.CFrame=Head.CFrame
  3059. end
  3060. 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)
  3061. 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)
  3062. 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)
  3063. 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)
  3064. 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)
  3065. 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)
  3066. if dead then
  3067. break
  3068. end
  3069. end
  3070. sounds(Torso,"1012214302",3,1.2)
  3071. for i=0,1,0.006 do
  3072. swait()
  3073. if aaaaa then
  3074. aaaaa.CFrame=Head.CFrame
  3075. end
  3076. 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)
  3077. 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)
  3078. 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)
  3079. 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)
  3080. 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)
  3081. 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)
  3082. if dead then
  3083. break
  3084. end
  3085. end
  3086. if not dead then
  3087. for i=1,7 do
  3088. Effect(e,"Bright orange",Torso.CFrame,1,1,1,2,2,2,.007,"FileMesh",1,0,"2512435445")
  3089. Effect(e,"Bright orange",Torso.CFrame,1,1,1,2,2,2,.007,"FileMesh",1,0,"2512367478")
  3090. 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")
  3091. 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")
  3092. end
  3093. Mdamage("arc",aaaaa,3,1000,0,"1352348920",3,1)
  3094. Root.Anchored=false
  3095. end
  3096. hum.WalkSpeed=ws
  3097. hum.JumpPower=jp
  3098. hum.AutoRotate=true
  3099. workspace.CurrentCamera.CameraSubject=hum
  3100. end
  3101. attack=false
  3102. end
  3103.  
  3104. function what_the_hell_is_that()
  3105. local gaunt=parts(m,"ref",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3106. gaunt.Anchored=true
  3107. gaunt.CFrame=Root.CFrame
  3108. local ar=create("Handles"){
  3109. Parent=gaunt,
  3110. Adornee=gaunt,
  3111. Style="Movement"
  3112. }
  3113. local whwh=particles(gaunt,.5,"White","2419103907",.1,.1,"Top",1,1,0,0,2,2,0,0,0,44444,false)
  3114. whwh.Rotation=NRn(0)
  3115. local nuum=0
  3116. local nuum2=1
  3117. sounds(gaunt,"875763259",3,1)
  3118. for i=1,500 do
  3119. swait()
  3120. gaunt.CFrame=gaunt.CFrame*CFrame.new(0,0,-.7)
  3121. ar.Color3=Colours[Int]
  3122. nuum=nuum+1
  3123. if nuum>=11 then
  3124. nuum=0
  3125. if nuum2==1 then
  3126. nuum2=2
  3127. whwh.Texture="rbxassetid://2419049510"
  3128. elseif nuum2==2 then
  3129. nuum2=1
  3130. whwh.Texture="rbxassetid://2419103907"
  3131. end
  3132. end
  3133. Mdamage("None",gaunt,5,.9,0,"672804173",.6,1.7)
  3134. local noticed=FindNearestTorso(gaunt.Position,20)
  3135. if noticed then
  3136. gaunt.CFrame=CFrame.new(gaunt.Position,noticed.Position)
  3137. end
  3138. if dead then
  3139. break
  3140. end
  3141. end
  3142. gaunt:Remove()
  3143. end
  3144.  
  3145. local work=false
  3146. function aliveye()
  3147. if work then
  3148. return
  3149. end
  3150. coroutine.resume(coroutine.create(function()
  3151. coroutine.resume(coroutine.create(function()
  3152. particles(yes2,.5,"Really blue","2526826714",.1,.1,"Top",5,5,0,0,4,14,4444,4444,32,44444,false,14)
  3153. sounds(yes2,"165969964",8,1.4)
  3154. swait(22)
  3155. sounds(yes2,"165969964",8,1.2)
  3156. swait(22)
  3157. sounds(yes2,"165969964",8,1)
  3158. swait(22)
  3159. sounds(yes2,"165969964",8,.8)
  3160. swait(22)
  3161. sounds(yes2,"165969964",8,.6)
  3162. swait(22)
  3163. sounds(yes2,"165969964",8,.4)
  3164.  
  3165. end))
  3166. work=true
  3167. dr.Parent=chr
  3168. local function da(pp)
  3169. particles(yes2,.5,"White","2529415805",.1,.1,"Top",.8,.8,0,0,.2,.2,0,0,4,44444,false,4)
  3170. sounds(yes2,"145080998",.5,3)
  3171. local r1=parts(m,"ref33333333333333333333333333333333333333333333333333333333333334",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3172. r1.Anchored=true
  3173. r1.CFrame=yes2.CFrame
  3174. local r2=parts(m,"ref3333333333333333333333333333333333333333333333333333333333333",Vector3.new(3,3,3),"Bright violet",Enum.Material.Neon,0,1)
  3175. r2.Anchored=true
  3176. r2.CFrame=Root.CFrame
  3177. r2.CFrame=CFrame.new(pp)
  3178. sounds(r2,"935414227",.4,1)
  3179. Mdamage("None",r2,3,2,0,"1340960968",1,1.1)
  3180. game:GetService("Debris"):AddItem(r1,5)
  3181. game:GetService("Debris"):AddItem(r2,5)
  3182. local xmn=(r1.Position-r2.Position).magnitude*5
  3183. 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,"")
  3184. sms.Color=Colours[Int]
  3185. particles(r2,.5,"Lime green","2529440036",.1,.1,"Top",1,1,0,0,.2,.2,0,0,24,44444,false,4)
  3186. end
  3187.  
  3188. local aafaaa={534861083,530959353,1534958855}
  3189. local sick=create("Sound"){
  3190. Parent=yes2,
  3191. SoundId="rbxassetid://"..aafaaa[math.random(1,3)],
  3192. Volume=3,
  3193. Looped=true,
  3194. EmitterSize=30
  3195. }
  3196. sick:Play()
  3197. for i=1,4000 do
  3198. swait()
  3199. sick.PlaybackSpeed=1+.3*math.sin(sin/20-(i/600))
  3200. Handle334.CFrame=clerp(Handle334.CFrame,CFrame.new(Root.Position+Vector3.new(0,3,0)),1)
  3201. local fiind=FindNearestTorso(Handle44.Position,50)
  3202. if fiind then
  3203. 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)
  3204. da(fiind.Position)
  3205. else
  3206. 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)
  3207. end
  3208. if dead then
  3209. break
  3210. end
  3211. end
  3212. sick:Remove()
  3213. swait(3)
  3214. work=false
  3215. dr.Parent=why
  3216. end))
  3217. end
  3218.  
  3219. function useless()
  3220. if moot then
  3221. moot=false
  3222. --[[theme.Volume=1.2
  3223. theme.PlaybackSpeed=1]]
  3224. theme:Remove()
  3225. else
  3226. moot=true
  3227. theme.Volume=0
  3228. theme.PlaybackSpeed=0
  3229. end
  3230. end
  3231.  
  3232. mouse.Button1Down:connect(function()
  3233. if not attack and not dead then
  3234. hold=true
  3235. H()
  3236. end
  3237. end)
  3238.  
  3239. mouse.Button2Down:connect(function()
  3240. if not attack and not dead then
  3241. hold2=true
  3242. M()
  3243. end
  3244. end)
  3245.  
  3246. mouse.Button1Up:connect(function()
  3247. if attack and not dead then
  3248. hold=false
  3249. end
  3250. end)
  3251.  
  3252. mouse.Button2Up:connect(function()
  3253. if attack and not dead then
  3254. hold2=false
  3255. end
  3256. end)
  3257.  
  3258. mouse.KeyDown:connect(function(k)
  3259. k=k:lower()
  3260. if not attack and not dead then
  3261. if k=="`" then
  3262. --useless
  3263. --[[elseif k=="1" then
  3264.  
  3265. elseif k=="2" then
  3266.  
  3267. elseif k=="3" then
  3268.  
  3269. elseif k=="4" then
  3270.  
  3271. elseif k=="5" then
  3272.  
  3273. elseif k=="6" then
  3274.  
  3275. elseif k=="7" then
  3276.  
  3277. elseif k=="8" then
  3278.  
  3279. elseif k=="9" then
  3280.  
  3281. elseif k=="0" then]]
  3282.  
  3283. elseif k=="-" then
  3284. what_the_hell_is_that()
  3285. elseif k=="=" then
  3286. aliveye()
  3287. elseif k=="q" then
  3288. I_All_Shoot_You_To_Po_Word()
  3289. elseif k=="e" then
  3290. d()
  3291. elseif k=="r" then
  3292. jooj()
  3293. elseif k=="t" then
  3294. skid()
  3295. elseif k=="y" then
  3296. New_Yeller()
  3297. elseif k=="u" then
  3298. Saw()
  3299. elseif k=="i" then
  3300. ka()
  3301. elseif k=="o" then
  3302. whateven()
  3303. elseif k=="p" then
  3304. ok()
  3305. elseif k=="[" then
  3306. nani()
  3307. elseif k=="]" then
  3308. slamming()
  3309. elseif k=="f" then
  3310. chec()
  3311. elseif k=="g" then
  3312. bigball()
  3313. elseif k=="h" then
  3314. greatshot()
  3315. elseif k=="j" then
  3316. bar()
  3317. elseif k=="k" then
  3318. beanm()
  3319. elseif k=="l" then
  3320. No_Vacation()
  3321. elseif k==";" then
  3322. overpower()
  3323. elseif k=="'" then
  3324. a_star_sha()
  3325. elseif k=="z" then
  3326. ppuncc()
  3327. elseif k=="x" then
  3328. leg()
  3329. elseif k=="c" then
  3330. crash()
  3331. elseif k=="v" then
  3332. basically_a_teleport()
  3333. elseif k=="b" then
  3334. useless()
  3335. elseif k=="n" then
  3336. ward()
  3337. elseif k=="m" then
  3338. yes()
  3339. --[[elseif k==" " then
  3340.  
  3341. elseif k=="," then
  3342.  
  3343. elseif k=="." then]]
  3344.  
  3345. end
  3346. end
  3347. end)
  3348.  
  3349. mouse.KeyUp:connect(function(k)
  3350. k=k:lower()
  3351.  
  3352. end)
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358. function ohmygodyoujustdiedonthebaseplatewithalotpeoplewithskiddedskidscriptsinthevoidscriptbuilderplace1andvoidscriptbuilderplace2becauseyourebadandskidplusyourebigskidsoyourejustaskidthatwanttouseskiddedskidfescripts(num)
  3359. if num==1 then
  3360. swait(32)
  3361. sounds(whyx2,"151440272",4,1)
  3362. local haah=create("ImageLabel"){
  3363. Parent=whyx2,
  3364. AnchorPoint=Vector2.new(.5,.5),
  3365. Size=UDim2.new(0,0,0,0),
  3366. Position=UDim2.new(.5, 0, .5, 0),
  3367. BackgroundTransparency=1,
  3368. Image="rbxassetid://39638416",
  3369. ZIndex=66}
  3370. local sdad=create("Frame"){
  3371. Parent=whyx2,
  3372. AnchorPoint=Vector2.new(.5,.5),
  3373. Size=UDim2.new(1,0,1,0),
  3374. Position=UDim2.new(.5, 0, .5, 0),
  3375. BackgroundTransparency=1,
  3376. BackgroundColor3=Color3.new(0,0,0),
  3377. ZIndex=65}
  3378. for i=0,.6,.01 do
  3379. swait()
  3380. haah.Size=UDim2.new(i,0,i,0)
  3381. sdad.BackgroundTransparency=1-1*i
  3382. end
  3383. local h=haah:Clone()
  3384. h.Parent=whyx2
  3385. for i=.6,2,.04 do
  3386. swait()
  3387. h.Size=UDim2.new(i,0,i,0)
  3388. h.ImageTransparency=h.ImageTransparency+.03
  3389. end
  3390. elseif num==2 then
  3391. sounds(whyx2,"1304688535",4,1.3)
  3392. sounds(whyx2,"2115134643",.6,1.7)
  3393. local asdds=create("TextLabel"){
  3394. Parent=whyx2,
  3395. AnchorPoint=Vector2.new(.5,.5),
  3396. Size=UDim2.new(1, 0,1, 0),
  3397. Position=UDim2.new(.5, 0, .5, 0),
  3398. FontSize="Size24",
  3399. TextScaled=true,
  3400. TextTransparency=0,
  3401. BackgroundTransparency=1,
  3402. TextStrokeTransparency=0,
  3403. Font="Bodoni",
  3404. Text=" ",
  3405. TextStrokeColor3=Color3.new(0, 0, 0),
  3406. ZIndex=66}
  3407. 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"
  3408.  
  3409. local function agko()
  3410. local asdad=create("ImageLabel"){
  3411. Parent=whyx2,
  3412. AnchorPoint=Vector2.new(.5,.5),
  3413. Size=UDim2.new(0,160,0,160),
  3414. Position=UDim2.new(.5, 0, .5, 0),
  3415. BackgroundTransparency=1,
  3416. Image="rbxassetid://603677406",
  3417. ZIndex=65}
  3418. coroutine.resume(coroutine.create(function()
  3419. local asok=asdad:TweenPosition(UDim2.new(math.random(-8,18)/10,0,math.random(-8,18)/10,0), "In", "Sine", 1,true)
  3420. asok.Completed:Wait()
  3421. game:GetService("Debris"):AddItem(asdad,1.1)
  3422. end))
  3423. end
  3424.  
  3425. for i=1,string.len(adds),1 do
  3426. swait()
  3427. agko()
  3428. asdds.Text=string.sub(adds,1,i)
  3429. asdds.TextColor3=Colours[Int]
  3430. end
  3431. elseif num==3 then
  3432. sounds(whyx2,"154454228",5,1)
  3433. swait(3)
  3434. local sdad=create("Frame"){
  3435. Parent=whyx2,
  3436. AnchorPoint=Vector2.new(.5,.5),
  3437. Size=UDim2.new(1,0,1,0),
  3438. Position=UDim2.new(.5, 0, .5, 0),
  3439. BackgroundTransparency=1,
  3440. BackgroundColor3=Color3.new(1,1,1),
  3441. ZIndex=66}
  3442. local asdad=create("ImageLabel"){
  3443. Parent=whyx2,
  3444. AnchorPoint=Vector2.new(.5,.5),
  3445. Size=UDim2.new(1.4,0,1.4,0),
  3446. Position=UDim2.new(.5, 0, .5, 0),
  3447. BackgroundTransparency=1,
  3448. Image="rbxassetid://54028034",
  3449. ZIndex=65}
  3450. for i=0,1,.003 do
  3451. swait()
  3452. sdad.BackgroundTransparency=i
  3453. asdad.Position=UDim2.new(.5+math.random(-16,16)/100, 0, .5+math.random(-16,16)/100, 0)
  3454. end
  3455. elseif num==4 then
  3456. --haha im undertrash
  3457. local sadafasfawa=create("Frame"){
  3458. Parent=whyx2,
  3459. AnchorPoint=Vector2.new(.5,.5),
  3460. Size=UDim2.new(1,0,1,0),
  3461. Position=UDim2.new(.5, 0, .5, 0),
  3462. BackgroundTransparency=0,
  3463. BackgroundColor3=Color3.new(0,0,0),
  3464. ZIndex=65}
  3465. swait(23)
  3466. local sdafaf=create("ImageLabel"){
  3467. Parent=whyx2,
  3468. AnchorPoint=Vector2.new(.5,.5),
  3469. Size=UDim2.new(.6,0,.6,0),
  3470. Position=UDim2.new(.5, 0, .35, 0),
  3471. BackgroundTransparency=1,
  3472. ImageColor3=Color3.new(1,.6,.4),
  3473. Image="rbxassetid://2170476639",
  3474. ZIndex=66}
  3475. local gasgag=create("TextLabel"){
  3476. Parent=whyx2,
  3477. AnchorPoint=Vector2.new(.5,.5),
  3478. Size=UDim2.new(.4,0,.04, 0),
  3479. Position=UDim2.new(.5, 0, .7, 0),
  3480. FontSize="Size24",
  3481. TextScaled=true,
  3482. TextTransparency=0,
  3483. BackgroundTransparency=1,
  3484. TextStrokeTransparency=1,
  3485. Font="Arcade",
  3486. Text=" ",
  3487. TextColor3=Color3.new(1,1,1),
  3488. TextStrokeColor3=Color3.new(0, 0, 0),
  3489. TextXAlignment="Left",
  3490. ZIndex=66}
  3491. local kd=gasgag:Clone()
  3492. kd.Parent=whyx2
  3493. kd.Position=UDim2.new(.5, 0, .75, 0)
  3494.  
  3495. local adds="*Want to revive in 5 seconds?"
  3496. local hf="Just buy it for 7.00 dollars!"
  3497. local hfg="And I'm Under rune trash"
  3498. for i=1,string.len(adds),1 do
  3499. swait(3)
  3500. sounds(whyx2,"379848542",3,1)
  3501. gasgag.Text=string.sub(adds,1,i)
  3502. end
  3503. swait(44)
  3504. for i=1,string.len(hf),1 do
  3505. swait(3)
  3506. sounds(whyx2,"379848542",3,1)
  3507. kd.Text=string.sub(hf,1,i)
  3508. end
  3509.  
  3510. elseif num==5 then
  3511. sounds(whyx2,"136885919",4,1)
  3512. swait(22)
  3513. local sdafaf=create("ImageLabel"){
  3514. Parent=whyx2,
  3515. AnchorPoint=Vector2.new(.5,.5),
  3516. Size=UDim2.new(.5,0,.5,0),
  3517. Position=UDim2.new(.5, 0, .35, 0),
  3518. BackgroundTransparency=1,
  3519. ImageColor3=Color3.new(1,.6,.4),
  3520. Image="rbxassetid://2236860459",
  3521. ImageTransparency=1,
  3522. ZIndex=66}
  3523. local okda=sdafaf:Clone()
  3524. okda.Parent=whyx2
  3525. okda.Size=UDim2.new(1.5,0,1.5,0)
  3526. for i=0,1,.008 do
  3527. swait()
  3528. sdafaf.ImageTransparency=1-1*i
  3529. okda.ImageTransparency=1-1*i
  3530. sdafaf.Size=UDim2.new(.5+.5*i,0,1+.5*i,0)
  3531. okda.Size=UDim2.new(1.5-.5*i,0,2-.5*i,0)
  3532. end
  3533. end
  3534. end
  3535.  
  3536.  
  3537. hum.died:connect(function()
  3538. dead=true
  3539. sounds(Root,"138251332",7,1)
  3540. local galpdkfos=math.random(1,5)
  3541. coroutine.resume(coroutine.create(function()
  3542. ohmygodyoujustdiedonthebaseplatewithalotpeoplewithskiddedskidscriptsinthevoidscriptbuilderplace1andvoidscriptbuilderplace2becauseyourebadandskidplusyourebigskidsoyourejustaskidthatwanttouseskiddedskidfescripts(galpdkfos)
  3543. end))
  3544. text:Remove()
  3545. for _,c in pairs(chr:children()) do
  3546. if c:IsA("BasePart") and c.Name~=Root.Name then
  3547. c:Remove()
  3548. end
  3549. end
  3550. local aaaaa=particles(Root,1,"Really red","403790950",.1,.1,"Top",22,22,0,0,2,2,0,0,44,44444,false,8)
  3551. aaaaa.Rotation=NRn(0)
  3552. Root.Anchored=true
  3553. PHF:TweenPosition(UDim2.new(.5,0,2.5,0), "In", "Quint", 4,true)
  3554. repeat
  3555. swait()
  3556. PHF.Rotation=math.random(-360,360)
  3557. until PHF.Parent==nil
  3558. end)
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568.  
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574. local juj=false
  3575. hum.Jumping:connect(function()
  3576. if not juj then
  3577. sounds(Root,"408481916",.3,1)
  3578. end
  3579. end)
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588. local whathavudone={"25973368","26760716","69486593","103967465","99195316","13506753","19280156","18265627","16427221","13465931","11915746","13505848","28909790","22963494","13508017","13508017","130099641","22918571","25298496","27469702"}
  3589. doe=0
  3590. coast=0
  3591.  
  3592. while true do
  3593. swait()
  3594. sin=sin+cha
  3595. doe=doe+1
  3596. if doe>360 then
  3597. doe=1
  3598. end
  3599. if coast==0 then
  3600. coast=1
  3601. elseif coast==1 then
  3602. coast=0
  3603. end
  3604. if not dead then
  3605. timeposit.Value=theme.TimePosition
  3606. if theme.Parent==nil then
  3607. theme=create("Sound"){
  3608. Parent=Root,
  3609. SoundId="rbxassetid://913584994",
  3610. Volume=1.2,
  3611. PlaybackSpeed=1,
  3612. MaxDistance=66666666,
  3613. Name="Theme",
  3614. Looped=true}
  3615. theme:Play()
  3616. theme.TimePosition=timeposit.Value
  3617. if moot then
  3618. theme.Volume=0
  3619. theme.PlaybackSpeed=0
  3620. else
  3621. theme.Volume=1.2
  3622. theme.PlaybackSpeed=1
  3623. end
  3624. end
  3625. else
  3626. if theme.Parent~=nil then
  3627. theme.Volume=0
  3628. end
  3629. end
  3630. wa1.MeshId="rbxassetid://"..whathavudone[math.random(1,#whathavudone)]
  3631. wa2.MeshId="rbxassetid://"..whathavudone[math.random(1,#whathavudone)]
  3632. for _,c in pairs(dr:children()) do
  3633. if c:IsA("BasePart") then
  3634. if c.Name=="yes" or c.Name=="yes2" then
  3635. c.Color=Colours[Int]
  3636. end
  3637. end
  3638. end
  3639. A222.Color=Colours[Int]
  3640. A333.Color=Colours[Int]
  3641. B2Weld.C0=clerp(B2Weld.C0,CFrame.Angles(math.rad(90),math.rad(doe),0),.3)
  3642. B3Weld.C0=clerp(B3Weld.C0,CFrame.Angles(math.rad(90),math.rad(-doe),0),.3)
  3643.  
  3644.  
  3645. if not dead then
  3646. for _,c in pairs(chr:children()) do
  3647. if c:IsA("BasePart") and c.Name~=Root.Name then
  3648. c.Transparency=coast
  3649. elseif c:IsA("Accessory") then
  3650. for _,a in pairs(c:children()) do
  3651. if a:IsA("BasePart") then
  3652. a.Transparency=coast
  3653. end
  3654. end
  3655. end
  3656. end
  3657. local torvel=(Root.Velocity*Vector3.new(1,0,1)).magnitude
  3658. local velderp=Root.Velocity.y
  3659. hitfloor,posfloor=rayCast(Root.Position,(CFrame.new(Root.Position,Root.Position-Vector3.new(0,1,0))).lookVector,4,chr)
  3660. if Root.Velocity.y>1 and hitfloor==nil then
  3661. Pose="Jump"
  3662. juj=true
  3663. if attack==false then
  3664.  
  3665. end
  3666. elseif Root.Velocity.y<-1 and hitfloor==nil then
  3667. Pose="Fall"
  3668. juj=false
  3669. if attack==false then
  3670.  
  3671. end
  3672. elseif torvel<1 and hitfloor~=nil then
  3673. Pose="Idle"
  3674. juj=false
  3675. if attack==false then
  3676. 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)
  3677. 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)
  3678. 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)
  3679. 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)
  3680. 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)
  3681. 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)
  3682. end
  3683. elseif torvel>2 and hitfloor~=nil then
  3684. Pose="Walk"
  3685. juj=false
  3686. if attack==false then
  3687. 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)
  3688. 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)
  3689. 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)
  3690. 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)
  3691. 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)
  3692. 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)
  3693. end
  3694. end
  3695. end
  3696. end
Add Comment
Please, Sign In to add comment