Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Venom Script Hub Game Tab
- version: 1.0.0
- build: 4.17.20.1
- credits: whyualwaylie#6087
- Extra:
- Script Update: Auto
- UI update: (Site Coming Soon)
- !!
- CC Venom Project, Python Studios 2020
- ]]--
- local version = '1.0.0'
- function CR(player)
- print("Special Thanks to "..player.." for helping Venom")
- print("Helper of Venom "..version)
- end
- -- Instances:
- local VENOM_GAME_HUB = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local logo = Instance.new("ImageLabel")
- local filltop = Instance.new("Frame")
- local Jailbreak = Instance.new("TextButton")
- local PrisonLife = Instance.new("TextButton")
- local MM2 = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- VENOM_GAME_HUB.Name = "VENOM_GAME_HUB"
- VENOM_GAME_HUB.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- VENOM_GAME_HUB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = VENOM_GAME_HUB
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BackgroundTransparency = 0.500
- Frame.Position = UDim2.new(0.0587639138, 0, 0.0776892453, 0)
- Frame.Size = UDim2.new(0, 390, 0, 240)
- logo.Name = "logo"
- logo.Parent = VENOM_GAME_HUB
- logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- logo.Position = UDim2.new(0.0577507615, 0, 0.0776892453, 0)
- logo.Size = UDim2.new(0, 50, 0, 50)
- logo.Image = "rbxgameasset://Images/VenomThumbnail"
- filltop.Name = "filltop"
- filltop.Parent = VENOM_GAME_HUB
- filltop.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- filltop.Position = UDim2.new(0.108409323, 0, 0.0776892453, 0)
- filltop.Size = UDim2.new(0, 341, 0, 50)
- Jailbreak.Name = "Jailbreak"
- Jailbreak.Parent = VENOM_GAME_HUB
- Jailbreak.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Jailbreak.Position = UDim2.new(0.0699088201, 0, 0.207171321, 0)
- Jailbreak.Size = UDim2.new(0, 64, 0, 38)
- Jailbreak.Font = Enum.Font.GothamBold
- Jailbreak.Text = "Jailbreak GUI"
- Jailbreak.TextColor3 = Color3.fromRGB(0, 170, 0)
- Jailbreak.TextScaled = true
- Jailbreak.TextSize = 14.000
- Jailbreak.TextWrapped = true
- PrisonLife.Name = "PrisonLife"
- PrisonLife.Parent = VENOM_GAME_HUB
- PrisonLife.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- PrisonLife.Position = UDim2.new(0.0699088201, 0, 0.308764935, 0)
- PrisonLife.Size = UDim2.new(0, 64, 0, 38)
- PrisonLife.Font = Enum.Font.GothamBold
- PrisonLife.Text = "Prison Life 2.0 GUI"
- PrisonLife.TextColor3 = Color3.fromRGB(0, 170, 0)
- PrisonLife.TextScaled = true
- PrisonLife.TextSize = 14.000
- PrisonLife.TextWrapped = true
- MM2.Name = "MM2"
- MM2.Parent = VENOM_GAME_HUB
- MM2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- MM2.Position = UDim2.new(0.0699088201, 0, 0.406374514, 0)
- MM2.Size = UDim2.new(0, 64, 0, 38)
- MM2.Font = Enum.Font.GothamBold
- MM2.Text = "MM2 GUI"
- MM2.TextColor3 = Color3.fromRGB(0, 170, 0)
- MM2.TextScaled = true
- MM2.TextSize = 14.000
- MM2.TextWrapped = true
- X.Name = "X"
- X.Parent = VENOM_GAME_HUB
- X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- X.Position = UDim2.new(0.423505574, 0, 0.0776892453, 0)
- X.Size = UDim2.new(0, 30, 0, 25)
- X.Font = Enum.Font.GothamBold
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(0, 0, 0)
- X.TextScaled = true
- X.TextSize = 14.000
- X.TextWrapped = true
- TextLabel.Parent = VENOM_GAME_HUB
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0.192502528, 0, 0.296812743, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "More Coming Soon!"
- TextLabel.TextColor3 = Color3.fromRGB(0, 170, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function CDRH_fake_script() -- Jailbreak.Script
- local script = Instance.new('Script', Jailbreak)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/fFNaeC4L", true))()
- end)
- end
- coroutine.wrap(CDRH_fake_script)()
- local function RSIRJWL_fake_script() -- PrisonLife.Script
- local script = Instance.new('Script', PrisonLife)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/dqXFTZEi", true))()
- end)
- end
- coroutine.wrap(RSIRJWL_fake_script)()
- local function KGEHEK_fake_script() -- MM2.Script
- local script = Instance.new('Script', MM2)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/AqHn1jR1", true))()
- end)
- end
- coroutine.wrap(KGEHEK_fake_script)()
- local function ZYWDTW_fake_script() -- X.LocalScript
- local script = Instance.new('LocalScript', X)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Enabled = false
- end)
- end
- coroutine.wrap(ZYWDTW_fake_script)()
- -- Print
- print("Extra Tab Loaded | Venom Script Hub")
- -- Credit
- CR("whyualwaylie#6087")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement