SHOW:
|
|
- or go back to the newest paste.
1 | - | -- Onyx HUB |
1 | + | local VH2Gui = Instance.new("ScreenGui") |
2 | - | -- Credits to Hamii & RBXFucker |
2 | + | local TheBox = Instance.new("Frame") |
3 | - | -- Free Version not for sell, V3rmillion.net |
3 | + | local ThyButton1 = Instance.new("TextButton") |
4 | - | -- Zeesteiaa#7876 |
4 | + | local ThyButton2 = Instance.new("TextButton") |
5 | local ThyButton3 = Instance.new("TextButton") | |
6 | - | local Players = game:GetService("Players") |
6 | + | |
7 | - | local RepStorage = game:GetService("ReplicatedStorage") |
7 | + | |
8 | - | local Events = RepStorage:WaitForChild("Events") |
8 | + | VH2Gui.Name = "VH2Gui" |
9 | - | local Player = Players.LocalPlayer |
9 | + | VH2Gui.Parent = game.CoreGui |
10 | - | local Character = Player.Character |
10 | + | |
11 | - | local Root = Character.HumanoidRootPart |
11 | + | TheBox.Name = "TheBox" |
12 | - | local FastBreak=false |
12 | + | TheBox.Parent = VH2Gui |
13 | - | local Player=game:GetService("Players").LocalPlayer |
13 | + | TheBox.BackgroundColor3 = Color3.new(1, 1, 1) |
14 | - | local Mouse=Player:GetMouse() |
14 | + | TheBox.Position = UDim2.new(0, 10, 0, 490) |
15 | - | ----- fuck |
15 | + | TheBox.Size = UDim2.new(0, 50, 0, -110) |
16 | - | BoogaBooga = Instance.new("ScreenGui") |
16 | + | TheBox.Visible = false |
17 | - | Frame = Instance.new("Frame") |
17 | + | TheBox.Style = Enum.FrameStyle.RobloxRound |
18 | - | HeaderFrame = Instance.new("Frame") |
18 | + | |
19 | - | TitleGUI = Instance.new("TextLabel") |
19 | + | ThyButton1.Name = "ThyButton1" |
20 | - | SpeedHack = Instance.new("TextButton") |
20 | + | ThyButton1.Parent = VH2Gui |
21 | - | JumpHack = Instance.new("TextButton") |
21 | + | ThyButton1.BackgroundColor3 = Color3.new(0, 0, 0) |
22 | - | InfinityJump = Instance.new("TextButton") |
22 | + | ThyButton1.BorderColor3 = Color3.new(0, 0, 0) |
23 | - | CraftGUI = Instance.new("TextButton") |
23 | + | ThyButton1.Position = UDim2.new(0, 12, 0, 440) |
24 | - | Minimize = Instance.new("TextButton") |
24 | + | ThyButton1.Size = UDim2.new(0, 47, 0, 48) |
25 | - | CraftFrame = Instance.new("Frame") |
25 | + | ThyButton1.Style = Enum.ButtonStyle.RobloxRoundDefaultButton |
26 | - | HeaderFrame_2 = Instance.new("Frame") |
26 | + | ThyButton1.Font = Enum.Font.Arial |
27 | - | CraftLogo = Instance.new("TextLabel") |
27 | + | ThyButton1.FontSize = Enum.FontSize.Size12 |
28 | - | ItemName = Instance.new("TextBox") |
28 | + | ThyButton1.Text = "Open" |
29 | - | CraftSubmit = Instance.new("TextButton") |
29 | + | ThyButton1.TextColor3 = Color3.new(0, 0, 0) |
30 | - | CraftGUI_2 = Instance.new("TextButton") |
30 | + | |
31 | - | HeaderBawahCraftFrame = Instance.new("Frame") |
31 | + | ThyButton2.Name = "ThyButton2" |
32 | - | AutoPickup = Instance.new("TextButton") |
32 | + | ThyButton2.Parent = VH2Gui |
33 | - | ESPTrack = Instance.new("TextButton") |
33 | + | ThyButton2.BackgroundColor3 = Color3.new(1, 1, 1) |
34 | - | DropItem = Instance.new("TextButton") |
34 | + | ThyButton2.Position = UDim2.new(0, 16, 0, 380) |
35 | - | ItemDrop = Instance.new("TextBox") |
35 | + | ThyButton2.Size = UDim2.new(0, 39, 0, 35) |
36 | - | HeaderBawahFrame = Instance.new("Frame") |
36 | + | ThyButton2.Visible = false |
37 | - | Tpplayerbutton = Instance.new("TextButton") |
37 | + | ThyButton2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton |
38 | - | ItemDrop_2 = Instance.new("TextBox") |
38 | + | ThyButton2.Font = Enum.Font.Bodoni |
39 | - | FastBreakButton = Instance.new("TextButton") |
39 | + | ThyButton2.FontSize = Enum.FontSize.Size14 |
40 | - | MinimizeFrame = Instance.new("Frame") |
40 | + | ThyButton2.Text = "Give\nCreds" |
41 | - | MinOpen = Instance.new("TextButton") |
41 | + | ThyButton2.TextColor3 = Color3.new(0, 0, 0) |
42 | - | Credits = Instance.new("Frame") |
42 | + | |
43 | - | HeaderCredits = Instance.new("Frame") |
43 | + | ThyButton3.Name = "ThyButton3" |
44 | - | titlecredits = Instance.new("TextLabel") |
44 | + | ThyButton3.Parent = VH2Gui |
45 | - | continuebutton = Instance.new("TextButton") |
45 | + | ThyButton3.BackgroundColor3 = Color3.new(1, 1, 1) |
46 | - | TextLabel = Instance.new("TextLabel") |
46 | + | ThyButton3.Position = UDim2.new(0, 16, 0, 410) |
47 | - | TextLabel_2 = Instance.new("TextLabel") |
47 | + | ThyButton3.Size = UDim2.new(0, 39, 0, 35) |
48 | ThyButton3.Visible = false | |
49 | - | BoogaBooga.Name = "BoogaBooga" |
49 | + | ThyButton3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton |
50 | - | BoogaBooga.Parent = game.CoreGui |
50 | + | ThyButton3.Font = Enum.Font.Bodoni |
51 | ThyButton3.FontSize = Enum.FontSize.Size14 | |
52 | - | Frame.Parent = BoogaBooga |
52 | + | ThyButton3.Text = "Give\nExp." |
53 | - | Frame.Active = true |
53 | + | ThyButton3.TextColor3 = Color3.new(0, 0, 0) |
54 | - | Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) |
54 | + | |
55 | - | Frame.BorderSizePixel = 0 |
55 | + | Open = false |
56 | - | Frame.Position = UDim2.new(0, 319, 0, 134) |
56 | + | |
57 | - | Frame.Size = UDim2.new(0, 577, 0, 290) |
57 | + | game.CoreGui.VH2Gui.ThyButton1.MouseButton1Down:connect(function(open) |
58 | - | Frame.Visible = false |
58 | + | if Open == false then |
59 | - | Frame.Draggable = true |
59 | + | game.CoreGui.VH2Gui.ThyButton1.Text = "Close" |
60 | game.CoreGui.VH2Gui.TheBox.Visible = true | |
61 | - | HeaderFrame.Name = "HeaderFrame" |
61 | + | game.CoreGui.VH2Gui.ThyButton2.Visible = true |
62 | - | HeaderFrame.Parent = Frame |
62 | + | game.CoreGui.VH2Gui.ThyButton3.Visible = true |
63 | - | HeaderFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) |
63 | + | Open = true |
64 | - | HeaderFrame.BorderSizePixel = 0 |
64 | + | elseif Open == true then |
65 | - | HeaderFrame.Size = UDim2.new(0, 577, 0, 33) |
65 | + | game.CoreGui.VH2Gui.ThyButton1.Text = "Open" |
66 | game.CoreGui.VH2Gui.TheBox.Visible = false | |
67 | - | TitleGUI.Name = "TitleGUI" |
67 | + | game.CoreGui.VH2Gui.ThyButton2.Visible = false |
68 | - | TitleGUI.Parent = Frame |
68 | + | game.CoreGui.VH2Gui.ThyButton3.Visible = false |
69 | - | TitleGUI.BackgroundColor3 = Color3.new(1, 1, 1) |
69 | + | Open = false |
70 | - | TitleGUI.BackgroundTransparency = 1 |
70 | + | |
71 | - | TitleGUI.BorderSizePixel = 0 |
71 | + | |
72 | - | TitleGUI.Position = UDim2.new(0, 140, 0, 0) |
72 | + | |
73 | - | TitleGUI.Size = UDim2.new(0, 309, 0, 33) |
73 | + | game.CoreGui.VH2Gui.ThyButton2.MouseButton1Down:connect(function(givecreds) |
74 | - | TitleGUI.Font = Enum.Font.SciFi |
74 | + | game.Workspace.Events.GiveCR:FireServer(1000000) --The credit script, incase you just want that. |
75 | - | TitleGUI.FontSize = Enum.FontSize.Size14 |
75 | + | |
76 | - | TitleGUI.Text = "Booga Booga | Onyx Version" |
76 | + | |
77 | - | TitleGUI.TextColor3 = Color3.new(1, 1, 1) |
77 | + | game.CoreGui.VH2Gui.ThyButton3.MouseButton1Down:connect(function(giveexp) |
78 | - | TitleGUI.TextSize = 14 |
78 | + | game.Workspace.Events.GivePTS:FireServer(1000000) --The exp script, incase you just came for that. |
79 | end) |