Advertisement
GlitchedEntity

Roblox Sans [FE] Gui

Mar 21st, 2020
11,137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. --Made by GlitchedEntity#8673
  2. --Enjoy!
  3.  
  4.  
  5. -- Instances:
  6.  
  7. local main = Instance.new("ScreenGui")
  8. local mainframe = Instance.new("Frame")
  9. local TopLabel = Instance.new("TextLabel")
  10. local CommandBar = Instance.new("TextButton")
  11. local InfiniteYield = Instance.new("TextButton")
  12. local DexExplorer = Instance.new("TextButton")
  13. local OPFinality = Instance.new("TextButton")
  14. local DoubleTailVisualizer = Instance.new("TextButton")
  15. local YeetGUI = Instance.new("TextButton")
  16. local close = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. main.Name = "main"
  21. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23. main.ResetOnSpawn = false
  24.  
  25. local UserInputService = game:GetService("UserInputService")
  26.  
  27. local gui = mainframe
  28.  
  29. local dragging
  30. local dragInput
  31. local dragStart
  32. local startPos
  33.  
  34. local function update(input)
  35. local delta = input.Position - dragStart
  36. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  37. end
  38.  
  39. gui.InputBegan:Connect(function(input)
  40. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  41. dragging = true
  42. dragStart = input.Position
  43. startPos = gui.Position
  44.  
  45. input.Changed:Connect(function()
  46. if input.UserInputState == Enum.UserInputState.End then
  47. dragging = false
  48. end
  49. end)
  50. end
  51. end)
  52.  
  53. gui.InputChanged:Connect(function(input)
  54. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  55. dragInput = input
  56. end
  57. end)
  58.  
  59. UserInputService.InputChanged:Connect(function(input)
  60. if input == dragInput and dragging then
  61. update(input)
  62. end
  63. end)
  64.  
  65. mainframe.Name = "mainframe"
  66. mainframe.Parent = main
  67. mainframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  68. mainframe.Position = UDim2.new(0.532334387, 0, 0.69367373, 0)
  69. mainframe.Size = UDim2.new(0, 399, 0, 206)
  70.  
  71. TopLabel.Name = "Top Label"
  72. TopLabel.Parent = mainframe
  73. TopLabel.BackgroundColor3 = Color3.fromRGB(6, 6, 6)
  74. TopLabel.Size = UDim2.new(0, 399, 0, 29)
  75. TopLabel.Font = Enum.Font.SourceSans
  76. TopLabel.Text = "Sans FE Gui has loaded. Enjoy! Made by GlitchedEntity#8673"
  77. TopLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. TopLabel.TextSize = 14.000
  79.  
  80. CommandBar.Name = "Command Bar"
  81. CommandBar.Parent = mainframe
  82. CommandBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  83. CommandBar.Position = UDim2.new(0, 0, 0.208737865, 0)
  84. CommandBar.Size = UDim2.new(0, 128, 0, 50)
  85. CommandBar.Font = Enum.Font.SourceSans
  86. CommandBar.Text = "Command Bar"
  87. CommandBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. CommandBar.TextSize = 14.000
  89. CommandBar.MouseButton1Click:Connect(function()
  90. loadstring(game:HttpGet(('https://pastebin.com/raw/NN5P4nQE'),true))()
  91. end)
  92.  
  93. InfiniteYield.Name = "Infinite Yield"
  94. InfiniteYield.Parent = mainframe
  95. InfiniteYield.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. InfiniteYield.Position = UDim2.new(0.679197967, 0, 0.208737865, 0)
  97. InfiniteYield.Size = UDim2.new(0, 128, 0, 50)
  98. InfiniteYield.Font = Enum.Font.SourceSans
  99. InfiniteYield.Text = "Infinite Yield"
  100. InfiniteYield.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. InfiniteYield.TextSize = 14.000
  102. InfiniteYield.MouseButton1Click:Connect(function()
  103. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  104. end)
  105.  
  106. DexExplorer.Name = "Dex Explorer"
  107. DexExplorer.Parent = mainframe
  108. DexExplorer.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  109. DexExplorer.Position = UDim2.new(0, 0, 0.587378621, 0)
  110. DexExplorer.Size = UDim2.new(0, 128, 0, 50)
  111. DexExplorer.Font = Enum.Font.SourceSans
  112. DexExplorer.Text = "Dex Explorer"
  113. DexExplorer.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. DexExplorer.TextSize = 14.000
  115. DexExplorer.MouseButton1Click:Connect(function()
  116. loadstring(game:HttpGet('https://pastebin.com/raw/Ht4zRXj8'))();
  117. end)
  118.  
  119. OPFinality.Name = "OPFinality"
  120. OPFinality.Parent = mainframe
  121. OPFinality.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  122. OPFinality.Position = UDim2.new(0.679197967, 0, 0.587378621, 0)
  123. OPFinality.Size = UDim2.new(0, 128, 0, 50)
  124. OPFinality.Font = Enum.Font.SourceSans
  125. OPFinality.Text = "OPFinality"
  126. OPFinality.TextColor3 = Color3.fromRGB(255, 255, 255)
  127. OPFinality.TextSize = 14.000
  128. OPFinality.MouseButton1Click:Connect(function()
  129. loadstring(game:HttpGet('https://pastebin.com/raw/9UtBscMx'))();
  130. end)
  131.  
  132. DoubleTailVisualizer.Name = "Double Tail Visualizer"
  133. DoubleTailVisualizer.Parent = mainframe
  134. DoubleTailVisualizer.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  135. DoubleTailVisualizer.Position = UDim2.new(0.338345855, 0, 0.208737865, 0)
  136. DoubleTailVisualizer.Size = UDim2.new(0, 128, 0, 50)
  137. DoubleTailVisualizer.Font = Enum.Font.SourceSans
  138. DoubleTailVisualizer.Text = "Double Tail Visualizer"
  139. DoubleTailVisualizer.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. DoubleTailVisualizer.TextSize = 14.000
  141. DoubleTailVisualizer.MouseButton1Click:Connect(function()
  142. loadstring(game:HttpGet('https://pastebin.com/raw/Xigb3Kc7'))();
  143. end)
  144.  
  145. YeetGUI.Name = "Yeet GUI"
  146. YeetGUI.Parent = mainframe
  147. YeetGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  148. YeetGUI.Position = UDim2.new(0.338345855, 0, 0.587378621, 0)
  149. YeetGUI.Size = UDim2.new(0, 128, 0, 50)
  150. YeetGUI.Font = Enum.Font.SourceSans
  151. YeetGUI.Text = "Yeet GUI"
  152. YeetGUI.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. YeetGUI.TextSize = 14.000
  154. YeetGUI.MouseButton1Click:Connect(function()
  155. loadstring(game:HttpGet('https://pastebin.com/raw/pA6xTBXt'))();
  156. end)
  157.  
  158. close.Name = "close"
  159. close.Parent = mainframe
  160. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  161. close.Position = UDim2.new(0.919799507, 0, 0.0145631069, 0)
  162. close.Size = UDim2.new(0, 20, 0, 22)
  163. close.Font = Enum.Font.SourceSans
  164. close.Text = "X"
  165. close.TextColor3 = Color3.fromRGB(252, 0, 6)
  166. close.TextSize = 14.000
  167. close.MouseButton1Down:connect(function()
  168. mainframe.Visible = false
  169. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement