Advertisement
Migas3456

hoax gui by foxythecrazygamer(not made by me)

Oct 11th, 2017
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LogInFrame = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local HoaxScripts = Instance.new("TextLabel")
  7. local TextBox = Instance.new("TextBox")
  8. local TextBox_2 = Instance.new("TextBox")
  9. local TextButton = Instance.new("TextButton")
  10. local Frame_2 = Instance.new("Frame")
  11. local Frame_3 = Instance.new("Frame")
  12. local Frame_4 = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local Frame_5 = Instance.new("Frame")
  15. local TextButton_2 = Instance.new("TextButton")
  16. local Clear = Instance.new("TextButton")
  17. local Clear_2 = Instance.new("TextButton")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  23.  
  24. LogInFrame.Name = "LogInFrame"
  25. LogInFrame.Parent = ScreenGui
  26. LogInFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. LogInFrame.Position = UDim2.new(0.0140845031, 0, 0.0305720568, 0)
  28. LogInFrame.Size = UDim2.new(0, 269, 0, 314)
  29.  
  30. Frame.Parent = LogInFrame
  31. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  32. Frame.Position = UDim2.new(0.00371747208, 0, 0, 0)
  33. Frame.Size = UDim2.new(0, 268, 0, 29)
  34.  
  35. HoaxScripts.Name = "Hoax Scripts"
  36. HoaxScripts.Parent = LogInFrame
  37. HoaxScripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. HoaxScripts.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. HoaxScripts.Position = UDim2.new(0.131386518, 0, 0.122443438, 0)
  40. HoaxScripts.Size = UDim2.new(0, 200, 0, 50)
  41. HoaxScripts.Font = Enum.Font.SourceSans
  42. HoaxScripts.FontSize = Enum.FontSize.Size14
  43. HoaxScripts.Text = "Hoax V2"
  44. HoaxScripts.TextColor3 = Color3.new(1, 1, 1)
  45. HoaxScripts.TextScaled = true
  46. HoaxScripts.TextSize = 14
  47. HoaxScripts.TextWrapped = true
  48.  
  49. TextBox.Parent = LogInFrame
  50. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  51. TextBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  52. TextBox.Position = UDim2.new(0.152255058, 0, 0.368455857, 0)
  53. TextBox.Size = UDim2.new(0, 189, 0, 33)
  54. TextBox.Font = Enum.Font.SourceSans
  55. TextBox.FontSize = Enum.FontSize.Size14
  56. TextBox.Text = "Username"
  57. TextBox.TextColor3 = Color3.new(1, 1, 1)
  58. TextBox.TextScaled = true
  59. TextBox.TextSize = 14
  60. TextBox.TextWrapped = true
  61.  
  62. TextBox_2.Parent = LogInFrame
  63. TextBox_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  64. TextBox_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  65. TextBox_2.Position = UDim2.new(0.152047679, 0, 0.587192178, 0)
  66. TextBox_2.Size = UDim2.new(0, 189, 0, 33)
  67. TextBox_2.Font = Enum.Font.SourceSans
  68. TextBox_2.FontSize = Enum.FontSize.Size14
  69. TextBox_2.Text = "Password"
  70. TextBox_2.TextColor3 = Color3.new(1, 1, 1)
  71. TextBox_2.TextScaled = true
  72. TextBox_2.TextSize = 14
  73. TextBox_2.TextWrapped = true
  74.  
  75. TextButton.Parent = LogInFrame
  76. TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  77. TextButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  78. TextButton.Position = UDim2.new(0.152416363, 0, 0.7854985, 0)
  79. TextButton.Size = UDim2.new(0, 189, 0, 50)
  80. TextButton.Font = Enum.Font.SourceSans
  81. TextButton.FontSize = Enum.FontSize.Size14
  82. TextButton.Text = "Log In"
  83. TextButton.TextColor3 = Color3.new(1, 1, 1)
  84. TextButton.TextScaled = true
  85. TextButton.TextSize = 14
  86. TextButton.TextWrapped = true
  87.  
  88. TextButton.MouseButton1Down:connect(function()
  89. if TextBox.Text == "username" and TextBox_2.Text == "password" then
  90. LogInFrame.Visible = false
  91. Frame_3.Visible = true
  92. end
  93. end)
  94.  
  95. Frame_2.Parent = LogInFrame
  96. Frame_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  97. Frame_2.BorderSizePixel = 0
  98. Frame_2.Position = UDim2.new(0, 0, 0.0923566893, 0)
  99. Frame_2.Size = UDim2.new(0, 269, 0, 9)
  100. Frame_2.Visible = true
  101.  
  102. Frame_3.Parent = ScreenGui
  103. Frame_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. Frame_3.BorderColor3 = Color3.new(0.0941177, 0.0980392, 0.101961)
  105. Frame_3.Position = UDim2.new(-0.00495663285, 0, 0.0177514702, 0)
  106. Frame_3.Size = UDim2.new(0, 490, 0, 319)
  107. Frame_3.Visible = false
  108.  
  109. Frame_4.Parent = Frame_3
  110. Frame_4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  111. Frame_4.Size = UDim2.new(0, 490, 0, 40)
  112. Frame_4.Visible = true
  113.  
  114. TextLabel.Parent = Frame_3
  115. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  116. TextLabel.BorderSizePixel = 0
  117. TextLabel.Size = UDim2.new(0, 147, 0, 40)
  118. TextLabel.Font = Enum.Font.SourceSans
  119. TextLabel.FontSize = Enum.FontSize.Size14
  120. TextLabel.Text = "Hoax V2"
  121. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  122. TextLabel.TextScaled = true
  123. TextLabel.TextSize = 14
  124. TextLabel.TextWrapped = true
  125.  
  126. Frame_5.Parent = Frame_3
  127. Frame_5.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  128. Frame_5.BorderSizePixel = 0
  129. Frame_5.Position = UDim2.new(0, 0, 0.12088877, 0)
  130. Frame_5.Size = UDim2.new(0, 490, 0, 8)
  131.  
  132. TextButton_2.Parent = Frame_3
  133. TextButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. TextButton_2.BorderSizePixel = 0
  135. TextButton_2.Position = UDim2.new(0.908163249, 0, 0, 0)
  136. TextButton_2.Size = UDim2.new(0, 45, 0, 40)
  137. TextButton_2.Font = Enum.Font.SourceSansBold
  138. TextButton_2.FontSize = Enum.FontSize.Size24
  139. TextButton_2.Text = "X"
  140. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  141. TextButton_2.TextScaled = true
  142. TextButton_2.TextSize = 22
  143. TextButton_2.TextWrapped = true
  144.  
  145. TextButton_2.MouseButton1Down:connect(function()
  146. LogInFrame.Visible = true
  147. Frame_3.Visible = false
  148. end)
  149.  
  150. Clear.Name = "Clear"
  151. Clear.Parent = Frame_3
  152. Clear.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  153. Clear.BorderSizePixel = 0
  154. Clear.Position = UDim2.new(0.0153061254, 0, 0.680250764, 0)
  155. Clear.Size = UDim2.new(0, 174, 0, 60)
  156. Clear.Font = Enum.Font.SourceSans
  157. Clear.FontSize = Enum.FontSize.Size14
  158. Clear.Text = "Excutor"
  159. Clear.TextColor3 = Color3.new(1, 1, 1)
  160. Clear.TextScaled = true
  161. Clear.TextSize = 14
  162. Clear.TextWrapped = true
  163.  
  164. Clear_2.Name = "Clear"
  165. Clear_2.Parent = Frame_3
  166. Clear_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  167. Clear_2.BorderSizePixel = 0
  168. Clear_2.Position = UDim2.new(0.630612195, 0, 0.680250764, 0)
  169. Clear_2.Size = UDim2.new(0, 174, 0, 60)
  170. Clear_2.Font = Enum.Font.SourceSans
  171. Clear_2.FontSize = Enum.FontSize.Size14
  172. Clear_2.Text = "Scripts"
  173. Clear_2.TextColor3 = Color3.new(1, 1, 1)
  174. Clear_2.TextScaled = true
  175. Clear_2.TextSize = 14
  176. Clear_2.TextWrapped = true
  177.  
  178. TextLabel_2.Parent = Frame_3
  179. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  180. TextLabel_2.BorderSizePixel = 0
  181. TextLabel_2.Position = UDim2.new(0, 0, 0.927899659, 0)
  182. TextLabel_2.Size = UDim2.new(0, 147, 0, 23)
  183. TextLabel_2.Font = Enum.Font.SourceSans
  184. TextLabel_2.FontSize = Enum.FontSize.Size14
  185. TextLabel_2.Text = "Made by OldFoxy11234"
  186. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  187. TextLabel_2.TextScaled = true
  188. TextLabel_2.TextSize = 14
  189. TextLabel_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement