Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Gui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local BeautyA = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local BeautyB = Instance.new("Frame")
- local Credit = Instance.new("TextLabel")
- local Label = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local Start = Instance.new("TextButton")
- local Stop = Instance.new("TextButton")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = Gui
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BackgroundTransparency = 0.20000000298023
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.24368687, 0, 0.24701196, 0)
- Main.Size = UDim2.new(0, 406, 0, 253)
- Main.Visible = false
- Main.Draggable = true
- BeautyA.Name = "BeautyA"
- BeautyA.Parent = Main
- BeautyA.BackgroundColor3 = Color3.new(1, 0, 1)
- BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- BeautyA.BorderSizePixel = 0
- BeautyA.Position = UDim2.new(0, 0, -0.00396825001, 0)
- BeautyA.Size = UDim2.new(0, 406, 0, 23)
- Name.Name = "Name"
- Name.Parent = BeautyA
- Name.BackgroundColor3 = Color3.new(1, 0, 1)
- Name.BorderSizePixel = 0
- Name.Position = UDim2.new(0.266009837, 0, -0.00790513866, 0)
- Name.Size = UDim2.new(0, 183, 0, 23)
- Name.Font = Enum.Font.Cartoon
- Name.Text = "Elehotel"
- Name.TextColor3 = Color3.new(0, 0, 0)
- Name.TextSize = 30
- BeautyB.Name = "BeautyB"
- BeautyB.Parent = Main
- BeautyB.BackgroundColor3 = Color3.new(1, 0, 1)
- BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- BeautyB.BorderSizePixel = 0
- BeautyB.Position = UDim2.new(0, 0, 0.905138314, 0)
- BeautyB.Size = UDim2.new(0, 406, 0, 24)
- Credit.Name = "Credit"
- Credit.Parent = BeautyB
- Credit.BackgroundColor3 = Color3.new(1, 0, 1)
- Credit.BorderSizePixel = 0
- Credit.Position = UDim2.new(0.266009837, 0, -0.00790513866, 0)
- Credit.Size = UDim2.new(0, 183, 0, 23)
- Credit.Font = Enum.Font.Cartoon
- Credit.Text = "GUI made by Ziegel#8171"
- Credit.TextColor3 = Color3.new(0, 0, 0)
- Credit.TextSize = 20
- Label.Name = "Label"
- Label.Parent = Main
- Label.BackgroundColor3 = Color3.new(0.427451, 0, 0.427451)
- Label.BorderColor3 = Color3.new(0.584314, 0, 0.584314)
- Label.BorderSizePixel = 0
- Label.Position = UDim2.new(0.253694594, 0, 0.173913047, 0)
- Label.Size = UDim2.new(0, 200, 0, 50)
- Label.Font = Enum.Font.Cartoon
- Label.Text = "Infinity Money"
- Label.TextColor3 = Color3.new(0, 0, 0)
- Label.TextSize = 30
- TextButton.Parent = Main
- TextButton.BackgroundColor3 = Color3.new(1, 0, 1)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.903940916, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 39, 0, 21)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- Start.Name = "Start"
- Start.Parent = Main
- Start.BackgroundColor3 = Color3.new(0.811765, 0, 0.811765)
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0.0804293081, 0, 0.514479995, 0)
- Start.Size = UDim2.new(0, 108, 0, 59)
- Start.Font = Enum.Font.Cartoon
- Start.Text = "Start"
- Start.TextColor3 = Color3.new(0, 0, 0)
- Start.TextSize = 30
- Start.MouseButton1Down:connect(function()
- G_e = true
- while G_e do
- wait()
- local A_1 = false
- local A_2 = 1000000000
- local A_3 = "Cash"
- local Event = game:GetService("ReplicatedStorage").MoneyRequest
- Event:FireServer(A_1, A_2, A_3)
- end
- end)
- Stop.Name = "Stop"
- Stop.Parent = Main
- Stop.BackgroundColor3 = Color3.new(0.811765, 0, 0.811765)
- Stop.BorderSizePixel = 0
- Stop.Position = UDim2.new(0.637110651, 0, 0.514479995, 0)
- Stop.Size = UDim2.new(0, 108, 0, 59)
- Stop.Font = Enum.Font.Cartoon
- Stop.Text = "Stop"
- Stop.TextColor3 = Color3.new(0, 0, 0)
- Stop.TextSize = 30
- Stop.MouseButton1Down:connect(function()
- G_e = false
- while G_e do
- wait()
- local A_1 = false
- local A_2 = 1000000000
- local A_3 = "Cash"
- local Event = game:GetService("ReplicatedStorage").MoneyRequest
- Event:FireServer(A_1, A_2, A_3)
- end
- end)
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = Gui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0, 0, 0.625497997, 0)
- OpenFrame.Size = UDim2.new(0, 103, 0, 28)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0904849842, 0, 0.0357143879, 0)
- Open.Size = UDim2.new(0, 83, 0, 25)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 30
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment