Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Main = Instance.new("ScreenGui")
- local MainGui = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- Main.Name = "Main"
- Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MainGui.Name = "MainGui"
- MainGui.Parent = Main
- MainGui.Active = true
- MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
- MainGui.BackgroundTransparency = 0.40000000596046
- MainGui.BorderColor3 = Color3.new(0, 0, 0)
- MainGui.BorderSizePixel = 3
- MainGui.Draggable = true
- MainGui.Position = UDim2.new(0, 201, 0, 349)
- MainGui.Size = UDim2.new(0, 194, 0, 131)
- TextLabel.Parent = MainGui
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
- TextLabel.Position = UDim2.new(-0.031421151, 0, -0.307010144, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 31)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Billionaire Simulator"
- TextLabel.TextColor3 = Color3.new(0, 1, 1)
- TextLabel.TextSize = 14
- TextButton.Parent = MainGui
- TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- TextButton.Position = UDim2.new(0.113023892, 0, 0.150275141, 0)
- TextButton.Size = UDim2.new(0, 143, 0, 41)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Coins"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- -- 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)
- for i = 1,5000 do
- local A_1 = "moneybutton"
- local A_2 = -1
- local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
- Event:FireServer(A_1, A_2)
- wait()
- local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
- Event:FireServer()
- end
- TextButton_2.Parent = MainGui
- TextButton_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- TextButton_2.Position = UDim2.new(0.108239189, 0, 0.555609822, 0)
- TextButton_2.Size = UDim2.new(0, 143, 0, 41)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Coins Moon"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- TextButton_2.MouseButton1Down:connect(function()
- -- 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)
- for i = 1,5000 do
- local A_1 = "moneybutton"
- local A_2 = -1
- local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
- Event:FireServer(A_1, A_2)
- wait()
- local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
- Event:FireServer()
- end
Advertisement
Add Comment
Please, Sign In to add comment