Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Please read console";
- Text = "Press F9";
- })
- print("glock / Teleports you to glock spawn")
- print("machete / Teleports you to machete spawn")
- print("uzi / Teleports you to uzi spawn")
- print("sawed off / Teleports you to sawed off spawn")
- print("Stolen stuff in F9!")
- wait(1)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Made by Atom#0995 & raccoon#8988";
- Text = "Credits above";
- })
- wait(3)
- print("Made by Atom#0995 & raccoon#8988")
- local Streets = Instance.new("ScreenGui")
- local Base = Instance.new("Frame")
- local BaseDetail = Instance.new("Frame")
- local BaseText = Instance.new("TextLabel")
- local Punches = Instance.new("TextButton")
- local Door = Instance.new("TextButton")
- local Weapons = Instance.new("TextButton")
- local Section = Instance.new("Frame")
- local Decal = Instance.new("TextButton")
- local Audio = Instance.new("TextButton")
- local User = Instance.new("TextBox")
- local Exit = Instance.new("TextButton")
- Streets.Name = "Streets"
- Streets.Parent = game.Players.LocalPlayer.PlayerGui
- Base.Name = "Base"
- Base.Parent = Streets
- Base.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Base.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Base.Position = UDim2.new(0.534912705, 0, 0.561753035, 0)
- Base.Size = UDim2.new(0, 336, 0, 203)
- BaseDetail.Name = "BaseDetail"
- BaseDetail.Parent = Base
- BaseDetail.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- BaseDetail.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- BaseDetail.Size = UDim2.new(0, 336, 0, 26)
- Base.Active = true
- Base.Draggable = true
- BaseText.Name = "BaseText"
- BaseText.Parent = BaseDetail
- BaseText.BackgroundColor3 = Color3.new(1, 1, 1)
- BaseText.BackgroundTransparency = 1
- BaseText.Size = UDim2.new(0, 336, 0, 26)
- BaseText.Font = Enum.Font.Arcade
- BaseText.Text = "The Streets GUI by Atom#0995 & raccoon#8988"
- BaseText.TextColor3 = Color3.new(0, 0, 0)
- BaseText.TextScaled = true
- BaseText.TextSize = 14
- BaseText.TextWrapped = true
- Punches.Name = "Punches"
- Punches.Parent = Base
- Punches.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Punches.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Punches.Position = UDim2.new(0.0505952388, 0, 0.201970443, 0)
- Punches.Size = UDim2.new(0, 90, 0, 38)
- Punches.Font = Enum.Font.SourceSansBold
- Punches.Text = "Fast Punches"
- Punches.TextColor3 = Color3.new(0, 0, 0)
- Punches.TextScaled = true
- Punches.TextSize = 14
- Punches.TextWrapped = true
- Punches.MouseButton1Down:Connect(function()
- local player = game:GetService("Players").LocalPlayer
- player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
- player.Backpack.Punch.Info.AnimSpeed.Value = 5
- end)
- Door.Name = "Door"
- Door.Parent = Base
- Door.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Door.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Door.Position = UDim2.new(0.0505952388, 0, 0.467980266, 0)
- Door.Size = UDim2.new(0, 90, 0, 38)
- Door.Font = Enum.Font.SourceSansBold
- Door.Text = "Unlock Any Door [P]"
- Door.TextColor3 = Color3.new(0, 0, 0)
- Door.TextScaled = true
- Door.TextSize = 14
- Door.TextWrapped = true
- Door.MouseButton1Down:Connect(function()
- mouse = game.Players.LocalPlayer:getMouse()
- toggled = false
- mouse.KeyDown:connect(function(k)
- if k:lower() == "p" then
- toggled = not toggled
- print("Toggle :" .. tostring(toggled))
- end
- end)
- mouse.Button1Down:connect(function()
- if toggled == true then
- if mouse.Target ~= nil then
- if mouse.Target.Name == "Click" then
- local a, b = pcall(function()
- if mouse.Target.Parent:findFirstChild("Locker") then
- if mouse.Target.Parent:findFirstChild("Locker").className == "BoolValue" then
- if mouse.Target.Parent:findFirstChild("Locker").Value == true then
- mouse.Target.Parent.Lock.ClickDetector.RemoteEvent:FireServer()
- wait(0.1)
- mouse.Target.ClickDetector.RemoteEvent:FireServer()
- else
- warn("Unlocked Door!")
- end
- end
- end
- end)
- if not a then
- warn(b)
- end
- end
- end
- end
- end)
- end)
- Weapons.Name = "Weapons"
- Weapons.Parent = Base
- Weapons.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Weapons.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Weapons.Position = UDim2.new(0.0505952388, 0, 0.738916278, 0)
- Weapons.Size = UDim2.new(0, 90, 0, 38)
- Weapons.Font = Enum.Font.SourceSansBold
- Weapons.Text = "Tp To Spawned Items"
- Weapons.TextColor3 = Color3.new(0, 0, 0)
- Weapons.TextScaled = true
- Weapons.TextSize = 15
- Weapons.TextWrapped = true
- Weapons.MouseButton1Down:Connect(function()
- for i,v in pairs(game.Workspace.RandomSpawner:GetChildren()) do
- if v ~= nil then
- print("Nothing Found. Attempting Search.")
- end
- if v then
- wait(0.2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame * CFrame.new(0,0,0)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame * CFrame.new(0,1,0)
- end
- end
- end)
- Section.Name = "Section"
- Section.Parent = Base
- Section.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Section.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Section.BorderSizePixel = 0
- Section.Position = UDim2.new(0.354166657, 0, 0.128078818, 0)
- Section.Size = UDim2.new(0, 1, 0, 177)
- Decal.Name = "Decal"
- Decal.Parent = Base
- Decal.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Decal.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Decal.Position = UDim2.new(0.398809522, 0, 0.221674889, 0)
- Decal.Size = UDim2.new(0, 90, 0, 50)
- Decal.Font = Enum.Font.SourceSansBold
- Decal.Text = "Steal Decal"
- Decal.TextColor3 = Color3.new(0, 0, 0)
- Decal.TextScaled = true
- Decal.TextSize = 14
- Decal.TextWrapped = true
- Decal.MouseButton1Down:Connect(function()
- local decal = game.Players[User.Text].PlayerGui.SprayGui.Frame.Frame.TextBox.Text
- game.StarterGui:SetCore("SendNotification", {
- Title = ""..decal;
- Text = "Press F9";
- })
- print(decal)
- end)
- Audio.Name = "Audio"
- Audio.Parent = Base
- Audio.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- Audio.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- Audio.Position = UDim2.new(0.398809552, 0, 0.620689631, 0)
- Audio.Size = UDim2.new(0, 90, 0, 50)
- Audio.Font = Enum.Font.SourceSansBold
- Audio.Text = "Steal Audio"
- Audio.TextColor3 = Color3.new(0, 0, 0)
- Audio.TextScaled = true
- Audio.TextSize = 14
- Audio.TextWrapped = true
- Audio.MouseButton1Down:Connect(function()
- local audio = game.Workspace[User.Text].Torso.Song.SoundId
- game.StarterGui:SetCore("SendNotification", {
- Title = ""..audio;
- Text = "Press F9";
- })
- print(audio)
- end)
- User.Name = "User"
- User.Parent = Base
- User.BackgroundColor3 = Color3.new(0.290196, 1, 0.52549)
- User.BorderColor3 = Color3.new(0.145098, 0.498039, 0.254902)
- User.Position = UDim2.new(0.708333313, 0, 0.38916257, 0)
- User.Size = UDim2.new(0, 87, 0, 68)
- User.Font = Enum.Font.SourceSansBold
- User.PlaceholderColor3 = Color3.new(0, 0, 0)
- User.Text = "Target"
- User.TextColor3 = Color3.new(0, 0, 0)
- User.TextScaled = true
- User.TextSize = 14
- User.TextWrapped = true
- Exit.Name = "Exit"
- Exit.Parent = Base
- Exit.BackgroundColor3 = Color3.new(0.784314, 0, 0)
- Exit.BackgroundTransparency = 1
- Exit.BorderColor3 = Color3.new(0.392157, 0, 0)
- Exit.Size = UDim2.new(0, 29, 0, 26)
- Exit.Font = Enum.Font.SourceSansBold
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextScaled = true
- Exit.TextSize = 14
- Exit.TextStrokeColor3 = Color3.new(0.392157, 0, 0)
- Exit.TextWrapped = true
- Exit.MouseButton1Down:Connect(function()
- Streets:Destroy()
- end)
- -- // Sayings \\ --
- game.Players.LocalPlayer.Chatted:connect(function(machete)
- if machete == "machete" then
- local name = game.Players.LocalPlayer.Name
- game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-726.606873, 4.04330873, -80.8563232)
- end
- end)
- game.Players.LocalPlayer.Chatted:connect(function(glock)
- if glock == "glock" then
- local name = game.Players.LocalPlayer.Name
- game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-973.290771, 3.37495351, -92.129425)
- end
- end)
- game.Players.LocalPlayer.Chatted:connect(function(uzi)
- if uzi == "uzi" then
- local name = game.Players.LocalPlayer.Name
- game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-273.900848, 3.99584341, 362.422211)
- end
- end)
- game.Players.LocalPlayer.Chatted:connect(function(shotgun)
- if shotgun == "sawed off" then
- local name = game.Players.LocalPlayer.Name
- game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-248.845825, 3.73038244, -245.211899)
- end
- end)
- game.Players.LocalPlayer.Chatted:connect(function(noshotgun)
- if noshotgun == "sawedoff" then
- local name = game.Players.LocalPlayer.Name
- game.Workspace[name].HumanoidRootPart.CFrame = CFrame.new(-248.845825, 3.73038244, -245.211899)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment