Godofadmin1337

fe gui

Jun 9th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUI = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Attach = Instance.new("TextButton")
  7. local TextBox = Instance.new("TextBox")
  8. local Bring = Instance.new("TextButton")
  9. local Kill = Instance.new("TextButton")
  10. local SaveT = Instance.new("TextButton")
  11. local LoadT = Instance.new("TextButton")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local Exit = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. GUI.Name = "GUI"
  18. GUI.Parent = game.Players.LocalPlayer.PlayerGui
  19. GUI.ResetOnSpawn = false
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = GUI
  23. Main.Active = true
  24. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0, 0, 1, -245)
  27. Main.Selectable = true
  28. Main.Size = UDim2.new(0, 368, 0, 245)
  29.  
  30. TextLabel.Parent = Main
  31. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  32. TextLabel.BorderSizePixel = 0
  33. TextLabel.Position = UDim2.new(0, 0, 0.934693873, 0)
  34. TextLabel.Size = UDim2.new(0, 368, 0, 16)
  35. TextLabel.Font = Enum.Font.SourceSansLight
  36. TextLabel.Text = "Tools Required | GUI by: Hoofer | Scripts by: illremember"
  37. TextLabel.TextSize = 14
  38.  
  39. Attach.Name = "Attach"
  40. Attach.Parent = Main
  41. Attach.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  42. Attach.BorderSizePixel = 0
  43. Attach.Position = UDim2.new(0, 0, 0.751020432, 0)
  44. Attach.Size = UDim2.new(0, 266, 0, 37)
  45. Attach.Font = Enum.Font.SourceSansLight
  46. Attach.Text = "Attach Player"
  47. Attach.TextColor3 = Color3.new(1, 1, 1)
  48. Attach.TextSize = 14
  49.  
  50. TextBox.Parent = Main
  51. TextBox.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  52. TextBox.BorderSizePixel = 0
  53. TextBox.Position = UDim2.new(0, 0, 0.0938775539, 0)
  54. TextBox.Size = UDim2.new(0, 368, 0, 21)
  55. TextBox.Font = Enum.Font.SourceSansLight
  56. TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  57. TextBox.PlaceholderText = "Player Name"
  58. TextBox.Text = ""
  59. TextBox.TextColor3 = Color3.new(0, 0, 0)
  60. TextBox.TextSize = 14
  61.  
  62. Bring.Name = "Bring"
  63. Bring.Parent = Main
  64. Bring.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  65. Bring.BorderSizePixel = 0
  66. Bring.Position = UDim2.new(0, 0, 0.59795922, 0)
  67. Bring.Size = UDim2.new(0, 368, 0, 37)
  68. Bring.Font = Enum.Font.SourceSansLight
  69. Bring.Text = "Bring Player"
  70. Bring.TextColor3 = Color3.new(1, 1, 1)
  71. Bring.TextSize = 14
  72.  
  73. Kill.Name = "Kill"
  74. Kill.Parent = Main
  75. Kill.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  76. Kill.BorderSizePixel = 0
  77. Kill.Position = UDim2.new(0, 0, 0.446938813, 0)
  78. Kill.Size = UDim2.new(0, 368, 0, 37)
  79. Kill.Font = Enum.Font.SourceSansLight
  80. Kill.Text = "Kill Player"
  81. Kill.TextColor3 = Color3.new(1, 1, 1)
  82. Kill.TextSize = 14
  83.  
  84. SaveT.Name = "SaveT"
  85. SaveT.Parent = Main
  86. SaveT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
  87. SaveT.BorderSizePixel = 0
  88. SaveT.Position = UDim2.new(0, 0, 0.224489793, 0)
  89. SaveT.Size = UDim2.new(0, 368, 0, 21)
  90. SaveT.Font = Enum.Font.SourceSansLight
  91. SaveT.Text = "Save Tools"
  92. SaveT.TextColor3 = Color3.new(1, 1, 1)
  93. SaveT.TextSize = 14
  94.  
  95. LoadT.Name = "LoadT"
  96. LoadT.Parent = Main
  97. LoadT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
  98. LoadT.BorderSizePixel = 0
  99. LoadT.Position = UDim2.new(0, 0, 0.310204089, 0)
  100. LoadT.Size = UDim2.new(0, 368, 0, 21)
  101. LoadT.Font = Enum.Font.SourceSansLight
  102. LoadT.Text = "Load Tools"
  103. LoadT.TextColor3 = Color3.new(1, 1, 1)
  104. LoadT.TextSize = 14
  105.  
  106. TextLabel_2.Parent = Main
  107. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  108. TextLabel_2.BorderSizePixel = 0
  109. TextLabel_2.Size = UDim2.new(0, 368, 0, 23)
  110. TextLabel_2.Font = Enum.Font.SourceSansLight
  111. TextLabel_2.Text = "FE Attach/Bring/Kill Others"
  112. TextLabel_2.TextSize = 14
  113.  
  114. Exit.Name = "Exit"
  115. Exit.Parent = Main
  116. Exit.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  117. Exit.BorderSizePixel = 0
  118. Exit.Position = UDim2.new(0.747282624, 0, 0.779591858, 0)
  119. Exit.Size = UDim2.new(0, 93, 0, 30)
  120. Exit.Font = Enum.Font.SourceSansLight
  121. Exit.Text = "Exit"
  122. Exit.TextColor3 = Color3.new(1, 1, 1)
  123. Exit.TextSize = 14
  124.  
  125. -- Scripts
  126.  
  127. Kill.MouseButton1Click:connect(function()
  128. -- illremember's cool new kill script for fe
  129. -- requires 2 tools, replace TARGET name with person you want
  130. -- NO FE GODMODE!!
  131. TARGET = TextBox.Text
  132.  
  133. lplayer = game:GetService("Players").LocalPlayer
  134. for i,v in pairs(lplayer.Backpack:GetChildren())do
  135. lplayer.Character.Humanoid:EquipTool(v)
  136. end
  137. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  138. if v:IsA("Tool") then
  139. v.Parent = lplayer.Character
  140. wait()
  141. v.Parent = game:GetService("Players")[TARGET].Character
  142. end
  143. end
  144. wait(1)
  145. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  146. end)
  147.  
  148. Bring.MouseButton1Click:connect(function()
  149. -- illremember's cool new bring script
  150. -- requires 2 tools, replace TARGET name with person you want
  151. TARGET = TextBox.Text
  152.  
  153. lplayer = game:GetService("Players").LocalPlayer
  154. for i,v in pairs(lplayer.Backpack:GetChildren())do
  155. lplayer.Character.Humanoid:EquipTool(v)
  156. end
  157. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  158. if v:IsA("Tool") then
  159. v.Parent = lplayer.Character
  160. wait()
  161. v.Parent = game:GetService("Players")[TARGET].Character
  162. end
  163. end
  164. wait(1)
  165. local function getout(player,player2)
  166. local char1,char2=player.Character,player2.Character
  167. if char1 and char2 then
  168. char1:MoveTo(char2.Head.Position)
  169. end
  170. end
  171. getout(lplayer, lplayer)
  172. end)
  173.  
  174. Attach.MouseButton1Click:connect(function()
  175. -- illremember's cool new attach script
  176. -- requires 2 tools, replace TARGET name with person you want
  177. TARGET = TextBox.Text
  178.  
  179. lplayer = game:GetService("Players").LocalPlayer
  180. for i,v in pairs(lplayer.Backpack:GetChildren())do
  181. lplayer.Character.Humanoid:EquipTool(v)
  182. end
  183. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  184. if v:IsA("Tool") then
  185. v.Parent = lplayer.Character
  186. wait()
  187. v.Parent = game:GetService("Players")[TARGET].Character
  188. end
  189.  
  190. end
  191. end)
  192.  
  193. Exit.MouseButton1Click:connect(function()
  194. GUI:Destroy()
  195. end)
  196.  
  197. SaveT.MouseButton1Click:connect(function()
  198. -- EQUIP TOOL BEFORE EXECUTING THIS SCRIPT
  199. -- save tool
  200. LP = game:GetService("Players").LocalPlayer
  201.  
  202. for i,v in pairs(LP.Character:GetDescendants()) do
  203. if v:IsA("Tool") then
  204. v.Parent = LP
  205. end
  206. end
  207. end)
  208.  
  209. LoadT.MouseButton1Click:connect(function()
  210. -- load tool (Use after using save tool script)
  211. LP = game:GetService("Players").LocalPlayer
  212.  
  213. for i,v in pairs(LP:GetChildren()) do
  214. if v:IsA("Tool") then
  215. v.Parent = LP.Backpack
  216. end
  217. end
  218. end)
Add Comment
Please, Sign In to add comment