Advertisement
Guest User

FeGUI

a guest
Jan 25th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.71 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RobloxFE = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local bar1 = Instance.new("Frame")
  7. local FeGUI = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local LoginButton = Instance.new("TextButton")
  11. local Main = Instance.new("Frame")
  12. local MainBar1 = Instance.new("Frame")
  13. local MainFEGui = Instance.new("TextLabel")
  14. local XButton = Instance.new("TextButton")
  15. local Executor = Instance.new("TextButton")
  16. local Scripts = Instance.new("TextButton")
  17. local Credit = Instance.new("TextLabel")
  18. local Tabs = Instance.new("Frame")
  19. local abar1 = Instance.new("Frame")
  20. local ExitButton = Instance.new("TextButton")
  21. local InfYield = Instance.new("TextButton")
  22. --Properties:
  23. RobloxFE.Name = "RobloxFE"
  24. RobloxFE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. RobloxFE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Login.Name = "Login"
  28. Login.Parent = RobloxFE
  29. Login.Active = true
  30. Login.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  31. Login.BorderSizePixel = 5
  32. Login.Position = UDim2.new(0.00747384178, 0, 0.550368547, 0)
  33. Login.Selectable = true
  34. Login.Size = UDim2.new(0, 445, 0, 346)
  35.  
  36. bar1.Name = "bar1"
  37. bar1.Parent = Login
  38. bar1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. bar1.Position = UDim2.new(-0.00091995066, 0, -0.00289017335, 0)
  40. bar1.Selectable = true
  41. bar1.Size = UDim2.new(0, 445, 0, 48)
  42.  
  43. FeGUI.Name = "Fe GUI"
  44. FeGUI.Parent = Login
  45. FeGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  46. FeGUI.BorderSizePixel = 0
  47. FeGUI.Position = UDim2.new(0.251685381, 0, 0.158959538, 0)
  48. FeGUI.Size = UDim2.new(0, 200, 0, 50)
  49. FeGUI.Font = Enum.Font.Gotham
  50. FeGUI.Text = "Fe GUI"
  51. FeGUI.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  52. FeGUI.TextScaled = true
  53. FeGUI.TextSize = 14
  54. FeGUI.TextWrapped = true
  55.  
  56. Username.Name = "Username"
  57. Username.Parent = Login
  58. Username.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  59. Username.BorderColor3 = Color3.new(0.160784, 0.25098, 0.317647)
  60. Username.BorderSizePixel = 4
  61. Username.Position = UDim2.new(0.251685381, 0, 0.35549134, 0)
  62. Username.Size = UDim2.new(0, 200, 0, 36)
  63. Username.Font = Enum.Font.SourceSans
  64. Username.Text = "Username"
  65. Username.TextColor3 = Color3.new(0, 0, 0)
  66. Username.TextScaled = true
  67. Username.TextSize = 14
  68. Username.TextWrapped = true
  69.  
  70. Password.Name = "Password"
  71. Password.Parent = Login
  72. Password.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  73. Password.BorderColor3 = Color3.new(0.160784, 0.25098, 0.317647)
  74. Password.BorderSizePixel = 4
  75. Password.Position = UDim2.new(0.251685381, 0, 0.580924809, 0)
  76. Password.Size = UDim2.new(0, 200, 0, 36)
  77. Password.Font = Enum.Font.SourceSans
  78. Password.Text = "Password"
  79. Password.TextColor3 = Color3.new(0, 0, 0)
  80. Password.TextScaled = true
  81. Password.TextSize = 14
  82. Password.TextWrapped = true
  83.  
  84. LoginButton.Name = "LoginButton"
  85. LoginButton.Parent = Login
  86. LoginButton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  87. LoginButton.BorderSizePixel = 4
  88. LoginButton.Position = UDim2.new(0.251685381, 0, 0.78323704, 0)
  89. LoginButton.Size = UDim2.new(0, 200, 0, 42)
  90. LoginButton.Font = Enum.Font.Gotham
  91. LoginButton.Text = "Login"
  92. LoginButton.TextColor3 = Color3.new(0, 0, 0)
  93. LoginButton.TextScaled = true
  94. LoginButton.TextSize = 14
  95. LoginButton.TextWrapped = true
  96.  
  97.  
  98.  
  99.  
  100.  
  101. LoginButton.MouseButton1Down:connect(function()
  102. Login.Visible = false
  103. Main.Visible = true
  104. end)
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. Main.Name = "Main"
  112. Main.Parent = RobloxFE
  113. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  114. Main.BorderColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  115. Main.BorderSizePixel = 4
  116. Main.Position = UDim2.new(0.00672650337, 0, 0.110565096, 0)
  117. Main.Size = UDim2.new(0, 445, 0, 346)
  118. Main.Visible = false
  119. Main.Style = Enum.FrameStyle.RobloxRound
  120.  
  121. MainBar1.Name = "MainBar1"
  122. MainBar1.Parent = Main
  123. MainBar1.BackgroundColor3 = Color3.new(1, 1, 1)
  124. MainBar1.Position = UDim2.new(-0.0174118895, 0, -0.0249978863, 0)
  125. MainBar1.Size = UDim2.new(0, 444, 0, 43)
  126. MainBar1.Style = Enum.FrameStyle.RobloxRound
  127.  
  128. MainFEGui.Name = "MainFEGui"
  129. MainFEGui.Parent = MainBar1
  130. MainFEGui.BackgroundColor3 = Color3.new(0, 0, 0)
  131. MainFEGui.Position = UDim2.new(0.248559341, 0, -0.151973978, 0)
  132. MainFEGui.Size = UDim2.new(0, 200, 0, 34)
  133. MainFEGui.Font = Enum.Font.Gotham
  134. MainFEGui.Text = "Fe Gui"
  135. MainFEGui.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  136. MainFEGui.TextScaled = true
  137. MainFEGui.TextSize = 14
  138. MainFEGui.TextWrapped = true
  139.  
  140. XButton.MouseButton1Down:connect(function()
  141. Main.Visible = false
  142. end)
  143.  
  144. XButton.Name = "XButton"
  145. XButton.Parent = MainBar1
  146. XButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. XButton.BorderSizePixel = 0
  148. XButton.Position = UDim2.new(0.911446393, 0, -0.296527773, 0)
  149. XButton.Size = UDim2.new(0, 46, 0, 42)
  150. XButton.Font = Enum.Font.SourceSans
  151. XButton.Text = "X"
  152. XButton.TextColor3 = Color3.new(1, 0, 0)
  153. XButton.TextScaled = true
  154. XButton.TextSize = 14
  155. XButton.TextWrapped = true
  156.  
  157. Executor.Name = "Executor"
  158. Executor.Parent = Main
  159. Executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  160. Executor.BorderSizePixel = 4
  161. Executor.Position = UDim2.new(0.0350057855, 0, 0.659570813, 0)
  162. Executor.Size = UDim2.new(0, 151, 0, 50)
  163. Executor.Font = Enum.Font.Gotham
  164. Executor.Text = "Soon..."
  165. Executor.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  166. Executor.TextSize = 30
  167. Executor.TextWrapped = true
  168.  
  169. Scripts.Name = "Scripts"
  170. Scripts.Parent = Main
  171. Scripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. Scripts.BorderSizePixel = 4
  173. Scripts.Position = UDim2.new(0.53837657, 0, 0.659570813, 0)
  174. Scripts.Size = UDim2.new(0, 151, 0, 50)
  175. Scripts.Font = Enum.Font.Gotham
  176. Scripts.Text = "Scripts"
  177. Scripts.TextColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  178. Scripts.TextSize = 30
  179. Scripts.TextWrapped = true
  180.  
  181. Scripts.MouseButton1Down:connect(function()
  182. Tabs.Visible = true
  183. end)
  184.  
  185.  
  186.  
  187. Credit.Name = "Credit"
  188. Credit.Parent = Main
  189. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  190. Credit.BackgroundTransparency = 1
  191. Credit.Position = UDim2.new(-0.0173311047, 0, 0.953991175, 0)
  192. Credit.Size = UDim2.new(0, 200, 0, 23)
  193. Credit.Font = Enum.Font.Gotham
  194. Credit.Text = "By Maximus1027#6830"
  195. Credit.TextColor3 = Color3.new(0, 0, 0)
  196. Credit.TextSize = 14
  197.  
  198. Tabs.Name = "Tabs"
  199. Tabs.Parent = RobloxFE
  200. Tabs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  201. Tabs.BorderSizePixel = 4
  202. Tabs.Position = UDim2.new(0.562032819, 0, 0.183046639, 0)
  203. Tabs.Size = UDim2.new(0, 386, 0, 346)
  204. Tabs.Visible = false
  205.  
  206. abar1.Name = "abar1"
  207. abar1.Parent = Tabs
  208. abar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  209. abar1.Size = UDim2.new(0, 386, 0, 48)
  210.  
  211.  
  212. ExitButton.MouseButton1Down:connect(function()
  213. Tabs.Visible = false
  214. end)
  215.  
  216.  
  217. ExitButton.Name = "ExitButton"
  218. ExitButton.Parent = abar1
  219. ExitButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  220. ExitButton.BorderSizePixel = 0
  221. ExitButton.Position = UDim2.new(0.878238499, 0, 0, 0)
  222. ExitButton.Size = UDim2.new(0, 47, 0, 48)
  223. ExitButton.Font = Enum.Font.GothamBold
  224. ExitButton.Text = "X"
  225. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  226. ExitButton.TextSize = 27
  227. ExitButton.TextWrapped = true
  228.  
  229. InfYield.Name = "InfYield"
  230. InfYield.Parent = Tabs
  231. InfYield.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  232. InfYield.BorderSizePixel = 4
  233. InfYield.Position = UDim2.new(0.217616588, 0, 0.57225436, 0)
  234. InfYield.Size = UDim2.new(0, 200, 0, 50)
  235. InfYield.Font = Enum.Font.SourceSans
  236. InfYield.Text = "Infinite Yield"
  237. InfYield.TextColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  238. InfYield.TextSize = 23
  239.  
  240. InfYield.MouseButton1Down:connect(function()
  241. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  242. end)
  243.  
  244.  
  245. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement