Roblox Billionaire Simulator Script

Billionaire simulator codes 2020

Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Dec 3rd, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Billionaire Simulator Script Pastebin

  1. -- Objects
  2. local ScreenGui = Instance.new('ScreenGui')
  3. local Open_Button = Instance.new('TextButton')
  4. local TextLabel = Instance.new('TextLabel')
  5. local AUTOFARM = Instance.new('TextButton')
  6. local AutoPurcahseUpgrades = Instance.new('TextButton')
  7. local AutoBuyManager = Instance.new('TextButton')
  8. Open_Frame.Parent = ScreenGui
  9. Open_Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  10. Open_Frame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  11. Open_Frame.Position = UDim2.new(0, 0, 0.725099564, 0)
  12. Open_Button.Parent = Open_Frame
  13. Open_Button.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Open_Button.Position = UDim2.new(-0.544444501, 0, -0.470588237, 0)
  15. Open_Button.Font = Enum.Font.SourceSansBold
  16. Open_Button.TextColor3 = Color3.new(1, 1, 1)
  17. Open_Button.TextSize = 14
  18. Open_Button.MouseButton1Down:connect(function()
  19. Maingui.Visible = true
  20. Maingui.Parent = ScreenGui
  21. Maingui.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  22. Maingui.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  23. Maingui.Position = UDim2.new(0.376973063, 0, 0.108121581, 0)
  24. Maingui.Visible = false
  25. Maingui.Draggable = true
  26. TextLabel.Parent = Maingui
  27. TextLabel.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  28. TextLabel.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  29. TextLabel.Size = UDim2.new(0, 363, 0, 50)
  30. TextLabel.Text = '$BillionaireFucker$'
  31. TextLabel.TextScaled = true
  32. TextLabel.TextWrapped = true
  33. Infcode.Name = 'Inf code'
  34. Infcode.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  35. Infcode.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  36. Infcode.Position = UDim2.new(0.0430837572, 0, 0.212885141, 0)
  37. Infcode.Font = Enum.Font.Code
  38. Infcode.TextColor3 = Color3.new(0, 1, 0)
  39. Infcode.TextSize = 14
  40. Infcode.MouseButton1Down:connect(function()
  41. wait()
  42. local Event = game:GetService('ReplicatedStorage').RPC['Codes_Applied']
  43. end
  44. AUTOFARM.Parent = Maingui
  45. AUTOFARM.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  46. AUTOFARM.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  47. AUTOFARM.Position = UDim2.new(0.0430837572, 0, 0.512559414, 0)
  48. AUTOFARM.Font = Enum.Font.Code
  49. AUTOFARM.TextColor3 = Color3.new(1, 0, 1)
  50. AUTOFARM.TextSize = 14
  51. AUTOFARM.MouseButton1Down:connect(function()
  52. while _G.Enabled do
  53. local A_1 = 'hotdog'
  54. local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
  55. wait(0.002)
  56. local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
  57. wait(0.003)
  58. local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
  59. end
  60. AutoPurcahseUpgrades.Name = 'Auto Purcahse Upgrades'
  61. AutoPurcahseUpgrades.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  62. AutoPurcahseUpgrades.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  63. AutoPurcahseUpgrades.Position = UDim2.new(0.0430837572, 0, 0.789432406, 0)
  64. AutoPurcahseUpgrades.Size = UDim2.new(0, 131, 0, 51)
  65. AutoPurcahseUpgrades.Text = 'Auto Purcahse Upgrades'
  66. AutoPurcahseUpgrades.TextColor3 = Color3.new(0, 0, 1)
  67. AutoPurcahseUpgrades.TextSize = 14
  68. AutoPurcahseUpgrades.MouseButton1Down:connect(function()
  69. local A_1 = 'dairy'
  70. local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Purchase']
  71. wait(0.003)
  72. local A_2 = 10
  73. local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Purchase']
  74. end)
  75. AUTOREBIRTH.Name = 'AUTO REBIRTH'
  76. AUTOREBIRTH.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  77. AUTOREBIRTH.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  78. AUTOREBIRTH.Position = UDim2.new(0.580273867, 0, 0.212885201, 0)
  79. AUTOREBIRTH.Font = Enum.Font.Code
  80. AUTOREBIRTH.TextColor3 = Color3.new(1, 1, 0)
  81. AUTOREBIRTH.TextSize = 14
  82. AUTOREBIRTH.MouseButton1Down:connect(function()
  83. local Event = game:GetService('ReplicatedStorage').RPC.AttemptRebirth
  84. end
  85. AutoBuyManager.Parent = Maingui
  86. AutoBuyManager.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  87. AutoBuyManager.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  88. AutoBuyManager.Position = UDim2.new(0.580273867, 0, 0.512559474, 0)
  89. AutoBuyManager.Font = Enum.Font.Code
  90. AutoBuyManager.TextColor3 = Color3.new(1, 0, 0)
  91. AutoBuyManager.TextSize = 14
  92. AutoBuyManager.MouseButton1Down:connect(function()
  93. local Event = game:GetService('ReplicatedStorage').RPC['Managers_Buy']
  94. end
  95. Credits.Parent = Maingui
  96. Credits.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  97. Credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  98. Credits.Position = UDim2.new(0.580273807, 0, 0.788273752, 0)
  99. Credits.Font = Enum.Font.SourceSansBold
  100. Credits.Text = 'Gui by Bee#7291 Scripts by Funtrat0r'
  101. Credits.TextScaled = true
  102. Credits.TextWrapped = true

Billionaire Simulator Gui Pastebin

Roblox

Coder Simulator Gui