Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Roadine
- -- Objects
- local SodaDrinkingHub = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Jump = Instance.new("TextButton")
- local reffects = Instance.new("TextButton")
- local craftitem = Instance.new("TextBox")
- local craft = Instance.new("TextButton")
- local credits = Instance.new("TextLabel")
- -- Properties
- SodaDrinkingHub.Name = "SodaDrinking Hub"
- SodaDrinkingHub.Parent = game.Players.LocalPlayer.PlayerGui
- Main.Name = "Main"
- Main.Parent = SodaDrinkingHub
- Main.Active = true
- Main.Draggable = true
- Main.BackgroundColor3 = Color3.new(255, 0, 191)
- Main.BackgroundTransparency = 0.10000000149012
- Main.BorderSizePixel = 0
- Main.ClipsDescendants = true
- Main.Position = UDim2.new(0.440909088, 0, 0.289044321, 0)
- Main.Selectable = true
- Main.Size = UDim2.new(0, 365, 0, 357)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(117, 0, 0)
- Title.BackgroundTransparency = 0.10000000149012
- Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Title.BorderSizePixel = 4
- Title.Position = UDim2.new(0.164102569, 0, 0.0705394223, 0)
- Title.Size = UDim2.new(0, 245, 0, 41)
- Title.Font = Enum.Font.ArialBold
- Title.Text = "Soda Drinking Simulator Hub by Soda fo"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- Jump.Name = "Jump"
- Jump.Parent = Main
- Jump.BackgroundColor3 = Color3.new(117, 0, 0)
- Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Jump.BorderSizePixel = 4
- Jump.Position = UDim2.new(0.164102569, 0, 0.294605821, 0)
- Jump.Size = UDim2.new(0, 245, 0.4, 29)
- Jump.Font = Enum.Font.ArialBold
- Jump.Text = "Auto Fast Drinking"
- Jump.TextColor3 = Color3.new(1, 1, 1)
- Jump.TextScaled = true
- Jump.TextSize = 14
- Jump.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = Main
- credits.BackgroundColor3 = Color3.new(117, 0, 0)
- credits.BackgroundTransparency = 0.10000000149012
- credits.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0.0153846154, 0, 0.905511796, 0)
- credits.Size = UDim2.new(0, 353, 0, 35)
- credits.Font = Enum.Font.ArialBold
- credits.Text = "Made By Soda fo and iiiPipe"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextScaled = true
- credits.TextSize = 14
- credits.TextWrapped = true
- -- Scripts
- Jump.MouseButton1Down:connect(function()
- while true do
- game["Run Service"].RenderStepped:wait()
- game.Players.LocalPlayer.Character.Soda.Drink:FireServer()
- game.Players.LocalPlayer.Character.Soda.Drink:FireServer()
- game.ReplicatedStorage.RebirthMe:FireServer()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement