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 Function1 = Instance.new("TextButton")
- local topbar = Instance.new("Frame")
- local Game = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local OpenClose = Instance.new("TextButton")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = Gui
- Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Main.BorderColor3 = Color3.new(1, 0, 0)
- Main.BorderSizePixel = 5
- Main.Position = UDim2.new(0.216517851, 0, 0.177710846, 0)
- Main.Size = UDim2.new(0, 650, 0, 458)
- Main.Visible = false
- Function1.Name = "Function1"
- Function1.Parent = Main
- Function1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Function1.BorderColor3 = Color3.new(0.333333, 1, 0)
- Function1.BorderSizePixel = 5
- Function1.Position = UDim2.new(0.0661538467, 0, 0.218340605, 0)
- Function1.Size = UDim2.new(0, 563, 0, 255)
- Function1.Font = Enum.Font.SourceSans
- Function1.Text = "AFK FARM"
- Function1.TextColor3 = Color3.new(1, 1, 1)
- Function1.TextScaled = true
- Function1.TextSize = 14
- Function1.TextWrapped = true
- Function1.TextYAlignment = Enum.TextYAlignment.Top
- topbar.Name = "topbar"
- topbar.Parent = Main
- topbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- topbar.BackgroundTransparency = 0.5
- topbar.Position = UDim2.new(-0.00194369256, 0, 0.000328823924, 0)
- topbar.Size = UDim2.new(0, 650, 0, 42)
- Game.Name = "Game"
- Game.Parent = topbar
- Game.BackgroundColor3 = Color3.new(1, 1, 1)
- Game.BackgroundTransparency = 1
- Game.Position = UDim2.new(0.00153846107, 0, -0.0952380896, 0)
- Game.Size = UDim2.new(0, 632, 0, 50)
- Game.Font = Enum.Font.Cartoon
- Game.Text = "SODA DRINKING SIMULATOR"
- Game.TextColor3 = Color3.new(1, 0, 0)
- Game.TextScaled = true
- Game.TextSize = 14
- Game.TextWrapped = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.890829682, 0)
- TextLabel.Size = UDim2.new(0, 650, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "V3RM: BestScripter"
- TextLabel.TextColor3 = Color3.new(0, 0, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- OpenClose.Name = "OpenClose"
- OpenClose.Parent = Gui
- OpenClose.BackgroundColor3 = Color3.new(0.117647, 0.137255, 0.121569)
- OpenClose.BorderColor3 = Color3.new(0, 0, 1)
- OpenClose.BorderSizePixel = 5
- OpenClose.Position = UDim2.new(0, 0, 0.4743976, -25)
- OpenClose.Size = UDim2.new(0, 149, 0, 67)
- OpenClose.Font = Enum.Font.SourceSans
- OpenClose.Text = "Open"
- OpenClose.TextScaled = true
- OpenClose.TextSize = 14
- OpenClose.TextWrapped = true
- -- Scripts:
- function SCRIPT_MEYU82_FAKESCRIPT() -- Function1.Script
- getfenv().script = Instance.new('Script', Function1)
- Function1.MouseButton1Click:connect(function()
- while wait(0.1) do
- local Event = game.Players.LocalPlayer.Character.Soda.Drink
- Event:FireServer()
- local Event = game.Players.LocalPlayer.Character.Soda.Burp
- Event:FireServer()
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_MEYU82_FAKESCRIPT))
- function SCRIPT_YUVK80_FAKESCRIPT() -- OpenClose.LocalScript
- getfenv().script = Instance.new('LocalScript', OpenClose)
- script.Parent.MouseButton1Click:connect(function()
- if script.Parent.Parent.Main.Visible == false then
- script.Parent.Parent.Main.Visible = true
- script.Parent.Text = 'Close'
- else
- script.Parent.Parent.Frame.Visible = false
- end script.Parent.Text = 'Open'
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_YUVK80_FAKESCRIPT))
Add Comment
Please, Sign In to add comment