Advertisement
Guest User

ROBLOX FE Fling Gui

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