Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local VH2Hax = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton1 = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- local TextButton3 = Instance.new("TextButton")
- local TextButton5 = Instance.new("TextButton")
- local TextButton6 = Instance.new("TextButton")
- local TextButton4 = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- VH2Hax.Name = "VH2Hax"
- VH2Hax.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- VH2Hax.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = VH2Hax
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, -142, 0.5, -142)
- Frame.Size = UDim2.new(0, 285, 0, 285)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0315789469, 0, -0.00316405739, 0)
- TextLabel.Size = UDim2.new(0, 267, 0, 34)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "VH2 GUI Made by mateja1119"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton1.Name = "TextButton1"
- TextButton1.Parent = Frame
- TextButton1.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton1.Position = UDim2.new(0.0315789469, 0, 0.196491227, 0)
- TextButton1.Size = UDim2.new(0, 85, 0, 37)
- TextButton1.Font = Enum.Font.SourceSans
- TextButton1.Text = "Morphine"
- TextButton1.TextColor3 = Color3.new(0, 0, 0)
- TextButton1.TextSize = 14
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton2.Position = UDim2.new(0.031578958, 0, 0.399999976, 0)
- TextButton2.Size = UDim2.new(0, 85, 0, 37)
- TextButton2.Font = Enum.Font.SourceSans
- TextButton2.Text = "Taser"
- TextButton2.TextColor3 = Color3.new(0, 0, 0)
- TextButton2.TextSize = 14
- TextButton3.Name = "TextButton3"
- TextButton3.Parent = Frame
- TextButton3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton3.Position = UDim2.new(0.031578958, 0, 0.60350877, 0)
- TextButton3.Size = UDim2.new(0, 85, 0, 37)
- TextButton3.Font = Enum.Font.SourceSans
- TextButton3.Text = "Flare"
- TextButton3.TextColor3 = Color3.new(0, 0, 0)
- TextButton3.TextSize = 14
- TextButton5.Name = "TextButton5"
- TextButton5.Parent = Frame
- TextButton5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton5.Position = UDim2.new(0.670175433, 0, 0.196491227, 0)
- TextButton5.Size = UDim2.new(0, 85, 0, 37)
- TextButton5.Font = Enum.Font.SourceSans
- TextButton5.Text = "Pocket Knife"
- TextButton5.TextColor3 = Color3.new(0, 0, 0)
- TextButton5.TextSize = 14
- TextButton6.Name = "TextButton6"
- TextButton6.Parent = Frame
- TextButton6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton6.Position = UDim2.new(0.670175433, 0, 0.399999976, 0)
- TextButton6.Size = UDim2.new(0, 85, 0, 37)
- TextButton6.Font = Enum.Font.SourceSans
- TextButton6.Text = "DNA Tester"
- TextButton6.TextColor3 = Color3.new(0, 0, 0)
- TextButton6.TextSize = 14
- TextButton4.Name = "TextButton4"
- TextButton4.Parent = Frame
- TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton4.Position = UDim2.new(0.670175433, 0, 0.603508711, 0)
- TextButton4.Size = UDim2.new(0, 85, 0, 37)
- TextButton4.Font = Enum.Font.SourceSans
- TextButton4.Text = "Health Pack"
- TextButton4.TextColor3 = Color3.new(0, 0, 0)
- TextButton4.TextSize = 14
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0, 0, 0.779292166, 0)
- TextLabel_2.Size = UDim2.new(0, 285, 0, 55)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "More coming soon! (Maybe)"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- -- Scripts:
- local function OYCDYGU_fake_script() -- TextButton1.LocalScript
- local script = Instance.new('LocalScript', TextButton1)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv.Morphine:FireServer()
- end)
- end
- coroutine.wrap(OYCDYGU_fake_script)()
- local function WZDP_fake_script() -- TextButton2.LocalScript
- local script = Instance.new('LocalScript', TextButton2)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv.Taser:FireServer()
- end)
- end
- coroutine.wrap(WZDP_fake_script)()
- local function GTBYBM_fake_script() -- TextButton3.LocalScript
- local script = Instance.new('LocalScript', TextButton3)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv.Flare:FireServer()
- end)
- end
- coroutine.wrap(GTBYBM_fake_script)()
- local function BKUYPP_fake_script() -- TextButton5.LocalScript
- local script = Instance.new('LocalScript', TextButton5)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv["Pocket Knife"]:FireServer()
- end)
- end
- coroutine.wrap(BKUYPP_fake_script)()
- local function IMEJH_fake_script() -- TextButton6.LocalScript
- local script = Instance.new('LocalScript', TextButton6)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv["DNA Tester"]:FireServer()
- end)
- end
- coroutine.wrap(IMEJH_fake_script)()
- local function ANLIOX_fake_script() -- TextButton4.LocalScript
- local script = Instance.new('LocalScript', TextButton4)
- script.Parent.MouseButton1Click:Connect(function()
- game.Workspace.Events.Surv["Health Pack"]:FireServer()
- end)
- end
- coroutine.wrap(ANLIOX_fake_script)()
- local function SUHVEK_fake_script() -- VH2Hax.LocalScript
- local script = Instance.new('LocalScript', VH2Hax)
- for _,v in ipairs(script.Parent:GetDescendants()) do
- if not v:IsA("LocalScript") and not v:IsA("TextButton") then
- v.Draggable = true
- end
- end
- end
- coroutine.wrap(SUHVEK_fake_script)()
Add Comment
Please, Sign In to add comment