Advertisement
whyualwaylie

Venom GUI v1

Apr 17th, 2020
3,980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.67 KB | None | 0 0
  1. --[[
  2.     Venom Script Hub Game Tab
  3.     version: 1.0.0
  4.     build: 4.17.20.1
  5.     credits: whyualwaylie#6087
  6.     Extra:
  7.     Script Update: Auto
  8.     UI update: (Site Coming Soon)
  9.     !!
  10.     CC Venom Project, Python Studios 2020
  11. ]]--
  12. local version = '1.0.0'
  13.  
  14. function CR(player)
  15.     print("Special Thanks to "..player.." for helping Venom")
  16.     print("Helper of Venom "..version)
  17. end
  18.  
  19. -- Instances:
  20.  
  21. local VENOMv1 = Instance.new("ScreenGui")
  22. local Frame = Instance.new("Frame")
  23. local Games = Instance.new("TextButton")
  24. local icon1 = Instance.new("ImageLabel")
  25. local Banner = Instance.new("ImageLabel")
  26. local ExtTop = Instance.new("Frame")
  27. local ExtBottom = Instance.new("Frame")
  28. local Admin = Instance.new("TextButton")
  29. local ChatBypass = Instance.new("TextButton")
  30. local Extra = Instance.new("TextButton")
  31. local Reports = Instance.new("TextLabel")
  32.  
  33. --Properties:
  34.  
  35. VENOMv1.Name = "VENOMv1"
  36. VENOMv1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. VENOMv1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Frame.Parent = VENOMv1
  40. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  41. Frame.BackgroundTransparency = 0.500
  42. Frame.BorderSizePixel = 0
  43. Frame.Position = UDim2.new(0.00864573475, 0, 0.583665311, 0)
  44. Frame.Size = UDim2.new(0, 345, 0, 199)
  45.  
  46. Games.Name = "Games"
  47. Games.Parent = VENOMv1
  48. Games.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  49. Games.BorderSizePixel = 0
  50. Games.Position = UDim2.new(0.0192502458, 0, 0.703187227, 0)
  51. Games.Size = UDim2.new(0, 69, 0, 80)
  52. Games.Font = Enum.Font.GothamBold
  53. Games.Text = "Gamez"
  54. Games.TextColor3 = Color3.fromRGB(0, 85, 0)
  55. Games.TextScaled = true
  56. Games.TextSize = 14.000
  57. Games.TextWrapped = true
  58.  
  59. icon1.Name = "icon1"
  60. icon1.Parent = VENOMv1
  61. icon1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. icon1.Position = UDim2.new(0.00810536556, 0, 0.583665311, 0)
  63. icon1.Size = UDim2.new(0, 50, 0, 50)
  64. icon1.Image = "rbxgameasset://Images/VenomThumbnail"
  65.  
  66. Banner.Name = "Banner"
  67. Banner.Parent = VENOMv1
  68. Banner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Banner.BorderSizePixel = 0
  70. Banner.Position = UDim2.new(0.00810537767, 0, 0.880478024, 0)
  71. Banner.Size = UDim2.new(0, 258, 0, 50)
  72. Banner.Image = "rbxgameasset://Images/VenomBanner1"
  73.  
  74. ExtTop.Name = "ExtTop"
  75. ExtTop.Parent = VENOMv1
  76. ExtTop.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  77. ExtTop.Position = UDim2.new(0.0577507615, 0, 0.583665311, 0)
  78. ExtTop.Size = UDim2.new(0, 296, 0, 50)
  79.  
  80. ExtBottom.Name = "ExtBottom"
  81. ExtBottom.Parent = VENOMv1
  82. ExtBottom.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  83. ExtBottom.BorderSizePixel = 0
  84. ExtBottom.Position = UDim2.new(0.269503534, 0, 0.880478024, 0)
  85. ExtBottom.Size = UDim2.new(0, 87, 0, 50)
  86.  
  87. Admin.Name = "Admin"
  88. Admin.Parent = VENOMv1
  89. Admin.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  90. Admin.BorderSizePixel = 0
  91. Admin.Position = UDim2.new(0.278622091, 0, 0.703187227, 0)
  92. Admin.Size = UDim2.new(0, 69, 0, 80)
  93. Admin.Font = Enum.Font.GothamBold
  94. Admin.Text = "Game Admin"
  95. Admin.TextColor3 = Color3.fromRGB(0, 85, 0)
  96. Admin.TextScaled = true
  97. Admin.TextSize = 14.000
  98. Admin.TextWrapped = true
  99.  
  100. ChatBypass.Name = "ChatBypass"
  101. ChatBypass.Parent = VENOMv1
  102. ChatBypass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. ChatBypass.BorderSizePixel = 0
  104. ChatBypass.Position = UDim2.new(0.0972644389, 0, 0.70119518, 0)
  105. ChatBypass.Size = UDim2.new(0, 71, 0, 80)
  106. ChatBypass.Font = Enum.Font.GothamBold
  107. ChatBypass.Text = "Chat Bypass"
  108. ChatBypass.TextColor3 = Color3.fromRGB(0, 85, 0)
  109. ChatBypass.TextScaled = true
  110. ChatBypass.TextSize = 14.000
  111. ChatBypass.TextWrapped = true
  112.  
  113. Extra.Name = "Extra"
  114. Extra.Parent = VENOMv1
  115. Extra.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  116. Extra.BorderSizePixel = 0
  117. Extra.Position = UDim2.new(0.192502528, 0, 0.703187168, 0)
  118. Extra.Size = UDim2.new(0, 76, 0, 80)
  119. Extra.Font = Enum.Font.GothamBold
  120. Extra.Text = "XTRA"
  121. Extra.TextColor3 = Color3.fromRGB(0, 85, 0)
  122. Extra.TextScaled = true
  123. Extra.TextSize = 14.000
  124. Extra.TextWrapped = true
  125.  
  126. Reports.Name = "Reports"
  127. Reports.Parent = VENOMv1
  128. Reports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. Reports.BackgroundTransparency = 1.000
  130. Reports.BorderSizePixel = 0
  131. Reports.Position = UDim2.new(0.145896658, 0, 0.900398433, 0)
  132. Reports.Size = UDim2.new(0, 200, 0, 32)
  133. Reports.Font = Enum.Font.GothamBold
  134. Reports.Text = "Send reports to whyualwaylie#6087"
  135. Reports.TextColor3 = Color3.fromRGB(0, 170, 0)
  136. Reports.TextScaled = true
  137. Reports.TextSize = 14.000
  138. Reports.TextWrapped = true
  139.  
  140. -- Scripts:
  141.  
  142. local function LBQXDO_fake_script() -- Games.Script
  143.     local script = Instance.new('Script', Games)
  144.  
  145.     script.Parent.MouseButton1Click:Connect(function()
  146.         loadstring(game:HttpGet("https://pastebin.com/raw/yJ136N2p", true))()
  147.     end)
  148. end
  149. coroutine.wrap(LBQXDO_fake_script)()
  150. local function PWQI_fake_script() -- Admin.Script
  151.     local script = Instance.new('Script', Admin)
  152.  
  153.     script.Parent.MouseButton1Click:Connect(function()
  154.         loadstring(game:HttpGet("https://pastebin.com/raw/DVvbCASi", true))()
  155.         print("Reviz Admin Loaded | Venom Script Hub")
  156.     end)
  157. end
  158. coroutine.wrap(PWQI_fake_script)()
  159. local function VFMEIR_fake_script() -- ChatBypass.Script
  160.     local script = Instance.new('Script', ChatBypass)
  161.  
  162.     script.Parent.MouseButton1Click:Connect(function()
  163.         loadstring(game:HttpGet("https://pastebin.com/raw/LBt8D3hi", true))()
  164.         print("Chat Bypass loaded | Venom Script Hub")
  165.     end)
  166. end
  167. coroutine.wrap(VFMEIR_fake_script)()
  168. local function CBWVFD_fake_script() -- Extra.Script
  169.     local script = Instance.new('Script', Extra)
  170.  
  171.     script.Parent.MouseButton1Click:Connect(function()
  172.         loadstring(game:HttpGet("https://pastebin.com/raw/tkTpG8bX", true))()
  173.     end)
  174. end
  175. coroutine.wrap(CBWVFD_fake_script)()
  176.  
  177. VENOMv1.Draggable = true
  178. -- Print
  179.  
  180. print("Game Hub Loaded | Venom Script Hub")
  181.  
  182. -- Credit
  183. CR("whyualwaylie#6087")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement