Advertisement
Guest User

fe gui v1

a guest
Apr 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local maingui = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local FErape = Instance.new("TextButton")
  8. local FEfling = Instance.new("TextButton")
  9. local FEdab = Instance.new("TextButton")
  10. local FEkill = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local openframe = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. maingui.Name = "main gui"
  18. maingui.Parent = ScreenGui
  19. maingui.Active = true
  20. maingui.BackgroundColor3 = Color3.new(1, 0, 0)
  21. maingui.Position = UDim2.new(0.319702595, 0, 0.276892453, 0)
  22. maingui.Size = UDim2.new(0, 288, 0, 181)
  23. maingui.Visible = false
  24. maingui.Draggable = true
  25.  
  26. TextLabel.Parent = maingui
  27. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  28. TextLabel.Size = UDim2.new(0, 288, 0, 38)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "FE STUFF"
  31. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  32. TextLabel.TextScaled = true
  33. TextLabel.TextSize = 14
  34. TextLabel.TextWrapped = true
  35.  
  36. FErape.Name = "FE rape"
  37. FErape.Parent = maingui
  38. FErape.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  39. FErape.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  40. FErape.Position = UDim2.new(0.513888896, 0, 0.209944755, 0)
  41. FErape.Size = UDim2.new(0, 140, 0, 50)
  42. FErape.Font = Enum.Font.SourceSans
  43. FErape.Text = "FE rape"
  44. FErape.TextColor3 = Color3.new(0.333333, 1, 1)
  45. FErape.TextScaled = true
  46. FErape.TextSize = 14
  47. FErape.TextWrapped = true
  48. FErape.MouseButton1Down:connect(function()
  49. local A=Instance.new'Animation'
  50. A.AnimationId='rbxassetid://148840371'
  51. local P=game:GetService'Players'.LocalPlayer
  52. local C=P.Character or P.CharacterAdded:Wait()
  53. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  54. H:Play()
  55. H:AdjustSpeed(9)
  56.  
  57. end)
  58.  
  59. FEfling.Name = "FE fling"
  60. FEfling.Parent = maingui
  61. FEfling.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  62. FEfling.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  63. FEfling.Position = UDim2.new(0.513888896, 0, 0.635359108, 0)
  64. FEfling.Size = UDim2.new(0, 140, 0, 50)
  65. FEfling.Font = Enum.Font.SourceSans
  66. FEfling.Text = "FE fling"
  67. FEfling.TextColor3 = Color3.new(0.333333, 1, 1)
  68. FEfling.TextScaled = true
  69. FEfling.TextSize = 14
  70. FEfling.TextWrapped = true
  71. FEfling.MouseButton1Down:connect(function()
  72. power = 1500 -- change this to make it more or less powerful
  73.  
  74. game:GetService('RunService').Stepped:connect(function()
  75. game.Players.LocalPlayer.Character.Head.CanCollide = false
  76. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  77. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  78. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  79. end)
  80.  
  81. wait(.1)
  82. local bambam = Instance.new("BodyThrust")
  83. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  84. bambam.Force = Vector3.new(power,0,power)
  85. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  86.  
  87. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  88. end)
  89.  
  90. FEdab.Name = "FE dab"
  91. FEdab.Parent = maingui
  92. FEdab.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  93. FEdab.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  94. FEdab.Position = UDim2.new(1.11758709e-08, 0, 0.209944755, 0)
  95. FEdab.Size = UDim2.new(0, 140, 0, 50)
  96. FEdab.Font = Enum.Font.SourceSans
  97. FEdab.Text = "FE dab"
  98. FEdab.TextColor3 = Color3.new(0.333333, 1, 1)
  99. FEdab.TextScaled = true
  100. FEdab.TextSize = 14
  101. FEdab.TextWrapped = true
  102. FEdab.MouseButton1Down:connect(function()
  103. while wait(1) do
  104. Player = game.Players.LocalPlayer.Name
  105. AnimationId = "248263260"
  106. local Anim = Instance.new("Animation")
  107. Anim.AnimationId = "rbxassetid://"..AnimationId
  108. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  109. k:Play() --Play the animation
  110. k:AdjustSpeed(2)
  111. end
  112. end)
  113.  
  114. FEkill.Name = "FE kill"
  115. FEkill.Parent = maingui
  116. FEkill.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  117. FEkill.BorderColor3 = Color3.new(0.333333, 0, 0.498039)
  118. FEkill.Position = UDim2.new(0, 0, 0.629834294, 0)
  119. FEkill.Size = UDim2.new(0, 140, 0, 50)
  120. FEkill.Font = Enum.Font.SourceSans
  121. FEkill.Text = "FE kill"
  122. FEkill.TextColor3 = Color3.new(0.333333, 1, 1)
  123. FEkill.TextScaled = true
  124. FEkill.TextSize = 14
  125. FEkill.TextWrapped = true
  126. FEkill.MouseButton1Down:connect(function()
  127. local ScreenGui = Instance.new("ScreenGui")
  128. local ui = Instance.new("Frame")
  129. local title = Instance.new("TextLabel")
  130. local Frame = Instance.new("Frame")
  131. local Username = Instance.new("TextBox")
  132. local Kill = Instance.new("TextButton")
  133. local cred = Instance.new("TextLabel")
  134. --Properties:
  135. ScreenGui.Parent = game:GetService("CoreGui")
  136. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  137.  
  138. ui.Name = "ui"
  139. ui.Parent = ScreenGui
  140. ui.Active = true
  141. ui.BackgroundColor3 = Color3.new(1, 1, 1)
  142. ui.BackgroundTransparency = 0.20000000298023
  143. ui.BorderSizePixel = 3
  144. ui.Position = UDim2.new(0.254972845, 0, 0.419703096, 0)
  145. ui.Size = UDim2.new(0, 535, 0, 283)
  146.  
  147. title.Name = "title"
  148. title.Parent = ui
  149. title.BackgroundColor3 = Color3.new(1, 1, 1)
  150. title.BackgroundTransparency = 1
  151. title.BorderSizePixel = 2
  152. title.Position = UDim2.new(0, 0, 0.0199999996, 0)
  153. title.Size = UDim2.new(1, 0, 0, 50)
  154. title.Font = Enum.Font.SourceSans
  155. title.Text = "FE KILL"
  156. title.TextColor3 = Color3.new(0, 0, 0)
  157. title.TextScaled = true
  158. title.TextSize = 14
  159. title.TextWrapped = true
  160.  
  161. Frame.Parent = title
  162. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  163. Frame.BorderSizePixel = 0
  164. Frame.Position = UDim2.new(0.25, 0, 0.860000014, 0)
  165. Frame.Size = UDim2.new(0.5, 0, 0, 3)
  166.  
  167. Username.Name = "Username"
  168. Username.Parent = ui
  169. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  170. Username.BorderSizePixel = 0
  171. Username.Position = UDim2.new(0.100000001, 0, 0.300000012, 0)
  172. Username.Size = UDim2.new(0.800000012, 0, 0, 50)
  173. Username.Font = Enum.Font.SourceSans
  174. Username.PlaceholderText = "Name"
  175. Username.Text = ""
  176. Username.TextColor3 = Color3.new(0, 0, 0)
  177. Username.TextScaled = true
  178. Username.TextSize = 14
  179. Username.TextWrapped = true
  180.  
  181. Kill.Name = "Kill"
  182. Kill.Parent = ui
  183. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  184. Kill.BackgroundTransparency = 0.20000000298023
  185. Kill.BorderSizePixel = 2
  186. Kill.Position = UDim2.new(0.25, 0, 0.529999971, 0)
  187. Kill.Size = UDim2.new(0.5, 0, 0, 50)
  188. Kill.Font = Enum.Font.Gotham
  189. Kill.Text = "KILL"
  190. Kill.TextColor3 = Color3.new(0, 0, 0)
  191. Kill.TextScaled = true
  192. Kill.TextSize = 14
  193. Kill.TextWrapped = true
  194.  
  195. cred.Name = "cred"
  196. cred.Parent = ui
  197. cred.BackgroundColor3 = Color3.new(1, 1, 1)
  198. cred.BackgroundTransparency = 1
  199. cred.BorderSizePixel = 2
  200. cred.Position = UDim2.new(0.0500000007, 0, 0.769999981, 0)
  201. cred.Size = UDim2.new(0.899999976, 0, 0, 50)
  202. cred.Font = Enum.Font.SourceSans
  203. cred.Text = "Credits to Cyclically, Thunder Mods"
  204. cred.TextColor3 = Color3.new(0, 0, 0)
  205. cred.TextScaled = true
  206. cred.TextSize = 14
  207. cred.TextWrapped = true
  208. ui.Draggable = true
  209.  
  210. -- creds to Hamiii for the plr finder
  211. local Players = game:GetService("Players")
  212. local LocalPlayer = Players.LocalPlayer
  213. local function RemoveSpaces(String)
  214. return String:gsub("%s+", "") or String
  215. end
  216.  
  217. local function FindPlayer(String)
  218. String = RemoveSpaces(String)
  219. for _, _Player in pairs(Players:GetPlayers()) do
  220. if _Player.Name:lower():match('^'.. String:lower()) then
  221. return _Player
  222. end
  223. end
  224. return nil
  225. end
  226.  
  227. Kill.MouseButton1Click:Connect(function()
  228. local Target = FindPlayer(Username.Text)
  229. if Target and Target.Character then
  230. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  231. local Torso = Character:FindFirstChild("Torso") or Character:FindFirstChild("UpperTorso")
  232.  
  233. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  234. Torso.Anchored = true
  235. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  236. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  237. local hathandle = hat.Handle
  238. hathandle.Parent = tool
  239. hathandle.Massless = true
  240. tool.GripPos = Vector3.new(0, 9e99, 0)
  241. tool.Parent = LocalPlayer.Character
  242. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  243. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  244. Torso.Anchored = false
  245. repeat LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Target.Character:FindFirstChild("HumanoidRootPart").CFrame wait()
  246. until Target.Character == nil or Target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - Target.Character:FindFirstChild("Humanoid").WalkSpeed) > (Target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  247. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  248. hathandle.Parent = hat
  249. hathandle.Massless = false
  250. tool:Destroy()
  251. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  252. else
  253. warn'no player found named like that or he has no char'
  254. end
  255. end)
  256. end)
  257.  
  258. close.Name = "close"
  259. close.Parent = maingui
  260. close.BackgroundColor3 = Color3.new(1, 1, 1)
  261. close.BackgroundTransparency = 1
  262. close.Position = UDim2.new(0.923611104, 0, 0, 0)
  263. close.Size = UDim2.new(0, 22, 0, 24)
  264. close.Font = Enum.Font.SourceSans
  265. close.Text = "X"
  266. close.TextColor3 = Color3.new(0, 1, 1)
  267. close.TextScaled = true
  268. close.TextSize = 14
  269. close.TextWrapped = true
  270. close.MouseButton1Down:connect(function()
  271. open.Visible = true
  272. maingui.Visible = false
  273. end)
  274.  
  275. openframe.Name = "open frame"
  276. openframe.Parent = ScreenGui
  277. openframe.BackgroundColor3 = Color3.new(0.658824, 0.380392, 1)
  278. openframe.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  279. openframe.Position = UDim2.new(0, 0, 0.846613526, 0)
  280. openframe.Size = UDim2.new(0, 96, 0, 33)
  281.  
  282. open.Name = "open"
  283. open.Parent = openframe
  284. open.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  285. open.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  286. open.Position = UDim2.new(0.114583328, 0, 0.0909090936, 0)
  287. open.Size = UDim2.new(0, 73, 0, 26)
  288. open.Font = Enum.Font.SourceSans
  289. open.Text = "open"
  290. open.TextColor3 = Color3.new(1, 1, 1)
  291. open.TextScaled = true
  292. open.TextSize = 14
  293. open.TextWrapped = true
  294. open.MouseButton1Down:connect(function()
  295. maingui.Visible = true
  296. openframe.Visible = true
  297. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement