Roblox Money Hack Bloxburg

Mar 29th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- BloxBurg Gui Created by LuckyMMB @ V3rmillion.net --
  2. icecreamactive = false
  3. local Player = Players['LocalPlayer']
  4. local Character = Player.Character or Player.CharacterAdded:wait()
  5. local Stat = workspace.Stats[Player.Name]
  6. -- Objects
  7. local BloxGUI = Instance.new('ScreenGui')
  8. local Close = Instance.new('TextButton')
  9. local Kick = Instance.new('TextButton')
  10. local PizzaFrame = Instance.new('Frame')
  11. local StartPizza = Instance.new('TextButton')
  12. local IceCreamFrame = Instance.new('Frame')
  13. local StartIceCream = Instance.new('TextButton')
  14. local InfoScreen = Instance.new('TextButton')
  15. local InfoText1 = Instance.new('TextLabel')
  16. -- Properties
  17. BloxGUI.Name = 'BloxGUI'
  18. local BloxCORE = game.CoreGui['BloxGUI']
  19. local AntiAFK = Instance.new('TextButton')
  20. MainFrame.Parent = BloxGUI
  21. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  22. MainFrame.Position = UDim2.new(0.5, -372, 0, -27)
  23. MainFrame.Selectable = true
  24. Close.Name = 'Close'
  25. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  26. Close.Position = UDim2.new(0, 0, 0, 0)
  27. Close.Font = Enum.Font.Fantasy
  28. Close.Text = 'X'
  29. Close.TextSize = 17
  30. Close.TextWrapped = true
  31. IceCream.Name = 'IceCream'
  32. IceCream.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  33. IceCream.BorderColor3 = Color3.new(0, 1, 0)
  34. IceCream.Size = UDim2.new(0, 125, 0, 20)
  35. IceCream.FontSize = Enum.FontSize.Size18
  36. IceCream.TextSize = 17
  37. IceCreamFrame.Name = 'IceCreamFrame'
  38. IceCreamFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  39. IceCreamFrame.BorderColor3 = Color3.new(0, 0, 0)
  40. IceCreamFrame.Position = UDim2.new(0, -35, 0, 30)
  41. IceCreamFrame.Visible = false
  42. IceCreamHeader.Name = 'IceCreamHeader'
  43. IceCreamHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  44. IceCreamHeader.BorderColor3 = Color3.new(1, 1, 1)
  45. IceCreamHeader.Size = UDim2.new(0, 280, 0, 130)
  46. IceCreamHeader.FontSize = Enum.FontSize.Size18
  47. IceCreamHeader.Text = '1. Go to work as Ben's IceCream Sellern2. Click Start Money Farmingn3. Stand near the cups and wait for the current customer to leave and the next one to place an ordern4. The cups should then equip automaticallyn5. Keep from timing out after 20 minutes idlen6. Enjoy the Money'
  48. IceCreamHeader.TextSize = 16
  49. IceCreamHeader.TextYAlignment = Enum.TextYAlignment.Top
  50. StartIceCream.Name = 'StartIceCream'
  51. StartIceCream.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  52. StartIceCream.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  53. StartIceCream.Position = UDim2.new(0, 50, 0, 140)
  54. StartIceCream.Font = Enum.Font.Fantasy
  55. StartIceCream.Text = 'Start Money Farming'
  56. StartIceCream.TextWrapped = true
  57. Pizza.Parent = MainFrame
  58. Pizza.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  59. Pizza.BorderColor3 = Color3.new(0, 1, 0)
  60. Pizza.Size = UDim2.new(0, 95, 0, 20)
  61. Pizza.FontSize = Enum.FontSize.Size18
  62. Pizza.TextSize = 17
  63. PizzaFrame.Name = 'PizzaFrame'
  64. PizzaFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  65. PizzaFrame.BorderColor3 = Color3.new(0, 0, 0)
  66. PizzaFrame.Size = UDim2.new(0, 290, 0, 95)
  67. PizzaHeader.Parent = PizzaFrame
  68. PizzaHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  69. PizzaHeader.BorderColor3 = Color3.new(1, 1, 1)
  70. PizzaHeader.Size = UDim2.new(0, 280, 0, 50)
  71. PizzaHeader.FontSize = Enum.FontSize.Size18
  72. PizzaHeader.Text = '1. Go to work as Pizza Planet Bakern2. Click Start Money Farmingn3. Enjoy the Money'
  73. PizzaHeader.TextSize = 16
  74. PizzaHeader.TextYAlignment = Enum.TextYAlignment.Top
  75. StartPizza.Name = 'StartPizza'
  76. StartPizza.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  77. StartPizza.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  78. StartPizza.Size = UDim2.new(0, 180, 0, 30)
  79. StartPizza.FontSize = Enum.FontSize.Size18
  80. StartPizza.TextColor3 = Color3.new(1, 1, 1)
  81. StartPizza.TextSize = 17
  82. Kick.Name = 'Kick'
  83. Kick.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  84. Kick.BorderColor3 = Color3.new(0, 1, 0)
  85. Kick.Size = UDim2.new(0, 40, 0, 20)
  86. Kick.FontSize = Enum.FontSize.Size18
  87. Kick.TextSize = 17
  88. LightsOn.Name = 'LightsOn'
  89. LightsOn.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  90. LightsOn.BorderColor3 = Color3.new(0, 1, 0)
  91. LightsOn.Size = UDim2.new(0, 75, 0, 20)
  92. LightsOn.FontSize = Enum.FontSize.Size18
  93. LightsOn.TextSize = 17
  94. AntiAFK.Name = 'AntiAFK'
  95. AntiAFK.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  96. AntiAFK.Position = UDim2.new(0, 530, 0, 0)
  97. AntiAFK.BackgroundTransparency = 0
  98. AntiAFK.FontSize = Enum.FontSize.Size18
  99. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  100. InfoScreen.Parent = MainFrame
  101. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  102. InfoScreen.Position = UDim2.new(0, 675, 0, 0)
  103. InfoScreen.BackgroundTransparency = 0
  104. InfoScreen.FontSize = Enum.FontSize.Size18
  105. InfoScreen.Text = 'Info'
  106. InfoScreen.TextWrapped = true
  107. InfoFrame.Name = 'InfoFrame'
  108. InfoFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  109. InfoFrame.BackgroundTransparency = 0.5
  110. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  111. InfoText1.Parent = InfoFrame
  112. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  113. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  114. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  115. InfoText1.FontSize = Enum.FontSize.Size18
  116. InfoText1.Text = 'This Gui was created by LuckyMMB@V3rmillion.netnDiscord https://discord.gg/GKzJnUC. I did not make the scripts for Bens Icecream, kick from house and turn lights on and take no credit for them.'
  117. InfoText1.TextWrapped = true
  118. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  119. --- Menus ---
  120. local Menus = {
  121. [Pizza] = PizzaFrame;
  122. }
  123. button.MouseButton1Click:connect(function()
  124. frame.Visible = false
  125. end
  126. v.Visible = v frame
  127. end)
  128. BloxGUI:Destroy()
  129. game.StarterGui:SetCore('SendNotification', {
  130. Text = msg;
  131. })
  132. Beginning, runs a FE God script to maintain speed throughout usage. (by Dogi_x)
  133. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  134. local l = game.Players.LocalPlayer.Character['1']:Clone()
  135. l.Name = 'Humanoid'
  136. game.Players.LocalPlayer.Character['1']:Destroy()
  137. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  138. game.Players.LocalPlayer.Character.Animate.Disabled = true
  139. game.Players.LocalPlayer.Character.Animate.Disabled = false
  140. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = 'None'
  141. --[[
  142. --]]
  143. local DE = game.ReplicatedStorage.DataEvent
  144. local UE = Player.PlayerGui.MainGUI.Scripts.Inventory.UpdateEvent
  145. local PP = workspace.PizzaPlanet
  146. local Crates = PP['IngredientCrates']
  147. Stat.Job:GetPropertyChangedSignal('Value'):Connect(function()
  148. if Stat.Job.Value 'PizzaPlanetBaker' then Working = false
  149. end)
  150. if Stat.Job.Value 'PizzaPlanetBaker' then Working = false end
  151. local Orders = {
  152. Vegetable = {true,true,true,'Vegetable'};
  153. Pepperoni = {true,true,true,'Pepperoni'}
  154. local CrateTP = Vector3.new(1163.78955, 13.5, 258.54892)
  155. Vector3.new(1173.34778, 13.5, 226.585571),
  156. Vector3.new(1173.20837, 13.5, 250.465881),
  157. }
  158. local Part1 = coroutine.wrap(function()
  159. for __, station in next, (Stations:GetChildren()) do
  160. local CT = station:FindFirstChild('CounterTop')
  161. station.InUse.Value = Player
  162. local Pos = Positions[__]
  163. repeat wait() until (HRP.Position - Pos).magnitude < 2 or Working
  164. local NI = station['OrderDisplay']['DisplayMain']:FindFirstChild('NoIngredients',true)
  165. Stocking = true
  166. Character.Humanoid.WalkToPoint = Pos
  167. repeat wait() until (HRP.Position - Pos).magnitude < 2.75 or Working
  168. for __, cr in next, (Crates:GetChildren()) do
  169. if (cr.Position - HRP.Position).magnitude < (Crate.Position - HRP.Position).magnitude then
  170. end
  171. Crate.Parent = game.Lighting.TempFolder
  172. DE:FireServer({
  173. Type = 'TakeIngredientCrate'
  174. Crate.Parent = Crates
  175. wait()
  176. Character.Humanoid.WalkToPoint = Pos
  177. repeat wait() until (HRP.Position - Pos).magnitude < 2 or Working
  178. if Stocking then
  179. Workstation = station,
  180. })
  181. Stocking = false
  182. for i = #Positions, 1, -1 do
  183. if Working then break end
  184. if CT then CT.Parent = nil end
  185. Character.Humanoid.WalkToPoint = Pos
  186. repeat wait() until (HRP.Position - Pos).magnitude < 2 or Working
  187. local NI = station['OrderDisplay']['DisplayMain']:FindFirstChild('NoIngredients',true)
  188. Stocking = true
  189. Character.Humanoid.WalkToPoint = Pos
  190. repeat wait() until (HRP.Position - Pos).magnitude < 2.75 or Working
  191. for __, cr in next, (Crates:GetChildren()) do
  192. if (cr.Position - HRP.Position).magnitude < (Crate.Position - HRP.Position).magnitude then
  193. end
  194. Crate.Parent = game.Lighting.TempFolder
  195. DE:FireServer({
  196. Type = 'TakeIngredientCrate'
  197. Crate.Parent = Crates
  198. wait()
  199. Character.Humanoid.WalkToPoint = Pos
  200. repeat wait() until (HRP.Position - Pos).magnitude < 2 or Working
  201. if Stocking then
  202. Workstation = station,
  203. })
  204. Stocking = false
  205. end
  206. while wait(1) do
  207. for __, station in next, (Stations:GetChildren()) do
  208. local send = Orders[station.Order.Value]
  209. local count = station.Order.IngredientsLeft.Value
  210. Workstation = station,
  211. })
  212. if Working or Stocking then break end
  213. for i = 1, count do
  214. Workstation = station,
  215. })
  216. Order = send,
  217. Type = 'FinishOrder'
  218. UE:Fire(Stat.Job.ShiftEarnings)
  219. end
  220. if pizzaactive true then
  221. Pizza.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  222. StartPizza.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  223. notify'Pizza Money Farming Stopped'
  224. pizzaactive = true
  225. StartPizza.BackgroundColor3 = Color3.new(0, 0.5, 0)
  226. notify'Pizza Money Farming Started'
  227. Part2()
  228. end)
  229. --- Ben's Icecream Money ---
  230. StartIceCream.MouseButton1Click:Connect(function()
  231. game.ReplicatedStorage.DataEvent:FireServer({Type = 'TakeIceCreamCup'})
  232. local plr = game:GetService'Players'.LocalPlayer.Name
  233. local flavours = {'Vanilla', 'Chocolate', 'Strawberry'}
  234. local stuff
  235. for k,v in next, workspace.BensIceCream.CustomerTargets:GetChildren()do
  236. return v
  237. end
  238. for s,j in next, workspace.SpawnedCharacters:GetChildren() do
  239. local char = j
  240. if p.Occupied.Value:FindFirstChild('Order') then
  241. for _,x in next, p.Occupied.Value.Order:GetChildren()do
  242. end
  243. end
  244. if workspace[plr]:FindFirstChild('Ice Cream Cup'):WaitForChild'Ball1'.Transparency 1 then
  245. return workspace[plr]:FindFirstChild('Ice Cream Cup').Ball1
  246. elseif workspace[plr]:FindFirstChild('Ice Cream Cup'):WaitForChild'Ball2'.Transparency 1 then
  247. return workspace[plr]:FindFirstChild('Ice Cream Cup').Ball2
  248. end
  249. table.foreach(flavours, function(s,l)
  250. if l:lower() v:lower() then
  251. event:FireServer({
  252. Taste = v,
  253. })
  254. end
  255. end)
  256. table.foreach(extra, function(s,l)
  257. if l:lower() v:lower() then
  258. Type = 'AddIceCreamTopping',
  259. })
  260. end
  261. wait()
  262. for k,v in next, workspace.BensIceCream.CustomerTargets:GetChildren()do
  263. game.ReplicatedStorage.DataEvent:FireServer({Type = 'FinishOrder', Workstation = v})
  264. end
  265. icecreamactive = false
  266. IceCream.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  267. IceCreamPizza.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  268. notify'IceCream Money Farming Stopped'
  269. icecreamactive = true
  270. IceCream.BackgroundColor3 = Color3.new(0, 0.5, 0)
  271. IceCreamPizza.BackgroundColor3 = Color3.new(0, 0.5, 0)
  272. notify'IceCream Money Farming Started'
  273. for k,v in next, workspace.BensIceCream.CustomerTargets:GetChildren()do
  274. v.Occupied:GetPropertyChangedSignal('Value'):Connect(function()
  275. end)
  276. end
  277. local oldLoc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  278. game.ReplicatedStorage.DataFunction:InvokeServer({Type='EnterBuild'})
  279. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = oldLoc
  280. end)
  281. --- LightsOn ---
  282. LightsOn.MouseButton1Click:Connect(function()
  283. local plot = game.Workspace.Plots:FindFirstChild('Plot_'..game.Players.LocalPlayer.Name)
  284. for i,v in pairs(plot.House.Objects:children()) do
  285. if not v.ObjectData.IsOn.Value then
  286. game.ReplicatedStorage.DataEvent:FireServer({Type='Interact', Path=1, Target=v})
  287. end
  288. for ii,wall in pairs(plot.House.Walls:children()) do
  289. for i,v in pairs(wall.ItemHolder:children()) do
  290. if v:FindFirstChild('ObjectData') then
  291. game.ReplicatedStorage.DataEvent:FireServer({Type='Interact', Path=1, Target=v})
  292. end
  293. end
  294. end
  295. if AntiAFKMode 'On' then
  296. AntiAFK.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  297. notify'Afk message turned off'
  298. AntiAFKMode = 'On'
  299. AntiAFK.BackgroundColor3 = Color3.new(0, 0.5, 0)
  300. notify'Afk message turned on'
  301. wait(300)
  302. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('I'm afk', 'All')
  303. end
  304. end)

Roblox Robux Hack. Online User: 9423 Users Online. Free Get Robux Free Unlimited Robux Free Robux Offers Robux Codes No Human Verification Oprewards Points Generator Free Robux Gift Card Free Robux Hack Generator No Human Verification Free Robux Generator Without Downloading Apps Roblox Robux Hack Generator Free Roblox Gift Card Codes 2020 Games That Give Free Robux Robux Hack Without Human.

Sup? Learn how to get money and blockbux on Bloxburg! You can do this on any device, mobile, laptop, computer, etc.

This was our result of applying this hack. You all can get 320K Money and 16K Blockbux just by using it once. Isn’t that astonishing?! We have to be realistic, we weren’t expecting the hack to work, but we are happy we tried, and now we have this fantastic tutorial for you. So let’s not lose any more time! Follow the tutorial step-by-step, and everything will work accurately; it’s easy, don’t worry.

Roblox Money Hack Bloxburg Hack

Roblox bloxburg money hack 2019Money

Roblox Welcome To Bloxburg Money Hack

  1. Roblox Bloxburg Hack
    A team of two brothers develops the website we will be using in this tutorial called Bro Hackers. You can read more about them on their website. Just open the hack for now.
  2. Write your Roblox username and click the ‘PROCEED’ button.
  3. Select the number of Money and Blockbux, then click ‘GENERATE’ button.
  4. At this point you have to wait for the hack to perform its thing… and after a while, the human verification will most likely show up (at least for us, it at all times requires).
  5. This is by far the most annoying part, but you don’t need to be concerned, it is going to be worth it. Click the ‘VERIFY NOW’ button and three offers will show up, pick a random one (these are all free, we never paid a dime!) and finish it until the end.
  6. and… SUCCESS! Done! When you finish the offer, you are going to have this message, in case you don’t get it after waiting around several minutes, attempt a different one! We had to do two distinct offers until the verification was unlocked.
  7. 16K Blockbux 320K Money!

Afk Money Hack Roblox Bloxburg

Share