Advertisement
SoldierJoao_RBLX

FE Spin fling kill (Insane)

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