arfiakbar123

GGE

Dec 3rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Main = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. --Properties:
  10. Main.Name = "Main"
  11. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. MainGui.Name = "MainGui"
  14. MainGui.Parent = Main
  15. MainGui.Active = true
  16. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  17. MainGui.BackgroundTransparency = 0.40000000596046
  18. MainGui.BorderColor3 = Color3.new(0, 0, 0)
  19. MainGui.BorderSizePixel = 3
  20. MainGui.Draggable = true
  21. MainGui.Position = UDim2.new(0, 201, 0, 349)
  22. MainGui.Size = UDim2.new(0, 194, 0, 131)
  23.  
  24. TextLabel.Parent = MainGui
  25. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  26. TextLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  27. TextLabel.Position = UDim2.new(-0.031421151, 0, -0.307010144, 0)
  28. TextLabel.Size = UDim2.new(0, 200, 0, 31)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "Billionaire Simulator"
  31. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  32. TextLabel.TextSize = 14
  33.  
  34. TextButton.Parent = MainGui
  35. TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  36. TextButton.Position = UDim2.new(0.113023892, 0, 0.150275141, 0)
  37. TextButton.Size = UDim2.new(0, 143, 0, 41)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "Coins"
  40. TextButton.TextColor3 = Color3.new(0, 0, 0)
  41. TextButton.TextSize = 14
  42. TextButton.MouseButton1Down:connect(function()
  43. -- If you don't want to have it rebirth you, remove the parts: local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth and Event:FireServer() (only use if you only want coins)
  44.  
  45. for i = 1,5000 do
  46. local A_1 = "moneybutton"
  47. local A_2 = -1
  48. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  49. Event:FireServer(A_1, A_2)
  50. wait()
  51. local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
  52. Event:FireServer()
  53. end
  54.  
  55. TextButton_2.Parent = MainGui
  56. TextButton_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  57. TextButton_2.Position = UDim2.new(0.108239189, 0, 0.555609822, 0)
  58. TextButton_2.Size = UDim2.new(0, 143, 0, 41)
  59. TextButton_2.Font = Enum.Font.SourceSans
  60. TextButton_2.Text = "Coins Moon"
  61. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  62. TextButton_2.TextSize = 14
  63. TextButton_2.MouseButton1Down:connect(function()
  64.  
  65. -- If you don't want to have it rebirth you, remove the parts: local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth and Event:FireServer() (only use if you only want coins)
  66.  
  67. for i = 1,5000 do
  68. local A_1 = "moneybutton"
  69. local A_2 = -1
  70. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  71. Event:FireServer(A_1, A_2)
  72. wait()
  73. local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
  74. Event:FireServer()
  75. end
Advertisement
Add Comment
Please, Sign In to add comment