Advertisement
filipaopastebins2134

[NEW] Larva (Yellow) StreetFighter 1.2

Mar 4th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.21 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LarvaFighters12 = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local HealthFrame = Instance.new("Frame")
  7. local HealthBar = Instance.new("Frame")
  8. local ImageLabel_2 = Instance.new("ImageLabel")
  9. local TextButton = Instance.new("TextButton")
  10. --Properties:
  11. LarvaFighters12.Name = "LarvaFighters1.2"
  12. LarvaFighters12.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. LarvaFighters12.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. ImageLabel.Parent = LarvaFighters12
  16. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  17. ImageLabel.Position = UDim2.new(0.00878477283, 0, 0.00379504473, 0)
  18. ImageLabel.Size = UDim2.new(0, 106, 0, 99)
  19. ImageLabel.Image = "rbxassetid://2890347241"
  20.  
  21. HealthFrame.Name = "HealthFrame"
  22. HealthFrame.Parent = LarvaFighters12
  23. HealthFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. HealthFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  25. HealthFrame.BorderSizePixel = 5
  26. HealthFrame.Position = UDim2.new(0.0859492943, 0, 0.146932408, 0)
  27. HealthFrame.Size = UDim2.new(0, 494, 0, 23)
  28.  
  29. HealthBar.Name = "HealthBar"
  30. HealthBar.Parent = HealthFrame
  31. HealthBar.BackgroundColor3 = Color3.new(0, 1, 0)
  32. HealthBar.BorderSizePixel = 0
  33. HealthBar.Size = UDim2.new(0, 494, 0, 23)
  34.  
  35. ImageLabel_2.Parent = LarvaFighters12
  36. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  37. ImageLabel_2.Position = UDim2.new(0.447589129, 0, 0.00379504473, 0)
  38. ImageLabel_2.Size = UDim2.new(0, 142, 0, 99)
  39. ImageLabel_2.Image = "rbxassetid://2892871946"
  40.  
  41. TextButton.Parent = LarvaFighters12
  42. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextButton.Position = UDim2.new(0.093704246, 0, 0.00189753319, 0)
  44. TextButton.Size = UDim2.new(0, 200, 0, 50)
  45. TextButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  46. TextButton.Font = Enum.Font.SourceSans
  47. TextButton.Text = "Fight!"
  48. TextButton.TextColor3 = Color3.new(0, 0, 0)
  49. TextButton.TextScaled = true
  50. TextButton.TextSize = 14
  51. TextButton.TextWrapped = true
  52. -- Scripts:
  53. function SCRIPT_JWIP69_FAKESCRIPT() -- HealthBar.LocalScript
  54. local script = Instance.new('LocalScript')
  55. script.Parent = HealthBar
  56. wait(.1)
  57. while true do
  58. hp = game.Players.LocalPlayer.Character.Humanoid.Health/100
  59. script.Parent:TweenSize(UDim2.new(hp,0,1,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,0.15)
  60. wait(.2)
  61. end
  62.  
  63. end
  64. coroutine.resume(coroutine.create(SCRIPT_JWIP69_FAKESCRIPT))
  65. function SCRIPT_YFXI86_FAKESCRIPT() -- TextButton.LocalScript
  66. local script = Instance.new('LocalScript')
  67. script.Parent = TextButton
  68. --coolallball
  69. HoldE=false
  70. Tool=script.Parent
  71. Equipped=false
  72. Player=game.Players.LocalPlayer
  73. repeat
  74. wait()
  75. until Player
  76. Character=Player.Character
  77. repeat
  78. wait()
  79. until Character
  80. Mouse=Player:GetMouse()
  81. Torso=Character.Torso
  82. RArm=Character["Right Arm"]
  83. LArm=Character["Left Arm"]
  84. RLeg=Character["Right Leg"]
  85. LLeg=Character["Left Leg"]
  86. LS=Torso["Left Shoulder"]
  87. LH=Torso["Left Hip"]
  88. RS=Torso["Right Shoulder"]
  89. RH=Torso["Right Hip"]
  90. necko=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  91. LHC0=CFrame.new(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  92. LSC0=CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  93. RHC0=CFrame.new(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  94. RSC0=CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  95. ROOTC0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  96. Neck=Character.Torso.Neck
  97. Human=Character:FindFirstChild("Humanoid")
  98. h=game:service'RunService'.Heartbeat
  99. local camera = workspace.CurrentCamera
  100. Debounce=false
  101. world=false
  102. function part(parent,anchored,collide,size,cframe,bcol,material,trans,meshtype,meshscale)
  103. local partt = Instance.new("Part",parent)
  104. partt.Anchored = anchored
  105. partt.CanCollide = collide
  106. partt.Size = size
  107. partt.CFrame = cframe
  108. partt.BrickColor = BrickColor.new(bcol)
  109. partt.Material = material
  110. partt.Transparency = trans
  111. if meshtype then
  112. local mesh = Instance.new("SpecialMesh", partt)
  113. mesh.MeshType = meshtype
  114. mesh.Scale = meshscale
  115. end
  116. return partt
  117. end
  118. function BloodSpurt(parent,cframe)
  119. for i=1,5 do
  120. spawn(function()
  121. local bl=Instance.new("Part",parent)
  122. bl.Size=Vector3.new(0,0,0)
  123. bl.BrickColor=BrickColor.new("Really red")
  124. bl.Anchored=true
  125. bl.CanCollide=false
  126. bl.CFrame=cframe
  127.  
  128. local bp=Instance.new("BodyPosition")
  129. bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  130. bp.Position=bl.Position+Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  131. bl.Anchored=false
  132. bp.Parent=bl
  133. wait()
  134. bp.Parent=nil
  135. end)
  136. end
  137. end
  138. Human.MaxHealth=math.huge
  139. knifeS=Instance.new("Sound",Character)
  140. knifeS.SoundId="rbxassetid://616593932"
  141. knifeS.Volume=2
  142. ZWRDO=Instance.new("Sound",Character)
  143. ZWRDO.SoundId="rbxassetid://188959431"
  144. ZWRDO.Volume=.2
  145.  
  146. Mouse.KeyDown:connect(function(Key)
  147. if Key=="p" and Debounce==false and world==false then
  148. Debounce=true
  149. print("ZA WARUDO")
  150. print("TOKI YO TOMARE")
  151. local ZA=Instance.new("Sound",Character)
  152. ZA.SoundId="rbxassetid://274698941"
  153. ZA:Play()
  154. ZA.Volume=4
  155. ZWRDO:Play()
  156. Human.WalkSpeed=0
  157. spawn(function()
  158. for i=1,100 do
  159. RS.C0=RS.C0*CFrame.Angles(math.rad(0),math.rad(-.4),math.rad(.9))
  160. LS.C0=LS.C0*CFrame.Angles(math.rad(0),math.rad(.4),math.rad(-.9))
  161. Neck.C0=Neck.C0*CFrame.Angles(math.rad(-.1),math.rad(0),math.rad(0))
  162. h:wait()
  163. end
  164. end)
  165. --[[RS.C0=RS.C0*CFrame.Angles(math.rad(0),math.rad(-40),math.rad(90))
  166. LS.C0=LS.C0*CFrame.Angles(math.rad(0),math.rad(40),math.rad(-90))
  167. Neck.C0=Neck.C0*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0))]]
  168. local sphere=Instance.new("Part",Character)
  169. sphere.Anchored=true
  170. sphere.CanCollide=false
  171. sphere.CFrame=Torso.CFrame
  172. sphere.Size=Vector3.new(1,1,1)
  173. sphere.TopSurface=0
  174. sphere.BottomSurface=0
  175. sphere.Reflectance=.5
  176. sphere.Transparency=1
  177. sphere.BrickColor=BrickColor.new("Lapis")
  178. local ball=Instance.new("SpecialMesh",sphere)
  179. ball.MeshType="Sphere"
  180. ball.Scale=Vector3.new(4,4,4)
  181. wait(2)
  182. sphere.Transparency=0
  183. spawn(function()
  184. for i=1,50 do
  185. ball.Scale=ball.Scale+Vector3.new(10,10,10)
  186. sphere.Transparency=i/50
  187. h:wait()
  188. end
  189. sphere.BrickColor=BrickColor.new("New Yeller")
  190. wait(.3)
  191. for i=1,25 do
  192. ball.Scale=ball.Scale-Vector3.new(20,20,20)
  193. sphere.Transparency=-i/25
  194. h:wait()
  195. end
  196. sphere:Destroy()
  197. ball:Destroy()
  198. Human.WalkSpeed=16
  199. end)
  200.  
  201. AnchoredObjects={}
  202. for i, v in pairs(workspace:GetChildren()) do
  203. if v.Name~=Player.Name then
  204. if v.ClassName=="Model" then
  205. for ii, vv in pairs(v:GetChildren()) do
  206. if vv.Name=="Torso" then
  207. if vv.Anchored==false then vv.Anchored=true
  208. table.insert(AnchoredObjects,vv)
  209. wait()
  210.  
  211. end
  212. end
  213. end
  214. end
  215. end
  216. end
  217. game.Lighting.OutdoorAmbient=Color3.new(0,14,135)
  218. game.Lighting.TimeOfDay="00:00:00"
  219. print("Time has stopped.")
  220. wait(1)
  221. for i=1,100 do
  222. RS.C0=RS.C0*CFrame.Angles(math.rad(0),math.rad(.4),math.rad(-.9))
  223. LS.C0=LS.C0*CFrame.Angles(math.rad(0),math.rad(-.4),math.rad(.9))
  224. Neck.C0=Neck.C0*CFrame.Angles(math.rad(.1),math.rad(0),math.rad(0))
  225. end
  226. Debounce=false
  227. world=true
  228. --[[local Mover=Instance.new("HopperBin")
  229. Mover.Parent=Player.StarterPack]]
  230. wait(11)
  231. ZA:Destroy()
  232. for i, v in pairs(AnchoredObjects) do
  233. if v.Anchored==true then
  234. v.Anchored=false
  235. end
  236. end
  237. print("Time continues to flow..")
  238. ZWRDO:Stop()
  239. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  240. game.Lighting.TimeOfDay="15:00:00"
  241. for i=1,#AnchoredObjects do
  242. table.remove(AnchoredObjects,i)
  243. end
  244. world=false
  245. end
  246. end)
  247. knifing=false
  248. Mouse.KeyDown:connect(function(Key)
  249. if Key=="r" and world==true and Debounce==false then
  250. --KNIFEUU
  251. Debounce=true
  252. knifing=true
  253. local rad=math.rad
  254. Torso.Anchored=true
  255. local Knife=part(Character,false,false,Vector3.new(1,1,1),Torso.CFrame*CFrame.new(1.2,3,-3),Color3.new(217/255,217/255,217/255),"Neon",0)
  256. local Toward=part(Character,true,false,Vector3.new(1,1,1),Knife.CFrame*CFrame.new(0,0,-400),Color3.new(0,0,0),"Neon",1)
  257. local HBOX=part(Character,false,false,Vector3.new(1,1,1),Torso.CFrame*CFrame.new(1.5,3,-4),Color3.new(0,0,0),"Plastic",1)
  258. local mosh=Instance.new("SpecialMesh",Knife)
  259. mosh.MeshId="rbxassetid://202083123"
  260. mosh.Scale=Vector3.new(1,1,1)
  261.  
  262. for i=1,10 do h:wait()
  263. Torso.CFrame=Torso.CFrame*CFrame.new(0,-.03,0)*CFrame.Angles((rad(-2)),(rad(0)),(rad(0)))
  264. RH.C0=RH.C0*CFrame.Angles(rad(-.3), rad(0), rad(2))*CFrame.new(.065,0,0)
  265. LH.C0=LH.C0*CFrame.Angles(rad(-.3), rad(0), rad(1.3))*CFrame.new(0,.03,0)
  266. LS.C0=LS.C0*CFrame.Angles(rad(-.3), rad(0), rad(3.5))*CFrame.new(0,0,0)
  267. RS.C0=RS.C0*CFrame.Angles(rad(-.3), rad(0), rad(12))*CFrame.new(0,0,0)
  268. end--202083162
  269. Knife.Anchored=false
  270. local BEP=Instance.new("BodyVelocity")
  271. BEP.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  272. BEP.Velocity=(Toward.Position-HBOX.Position).unit*70
  273. BEP.Parent=HBOX
  274.  
  275. local BEP2=Instance.new("BodyVelocity")
  276. BEP2.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  277. BEP2.Velocity=(Toward.Position-Knife.Position).unit*70
  278. BEP2.Parent=Knife
  279.  
  280. wait(.1)
  281. spawn(function()
  282. spawn(function()
  283. knifeS:Play()
  284. wait(.7)
  285. knifeS:Stop()
  286. end)
  287. wait(1)
  288. for i=1,10 do
  289. Torso.CFrame=Torso.CFrame*CFrame.new(0,.03,0)*CFrame.Angles((rad(2)),(rad(0)),(rad(0)))
  290. RH.C0=RH.C0*CFrame.Angles(rad(.3), rad(0), rad(-2))*CFrame.new(-.065,0,0)
  291. LH.C0=LH.C0*CFrame.Angles(rad(.3), rad(0), rad(-1.3))*CFrame.new(0,-.03,0)
  292. LS.C0=LS.C0*CFrame.Angles(rad(.3), rad(0), rad(-3.5))*CFrame.new(0,0,0)
  293. RS.C0=RS.C0*CFrame.Angles(rad(.3), rad(0), rad(-12))*CFrame.new(0,0,0)
  294. end--202083162
  295. Torso.Anchored=false
  296. end)
  297. HBOX.Touched:connect(function(Hit)
  298. if Hit.Name~=HBOX.Name and Hit.Name~=Player.Name then
  299. print"hit!"
  300. Knife.Anchored=true
  301. BEP.Parent=nil
  302. --BEP2.Parent=nil
  303. HBOX:Destroy()
  304. print"yey"
  305. Knife.Anchored=true
  306. --Knife.CFrame=Knife.CFrame*CFrame.new(0,0,.5)
  307. repeat wait()
  308.  
  309. until world==false
  310. Knife.Anchored=false
  311. Knife.Touched:connect(function(Het)
  312. if Het.Name~=Player.Name then
  313. if Het.Parent:FindFirstChild("Humanoid") then
  314. BloodSpurt(Character,Knife.CFrame)
  315. --Knife:Destroy()
  316. BEP2:Remove()
  317. local hoom=Het.Parent:FindFirstChild("Humanoid")
  318. hoom.Health=hoom.Health-100
  319.  
  320. end
  321. end
  322. end)
  323. end
  324. end)
  325. Debounce=false
  326. end
  327. end)
  328.  
  329. spawn(function()
  330. while true do
  331. wait()
  332. if Human.Health<=0 then
  333. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  334. game.Lighting.TimeOfDay="15:00:00"
  335. for i, v in pairs(AnchoredObjects) do
  336. if v.Anchored==true then
  337. v.Anchored=false
  338. end
  339. end
  340. end
  341.  
  342. end
  343. end)
  344. --[[
  345. Torso.CFrame=Torso.CFrame*CFrame.new(0,-.3,0)*CFrame.Angles((math.rad(-13)),(math.rad(0)),(math.rad(0)))
  346. RH.C0=RH.C0*CFrame.new(.3,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(13))
  347. LH.C0=LH.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(15))
  348. RS.C0=RS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(10),math.rad(110))
  349. LS.C0=LS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(-10),math.rad(-110))
  350. Neck.C0=Neck.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-13),math.rad(0),math.rad(0))
  351. ]]
  352. --]]
  353. --Muda MUDA MUDA MUDAAAA
  354. Mouse.KeyDown:connect(function(Key)
  355. if Key=="e" and HoldE==false then
  356. HoldE=true
  357. Torso.Anchored=true
  358. local Playing=false
  359. --pos
  360. Torso.CFrame=Torso.CFrame*CFrame.new(0,-.3,0)*CFrame.Angles((math.rad(-13)),(math.rad(0)),(math.rad(0)))
  361. RH.C0=RH.C0*CFrame.new(.3,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(13))
  362. LH.C0=LH.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(15))
  363. RS.C0=RS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(10),math.rad(110))
  364. LS.C0=LS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(-10),math.rad(-110))
  365. Neck.C0=Neck.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-13),math.rad(0),math.rad(0))
  366. --arms
  367. local Hitbox=Instance.new("Part",Character)
  368. Hitbox.Anchored=true
  369. Hitbox.CanCollide=false
  370. Hitbox.Size=Vector3.new(4,7,4)
  371. Hitbox.Transparency=1
  372. Hitbox.CFrame=Torso.CFrame*CFrame.new(0,0,-2.3)
  373. RArm.Touched:connect(function(hit)
  374. if hit.Parent:FindFirstChild("Humanoid") then
  375. if hit.Parent.Name~=Player.Name and HoldE==true then
  376. local Hooman=hit.Parent:FindFirstChild("Humanoid")
  377. Hooman.Health=Hooman.Health-10
  378. local effectpart=Instance.new("Part",Character)
  379. effectpart.Size=Vector3.new(1,1,1)
  380. effectpart.CFrame=hit.Parent.Torso.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  381. effectpart.Anchored=true
  382. effectpart.CanCollide=false
  383. local Ring=Instance.new("SpecialMesh",effectpart)
  384. Ring.MeshId="rbxassetid://3270017"
  385. Ring.Scale=Vector3.new(2,2,2)
  386. for i=1,8 do
  387. Ring.Scale=Ring.Scale+Vector3.new(1,1,1)
  388. effectpart.Transparency=i/8
  389. wait()
  390. end
  391. effectpart:Destroy()
  392. end
  393. end
  394. end)
  395. LArm.Touched:connect(function(hit)
  396. if hit.Parent:FindFirstChild("Humanoid") then
  397. if hit.Parent.Name~=Player.Name and HoldE==true then
  398. local Hooman=hit.Parent:FindFirstChild("Humanoid")
  399. Hooman.Health=Hooman.Health-10
  400. local effectpart=Instance.new("Part",Character)
  401. effectpart.Size=Vector3.new(1,1,1)
  402. effectpart.CFrame=hit.Parent.Torso.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  403. effectpart.Anchored=true
  404. effectpart.CanCollide=false
  405. local Ring=Instance.new("SpecialMesh",effectpart)
  406. Ring.MeshId="rbxassetid://3270017"
  407. Ring.Scale=Vector3.new(2,2,2)
  408. for i=1,8 do
  409. Ring.Scale=Ring.Scale+Vector3.new(1,1,1)
  410. effectpart.Transparency=i/8
  411. wait()
  412. end
  413. effectpart:Destroy()
  414. end
  415. end
  416. end)
  417. spawn(function()
  418. local MUDA=Instance.new("Sound",Character)
  419. MUDA.SoundId="rbxassetid://601465752"
  420. MUDA.Volume=2
  421. while HoldE==true do
  422. for i=1,3 do
  423. RS.C0=RS.C0*CFrame.new(0,2/3,0)
  424. LS.C0=LS.C0*CFrame.new(0,-2/3,0)
  425. h:wait()
  426. end
  427. for i=1,3 do
  428. RS.C0=RS.C0*CFrame.new(0,-2/3,0)
  429. LS.C0=LS.C0*CFrame.new(0,2/3,0)
  430. h:wait()
  431. end
  432. if HoldE==true and Playing==false then
  433. spawn(function()
  434. MUDA:Play()
  435. Playing=true
  436. wait(6)
  437. Playing=false
  438. end)
  439. end
  440. end
  441. MUDA:Stop()
  442. end)
  443. while HoldE==true do
  444. Hitbox.CFrame=Torso.CFrame*CFrame.new(0,0,-2.3)
  445. wait()
  446. Hitbox.CFrame=Torso.CFrame*CFrame.new(0,0,-2.1)
  447.  
  448. end
  449. Hitbox:Destroy()
  450. end
  451. end)
  452. Mouse.KeyUp:connect(function(Key)
  453. if Key=="e" and HoldE==true then
  454. HoldE=false
  455. wait(.1)
  456. Neck.C0 = necko
  457. LH.C0 = LHC0
  458. LS.C0 = LSC0
  459. RH.C0 = RHC0
  460. RS.C0 = RSC0
  461. Torso.Anchored=false
  462. end
  463. end)
  464. SYO=false
  465. local function rays(pos1,pos2,maxlength,bcol,material)
  466. local ray=Ray.new(pos1.Position,(pos2-pos1.Position).unit*maxlength)
  467. local part, position = workspace:FindPartOnRay(ray, Character, false, true)
  468. local beam = Instance.new("Part", workspace)
  469. beam.BrickColor = BrickColor.new(bcol)
  470. beam.FormFactor = "Custom"
  471. beam.Material = material
  472. beam.Transparency = 0
  473. beam.Anchored = true
  474. beam.Locked = true
  475. beam.CanCollide = false
  476. local dist=(pos1.Position-position).magnitude
  477. beam.Size=Vector3.new(.3,.3,dist)
  478. beam.CFrame=CFrame.new(pos1.CFrame.p,position)*CFrame.new(0,0,-dist/2)
  479. for i=1,10 do
  480. beam.Transparency=i/10
  481. wait()
  482. end
  483. beam:Destroy()
  484. end
  485. --SUNLIGHT YELLOW OVERDRIVE
  486. Mouse.KeyDown:connect(function(Key)
  487. if Key=="x" and Debounce==false then
  488. Debounce=true
  489. if Character.Animate.Disabled==false then
  490. Character.Animate.Disabled=true
  491. end
  492. SYO=true
  493. local SUNLIGHT=Instance.new("Sound",Character)
  494. SUNLIGHT.SoundId="rbxassetid://538732827"
  495. SUNLIGHT.Volume=.2
  496. SUNLIGHT:Play()
  497. local Elec=Instance.new("Sound",Character)
  498. Elec.SoundId="rbxassetid://186130717"
  499. Torso.Anchored=true
  500. for i=1,100 do
  501. Torso.CFrame=Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles((math.rad(0)),(math.rad(-.2)),(math.rad(0)))
  502. RH.C0=RH.C0*CFrame.new(.003,0,0)*CFrame.Angles(math.rad(-.03),math.rad(.2),math.rad(.13))
  503. LH.C0=LH.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-.03),math.rad(.2),math.rad(.15))
  504. Neck.C0=Neck.C0*CFrame.Angles(math.rad(.2),math.rad(0),math.rad(0))
  505. LS.C0=LS.C0*CFrame.new(-.003,0,0)*CFrame.Angles(math.rad(-.2),math.rad(0),math.rad(-.9))
  506. RS.C0=RS.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-.2),math.rad(0),math.rad(-.5))
  507. h:wait()
  508. end
  509. local PEPART=Instance.new("Part",Character)
  510. PEPART.Size=Vector3.new(3,0,3)
  511. PEPART.CFrame=Torso.CFrame*CFrame.new(0,-3,0)
  512. PEPART.Transparency=1
  513. PEPART.Anchored=true
  514. PEPART.CanCollide=false
  515. local PEPART2=PEPART:Clone()
  516. PEPART2.Parent=Character
  517. PEPART2.Size=Vector3.new(5,0,5)
  518. PEPART2.Transparency=1
  519. local PE2=Instance.new("ParticleEmitter",PEPART)
  520. PE2.Color=ColorSequence.new(Color3.new(1,1,0),Color3.new(1,1,0))
  521. PE2.Lifetime=NumberRange.new(1.3,1.3,1.3)
  522. PE2.Texture="rbxassetid://298035054"
  523. PE2.Size=NumberSequence.new(2,2,2)
  524. local PE1=Instance.new("ParticleEmitter",PEPART)
  525. PE1.Color=ColorSequence.new(Color3.new(1,1,0),Color3.new(1,1,0))
  526. PE1.Lifetime=NumberRange.new(1.3,1.3,1.3)
  527. Elec:Play()
  528. for i=1,30 do
  529. local p1=Instance.new("Part",Character)
  530. p1.Size=Vector3.new(0,0,0)
  531. p1.CanCollide=false
  532. p1.Anchored=true
  533. p1.Transparency=1
  534. local p2=p1:Clone()
  535. local p3=p2:Clone()
  536. local p4=p2:Clone()
  537. local p5=p4:Clone()
  538. local p6=p5:Clone()
  539. p3.Parent=Character
  540. p2.Parent=Character
  541. p4.Parent=Character
  542. p5.Parent=Character
  543. p6.Parent=Character
  544. p1.CFrame=Character.Torso.CFrame
  545. p2.CFrame=p1.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  546. p3.CFrame=p2.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  547. p4.CFrame=p3.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  548. p5.CFrame=p4.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  549. p6.CFrame=p5.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  550.  
  551. spawn(function()
  552. rays(p1,p2.Position,3,"Deep orange","Neon")
  553. end)
  554. spawn(function()
  555. rays(p2,p3.Position,3,"Deep orange","Neon")
  556. end)
  557. spawn(function()
  558. rays(p3,p4.Position,3,"Deep orange","Neon")
  559. end)
  560. spawn(function()
  561. rays(p4,p5.Position,3,"Deep orange","Neon")
  562. end)
  563. spawn(function()
  564. rays(p5,p6.Position,3,"Deep orange","Neon")
  565. end)
  566. p1:Destroy()
  567. p2:Destroy()
  568. p3:Destroy()
  569. p4:Destroy()
  570. p5:Destroy()
  571. p6:Destroy()
  572. wait()
  573. end
  574. local HitFound=false
  575. local Hitbox=Instance.new("Part",Character)
  576. Hitbox.Size=Vector3.new(4,6,4)
  577. Hitbox.Anchored=true
  578. Hitbox.CanCollide=false
  579. Hitbox.Transparency=1
  580. Hitbox.CFrame=Torso.CFrame*CFrame.new(0,0,-4)
  581. Hitbox.Touched:connect(function(Hit)
  582. if Hit.Parent:FindFirstChild("Humanoid") then
  583. if Hit.Parent.Name~=Player.Name then
  584. HitFound=true
  585.  
  586. Hitbox:Destroy()
  587. local Target=Hit.Parent
  588. local Hooman=Target:FindFirstChild("Humanoid")
  589. local OTorso=Target.Torso
  590. local BPER=Instance.new("Part",Character)
  591. BPER.Anchored=true
  592. BPER.CanCollide=false
  593. BPER.Transparency=1
  594. BPER.CFrame=Torso.CFrame*CFrame.Angles(0,math.rad(20),0,0)*CFrame.new(0,5,-10)
  595. BP=Instance.new("BodyPosition")
  596. BP.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  597. BP.Position=BPER.Position
  598. BP.Parent=OTorso
  599. local YELLOW=Instance.new("Sound",Character)
  600. YELLOW.SoundId="rbxassetid://624164065"
  601. YELLOW.Volume=3
  602. spawn(function()
  603. while HitFound==true do
  604. if Human.Health==0 then
  605. BP:Destroy()
  606. end
  607. wait()
  608. end
  609. end)
  610. wait(2)
  611. Neck.C0 = necko
  612. LH.C0 = LHC0
  613. LS.C0 = LSC0
  614. RH.C0 = RHC0
  615. RS.C0 = RSC0
  616. Torso.CFrame=OTorso.CFrame*CFrame.new(0,0,2.3)
  617. PEPART:Destroy()
  618. PEPART2:Destroy()
  619. SUNLIGHT:Destroy()
  620. YELLOW:Play()
  621. Torso.CFrame=Torso.CFrame*CFrame.new(0,-.3,0)*CFrame.Angles((math.rad(-13)),(math.rad(0)),(math.rad(0)))
  622. RH.C0=RH.C0*CFrame.new(.3,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(13))
  623. LH.C0=LH.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-3),math.rad(0),math.rad(15))
  624. RS.C0=RS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(10),math.rad(110))
  625. LS.C0=LS.C0*CFrame.new(1,0,0)*CFrame.Angles(math.rad(-20),math.rad(-10),math.rad(-110))
  626. Neck.C0=Neck.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(-13),math.rad(0),math.rad(0))
  627. local function balleff()
  628. spawn(function()
  629. local ball=Instance.new("Part",Character)
  630. ball.CanCollide=false
  631. ball.Anchored=true
  632. ball.Transparency=1
  633. ball.Size=Vector3.new(1,1,1)
  634. ball.CFrame=OTorso.CFrame
  635. ball.BrickColor=BrickColor.new("Deep orange")
  636. ball.Material="Neon"
  637. local sp=Instance.new("SpecialMesh",ball)
  638. sp.Scale=Vector3.new(1,1,1)
  639. sp.MeshType="Sphere"
  640. for i=1,13 do
  641. sp.Scale=sp.Scale+Vector3.new(2,2,2)
  642. ball.Transparency=i/13
  643. wait()
  644. end
  645. end)
  646. end
  647. for i=1,30 do
  648. balleff()
  649. for i=1,3 do
  650. RS.C0=RS.C0*CFrame.new(0,2/3,0)
  651. LS.C0=LS.C0*CFrame.new(0,-2/3,0)
  652. h:wait()
  653. end
  654. for i=1,3 do
  655. RS.C0=RS.C0*CFrame.new(0,-2/3,0)
  656. LS.C0=LS.C0*CFrame.new(0,2/3,0)
  657. h:wait()
  658. end
  659. h:wait()
  660. Hooman.Health=Hooman.Health-20
  661. end
  662. end
  663. Torso.Anchored=false
  664. Character.Animate.Disabled=false
  665. Neck.C0 = necko
  666. LH.C0 = LHC0
  667. LS.C0 = LSC0
  668. RH.C0 = RHC0
  669. RS.C0 = RSC0
  670. Torso.Anchored=false
  671. HitFound=false
  672. BP:Destroy()
  673.  
  674. end
  675. end)
  676. for i=1,360/4 do
  677. Hitbox.CFrame=Hitbox.CFrame*CFrame.Angles(math.rad(-4),math.rad(-4),math.rad(-4))
  678. if HitFound==true then
  679. break
  680. end
  681. h:wait()
  682. end
  683. if HitFound==false then
  684. Hitbox:Destroy()
  685. Neck.C0 = necko
  686. LH.C0 = LHC0
  687. LS.C0 = LSC0
  688. RH.C0 = RHC0
  689. RS.C0 = RSC0
  690. Torso.Anchored=false
  691. HitFound=false
  692. PEPART:Destroy()
  693. PEPART2:Destroy()
  694. SUNLIGHT:Destroy()
  695. Character.Animate.Disabled=false
  696. end
  697. Debounce=false
  698. end
  699. end)
  700. walkkeys={}
  701. Mouse.KeyDown:connect(function(Key)
  702. if Key=="w" or "a" or "s" or "d" then
  703. table.insert(walkkeys,Key)
  704. end
  705. end)
  706. spawn(function()
  707. while wait() do
  708. if walkkeys[1] or walkkeys[2] or walkkeys[3] or walkkeys[4] then
  709. --walking
  710. else
  711. --idle
  712. end
  713. end
  714. end)
  715. Mouse.KeyUp:connect(function(Key)
  716. if Key=="w" or "a" or "s" or "d" then
  717. for i, v in pairs(walkkeys) do
  718. if v=="w" or "a" or "s" or "d" then
  719. table.remove(walkkeys,i)
  720. end
  721. end
  722. end
  723. end)
  724. local trans={}
  725. for i=0,1,.1 do
  726. table.insert(trans,NumberSequenceKeypoint.new(i,i,i))
  727. end
  728. local sizes={NumberSequenceKeypoint.new(0,0.988,0),NumberSequenceKeypoint.new(0.0399,0.988,0),NumberSequenceKeypoint.new(0.52,0.617,0),
  729. NumberSequenceKeypoint.new(1,0.185,0)}
  730.  
  731. Mouse.KeyDown:connect(function(Key)
  732. if Key=="f" and Debounce==false then
  733. --EMERALD SPLASHO
  734. Debounce=true
  735. local bemz={}
  736. local HasHit=false
  737. local EpicOver=false
  738. Torso.Anchored=true
  739. for i=1,100 do
  740. Torso.CFrame=Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles((math.rad(0)),(math.rad(-.2)),(math.rad(0)))
  741. RH.C0=RH.C0*CFrame.new(.003,0,0)*CFrame.Angles(math.rad(0),math.rad(.20),math.rad(.05))
  742. LH.C0=LH.C0*CFrame.new(.004,0,0)*CFrame.Angles(math.rad(-.10),math.rad(.20),math.rad(.10))
  743. RS.C0=RS.C0*CFrame.new(.005,0,0)*CFrame.Angles(math.rad(0),math.rad(.30),math.rad(.90))
  744. LS.C0=LS.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(-.45),math.rad(-.90))
  745. Neck.C0=Neck.C0*CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(.20))
  746. h:wait()
  747. end
  748. local PosPart=Instance.new("Part",Character)
  749. PosPart.Anchored=true
  750. PosPart.CanCollide=false
  751. PosPart.Size=Vector3.new(0,0,0)
  752. PosPart.Transparency=1
  753. PosPart.CFrame=Torso.CFrame*CFrame.new(0,.5,-2)*CFrame.Angles(0,math.rad(20),0)
  754. local PE=Instance.new("ParticleEmitter",PosPart)
  755. PE.Color=ColorSequence.new(Color3.new(0,1,0),Color3.new(0,1,0))
  756. PE.Lifetime=NumberRange.new(.1,.1,.1)
  757. PE.Rate=50
  758. local ShootTable={}
  759. local function Shoot()
  760. spawn(function()
  761. local em=Instance.new("Part",Character)
  762. em.Size=Vector3.new(3,3,3)
  763. em.CFrame=PosPart.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),0)
  764. em.Anchored=true
  765. em.CanCollide=false
  766. em.Color=Color3.new(0,1,0)
  767. em.Material="Neon"
  768. em.Name="em"
  769. table.insert(ShootTable,em)
  770. local er=Instance.new("SpecialMesh",em)
  771. er.MeshType="Sphere"
  772. er.Scale=Vector3.new(2,2,4)
  773. local trail=Instance.new("ParticleEmitter",em)
  774. em.Size=Vector3.new(0,0,0)
  775. trail.Texture="rbxassetid://170478374"
  776. trail.Transparency=NumberSequence.new(trans)
  777. trail.LockedToPart=true
  778. trail.Rate=499999997952.000
  779. trail.Size=NumberSequence.new(sizes)
  780. trail.Lifetime=NumberRange.new(5,5,5)
  781. trail.Speed=NumberRange.new(20,20,20)
  782. trail.LightEmission=1
  783. trail.EmissionDirection="Back"
  784.  
  785. local HitBParent=part(Character,true,false,Vector3.new(1,1,1),PosPart.CFrame*CFrame.new(0,0,-320),Color3.new(0,0,0),"Neon",1)
  786. local HITBOX=part(Character,false,false,Vector3.new(7,7,7),PosPart.CFrame,Color3.new(0,0,0),"Plastic",1)
  787. local BEP=Instance.new("BodyVelocity")
  788. BEP.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  789. BEP.Velocity=(HitBParent.Position-HITBOX.Position).unit*121
  790. BEP.Parent=HITBOX
  791.  
  792. HITBOX.Touched:connect(function(Hit)
  793. if Hit.Parent:FindFirstChild("Humanoid") then
  794. if Hit.Parent.Name~=Player.Name then
  795. if HasHit==false then
  796. HasHit=true
  797. for i=1,#ShootTable do
  798. table.remove(ShootTable,i)
  799. end
  800. HITBOX:Destroy()
  801. print("HIT")
  802. local Target=Hit.Parent
  803. local OTorso=Target.Torso
  804. local Hooman=Target:FindFirstChild("Humanoid")
  805. camera.CameraType = Enum.CameraType.Scriptable
  806. camera.CameraSubject = OTorso
  807. spawn(function()
  808.  
  809.  
  810. wait(2.8)
  811. for i=1,18.2,.1 do
  812. if Human.Health<=0 then
  813. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  814. game.Workspace.CurrentCamera.CameraType = "Custom"
  815. break
  816. end
  817. if Human.Health<=0 then else
  818. camera.CoordinateFrame=CFrame.new(OTorso.Position)*CFrame.Angles(0,i,0)*CFrame.new(0,0,i+10)
  819. h:wait() end
  820. end
  821. for i=1,130 do
  822. camera.CoordinateFrame=CFrame.new(OTorso.Position)*CFrame.new(0,0,i+40)
  823. h:wait()
  824. end
  825. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  826. game.Workspace.CurrentCamera.CameraType = "Custom"
  827.  
  828. end)
  829. local Beams={}
  830. OTorso.Anchored=true
  831. for i=1,10 do
  832. local bem=Instance.new("Part",Character)
  833. bem.Size=Vector3.new(1,100,1)
  834. bem.Anchored=true
  835. bem.CanCollide=false
  836. bem.Color=Color3.new(0,1,0)
  837. bem.TopSurface=0
  838. bem.BottomSurface=0
  839. bem.Material="Neon"
  840. bem.Transparency=.9
  841. bem.Name="GreenBean"
  842. bem.CFrame=OTorso.CFrame*CFrame.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  843. table.insert(bemz,bem)
  844. spawn(function()
  845. wait(7.3)
  846. bem:Destroy()
  847. end)
  848. bem.Touched:connect(function(Hit)
  849. if Hit.Name==Target.Name then
  850. bem:Destroy()
  851. end
  852. end)
  853. end
  854.  
  855.  
  856. local function Shoot2()
  857. spawn(function()
  858. local em=Instance.new("Part",Character)
  859. em.Size=Vector3.new(1,1,1)
  860. em.CFrame=OTorso.CFrame*CFrame.new(math.random(-100,100),math.random(-100,100),math.random(-100,100))
  861. em.Anchored=true
  862. em.CanCollide=false
  863. em.Color=Color3.new(0,1,0)
  864. em.Material="Neon"
  865. em.Name="em2"
  866. em.Shape="Ball"
  867. em.Transparency=0
  868. local trail=Instance.new("ParticleEmitter",em)
  869. em.Size=Vector3.new(0,0,0)
  870. trail.Texture="rbxassetid://170478374"
  871. trail.Transparency=NumberSequence.new(trans)
  872. trail.LockedToPart=false
  873. trail.Rate=499999997952.000
  874. trail.Size=NumberSequence.new(sizes)
  875. trail.Lifetime=NumberRange.new(5,5,5)
  876. trail.Speed=NumberRange.new(0,0,0)
  877. trail.LightEmission=1
  878. trail.Enabled=false
  879. local BP=Instance.new("BodyPosition")
  880. BP.maxForce=Vector3.new(500,500,500)
  881. BP.Position=OTorso.Position
  882. --Play sound
  883. wait(4)
  884. trail.Enabled=true
  885. em.Anchored=false
  886. em.Transparency=0
  887. BP.Parent=em
  888. wait(1.5)
  889. em:Destroy()
  890. end)
  891. end
  892. local SPLASH=Instance.new("Sound",Character)
  893. SPLASH.SoundId="rbxassetid://536523766"
  894. SPLASH.Volume=3
  895. local EXPLOSION=Instance.new("Sound",Character)
  896. EXPLOSION.SoundId="rbxassetid://165969964"
  897. SPLASH:Play()
  898. for i=1,40 do
  899. Shoot2()
  900. Shoot2()
  901. Shoot2()
  902. end
  903. wait(6)
  904.  
  905.  
  906.  
  907. local ring1 = part(Character,true,false,Vector3.new(0,0,0),OTorso.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Color3.new(0,1,0),"Neon",0)
  908. local rm = Instance.new("SpecialMesh",ring1)
  909. rm.MeshType="Brick"
  910. rm.Scale = Vector3.new(250,250,250)
  911. local ring2 = ring1:Clone()
  912. ring2.Parent=Character
  913. local rm2 = Instance.new("SpecialMesh", ring2)
  914. rm2.MeshType="Brick"
  915. rm2.Scale =Vector3.new(250,250,250)
  916. local block1 = part(Character,true,false,Vector3.new(0,0,0),OTorso.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Color3.new(0,1,0),"Neon",0)
  917. local bm = Instance.new("BlockMesh",block1)
  918. bm.Scale=Vector3.new(500,500,500)
  919. local block2=block1:Clone()
  920. local bm2=bm:Clone()
  921. block2.Parent=Character
  922. bm2.Parent=block2
  923. block2.CFrame=OTorso.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  924. spawn(function()
  925. for ii=1,3 do
  926. for i, v in pairs(Player:GetChildren()) do
  927. if v.ClassName=="Part" and v.Name=="GreenBean" then
  928. v:Destroy()
  929. end
  930. end
  931. wait(.2)
  932. end
  933. end)
  934. EXPLOSION:Play()
  935. spawn(function()
  936. for i = 1,50 do
  937. block1.CFrame=block1.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  938. block2.CFrame=block2.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  939. block1.Transparency=i/50
  940. block2.Transparency=i/50
  941. wait()
  942. end
  943. end)
  944. for i = 1,50 do
  945. ring1.CFrame=ring1.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  946. ring2.CFrame=ring2.CFrame*CFrame.Angles(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  947. ring1.Transparency = i/50
  948. ring2.Transparency = i/50
  949. wait()
  950. end
  951. ring1:Destroy()
  952. ring2:Destroy()
  953. OTorso.Position=OTorso.Position+Vector3.new(0,.001,0)
  954.  
  955. end
  956. end
  957. HasHit=false
  958. end
  959. end)
  960. pcall(function()
  961. for i, v in pairs(Player:GetChildren()) do
  962. if v.ClassName=="Part" and v.Name=="GreenBean" then
  963. v:Destroy()
  964. end
  965. end
  966. end)
  967. for i=1,160 do
  968. h:wait()
  969. em.CFrame=em.CFrame*CFrame.new(0,0,-2)
  970. --HitBParent.CFrame=HitBParent.CFrame*CFrame.new(0,0,-2)
  971. if HasHit==true then
  972. pcall(function()
  973. em:Destroy()
  974. end)
  975. break
  976. end
  977. end
  978.  
  979. pcall(function()
  980. em:Destroy()
  981. HITBOX:Destroy()
  982. HitBParent:Destroy()
  983. end)
  984. end)
  985. end
  986. pcall(function()
  987. for i, v in pairs(Player:GetChildren()) do
  988. if v.ClassName=="Part" and v.Name=="GreenBean" then
  989. v:Destroy()
  990. end
  991. end
  992. end)
  993. Shoot()
  994.  
  995. repeat
  996. wait()
  997. until Character:FindFirstChild("em")==nil and HasHit==false
  998. PosPart:Destroy()
  999. Neck.C0 = necko
  1000. LH.C0 = LHC0
  1001. LS.C0 = LSC0
  1002. RH.C0 = RHC0
  1003. RS.C0 = RSC0
  1004. Torso.Anchored=false
  1005. HasHit=false
  1006. Debounce=false
  1007. end
  1008. end)
  1009. Mouse.KeyDown:connect(function(Key)
  1010. if Key=="g" then
  1011. BloodSpurt(Character,Torso.CFrame)
  1012. end
  1013. end)
  1014. SOUNDT={"rbxassetid://171370547","rbxassetid://466379148"}
  1015. while true do
  1016. if Human.health==0 then
  1017. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  1018. game.Workspace.CurrentCamera.CameraType = "Custom"
  1019. local Sound=Instance.new("Sound",Character)
  1020. Sound.SoundId=SOUNDT[math.random(#SOUNDT)]
  1021. Sound:Play()
  1022. wait(100)
  1023. end
  1024. wait()
  1025. end
  1026.  
  1027.  
  1028. end
  1029. coroutine.resume(coroutine.create(SCRIPT_YFXI86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement