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 VENOMv1 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Games = Instance.new("TextButton")
- local icon1 = Instance.new("ImageLabel")
- local Banner = Instance.new("ImageLabel")
- local ExtTop = Instance.new("Frame")
- local ExtBottom = Instance.new("Frame")
- local Admin = Instance.new("TextButton")
- local ChatBypass = Instance.new("TextButton")
- local Extra = Instance.new("TextButton")
- local Reports = Instance.new("TextLabel")
- --Properties:
- VENOMv1.Name = "VENOMv1"
- VENOMv1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- VENOMv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = VENOMv1
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BackgroundTransparency = 0.500
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.00864573475, 0, 0.583665311, 0)
- Frame.Size = UDim2.new(0, 345, 0, 199)
- Games.Name = "Games"
- Games.Parent = VENOMv1
- Games.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Games.BorderSizePixel = 0
- Games.Position = UDim2.new(0.0192502458, 0, 0.703187227, 0)
- Games.Size = UDim2.new(0, 69, 0, 80)
- Games.Font = Enum.Font.GothamBold
- Games.Text = "Gamez"
- Games.TextColor3 = Color3.fromRGB(0, 85, 0)
- Games.TextScaled = true
- Games.TextSize = 14.000
- Games.TextWrapped = true
- icon1.Name = "icon1"
- icon1.Parent = VENOMv1
- icon1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- icon1.Position = UDim2.new(0.00810536556, 0, 0.583665311, 0)
- icon1.Size = UDim2.new(0, 50, 0, 50)
- icon1.Image = "rbxgameasset://Images/VenomThumbnail"
- Banner.Name = "Banner"
- Banner.Parent = VENOMv1
- Banner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Banner.BorderSizePixel = 0
- Banner.Position = UDim2.new(0.00810537767, 0, 0.880478024, 0)
- Banner.Size = UDim2.new(0, 258, 0, 50)
- Banner.Image = "rbxgameasset://Images/VenomBanner1"
- ExtTop.Name = "ExtTop"
- ExtTop.Parent = VENOMv1
- ExtTop.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExtTop.Position = UDim2.new(0.0577507615, 0, 0.583665311, 0)
- ExtTop.Size = UDim2.new(0, 296, 0, 50)
- ExtBottom.Name = "ExtBottom"
- ExtBottom.Parent = VENOMv1
- ExtBottom.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExtBottom.BorderSizePixel = 0
- ExtBottom.Position = UDim2.new(0.269503534, 0, 0.880478024, 0)
- ExtBottom.Size = UDim2.new(0, 87, 0, 50)
- Admin.Name = "Admin"
- Admin.Parent = VENOMv1
- Admin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Admin.BorderSizePixel = 0
- Admin.Position = UDim2.new(0.278622091, 0, 0.703187227, 0)
- Admin.Size = UDim2.new(0, 69, 0, 80)
- Admin.Font = Enum.Font.GothamBold
- Admin.Text = "Game Admin"
- Admin.TextColor3 = Color3.fromRGB(0, 85, 0)
- Admin.TextScaled = true
- Admin.TextSize = 14.000
- Admin.TextWrapped = true
- ChatBypass.Name = "ChatBypass"
- ChatBypass.Parent = VENOMv1
- ChatBypass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ChatBypass.BorderSizePixel = 0
- ChatBypass.Position = UDim2.new(0.0972644389, 0, 0.70119518, 0)
- ChatBypass.Size = UDim2.new(0, 71, 0, 80)
- ChatBypass.Font = Enum.Font.GothamBold
- ChatBypass.Text = "Chat Bypass"
- ChatBypass.TextColor3 = Color3.fromRGB(0, 85, 0)
- ChatBypass.TextScaled = true
- ChatBypass.TextSize = 14.000
- ChatBypass.TextWrapped = true
- Extra.Name = "Extra"
- Extra.Parent = VENOMv1
- Extra.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Extra.BorderSizePixel = 0
- Extra.Position = UDim2.new(0.192502528, 0, 0.703187168, 0)
- Extra.Size = UDim2.new(0, 76, 0, 80)
- Extra.Font = Enum.Font.GothamBold
- Extra.Text = "XTRA"
- Extra.TextColor3 = Color3.fromRGB(0, 85, 0)
- Extra.TextScaled = true
- Extra.TextSize = 14.000
- Extra.TextWrapped = true
- Reports.Name = "Reports"
- Reports.Parent = VENOMv1
- Reports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Reports.BackgroundTransparency = 1.000
- Reports.BorderSizePixel = 0
- Reports.Position = UDim2.new(0.145896658, 0, 0.900398433, 0)
- Reports.Size = UDim2.new(0, 200, 0, 32)
- Reports.Font = Enum.Font.GothamBold
- Reports.Text = "Send reports to whyualwaylie#6087"
- Reports.TextColor3 = Color3.fromRGB(0, 170, 0)
- Reports.TextScaled = true
- Reports.TextSize = 14.000
- Reports.TextWrapped = true
- -- Scripts:
- local function LBQXDO_fake_script() -- Games.Script
- local script = Instance.new('Script', Games)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/yJ136N2p", true))()
- end)
- end
- coroutine.wrap(LBQXDO_fake_script)()
- local function PWQI_fake_script() -- Admin.Script
- local script = Instance.new('Script', Admin)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/DVvbCASi", true))()
- print("Reviz Admin Loaded | Venom Script Hub")
- end)
- end
- coroutine.wrap(PWQI_fake_script)()
- local function VFMEIR_fake_script() -- ChatBypass.Script
- local script = Instance.new('Script', ChatBypass)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LBt8D3hi", true))()
- print("Chat Bypass loaded | Venom Script Hub")
- end)
- end
- coroutine.wrap(VFMEIR_fake_script)()
- local function CBWVFD_fake_script() -- Extra.Script
- local script = Instance.new('Script', Extra)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/tkTpG8bX", true))()
- end)
- end
- coroutine.wrap(CBWVFD_fake_script)()
- VENOMv1.Draggable = true
- -- Print
- print("Game Hub Loaded | Venom Script Hub")
- -- Credit
- CR("whyualwaylie#6087")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement