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_EXTRA_v1 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local top = Instance.new("Frame")
- local icon = Instance.new("ImageLabel")
- local X = Instance.new("TextButton")
- local Body = Instance.new("Frame")
- local Local = Instance.new("Frame")
- local Label1 = Instance.new("TextLabel")
- local fly = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local worldEater = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- VENOM_EXTRA_v1.Name = "VENOM_EXTRA_v1"
- VENOM_EXTRA_v1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- VENOM_EXTRA_v1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = VENOM_EXTRA_v1
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.BackgroundTransparency = 0.500
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.37487334, 0, 0.583665311, 0)
- Main.Size = UDim2.new(0, 583, 0, 199)
- top.Name = "top"
- top.Parent = Main
- top.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- top.Size = UDim2.new(0, 583, 0, 50)
- icon.Name = "icon"
- icon.Parent = top
- icon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- icon.Position = UDim2.new(-0.000769883394, 0, -0.0163347125, 0)
- icon.Size = UDim2.new(0, 50, 0, 50)
- icon.Image = "rbxgameasset://Images/VenomThumbnail"
- X.Name = "X"
- X.Parent = top
- X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- X.Position = UDim2.new(0.941680968, 0, 0, 0)
- X.Size = UDim2.new(0, 34, 0, 30)
- 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
- Body.Name = "Body"
- Body.Parent = Main
- Body.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Body.BackgroundTransparency = 1.000
- Body.Position = UDim2.new(-0.00171526591, 0, 0.251256287, 0)
- Body.Size = UDim2.new(0, 584, 0, 148)
- Local.Name = "Local"
- Local.Parent = Body
- Local.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Local.BackgroundTransparency = 1.000
- Local.Size = UDim2.new(0, 244, 0, 148)
- Label1.Name = "Label1"
- Label1.Parent = Local
- Label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Label1.BackgroundTransparency = 1.000
- Label1.BorderSizePixel = 0
- Label1.Position = UDim2.new(-0.00134605169, 0, -0.00584000349, 0)
- Label1.Size = UDim2.new(0, 124, 0, 29)
- Label1.Font = Enum.Font.GothamBold
- Label1.Text = "Local Player"
- Label1.TextColor3 = Color3.fromRGB(0, 170, 0)
- Label1.TextScaled = true
- Label1.TextSize = 14.000
- Label1.TextWrapped = true
- fly.Name = "fly"
- fly.Parent = Local
- fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- fly.BorderSizePixel = 0
- fly.Position = UDim2.new(0.0368852466, 0, 0.229729727, 0)
- fly.Size = UDim2.new(0, 114, 0, 21)
- fly.Font = Enum.Font.GothamBold
- fly.Text = "E To Fly"
- fly.TextColor3 = Color3.fromRGB(0, 170, 0)
- fly.TextScaled = true
- fly.TextSize = 14.000
- fly.TextWrapped = true
- btools.Name = "btools"
- btools.Parent = Local
- btools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- btools.BorderSizePixel = 0
- btools.Position = UDim2.new(0.0368852466, 0, 0.412162155, 0)
- btools.Size = UDim2.new(0, 114, 0, 21)
- btools.Font = Enum.Font.GothamBold
- btools.Text = "Btools"
- btools.TextColor3 = Color3.fromRGB(0, 170, 0)
- btools.TextScaled = true
- btools.TextSize = 14.000
- btools.TextWrapped = true
- worldEater.Name = "worldEater"
- worldEater.Parent = Local
- worldEater.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- worldEater.BorderSizePixel = 0
- worldEater.Position = UDim2.new(0.0368852466, 0, 0.594594598, 0)
- worldEater.Size = UDim2.new(0, 114, 0, 21)
- worldEater.Font = Enum.Font.GothamBold
- worldEater.Text = "World Eater"
- worldEater.TextColor3 = Color3.fromRGB(0, 170, 0)
- worldEater.TextScaled = true
- worldEater.TextSize = 14.000
- worldEater.TextWrapped = true
- TextLabel.Parent = Body
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.373287678, 0, 0.141891897, 0)
- TextLabel.Size = UDim2.new(0, 339, 0, 101)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "More Coming Soon Venom BETA"
- TextLabel.TextColor3 = Color3.fromRGB(0, 255, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function UGHIRQI_fake_script() -- X.LocalScript
- local script = Instance.new('LocalScript', X)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.Enabled = false
- end)
- end
- coroutine.wrap(UGHIRQI_fake_script)()
- local function FBXRDON_fake_script() -- fly.LocalScript
- local script = Instance.new('LocalScript', fly)
- script.Parent.MouseButton1Click:Connect(function()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- end)
- end
- coroutine.wrap(FBXRDON_fake_script)()
- local function OHGC_fake_script() -- btools.LocalScript
- local script = Instance.new('LocalScript', btools)
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- print("Getting Btools")
- wait(2)
- print("Drag Success")
- a = Instance.new("HopperBin")
- a.BinType = 1
- a.Parent = game.Players.player.Backpack
- wait(3)
- print("Delete Success")
- a = Instance.new("HopperBin")
- a.BinType = 4
- a.Parent = game.Players.player.Backpack
- wait(3)
- print("Copy Success")
- a = Instance.new("HopperBin")
- a.BinType = 3
- a.Parent = game.Players.player.Backpack
- end)
- end
- coroutine.wrap(OHGC_fake_script)()
- local function HGCYJ_fake_script() -- worldEater.LocalScript
- local script = Instance.new('LocalScript', worldEater)
- script.Parent.MouseButton1Click:Connect(function()
- local ScriptLink = [[https://pastebin.com/raw/84tLfhat]]
- local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/WaverlyCole/FE-Compatibility-VoidSb-/master/translate.lua")end);
- local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
- if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)end;
- local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
- local Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end;
- end)
- end
- coroutine.wrap(HGCYJ_fake_script)()
- VENOM_EXTRA_v1.Draggable = true
- -- Print
- print("Game Hub Loaded | Venom Script Hub")
- -- Credit
- CR("whyualwaylie#6087")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement