Advertisement
nazmoney

FE Fling Kill

Feb 15th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. --Not Mine!
  2. -- Credits Go To JackMcJagger15
  3. local FlingKill = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Label = Instance.new("Frame")
  6. local Shadow = Instance.new("Frame")
  7. local StartKill = Instance.new("TextButton")
  8. local StopKill = Instance.new("TextButton")
  9. local Instructions = Instance.new("TextLabel")
  10. local CurrentPower = Instance.new("TextLabel")
  11. local Recomendation = Instance.new("TextLabel")
  12. local NameOfGui = Instance.new("TextLabel")
  13. local Exit = Instance.new("TextButton")
  14. local UPArrow = Instance.new("TextButton")
  15. local DownArrow = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. FlingKill.Name = "Fling/Kill"
  20. FlingKill.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = FlingKill
  24. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  27. Main.Size = UDim2.new(0, 217, 0, 233)
  28. Main.Selectable = true
  29. Main.Active = true
  30. Main.Draggable = true
  31.  
  32. Label.Name = "Label"
  33. Label.Parent = Main
  34. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  35. Label.BorderSizePixel = 0
  36. Label.Size = UDim2.new(0, 217, 0, 27)
  37.  
  38. Shadow.Name = "Shadow"
  39. Shadow.Parent = Main
  40. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  41. Shadow.BorderSizePixel = 0
  42. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  43. Shadow.Size = UDim2.new(0, 217, 0, 9)
  44.  
  45. StartKill.Name = "StartKill"
  46. StartKill.Parent = Main
  47. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  48. StartKill.BorderSizePixel = 0
  49. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  50. StartKill.Size = UDim2.new(0, 126, 0, 23)
  51. StartKill.Font = Enum.Font.Cartoon
  52. StartKill.Text = "FE Kill/Fling"
  53. StartKill.TextColor3 = Color3.new(0, 0, 0)
  54. StartKill.TextSize = 14
  55.  
  56. StopKill.Name = "StopKill"
  57. StopKill.Parent = Main
  58. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  59. StopKill.BorderSizePixel = 0
  60. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  61. StopKill.Size = UDim2.new(0, 124, 0, 23)
  62. StopKill.Font = Enum.Font.Cartoon
  63. StopKill.Text = "Stop FE Kill/Fling"
  64. StopKill.TextColor3 = Color3.new(0, 0, 0)
  65. StopKill.TextSize = 14
  66.  
  67. Instructions.Name = "Instructions"
  68. Instructions.Parent = Main
  69. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Instructions.BackgroundTransparency = 1
  71. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  72. Instructions.Size = UDim2.new(0, 200, 0, 32)
  73. Instructions.Font = Enum.Font.Cartoon
  74. Instructions.Text = "Just touch someone to watch the fly to their death!"
  75. Instructions.TextColor3 = Color3.new(0, 0, 0)
  76. Instructions.TextSize = 14
  77. Instructions.TextWrapped = true
  78.  
  79. CurrentPower.Name = "CurrentPower"
  80. CurrentPower.Parent = Main
  81. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  82. CurrentPower.BackgroundTransparency = 1
  83. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  84. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  85. CurrentPower.Font = Enum.Font.Cartoon
  86. CurrentPower.Text = "Current Power = 5"
  87. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  88. CurrentPower.TextSize = 14
  89.  
  90. Recomendation.Name = "Recomendation"
  91. Recomendation.Parent = Main
  92. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Recomendation.BackgroundTransparency = 1
  94. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  95. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  96. Recomendation.Font = Enum.Font.Cartoon
  97. Recomendation.Text = "Recommended Power is 5"
  98. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  99. Recomendation.TextSize = 14
  100.  
  101. NameOfGui.Name = "NameOfGui"
  102. NameOfGui.Parent = Main
  103. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  104. NameOfGui.BackgroundTransparency = 1
  105. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  106. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  107. NameOfGui.Font = Enum.Font.Cartoon
  108. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  109. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  110. NameOfGui.TextSize = 14
  111.  
  112. Exit.Name = "Exit"
  113. Exit.Parent = Main
  114. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Exit.BackgroundTransparency = 1
  116. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  117. Exit.Size = UDim2.new(0, 20, 0, 27)
  118. Exit.Font = Enum.Font.Cartoon
  119. Exit.Text = "X"
  120. Exit.TextColor3 = Color3.new(0, 0, 0)
  121. Exit.TextSize = 14
  122.  
  123. UPArrow.Name = "UPArrow"
  124. UPArrow.Parent = Main
  125. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  126. UPArrow.BackgroundTransparency = 1
  127. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  128. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  129. UPArrow.Font = Enum.Font.Cartoon
  130. UPArrow.Text = "Up"
  131. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  132. UPArrow.TextSize = 12
  133. UPArrow.TextWrapped = true
  134.  
  135. DownArrow.Name = "DownArrow"
  136. DownArrow.Parent = Main
  137. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  138. DownArrow.BackgroundTransparency = 1
  139. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  140. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  141. DownArrow.Font = Enum.Font.Cartoon
  142. DownArrow.Text = "Down"
  143. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  144. DownArrow.TextSize = 12
  145. DownArrow.TextWrapped = true
  146.  
  147. power = 500
  148. active = false
  149. local val = Instance.new("IntValue")
  150. val.Name = "Number"
  151. val.Parent = game.Players.LocalPlayer
  152. val.Value = 5
  153.  
  154. Exit.MouseButton1Click:connect(function()
  155. FlingKill.Enabled = false
  156. end)
  157.  
  158. StartKill.MouseButton1Click:connect(function()
  159. game:GetService('RunService').Stepped:connect(function()
  160. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  161. game.Players.LocalPlayer.Character.Head.CanCollide = false
  162. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  163. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  164. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  165. else
  166. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  167. game.Players.LocalPlayer.Character.Head.CanCollide = false
  168. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  169. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  170. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  171. end
  172. end
  173. end)
  174. wait(.1)
  175. local bambam = Instance.new("BodyThrust")
  176. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  177. bambam.Force = Vector3.new(power,0,power)
  178. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  179. end)
  180.  
  181. StopKill.MouseButton1Click:connect(function()
  182. active = false
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  184. end)
  185.  
  186. UPArrow.MouseButton1Click:connect(function()
  187. power = power + 100
  188. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  189. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  190. end)
  191.  
  192. DownArrow.MouseButton1Click:connect(function()
  193. power = power - 100
  194. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  195. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  196. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement