Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The Streets 2 made by poof#6505
- local Streets2gui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local credits = Instance.new("TextLabel")
- local Button1 = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Button3 = Instance.new("TextButton")
- local Button4 = Instance.new("TextButton")
- local printcmds = Instance.new("TextButton")
- --Properties:
- Streets2gui.Name = "Streets2gui"
- Streets2gui.Parent = game.CoreGui
- Frame.Parent = Streets2gui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BorderColor3 = Color3.new(0.207843, 0, 0)
- Frame.Position = UDim2.new(0.014326632, 0, 0.146997929, 0)
- Frame.Size = UDim2.new(0, 380, 0, 318)
- Frame.Style = Enum.FrameStyle.DropShadow
- Frame.Active = true
- Frame.Draggable = true
- title.Name = "title"
- title.Parent = Frame
- title.BackgroundColor3 = Color3.new(0, 0, 0)
- title.Position = UDim2.new(-0.0485759564, 0, -0.0266189575, 0)
- title.Size = UDim2.new(0, 400, 0, 50)
- title.Font = Enum.Font.SciFi
- title.Text = "The Streets 2"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = Frame
- credits.BackgroundColor3 = Color3.new(0, 0, 0)
- credits.Position = UDim2.new(-0.0485759564, 0, 0.995393634, 0)
- credits.Size = UDim2.new(0, 400, 0, 50)
- credits.Font = Enum.Font.SciFi
- credits.Text = "Made by poof#6505"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 25
- credits.TextWrapped = true
- Button1.Name = "Button1"
- Button1.Parent = Frame
- Button1.BackgroundColor3 = Color3.new(0, 0, 0)
- Button1.Position = UDim2.new(0.0554897115, 0, 0.208053797, 0)
- Button1.Size = UDim2.new(0, 110, 0, 50)
- Button1.Font = Enum.Font.Fantasy
- Button1.Text = "HideRadio"
- Button1.TextColor3 = Color3.new(1, 1, 1)
- Button1.TextSize = 17
- Button1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/2yiCRYEz'),true))()
- end)
- Button2.Name = "Button2"
- Button2.Parent = Frame
- Button2.BackgroundColor3 = Color3.new(0, 0, 0)
- Button2.Position = UDim2.new(0.637068689, 0, 0.208053797, 0)
- Button2.Size = UDim2.new(0, 110, 0, 50)
- Button2.Font = Enum.Font.Fantasy
- Button2.Text = "Teleport"
- Button2.TextColor3 = Color3.new(1, 1, 1)
- Button2.TextSize = 17
- Button2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/RaggHaqS'),true))()
- end)
- Button3.Name = "Button3"
- Button3.Parent = Frame
- Button3.BackgroundColor3 = Color3.new(0, 0, 0)
- Button3.Position = UDim2.new(0.637068689, 0, 0.465915442, 0)
- Button3.Size = UDim2.new(0, 110, 0, 50)
- Button3.Font = Enum.Font.Fantasy
- Button3.Text = "Button4"
- Button3.TextColor3 = Color3.new(1, 1, 1)
- Button3.TextSize = 17
- Button3.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
- end)
- Button4.Name = "Button4"
- Button4.Parent = Frame
- Button4.BackgroundColor3 = Color3.new(0, 0, 0)
- Button4.Position = UDim2.new(0.0554897115, 0, 0.478494048, 0)
- Button4.Size = UDim2.new(0, 110, 0, 50)
- Button4.Font = Enum.Font.Fantasy
- Button4.Text = "Button3"
- Button4.TextColor3 = Color3.new(1, 1, 1)
- Button4.TextSize = 17
- Button4.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/DELETED'),true))()
- end)
- printcmds.Name = "printcmds"
- printcmds.Parent = Frame
- printcmds.BackgroundColor3 = Color3.new(0, 0, 0)
- printcmds.Position = UDim2.new(0.19929488, 0, 0.74115181, 0)
- printcmds.Size = UDim2.new(0, 217, 0, 50)
- printcmds.Font = Enum.Font.Fantasy
- printcmds.Text = "print cmds in F9"
- printcmds.TextColor3 = Color3.new(1, 1, 1)
- printcmds.TextSize = 25
- printcmds.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/E77Qtj3S'),true))()
- end)
- Player = game.Players.LocalPlayer
- Mouse = Player:GetMouse()
- gui = ScreenGui
- box = Frame
- Open = false
- function PressY(key)
- if (key == "y") then
- if (Open == false) then
- box.Visible = true
- Open = true
- elseif (Open == true) then
- box.Visible = false
- Open = false
- end
- end
- end
- Mouse.KeyDown:connect(PressY)
Add Comment
Please, Sign In to add comment