Advertisement
Guest User

Untitled

a guest
Jan 31st, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.34 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local login = Instance.new("Frame")
  5. local user = Instance.new("TextBox")
  6. local pass = Instance.new("TextBox")
  7. local submit = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local main = Instance.new("ScrollingFrame")
  10. local bb = Instance.new("TextButton")
  11. local cashgrabsim = Instance.new("TextButton")
  12. local Bloxburg = Instance.new("Frame")
  13. local pizza = Instance.new("TextButton")
  14. local ComingSoon = Instance.new("TextButton")
  15. local back = Instance.new("TextButton")
  16. local cgs = Instance.new("Frame")
  17. local Auto_Farm = Instance.new("TextButton")
  18.  
  19. -- Properties
  20.  
  21. ScreenGui.Parent = game.StarterGui
  22.  
  23. login.Name = "login"
  24. login.Parent = ScreenGui
  25. login.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  26. login.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  27. login.Position = UDim2.new(0.426793516, 0, 0.327516764, 0)
  28. login.Size = UDim2.new(0, 199, 0, 257)
  29.  
  30. user.Name = "user"
  31. user.Parent = login
  32. user.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  33. user.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  34. user.Position = UDim2.new(0.000397598371, 0, 0.00015643239, 0)
  35. user.Size = UDim2.new(0, 200, 0, 50)
  36. user.Font = Enum.Font.SourceSans
  37. user.FontSize = Enum.FontSize.Size14
  38. user.Text = "Username"
  39. user.TextColor3 = Color3.new(1, 1, 1)
  40. user.TextScaled = true
  41. user.TextSize = 14
  42. user.TextWrapped = true
  43.  
  44. pass.Name = "pass"
  45. pass.Parent = login
  46. pass.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  47. pass.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  48. pass.Position = UDim2.new(-0.00214047823, 0, 0.329492956, 0)
  49. pass.Size = UDim2.new(0, 200, 0, 50)
  50. pass.Font = Enum.Font.SourceSans
  51. pass.FontSize = Enum.FontSize.Size14
  52. pass.Text = "Password"
  53. pass.TextColor3 = Color3.new(1, 1, 1)
  54. pass.TextScaled = true
  55. pass.TextSize = 14
  56. pass.TextWrapped = true
  57.  
  58. submit.Name = "submit"
  59. submit.Parent = login
  60. submit.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  61. submit.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  62. submit.Position = UDim2.new(-0.0042014434, 0, 0.807302773, 0)
  63. submit.Size = UDim2.new(0, 200, 0, 50)
  64. submit.Font = Enum.Font.SourceSans
  65. submit.FontSize = Enum.FontSize.Size14
  66. submit.Text = "Submit"
  67. submit.TextColor3 = Color3.new(1, 1, 1)
  68. submit.TextScaled = true
  69. submit.TextSize = 14
  70. submit.TextWrapped = true
  71.  
  72. TextLabel.Parent = login
  73. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  74. TextLabel.BackgroundTransparency = 1
  75. TextLabel.Position = UDim2.new(0.426793545, 0, 0.751625478, 0)
  76. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  77. TextLabel.Font = Enum.Font.SourceSans
  78. TextLabel.FontSize = Enum.FontSize.Size14
  79. TextLabel.Text = " "
  80. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  81. TextLabel.TextSize = 14
  82.  
  83. main.Name = "main"
  84. main.Parent = ScreenGui
  85. main.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  86. main.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  87. main.Position = UDim2.new(0.404465556, 0, 0.248993307, 0)
  88. main.Size = UDim2.new(0, 261, 0, 374)
  89. main.Visible = false
  90.  
  91. bb.Name = "bb"
  92. bb.Parent = main
  93. bb.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  94. bb.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  95. bb.Position = UDim2.new(0.118310265, 0, 0.0160427801, 0)
  96. bb.Size = UDim2.new(0, 200, 0, 50)
  97. bb.Font = Enum.Font.SourceSans
  98. bb.FontSize = Enum.FontSize.Size14
  99. bb.Text = "Bloxburg"
  100. bb.TextColor3 = Color3.new(1, 1, 1)
  101. bb.TextScaled = true
  102. bb.TextSize = 14
  103. bb.TextWrapped = true
  104.  
  105. cashgrabsim.Name = "cashgrabsim"
  106. cashgrabsim.Parent = main
  107. cashgrabsim.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  108. cashgrabsim.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  109. cashgrabsim.Position = UDim2.new(0.118773945, 0, 0.0588235259, 0)
  110. cashgrabsim.Size = UDim2.new(0, 200, 0, 66)
  111. cashgrabsim.Font = Enum.Font.SourceSans
  112. cashgrabsim.FontSize = Enum.FontSize.Size14
  113. cashgrabsim.Text = "Cash Grab Simulator"
  114. cashgrabsim.TextColor3 = Color3.new(1, 1, 1)
  115. cashgrabsim.TextScaled = true
  116. cashgrabsim.TextSize = 14
  117. cashgrabsim.TextWrapped = true
  118.  
  119. Bloxburg.Name = "Bloxburg"
  120. Bloxburg.Parent = ScreenGui
  121. Bloxburg.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  122. Bloxburg.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  123. Bloxburg.Position = UDim2.new(0.47071743, 0, 0.171812087, 0)
  124. Bloxburg.Size = UDim2.new(0, 169, 0, 374)
  125. Bloxburg.Visible = false
  126.  
  127. pizza.Name = "pizza"
  128. pizza.Parent = Bloxburg
  129. pizza.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  130. pizza.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  131. pizza.Size = UDim2.new(0, 169, 0, 74)
  132. pizza.Font = Enum.Font.SourceSans
  133. pizza.FontSize = Enum.FontSize.Size14
  134. pizza.Text = "Pizza Auto Bake"
  135. pizza.TextColor3 = Color3.new(1, 1, 1)
  136. pizza.TextScaled = true
  137. pizza.TextSize = 14
  138. pizza.TextStrokeColor3 = Color3.new(1, 1, 1)
  139. pizza.TextWrapped = true
  140.  
  141. ComingSoon.Name = "ComingSoon"
  142. ComingSoon.Parent = Bloxburg
  143. ComingSoon.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  144. ComingSoon.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  145. ComingSoon.Position = UDim2.new(0, 0, 0.197860956, 0)
  146. ComingSoon.Size = UDim2.new(0, 169, 0, 42)
  147. ComingSoon.Font = Enum.Font.SourceSans
  148. ComingSoon.FontSize = Enum.FontSize.Size14
  149. ComingSoon.Text = "Coming Soon!"
  150. ComingSoon.TextColor3 = Color3.new(1, 1, 1)
  151. ComingSoon.TextScaled = true
  152. ComingSoon.TextSize = 14
  153. ComingSoon.TextStrokeColor3 = Color3.new(1, 1, 1)
  154. ComingSoon.TextWrapped = true
  155.  
  156. back.Name = "back"
  157. back.Parent = Bloxburg
  158. back.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  159. back.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  160. back.Position = UDim2.new(-0.24260354, 0, 0, 0)
  161. back.Size = UDim2.new(0, 41, 0, 42)
  162. back.Font = Enum.Font.SourceSans
  163. back.FontSize = Enum.FontSize.Size96
  164. back.Text = ">"
  165. back.TextColor3 = Color3.new(1, 1, 1)
  166. back.TextSize = 100
  167. back.TextStrokeColor3 = Color3.new(1, 1, 1)
  168. back.TextWrapped = true
  169.  
  170. cgs.Name = "cgs"
  171. cgs.Parent = ScreenGui
  172. cgs.BackgroundColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  173. cgs.BorderColor3 = Color3.new(0.270588, 0.270588, 0.270588)
  174. cgs.Position = UDim2.new(0.594436288, 0, 0.0375838913, 0)
  175. cgs.Size = UDim2.new(0, 261, 0, 100)
  176. cgs.Visible = false
  177.  
  178. Auto_Farm.Name = "Auto_Farm"
  179. Auto_Farm.Parent = cgs
  180. Auto_Farm.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  181. Auto_Farm.BorderColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  182. Auto_Farm.Position = UDim2.new(0.178160921, 0, 0.28786096, 0)
  183. Auto_Farm.Size = UDim2.new(0, 169, 0, 42)
  184. Auto_Farm.Font = Enum.Font.SourceSans
  185. Auto_Farm.FontSize = Enum.FontSize.Size14
  186. Auto_Farm.Text = "Auto Farm"
  187. Auto_Farm.TextColor3 = Color3.new(1, 1, 1)
  188. Auto_Farm.TextScaled = true
  189. Auto_Farm.TextSize = 14
  190. Auto_Farm.TextStrokeColor3 = Color3.new(1, 1, 1)
  191. Auto_Farm.TextWrapped = true
  192.  
  193. submit.MouseButton1Click:connect(function()
  194.     if user.Text == "Smackerpat" and pass.Text == "taprekcamS" or
  195.         user.Text == "HelloBoiKillMe" and pass.Text == "eMlliKioBolleH" then
  196.         login.Visible = false
  197.         main.Visible = true
  198.     end
  199. end)
  200.  
  201. bb.MouseButton1Click:connect(function()
  202. Bloxburg.Visible = true
  203. end)
  204.  
  205. back.MouseButton1Click:connect(function()
  206.     Bloxburg.Visible = false
  207. end)
  208.  
  209. cashgrabsim.MouseButton1Click:connect(function()
  210.     cgs.Visible = true
  211. end)
  212.  
  213. Auto_Farm.MouseButton1Click:connect(function()
  214.     loadstring(game:HttpGet("https://pastebin.com/raw/JriSNnMs", true))()
  215. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement