Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- game.StarterGui:SetCore("SendNotification", {
- Title = "Onyx Hub";
- Text ="Loading....";
- Duration = 3;
- Callback = NotificationBindable;
- })
- wait(1)
- wait(3)
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- game.StarterGui:SetCore("SendNotification", {
- Title = "Onyx Hub";
- Text ="Onyx Hub Success";
- Duration = 3;
- Callback = NotificationBindable;
- })
- wait(1)
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- game.StarterGui:SetCore("SendNotification", {
- Title = "Discord.gg/Kenrem";
- Text ="Join Buat Joki Roblox!";
- Duration = 3;
- Callback = NotificationBindable;
- })
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local pencet2 = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local pencet2_2 = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local pencet3 = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BackgroundTransparency = 0.150
- Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.396170825, 0, 0.219284251, 0)
- Frame.Size = UDim2.new(0, 312, 0, 218)
- Frame.Draggable = true
- Frame.Active = true
- UICorner.Parent = Frame
- pencet2.Name = "pencet2"
- pencet2.Parent = Frame
- pencet2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- pencet2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- pencet2.BorderSizePixel = 0
- pencet2.Position = UDim2.new(0.205128208, 0, 0.362614691, 0)
- pencet2.Size = UDim2.new(0, 182, 0, 47)
- pencet2.Font = Enum.Font.SourceSans
- pencet2.Text = "Vector Hub"
- pencet2.TextColor3 = Color3.fromRGB(0, 0, 0)
- pencet2.TextSize = 14.000
- pencet2.MouseButton1Click:Connect(function()
- _G.Mode = "English"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Tuxoz/VectorHub/main/MBPC"))()
- end)
- UICorner_2.Parent = pencet2
- pencet2_2.Name = "pencet2"
- pencet2_2.Parent = Frame
- pencet2_2.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- pencet2_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- pencet2_2.BorderSizePixel = 0
- pencet2_2.Position = UDim2.new(0.205128208, 0, 0.655642152, 0)
- pencet2_2.Size = UDim2.new(0, 182, 0, 47)
- pencet2_2.Font = Enum.Font.SourceSans
- pencet2_2.Text = "Anime Dimension"
- pencet2_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- pencet2_2.TextSize = 14.000
- pencet2_2.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/siradaniy/Script_HSz/main/HSz_ADS.lua"))()
- end)
- UICorner_3.Parent = pencet2_2
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.170379058, 0, -0.00280327746, 0)
- TextLabel.Size = UDim2.new(0, 156, 0, 22)
- TextLabel.Font = Enum.Font.IndieFlower
- TextLabel.Text = "discord.gg/kenrem"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- pencet3.Name = "pencet3"
- pencet3.Parent = Frame
- pencet3.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- pencet3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- pencet3.BorderSizePixel = 0
- pencet3.Position = UDim2.new(0.964743614, 0, 0, 0)
- pencet3.Size = UDim2.new(0, 11, 0, 13)
- pencet3.Font = Enum.Font.SourceSansBold
- pencet3.Text = "X"
- pencet3.TextColor3 = Color3.fromRGB(0, 0, 0)
- pencet3.TextSize = 14.000
- pencet3.MouseButton1Click:Connect(function()
- ScreenGui:Destroy()
- end)
- UICorner_4.Parent = pencet3
Advertisement
Add Comment
Please, Sign In to add comment