Advertisement
filipaopastebins2134

Larva Street Fighter Yellow v1.1

Feb 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local HealthFrame = Instance.new("Frame")
  6. local HealthBar = Instance.new("Frame")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. HealthFrame.Name = "HealthFrame"
  12. HealthFrame.Parent = ScreenGui
  13. HealthFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. HealthFrame.BorderColor3 = Color3.new(1, 0.666667, 0)
  15. HealthFrame.BorderSizePixel = 5
  16. HealthFrame.Position = UDim2.new(0.0835690796, 0, 0.0729286149, 0)
  17. HealthFrame.Size = UDim2.new(0, 344, 0, 23)
  18.  
  19. HealthBar.Name = "HealthBar"
  20. HealthBar.Parent = HealthFrame
  21. HealthBar.BackgroundColor3 = Color3.new(0, 1, 0)
  22. HealthBar.BorderSizePixel = 0
  23. HealthBar.Position = UDim2.new(0, 0, -0.0434781425, 0)
  24. HealthBar.Size = UDim2.new(0, 344, 0, 23)
  25.  
  26. ImageLabel.Parent = ScreenGui
  27. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  28. ImageLabel.Position = UDim2.new(0.0120147876, 0, 0, 0)
  29. ImageLabel.Size = UDim2.new(0, 70, 0, 70)
  30. ImageLabel.Image = "rbxassetid://2890347241"
  31. -- Scripts:
  32. function SCRIPT_ZNBN72_FAKESCRIPT() -- HealthBar.LocalScript
  33. local script = Instance.new('LocalScript')
  34. script.Parent = HealthBar
  35. wait(.1)
  36. while true do
  37. hp = game.Players.LocalPlayer.Character.Humanoid.Health/100
  38. script.Parent:TweenSize(UDim2.new(hp,0,1,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quad,0.15)
  39. wait(.2)
  40. end
  41.  
  42. end
  43. coroutine.resume(coroutine.create(SCRIPT_ZNBN72_FAKESCRIPT))
  44. --By Rufus14 (One of the my best scripts)
  45. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  46. sound.SoundId = "http://roblox.com/asset?id=280667448"
  47. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  48. mouse = game.Players.LocalPlayer:GetMouse()
  49. function key(key)
  50. key = key:lower()
  51. if key == "q" then
  52. for i = 1,5 do
  53. wait(0.01)
  54. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  55. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  56. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  57. end
  58. sound:Play()
  59. local hit = Instance.new("Explosion", plr["Right Arm"])
  60. hit.Position = plr["Right Arm"].Position
  61. hit.Visible = false
  62. hit.BlastPressure = 100000
  63. hit.BlastRadius = 2.5
  64. wait(0.05)
  65. for i = 1,5 do
  66. wait(0.01)
  67. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  68. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  69. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  70. end
  71. hit:destroy()
  72. end
  73. if key == "e" then
  74. for i = 1,5 do
  75. wait(0.01)
  76. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  77. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  78. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  79. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  80. sound.PlaybackSpeed = 0.7
  81. end
  82. sound:Play()
  83. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  84. hit1.Position = plr["Right Leg"].Position
  85. hit1.Visible = false
  86. hit1.BlastPressure = 200000
  87. hit1.BlastRadius = 2
  88. wait(0.1)
  89. for i = 1,5 do
  90. wait(0.01)
  91. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  92. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  93. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  94. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  95. end
  96. sound.PlaybackSpeed = 1
  97. hit1:destory()
  98. end
  99. if key == "r" then
  100. for i = 1,5 do
  101. wait(0.01)
  102. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  103. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  104. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  105. end
  106. sound:Play()
  107. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  108. hit2.Position = plr["Left Arm"].Position
  109. hit2.Visible = false
  110. hit2.BlastPressure = 100000
  111. hit2.BlastRadius = 2.5
  112. wait(0.05)
  113. for i = 1,5 do
  114. wait(0.01)
  115. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  116. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  117. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  118. end
  119. hit2:destroy()
  120. end
  121. end
  122. mouse.KeyDown:connect(key)
  123. plr = game.Players.LocalPlayer.Character
  124. sound1 = Instance.new("Sound", plr.Head)
  125. sound1.SoundId = "http://www.roblox.com/asset/?id=360202811"
  126. sound1:Play()
  127. sound1.Looped = true
  128. sound1.Volume = 20
  129. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  130. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  131. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  132. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  133. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  134. while true do
  135. wait(0.01)
  136. for i = 1,2 do
  137. wait(0.05)
  138. plr = game.Players.LocalPlayer.Character
  139. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  140. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  141. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  142. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  143. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  144. end
  145. for i = 1,2 do
  146. wait(0.05)
  147. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  148. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  149. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  150. plr = game.Players.LocalPlayer.Character
  151. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  152. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  153. end
  154. for i = 1,3 do
  155. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  156. wait(0.05)
  157. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  158. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  159. plr = game.Players.LocalPlayer.Character
  160. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  161. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  162. end
  163. wait(1)
  164. -------------------------------------------------------------------------------------------------------
  165. for i = 1,3 do
  166. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  167. wait(0.05)
  168. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  169. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  170. plr = game.Players.LocalPlayer.Character
  171. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  172. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  173.  
  174. end
  175. for i = 1,2 do
  176. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  177. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  178. wait(0.05)
  179. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  180. plr = game.Players.LocalPlayer.Character
  181. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  182. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  183.  
  184. end
  185. for i = 1,2 do
  186. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  187. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  188. wait(0.05)
  189. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  190. plr = game.Players.LocalPlayer.Character
  191. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  192. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  193.  
  194. end
  195. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement