Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. local Event
  2. if not workspace:FindFirstChild("BindableEvent") then
  3. Event = Instance.new("BindableEvent", workspace)
  4. else
  5. Event = workspace:FindFirstChild("BindableEvent")
  6. end
  7.  
  8. -- Made By JackMcJagger15
  9. local FlingKill = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local Label = Instance.new("Frame")
  12. local Shadow = Instance.new("Frame")
  13. local StartKill = Instance.new("TextButton")
  14. local StopKill = Instance.new("TextButton")
  15. local Instructions = Instance.new("TextLabel")
  16. local CurrentPower = Instance.new("TextLabel")
  17. local Recomendation = Instance.new("TextLabel")
  18. local NameOfGui = Instance.new("TextLabel")
  19. local Exit = Instance.new("TextButton")
  20. local UPArrow = Instance.new("TextButton")
  21. local DownArrow = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. FlingKill.Name = "Fling/Kill"
  26. FlingKill.Parent = game.CoreGui
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = FlingKill
  30. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  31. Main.BorderSizePixel = 0
  32. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  33. Main.Size = UDim2.new(0, 217, 0, 233)
  34. Main.Selectable = true
  35. Main.Active = true
  36. Main.Draggable = true
  37.  
  38. Label.Name = "Label"
  39. Label.Parent = Main
  40. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  41. Label.BorderSizePixel = 0
  42. Label.Size = UDim2.new(0, 217, 0, 27)
  43.  
  44. Shadow.Name = "Shadow"
  45. Shadow.Parent = Main
  46. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  47. Shadow.BorderSizePixel = 0
  48. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  49. Shadow.Size = UDim2.new(0, 217, 0, 9)
  50.  
  51. StartKill.Name = "StartKill"
  52. StartKill.Parent = Main
  53. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  54. StartKill.BorderSizePixel = 0
  55. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  56. StartKill.Size = UDim2.new(0, 126, 0, 23)
  57. StartKill.Font = Enum.Font.Cartoon
  58. StartKill.Text = "FE Kill/Fling"
  59. StartKill.TextColor3 = Color3.new(0, 0, 0)
  60. StartKill.TextSize = 14
  61.  
  62. StopKill.Name = "StopKill"
  63. StopKill.Parent = Main
  64. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  65. StopKill.BorderSizePixel = 0
  66. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  67. StopKill.Size = UDim2.new(0, 124, 0, 23)
  68. StopKill.Font = Enum.Font.Cartoon
  69. StopKill.Text = "Stop FE Kill/Fling"
  70. StopKill.TextColor3 = Color3.new(0, 0, 0)
  71. StopKill.TextSize = 14
  72.  
  73. Instructions.Name = "Instructions"
  74. Instructions.Parent = Main
  75. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Instructions.BackgroundTransparency = 1
  77. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  78. Instructions.Size = UDim2.new(0, 200, 0, 32)
  79. Instructions.Font = Enum.Font.Cartoon
  80. Instructions.Text = "Just touch someone to watch the fly to their death!"
  81. Instructions.TextColor3 = Color3.new(0, 0, 0)
  82. Instructions.TextSize = 14
  83. Instructions.TextWrapped = true
  84.  
  85. CurrentPower.Name = "CurrentPower"
  86. CurrentPower.Parent = Main
  87. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  88. CurrentPower.BackgroundTransparency = 1
  89. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  90. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  91. CurrentPower.Font = Enum.Font.Cartoon
  92. CurrentPower.Text = "Current Power = 5"
  93. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  94. CurrentPower.TextSize = 14
  95.  
  96. Recomendation.Name = "Recomendation"
  97. Recomendation.Parent = Main
  98. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Recomendation.BackgroundTransparency = 1
  100. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  101. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  102. Recomendation.Font = Enum.Font.Cartoon
  103. Recomendation.Text = "Recommended Power is 5"
  104. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  105. Recomendation.TextSize = 14
  106.  
  107. NameOfGui.Name = "NameOfGui"
  108. NameOfGui.Parent = Main
  109. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  110. NameOfGui.BackgroundTransparency = 1
  111. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  112. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  113. NameOfGui.Font = Enum.Font.Cartoon
  114. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  115. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  116. NameOfGui.TextSize = 14
  117.  
  118. Exit.Name = "Exit"
  119. Exit.Parent = Main
  120. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Exit.BackgroundTransparency = 1
  122. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  123. Exit.Size = UDim2.new(0, 20, 0, 27)
  124. Exit.Font = Enum.Font.Cartoon
  125. Exit.Text = "X"
  126. Exit.TextColor3 = Color3.new(0, 0, 0)
  127. Exit.TextSize = 14
  128.  
  129. UPArrow.Name = "UPArrow"
  130. UPArrow.Parent = Main
  131. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  132. UPArrow.BackgroundTransparency = 1
  133. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  134. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  135. UPArrow.Font = Enum.Font.Cartoon
  136. UPArrow.Text = "Up"
  137. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  138. UPArrow.TextSize = 12
  139. UPArrow.TextWrapped = true
  140.  
  141. DownArrow.Name = "DownArrow"
  142. DownArrow.Parent = Main
  143. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  144. DownArrow.BackgroundTransparency = 1
  145. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  146. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  147. DownArrow.Font = Enum.Font.Cartoon
  148. DownArrow.Text = "Down"
  149. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  150. DownArrow.TextSize = 12
  151. DownArrow.TextWrapped = true
  152.  
  153. power = 500
  154. active = false
  155.  
  156. local val = Instance.new("IntValue")
  157. val.Name = "Number"
  158. val.Parent = game.Players.LocalPlayer
  159. val.Value = 5
  160.  
  161. Exit.MouseButton1Click:connect(function()
  162. FlingKill.Enabled = false
  163. end)
  164.  
  165. noclip = false
  166.  
  167. Event.Event:Connect(function()
  168. noclip = false
  169. active = false
  170. for _, p in next, game.Players.LocalPlayer.Character:GetDescendants() do
  171. if p:IsA("BasePart") then
  172. p.Velocity = Vector3.new(0,0,0)
  173. p.RotVelocity = Vector3.new(0,0,0)
  174. end
  175. if p:IsA("BodyThrust") then
  176. p:Destroy()
  177. end
  178. end
  179.  
  180. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  181. game.Players.LocalPlayer.Character.Head.CanCollide = true
  182. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  183. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = true
  184. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = true
  185. end
  186. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  187. game.Players.LocalPlayer.Character.Head.CanCollide = true
  188. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = true
  189. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = true
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  191. end
  192. end)
  193.  
  194. StartKill.MouseButton1Click:connect(function()
  195. noclip = true
  196. game:GetService('RunService').Stepped:connect(function()
  197. if noclip then
  198. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  199. game.Players.LocalPlayer.Character.Head.CanCollide = false
  200. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  201. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  202. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  203. end
  204.  
  205. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  206. game.Players.LocalPlayer.Character.Head.CanCollide = false
  207. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  208. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  210. end
  211. else
  212. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  213. game.Players.LocalPlayer.Character.Head.CanCollide = true
  214. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  215. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = true
  216. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = true
  217. end
  218. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  219. game.Players.LocalPlayer.Character.Head.CanCollide = true
  220. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = true
  221. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = true
  222. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  223. end
  224. end
  225. end)
  226.  
  227. wait(.1)
  228. local bambam = Instance.new("BodyThrust")
  229. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  230. bambam.Force = Vector3.new(power,0,power)
  231. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  232. end)
  233.  
  234. StopKill.MouseButton1Click:connect(function()
  235. active = false
  236. noclip = false
  237. for _, p in next, game.Players.LocalPlayer.Character:GetDescendants() do
  238. if p:IsA("BasePart") then
  239. p.Velocity = Vector3.new(0,0,0)
  240. p.RotVelocity = Vector3.new(0,0,0)
  241. end
  242. if p:IsA("BodyThrust") then
  243. p:Destroy()
  244. end
  245. end
  246.  
  247. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  248. game.Players.LocalPlayer.Character.Head.CanCollide = true
  249. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  250. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = true
  251. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = true
  252. end
  253. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  254. game.Players.LocalPlayer.Character.Head.CanCollide = true
  255. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = true
  256. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = true
  257. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  258. end
  259. end)
  260.  
  261. UPArrow.MouseButton1Click:connect(function()
  262. power = power + 100
  263. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  264. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  265. end)
  266.  
  267. DownArrow.MouseButton1Click:connect(function()
  268. power = power - 100
  269. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  270. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  271. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement