Advertisement
Guest User

Bloxburg AFK Work

a guest
Mar 18th, 2019
20,673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.89 KB | None | 0 0
  1. local RobloxExploits = Instance.new("ScreenGui")
  2. local MainGUI = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local Hairdresser = Instance.new("TextBox")
  5. local Hair = Instance.new("TextButton")
  6. local Cash = Instance.new("TextBox")
  7. local BeginCash = Instance.new("TextButton")
  8. local CloseGUI = Instance.new("TextButton")
  9. local OpenGUI = Instance.new("Frame")
  10. local OpenHUIButton = Instance.new("TextButton")
  11. --Properties:
  12. RobloxExploits.Name = "Roblox Exploits"
  13. RobloxExploits.Parent = game.CoreGui
  14.  
  15. MainGUI.Active = true
  16. MainGUI.Draggable = true
  17.  
  18. MainGUI.Name = "Main GUI"
  19. MainGUI.Parent = RobloxExploits
  20. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  21. MainGUI.Size = UDim2.new(0, 372, 0, 559)
  22.  
  23. TextLabel.Parent = MainGUI
  24. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  25. TextLabel.Position = UDim2.new(0.161290318, 0, 0.0125223603, 0)
  26. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.Text = "Bloxburg AFK Script"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextSize = 14
  31.  
  32. Hairdresser.Name = "Hairdresser"
  33. Hairdresser.Parent = MainGUI
  34. Hairdresser.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Hairdresser.Position = UDim2.new(0.0752688199, 0, 0.302325577, 0)
  36. Hairdresser.Size = UDim2.new(0, 200, 0, 50)
  37. Hairdresser.Font = Enum.Font.SourceSans
  38. Hairdresser.Text = "Hairdresser"
  39. Hairdresser.TextColor3 = Color3.new(0, 0, 0)
  40. Hairdresser.TextSize = 14
  41.  
  42. Hair.Name = "Hair"
  43. Hair.Parent = Hairdresser
  44. Hair.BackgroundColor3 = Color3.new(0.258824, 1, 0.054902)
  45. Hair.Position = UDim2.new(0.995000005, 0, 1.37835741e-07, 0)
  46. Hair.Size = UDim2.new(0, 100, 0, 50)
  47. Hair.Font = Enum.Font.SourceSans
  48. Hair.Text = "Begin"
  49. Hair.TextColor3 = Color3.new(0, 0, 0)
  50. Hair.TextSize = 14
  51. Hair.MouseButton1Click:connect(function()
  52.     loadstring(game:HttpGet("https://raw.githubusercontent.com/AAigars/Lua/master/Hairdresser.lua", true))()
  53.    
  54.     print("Script is frickin workin bb")
  55.    
  56. end)
  57.  
  58. Cash.Name = "Cash"
  59. Cash.Parent = MainGUI
  60. Cash.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Cash.Position = UDim2.new(0.0752688199, 0, 0.472271919, 0)
  62. Cash.Size = UDim2.new(0, 200, 0, 50)
  63. Cash.Font = Enum.Font.SourceSans
  64. Cash.Text = "Cashier"
  65. Cash.TextColor3 = Color3.new(0, 0, 0)
  66. Cash.TextSize = 14
  67.  
  68. BeginCash.Name = "Begin Cash"
  69. BeginCash.Parent = Cash
  70. BeginCash.BackgroundColor3 = Color3.new(0.321569, 1, 0.0745098)
  71. BeginCash.Position = UDim2.new(0.997903228, 0, -0.00772809982, 0)
  72. BeginCash.Size = UDim2.new(0, 100, 0, 50)
  73. BeginCash.Font = Enum.Font.SourceSans
  74. BeginCash.Text = "Begin"
  75. BeginCash.TextColor3 = Color3.new(0, 0, 0)
  76. BeginCash.TextSize = 14
  77. BeginCash.MouseButton1Click:connect (function()
  78.     loadstring(game:HttpGet("https://raw.githubusercontent.com/AAigars/Lua/master/Bloxy%20Burgers.lua", true))()
  79.    
  80.     print("Workin bb wanna be my cashier")
  81. end)
  82.  
  83. CloseGUI.Name = "Close GUI"
  84. CloseGUI.Parent = MainGUI
  85. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  86. CloseGUI.Position = UDim2.new(0.879032254, 0, 0, 0)
  87. CloseGUI.Size = UDim2.new(0, 45, 0, 50)
  88. CloseGUI.Font = Enum.Font.SourceSans
  89. CloseGUI.Text = "X"
  90. CloseGUI.TextColor3 = Color3.new(0, 0, 0)
  91. CloseGUI.TextSize = 14
  92. CloseGUI.MouseButton1Click:connect(function()
  93.     MainGUI.Visible = false
  94.     OpenGUI.Visible = true
  95.  
  96. end)
  97.  
  98. OpenGUI.Name = "Open GUI"
  99. OpenGUI.Parent = RobloxExploits
  100. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  101. OpenGUI.Position = UDim2.new(0, 0, 0.972742736, 0)
  102. OpenGUI.Size = UDim2.new(0, 142, 0, 32)
  103.  
  104. OpenHUIButton.Name = "Open HUI Button"
  105. OpenHUIButton.Parent = OpenGUI
  106. OpenHUIButton.BackgroundColor3 = Color3.new(1, 1, 1)
  107. OpenHUIButton.Position = UDim2.new(-0.119718313, 0, 0, 0)
  108. OpenHUIButton.Size = UDim2.new(0, 159, 0, 50)
  109. OpenHUIButton.Font = Enum.Font.SourceSans
  110. OpenHUIButton.Text = "Open GUI"
  111. OpenHUIButton.TextColor3 = Color3.new(0, 0, 0)
  112. OpenHUIButton.TextSize = 14
  113. OpenGUI.MouseButton1Click:connect(function()
  114.     MainGUI.Visible = true
  115.     OpenGUI.Visible = false
  116. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement