Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("[All credit to those who have created this, some guy leaked.]")
- print("LEAKED BY MR STEAL YO BORK @ BORK GANG [Fixed by RBLXCheeez]")
- local Gui2 = Instance.new('ScreenGui', game.CoreGui)
- Gui2.Name = "REKT BY BORK GANG LOLOLOL"
- local version = "big borks"
- local function createframe(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex)
- local newframe = Instance.new("Frame")
- newframe.BackgroundColor3 = bkgc3
- newframe.BackgroundTransparency = bkgtrans
- newframe.BorderColor3 = borderc3
- newframe.BorderSizePixel = bordersize
- newframe.Name = name
- newframe.Parent = parent
- newframe.Position = pos
- newframe.Rotation = rot
- newframe.Size = size
- newframe.Visible = visible
- newframe.ZIndex = zindex
- return newframe
- end
- local function createlabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
- local newlabel = Instance.new("TextLabel")
- newlabel.BackgroundColor3 = bkgc3
- newlabel.BackgroundTransparency = bkgtrans
- newlabel.BorderColor3 = borderc3
- newlabel.BorderSizePixel = bordersize
- newlabel.Name = name
- newlabel.Parent = parent
- newlabel.Position = pos
- newlabel.Rotation = rot
- newlabel.Size = size
- newlabel.Visible = visible
- newlabel.ZIndex = zindex
- newlabel.Font = font
- newlabel.FontSize = fontsize
- newlabel.Text = text
- newlabel.TextColor3 = textc3
- newlabel.TextScaled = textscaled
- newlabel.TextStrokeColor3 = textstrokec3
- newlabel.TextStrokeTransparency = textstroketrans
- newlabel.TextTransparency = texttrans
- newlabel.TextWrapped = textwrapped
- newlabel.TextXAlignment = xalign
- newlabel.TextYAlignment = yalign
- return newlabel
- end
- local function createbutton(autocolor, bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
- local newbutton = Instance.new("TextButton")
- newbutton.AutoButtonColor = autocolor
- newbutton.BackgroundColor3 = bkgc3
- newbutton.BackgroundTransparency = bkgtrans
- newbutton.BorderColor3 = borderc3
- newbutton.BorderSizePixel = bordersize
- newbutton.Name = name
- newbutton.Parent = parent
- newbutton.Position = pos
- newbutton.Rotation = rot
- newbutton.Size = size
- newbutton.Visible = visible
- newbutton.ZIndex = zindex
- newbutton.Font = font
- newbutton.FontSize = fontsize
- newbutton.Text = text
- newbutton.TextColor3 = textc3
- newbutton.TextScaled = textscaled
- newbutton.TextStrokeColor3 = textstrokec3
- newbutton.TextStrokeTransparency = textstroketrans
- newbutton.TextTransparency = texttrans
- newbutton.TextWrapped = textwrapped
- newbutton.TextXAlignment = xalign
- newbutton.TextYAlignment = yalign
- return newbutton
- end
- local function createtextbox(bkgc3,bkgtrans,borderc3, bordersize, clrtext, multiline, name, parent, pos, rot, size, visible, zindex, font, fontsize, text, textc3, textscaled, textstrokec3, textstroketrans, texttrans, textwrapped, xalign, yalign)
- local newbox = Instance.new("TextBox")
- newbox.BackgroundColor3 = bkgc3
- newbox.BackgroundTransparency = bkgtrans
- newbox.BorderColor3 = borderc3
- newbox.BorderSizePixel = bordersize
- newbox.ClearTextOnFocus = clrtext
- newbox.MultiLine = multiline
- newbox.Name = name
- newbox.Parent = parent
- newbox.Position = pos
- newbox.Rotation = rot
- newbox.Size = size
- newbox.Visible = visible
- newbox.ZIndex = zindex
- newbox.Font = font
- newbox.FontSize = fontsize
- newbox.Text = text
- newbox.TextColor3 = textc3
- newbox.TextScaled = textscaled
- newbox.TextStrokeColor3 = textstrokec3
- newbox.TextStrokeTransparency = textstroketrans
- newbox.TextTransparency = texttrans
- newbox.TextWrapped = textwrapped
- newbox.TextXAlignment = xalign
- newbox.TextYAlignment = yalign
- return newbox
- end
- local function createimagelabel(bkgc3,bkgtrans,borderc3, bordersize, name, parent, pos, rot, size, visible, zindex, image, imagetrans)
- local newimage = Instance.new("ImageLabel")
- newimage.BackgroundColor3 = bkgc3
- newimage.BackgroundTransparency = bkgtrans
- newimage.BorderColor3 = borderc3
- newimage.BorderSizePixel = bordersize
- newimage.Name = name
- newimage.Parent = parent
- newimage.Position = pos
- newimage.Rotation = rot
- newimage.Size = size
- newimage.Visible = visible
- newimage.ZIndex = zindex
- newimage.Image = "rbxassetid://"..image
- newimage.ImageTransparency = imagetrans
- return newimage
- end
- local IntroFrames = createframe(Color3.new(43/255, 43/255, 43/255),0,Color3.new(27/255,42/255,53/255),0,"IntroFrames",Gui2,UDim2.new(0,-330,0,0),0,UDim2.new(0,300,1,0),true,1)
- createframe(Color3.new(43/255, 43/255, 43/255),0,Color3.new(0,0,0),0,"bar",IntroFrames,UDim2.new(1,0,0,0),0,UDim2.new(0,30,0,90),true,1)
- createimagelabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Slant",IntroFrames,UDim2.new(1,0,0,90),90,UDim2.new(0,30,0,30),true,1,474172996,0)
- createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Creator",IntroFrames,UDim2.new(0,80,1,-40),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size14,"MR STEAL YO BORK @ BORK GANG",Color3.new(0/255, 174/255, 255/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
- createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"CreatorLabel",IntroFrames,UDim2.new(0,80,1,-70),0,UDim2.new(0,140,0,30),true,1,Enum.Font.Code,Enum.FontSize.Size18,"LEAKED BY:",Color3.new(0/255, 174/255, 255/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
- createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Desc",IntroFrames,UDim2.new(0,0,0,120),0,UDim2.new(1,0,0,90),true,1,Enum.Font.SourceSansLight,Enum.FontSize.Size14,"fuck the streets",Color3.new(0, 216, 18), true,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
- createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"SubTitle",IntroFrames,UDim2.new(0.5,-150,0,70),0,UDim2.new(0,300,0,40),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size32,"",Color3.new(27/255,42/255,53/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
- createlabel(Color3.new(1,1,1),1,Color3.new(0,0,0),0,"Title",IntroFrames,UDim2.new(0.5,-105,0,20),0,UDim2.new(0,210,0,60),true,1,Enum.Font.SourceSansBold,Enum.FontSize.Size32,"THE STREETS SCRIPT LEAK",Color3.new(0/255, 174/255, 255/255), false,Color3.new(0,0,0),1,0,true,Enum.TextXAlignment.Center,Enum.TextYAlignment.Center)
- IntroFrames:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true)
- local weee = game.Workspace
- Instance.new("Sound", weee)
- wait(0.01)
- weee.Sound.Name = "borkgangLOLXD"
- wait(0.03)
- weee.borkgangLOLXD.SoundId = "rbxassetid://632546"
- weee.borkgangLOLXD.Volume = 1
- wait (0.02)
- weee.borkgangLOLXD:Play()
- wait(3)
- IntroFrames:TweenPosition(UDim2.new(0,-330,0,0),Enum.EasingDirection.In,Enum.EasingStyle.Quart,0.5,true)
- wait(3)
- Gui2:Destroy()
- repeat wait() until
- game.Players.LocalPlayer ~= nil
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- local context = game:GetService("ContextActionService")
- local teleported = false
- local cartp = false
- local door = false
- local sound = false
- local decal = false
- local spray = false
- player.CharacterAdded:connect(function()
- Speed()
- end)
- function Gui()
- if game.CoreGui:FindFirstChild("Music") == nil then
- local s = Instance.new("ScreenGui", game.CoreGui)
- s.Name = "Music"
- local b = Instance.new("TextBox", s)
- b.Size = UDim2.new(0.07, 0, 0.03, 0)
- b.Position = UDim2.new(0.905, 0, 0.96, 0)
- b.BackgroundColor3 = Color3.new(0, 0, 0)
- b.BackgroundTransparency = 0.5
- b.Text = "Enter ID Here"
- b.TextColor3 = Color3.new(1, 1, 1)
- b.Font = "Code"
- b.FontSize = "Size14"
- b.BorderSizePixel = 0
- local t = Instance.new("TextButton", s)
- t.Size = UDim2.new(0.02, 0, 0.03, 0)
- t.Position = UDim2.new(0.975, 0, 0.96, 0)
- t.BackgroundColor3 = Color3.new(0, 0, 0)
- t.BackgroundTransparency = 0.5
- t.Text = "Play"
- t.TextColor3 = Color3.new(1, 1, 1)
- t.Font = "Code"
- t.FontSize = "Size14"
- t.BorderSizePixel = 0
- t.MouseButton1Click:connect(function()
- if player.Character:FindFirstChild("BoomBox") ~= nil then
- player.Character.BoomBox.Remote:FireServer("PlaySong", b.Text)
- else
- b.Text = "Equip Radio"
- end
- end)
- local b1LOLEMOJI = Instance.new("TextLabel", s)
- b1LOLEMOJI.Size = UDim2.new(0.07, 0, 0.03, 0)
- b1LOLEMOJI.Position = UDim2.new(0.105, 0, 0.8975, 0)
- b1LOLEMOJI.BackgroundColor3 = Color3.new(0, 0, 0)
- b1LOLEMOJI.BackgroundTransparency = 1
- b1LOLEMOJI.Text = "Edited by RBLXCheeez"
- b1LOLEMOJI.TextColor3 = Color3.new(255, 159, 5)
- b1LOLEMOJI.Font = "Code"
- b1LOLEMOJI.FontSize = "Size18"
- b1LOLEMOJI.BorderSizePixel = 0
- b2 = Instance.new("TextBox", s)
- b2.Size = UDim2.new(0.07, 0, 0.03, 0)
- b2.Position = UDim2.new(0.905, 0, 0.925, 0)
- b2.BackgroundColor3 = Color3.new(0, 0, 0)
- b2.BackgroundTransparency = 0.5
- b2.Text = "Enter ID Here"
- b2.TextColor3 = Color3.new(1, 1, 1)
- b2.Font = "Code"
- b2.FontSize = "Size14"
- b2.BorderSizePixel = 0
- local b3 = Instance.new("Frame", s)
- b3.Size = b2.Size
- b3.Position = b2.Position
- b3.BackgroundTransparency = 1
- local preview = Instance.new("ImageLabel", s)
- preview.Size = UDim2.new(0.06, 0, 0.11, 0)
- preview.Position = UDim2.new(0.47, 0, 0.45, 0)
- preview.BackgroundTransparency = 0.5
- preview.BackgroundColor3 = Color3.new(0, 0, 0)
- preview.BorderSizePixel = 0
- preview.Visible = false
- b2.Changed:connect(function()
- if b2.Text ~= nil and b2.Text:match("%d+") then
- preview.Image = "http://www.roblox.com/asset/?id="..b2.Text:match("%d+") - 1
- else
- preview.Image = nil
- end
- end)
- b2.MouseEnter:connect(function()
- preview.Visible = true
- end)
- b2.MouseMoved:connect(function()
- preview.Position = UDim2.new(0, mouse.X - 120, 0, mouse.Y - 115)
- end)
- b2.MouseLeave:connect(function()
- preview.Visible = false
- end)
- b3.MouseLeave:connect(function()
- preview.Visible = false
- end)
- t2 = Instance.new("TextBox", s)
- t2.Size = UDim2.new(0.02, 0, 0.03, 0)
- t2.Position = UDim2.new(0.975, 0, 0.925, 0)
- t2.BackgroundColor3 = Color3.new(0, 0, 0)
- t2.BackgroundTransparency = 0.5
- t2.Text = "Size"
- t2.TextColor3 = Color3.new(1, 1, 1)
- t2.Font = "Code"
- t2.FontSize = "Size14"
- t2.BorderSizePixel = 0
- local d = Instance.new("TextButton", s)
- d.Size = UDim2.new(0.0425, 0, 0.02, 0)
- d.Position = UDim2.new(0.905, 0, 0.8975, 0)
- d.Text = "Steal Decal"
- d.Font = "Code"
- d.FontSize = "Size14"
- d.BackgroundColor3 = Color3.new(0, 0, 0)
- d.TextColor3 = Color3.new(1, 1, 1)
- d.BackgroundTransparency = 0.5
- d.BorderColor3 = Color3.new(0.7, 0, 0)
- d.MouseButton1Click:connect(function()
- if door == false and sound == false and decal == false then
- decal = true
- context:BindAction("Decal", Decal, false, Enum.UserInputType.MouseButton1)
- d.BorderColor3 = Color3.new(0, 0.7, 0)
- else
- decal = false
- context:UnbindAction("Decal")
- d.BorderColor3 = Color3.new(0.7, 0, 0)
- end
- end)
- local so = Instance.new("TextButton", s)
- so.Size = UDim2.new(0.0425, 0, 0.02, 0)
- so.Position = UDim2.new(0.952, 0, 0.8975, 0)
- so.Text = "Steal Sound"
- so.Font = "Code"
- so.FontSize = "Size14"
- so.BackgroundColor3 = Color3.new(0, 0, 0)
- so.TextColor3 = Color3.new(1, 1, 1)
- so.BackgroundTransparency = 0.5
- so.BorderColor3 = Color3.new(0.7, 0, 0)
- so.MouseButton1Click:connect(function()
- if door == false and sound == false and decal == false then
- sound = true
- context:BindAction("Sound", Sound, false, Enum.UserInputType.MouseButton1)
- so.BorderColor3 = Color3.new(0, 0.7, 0)
- else
- sound = false
- context:UnbindAction("Sound")
- so.BorderColor3 = Color3.new(0.7, 0, 0)
- end
- end)
- local d2 = Instance.new("TextButton", s)
- d2.Size = UDim2.new(0.0425, 0, 0.02, 0)
- d2.Position = UDim2.new(0.952, 0, 0.87, 0)
- d2.Text = "Open Door"
- d2.Font = "Code"
- d2.FontSize = "Size14"
- d2.BackgroundColor3 = Color3.new(0, 0, 0)
- d2.TextColor3 = Color3.new(1, 1, 1)
- d2.BackgroundTransparency = 0.5
- d2.BorderColor3 = Color3.new(0.7, 0, 0)
- d2.MouseButton1Click:connect(function()
- if door == false and sound == false and decal == false then
- door = true
- context:BindAction("Open", Open, false, Enum.UserInputType.MouseButton1)
- d2.BorderColor3 = Color3.new(0, 0.7, 0)
- else
- door = false
- context:UnbindAction("Open")
- d2.BorderColor3 = Color3.new(0.7, 0, 0)
- end
- end)
- end
- end
- function Speed()
- player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
- player.Backpack.Punch.Info.AnimSpeed.Value = 5
- player.Backpack:WaitForChild("Knife").Info.Cooldown.Value = 0.01
- player.Backpack.Knife.Info.AnimSpeed.Value = 5
- if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 503266657) then
- player.Backpack:WaitForChild("Pipe").Info.Cooldown.Value = 0.01
- player.Backpack.Pipe.Info.AnimSpeed.Value = 5
- end
- player.Backpack.ChildAdded:connect(function(child)
- if child.Name == "Bat" or child.Name == "Bottle" then
- child:WaitForChild("Info").Cooldown.Value = 0.01
- child.Info.AnimSpeed.Value = 5
- end
- end)
- if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 529140430) then
- player.Backpack:FindFirstChild("Spray").Equipped:connect(function()
- context:BindAction("Spray", Spray, false, Enum.UserInputType.MouseButton1)
- end)
- player.Backpack:FindFirstChild("Spray").Unequipped:connect(function()
- context:UnbindAction("Spray")
- end)
- end
- player.Backpack.ServerTraits.Stam.Changed:connect(function()
- player.Backpack.ServerTraits.Stam.Value = 100
- end)
- --if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 469767880) then
- Gui()
- player.PlayerGui.ChildAdded:connect(function(child)
- if child.Name == "ChooseSongGui" or child.Name == "SprayGui" then
- child:Destroy()
- end
- end)
- --end
- player.Character.Humanoid.Seated:connect(function(sitting, seat)
- if sitting and seat.Name == "Drive" then
- player.PlayerGui.LocalScript.Disabled = true
- elseif sitting == false and player.PlayerGui.LocalScript.Disabled == true then
- player.PlayerGui.LocalScript.Disabled = false
- end
- end)
- end
- function Items(actionName, inputState, inputObject)
- for Num, Obj in pairs(game.Workspace:GetChildren()) do
- if Obj.Name == "RandomSpawner" then
- Obj.CanCollide = false
- wait()
- Obj.CFrame = player.Character.Torso.CFrame
- end
- end
- end
- function Friends(actionName, inputState, inputObject)
- for Num, Obj in pairs(game.Players:GetPlayers()) do
- if Obj:IsFriendsWith(player.UserId) and not teleported and Obj ~= player then
- player.Character:MoveTo(Obj.Character.Torso.Position)
- teleported = true
- end
- teleported = false
- end
- end
- function Car(actionName, inputState, inputObject)
- for Num, Obj in pairs(game.Workspace:GetChildren()) do
- if Obj.Name == "Car" and Obj:FindFirstChild("Drive").Occupant == nil and cartp == false then
- cartp = true
- Obj:MoveTo(player.Character.Torso.Position + player.Character.Torso.CFrame.lookVector * 15)
- Obj:MakeJoints()
- end
- end
- cartp = false
- end
- function Door(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.Begin then
- context:BindAction("Lock", Lock, false, Enum.UserInputType.MouseButton1)
- else
- context:UnbindAction("Lock")
- end
- end
- function Lock(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.End then
- if mouse.Target.Parent.Name == "Door" and mouse.Target.Name ~= "Lock" and mouse.Target.Name ~= "Click" then
- local door = mouse.Target.Parent
- door:FindFirstChild("Lock").ClickDetector.RemoteEvent:FireServer()
- elseif mouse.Target.Parent.Parent.Name == "Door" then
- local door = mouse.Target.Parent.Parent
- door:FindFirstChild("Lock").ClickDetector.RemoteEvent:FireServer()
- end
- end
- end
- function Open(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.End then
- if mouse.Target.Parent.Name == "Door" and mouse.Target.Name ~= "Lock" and mouse.Target.Name ~= "Click" then
- local door = mouse.Target.Parent
- door:FindFirstChild("Click").ClickDetector.RemoteEvent:FireServer()
- elseif mouse.Target.Parent.Parent.Name == "Door" then
- local door = mouse.Target.Parent.Parent
- door:FindFirstChild("Click").ClickDetector.RemoteEvent:FireServer()
- end
- end
- end
- function Steal(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.Begin then
- context:BindAction("Sound", Sound, false, Enum.UserInputType.MouseButton1)
- context:BindAction("Decal", Decal, false, Enum.UserInputType.MouseButton2)
- else
- context:UnbindAction("Sound")
- context:UnbindAction("Decal")
- end
- end
- function Sound(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.End then
- if mouse.Target.Parent:FindFirstChild("BoomBox") and mouse.Target.Parent.BoomBox.Handle.Sound.SoundId ~= nil then
- local sound = mouse.Target.Parent.BoomBox
- print("Sound: "..sound.Handle.Sound.SoundId:match("%d+"))
- elseif mouse.Target.Parent.Parent:FindFirstChild("BoomBox") and mouse.Target.Parent.Parent.BoomBox.Handle.Sound.SoundId ~= nil then
- local sound = mouse.Target.Parent.Parent.BoomBox
- print("Sound: "..sound.Handle.Sound.SoundId:match("%d+"))
- end
- end
- end
- function Decal(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.End then
- if mouse.Target.Name:find("Spray") and mouse.Target:FindFirstChild("Decal") ~= nil then
- print("Decal: "..mouse.Target.Decal.Texture:match("%d+"))
- end
- end
- end
- function Spray(actionName, inputState, inputObject)
- if inputState == Enum.UserInputState.End then
- if mouse.Target ~= nil and player.Character:FindFirstChild("Spray") ~= nil then
- player.Character.Spray.SprayIt:FireServer("http://www.roblox.com/asset/?id=", b2.Text, mouse.TargetSurface, t2.Text, mouse.Target, mouse.Hit)
- end
- end
- end
- for Num, Obj in pairs(game.Workspace:GetChildren()) do
- if Obj.Name == "Car" and Obj:FindFirstChild("Drive") ~= nil then
- Obj.Drive.MaxSpeed = 500
- Obj.Drive.Torque = 60
- end
- end
- context:BindAction("Items", Items, false, Enum.KeyCode.P)
- context:BindAction("Car", Car, false, Enum.KeyCode.K)
- context:BindAction("Door", Door, false, Enum.KeyCode.LeftControl)
- Speed()
- Gui()
- print("The streets have loaded, thanks for using this edit!")
- print("Fixed for you noobs without loadstring or getobjects!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement