Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local JBproject = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("Frame")
- local Jail = Instance.new("TextLabel")
- local GUNS = Instance.new("TextButton")
- local Helicopter = Instance.new("TextButton")
- local PoliceCars = Instance.new("TextButton")
- local OUTsideJail = Instance.new("TextButton")
- local Music = Instance.new("TextButton")
- local Bank = Instance.new("TextButton")
- local HQBase = Instance.new("TextButton")
- local Exec = Instance.new("TextButton")
- local MUSIC = Instance.new("Frame")
- local T = Instance.new("Frame")
- local Exit = Instance.new("TextButton")
- local Ja = Instance.new("TextLabel")
- local MusicID = Instance.new("TextBox")
- local Value = Instance.new("TextBox")
- local Play = Instance.new("TextButton")
- local EXEC = Instance.new("Frame")
- local Ti = Instance.new("Frame")
- local END = Instance.new("TextButton")
- local J = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local INDEX = Instance.new("TextBox")
- local Exution = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- -- Properties
- JBproject.Name = "JBproject"
- JBproject.Parent = game.Players.LocalPlayer.PlayerGui
- Main.Name = "Main"
- Main.Parent = JBproject
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.Draggable = true
- Main.Position = UDim2.new(0, 65, 0, 85)
- Main.Size = UDim2.new(0, 318, 0, 382)
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(0, 0.568627, 1)
- Title.Size = UDim2.new(0, 318, 0, 44)
- Jail.Name = "Jail"
- Jail.Parent = Main
- Jail.BackgroundColor3 = Color3.new(1, 1, 1)
- Jail.BorderSizePixel = 0
- Jail.Position = UDim2.new(0, 0, 0, 46)
- Jail.Size = UDim2.new(0, 318, 0, 39)
- Jail.Font = Enum.Font.SciFi
- Jail.Text = "JailBrack"
- Jail.TextColor3 = Color3.new(0.215686, 0.45098, 1)
- Jail.TextSize = 26
- GUNS.Name = "GUNS"
- GUNS.Parent = Main
- GUNS.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- GUNS.Position = UDim2.new(0, 27, 0, 119)
- GUNS.Size = UDim2.new(0, 112, 0, 50)
- GUNS.Font = Enum.Font.SourceSans
- GUNS.Text = "GUN"
- GUNS.TextColor3 = Color3.new(1, 1, 1)
- GUNS.TextSize = 23
- Helicopter.Name = "Helicopter"
- Helicopter.Parent = Main
- Helicopter.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Helicopter.Position = UDim2.new(0, 179, 0, 119)
- Helicopter.Size = UDim2.new(0, 112, 0, 50)
- Helicopter.Font = Enum.Font.SourceSans
- Helicopter.Text = "Helicopter"
- Helicopter.TextColor3 = Color3.new(1, 1, 1)
- Helicopter.TextSize = 23
- Helicopter.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
- end)
- PoliceCars.Name = "Police Cars"
- PoliceCars.Parent = Main
- PoliceCars.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- PoliceCars.Position = UDim2.new(0, 26, 0, 191)
- PoliceCars.Size = UDim2.new(0, 112, 0, 50)
- PoliceCars.Font = Enum.Font.SourceSans
- PoliceCars.Text = "Police Cars"
- PoliceCars.TextColor3 = Color3.new(1, 1, 1)
- PoliceCars.TextSize = 23
- PoliceCars.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
- end)
- OUTsideJail.Name = "OUTsideJail"
- OUTsideJail.Parent = Main
- OUTsideJail.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- OUTsideJail.Position = UDim2.new(0, 182, 0, 191)
- OUTsideJail.Size = UDim2.new(0, 112, 0, 50)
- OUTsideJail.Font = Enum.Font.SourceSans
- OUTsideJail.Text = "OUTSIDE JAIL"
- OUTsideJail.TextColor3 = Color3.new(1, 1, 1)
- OUTsideJail.TextSize = 23
- OUTsideJail.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(119.48267, 17.7480812, -1384.74561) + Vector3.new(1,0,0)
- end)
- Music.Name = "Music"
- Music.Parent = Main
- Music.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Music.Position = UDim2.new(0, 39, 0, 331)
- Music.Size = UDim2.new(0, 90, 0, 24)
- Music.Font = Enum.Font.SourceSans
- Music.Text = "MUSIC"
- Music.TextColor3 = Color3.new(1, 1, 1)
- Music.TextSize = 23
- Music.MouseButton1Down:connect(function()
- MUSIC.Visible = true
- end)
- Bank.Name = "Bank"
- Bank.Parent = Main
- Bank.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Bank.Position = UDim2.new(0, 28, 0, 259)
- Bank.Size = UDim2.new(0, 110, 0, 50)
- Bank.Font = Enum.Font.SourceSans
- Bank.Text = "BANK"
- Bank.TextColor3 = Color3.new(1, 1, 1)
- Bank.TextSize = 23
- Bank.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
- end)
- HQBase.Name = "HQ Base"
- HQBase.Parent = Main
- HQBase.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- HQBase.Position = UDim2.new(0, 183, 0, 260)
- HQBase.Size = UDim2.new(0, 110, 0, 50)
- HQBase.Font = Enum.Font.SourceSans
- HQBase.Text = "hq base"
- HQBase.TextColor3 = Color3.new(1, 1, 1)
- HQBase.TextSize = 23
- HQBase.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
- end)
- Exec.Name = "Exec"
- Exec.Parent = Main
- Exec.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Exec.Position = UDim2.new(0, 196, 0, 333)
- Exec.Size = UDim2.new(0, 90, 0, 24)
- Exec.Font = Enum.Font.SourceSans
- Exec.Text = "EXEC"
- Exec.TextColor3 = Color3.new(1, 1, 1)
- Exec.TextSize = 23
- Exec.MouseButton1Down:connect(function()
- EXEC.Visible = true
- end)
- MUSIC.Name = "MUSIC"
- MUSIC.Parent = JBproject
- MUSIC.Active = true
- MUSIC.BackgroundColor3 = Color3.new(1, 1, 1)
- MUSIC.Draggable = true
- MUSIC.Position = UDim2.new(0, 417, 0, 81)
- MUSIC.Size = UDim2.new(0, 318, 0, 382)
- MUSIC.Visible = false
- T.Name = "T"
- T.Parent = MUSIC
- T.BackgroundColor3 = Color3.new(0.0235294, 0.576471, 1)
- T.Size = UDim2.new(0, 318, 0, 39)
- Exit.Name = "Exit"
- Exit.Parent = T
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.BackgroundTransparency = 1
- Exit.Position = UDim2.new(0, 277, 0, 0)
- Exit.Size = UDim2.new(0, 41, 0, 44)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 1, 1)
- Exit.TextSize = 35
- Exit.TextWrapped = true
- Ja.Name = "Ja"
- Ja.Parent = MUSIC
- Ja.BackgroundColor3 = Color3.new(1, 1, 1)
- Ja.BorderSizePixel = 0
- Ja.Position = UDim2.new(0, 0, 0, 42)
- Ja.Size = UDim2.new(0, 318, 0, 39)
- Ja.Font = Enum.Font.SciFi
- Ja.Text = "MUSIC"
- Ja.TextColor3 = Color3.new(0.215686, 0.45098, 1)
- Ja.TextSize = 26
- MusicID.Name = "MusicID"
- MusicID.Parent = MUSIC
- MusicID.BackgroundColor3 = Color3.new(1, 1, 1)
- MusicID.Position = UDim2.new(0, 15, 0, 89)
- MusicID.Size = UDim2.new(0, 286, 0, 25)
- MusicID.Font = Enum.Font.SourceSans
- MusicID.Text = ""
- MusicID.TextColor3 = Color3.new(0, 0.384314, 1)
- MusicID.TextSize = 14
- Value.Name = "Value"
- Value.Parent = MUSIC
- Value.BackgroundColor3 = Color3.new(1, 1, 1)
- Value.Position = UDim2.new(0, 16, 0, 135)
- Value.Size = UDim2.new(0, 286, 0, 25)
- Value.Font = Enum.Font.SourceSans
- Value.Text = ""
- Value.TextColor3 = Color3.new(0, 0.384314, 1)
- Value.TextSize = 14
- Play.Name = "Play"
- Play.Parent = MUSIC
- Play.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Play.Position = UDim2.new(0, 104, 0, 191)
- Play.Size = UDim2.new(0, 110, 0, 50)
- Play.Font = Enum.Font.SourceSans
- Play.Text = "PLAY"
- Play.TextColor3 = Color3.new(1, 1, 1)
- Play.TextSize = 23
- Play.MouseButton1Down:connect(function()
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "rbxassetid://"..MusicID.Text
- s.Volume = Value.Text
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(3)
- s:play()
- end)
- EXEC.Name = "EXEC"
- EXEC.Parent = JBproject
- EXEC.Active = true
- EXEC.BackgroundColor3 = Color3.new(1, 1, 1)
- EXEC.Draggable = true
- EXEC.Position = UDim2.new(0, 414, 0, 76)
- EXEC.Size = UDim2.new(0, 318, 0, 382)
- EXEC.Visible = false
- Ti.Name = "Ti"
- Ti.Parent = EXEC
- Ti.BackgroundColor3 = Color3.new(0, 0.568627, 1)
- Ti.Size = UDim2.new(0, 318, 0, 44)
- END.Name = "END"
- END.Parent = Ti
- END.BackgroundColor3 = Color3.new(1, 1, 1)
- END.BackgroundTransparency = 1
- END.Position = UDim2.new(0, 277, 0, 0)
- END.Size = UDim2.new(0, 41, 0, 44)
- END.Font = Enum.Font.SourceSans
- END.Text = "X"
- END.TextColor3 = Color3.new(1, 1, 1)
- END.TextSize = 35
- END.TextWrapped = true
- J.Name = "J"
- J.Parent = EXEC
- J.BackgroundColor3 = Color3.new(1, 1, 1)
- J.BorderSizePixel = 0
- J.Position = UDim2.new(0, 0, 0, 46)
- J.Size = UDim2.new(0, 318, 0, 39)
- J.Font = Enum.Font.SciFi
- J.Text = "Excuter"
- J.TextColor3 = Color3.new(0.215686, 0.45098, 1)
- J.TextSize = 26
- ScrollingFrame.Parent = EXEC
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.Position = UDim2.new(0, 21, 0, 92)
- ScrollingFrame.Size = UDim2.new(0, 275, 0, 198)
- INDEX.Name = "INDEX"
- INDEX.Parent = ScrollingFrame
- INDEX.BackgroundColor3 = Color3.new(1, 1, 1)
- INDEX.Size = UDim2.new(0, 275, 0, 434)
- INDEX.Font = Enum.Font.SourceSans
- INDEX.MultiLine = true
- INDEX.TextSize = 14
- INDEX.TextXAlignment = Enum.TextXAlignment.Left
- INDEX.TextYAlignment = Enum.TextYAlignment.Top
- Exution.Name = "Exution"
- Exution.Parent = EXEC
- Exution.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Exution.Position = UDim2.new(0, 47, 0, 311)
- Exution.Size = UDim2.new(0, 112, 0, 50)
- Exution.Font = Enum.Font.SourceSans
- Exution.Text = "LOAD!"
- Exution.TextColor3 = Color3.new(1, 1, 1)
- Exution.TextSize = 23
- Exution.MouseButton1Down:connect(function()
- if INDEX.Text == "Exit();" then
- Main.Visible = true
- EXEC.Visible = false
- print("Frame Exited");
- else
- loadstring(INDEX.Text)()
- end
- end)
- Clear.Name = "Clear"
- Clear.Parent = EXEC
- Clear.BackgroundColor3 = Color3.new(0.137255, 0.627451, 1)
- Clear.Position = UDim2.new(0, 159, 0, 311)
- Clear.Size = UDim2.new(0, 112, 0, 50)
- Clear.Font = Enum.Font.SourceSans
- Clear.Text = "Clear!"
- Clear.TextColor3 = Color3.new(1, 1, 1)
- Clear.TextSize = 23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement