Advertisement
gabeisdumblol

gay

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