local ScreenGui = Instance.new("ScreenGui") local hbypasser = Instance.new("Frame") local UICorner = Instance.new("UICorner") local UIGradient = Instance.new("UIGradient") local Title = Instance.new("TextLabel") local Message = Instance.new("TextBox") local UICorner_2 = Instance.new("UICorner") local Send = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local Opened = Instance.new("BoolValue") ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Opened.Parent = ScreenGui hbypasser.Name = "hbypasser" hbypasser.Parent = ScreenGui hbypasser.Active = true hbypasser.AnchorPoint = Vector2.new(0.5, 0.5) hbypasser.BackgroundColor3 = Color3.fromRGB(255, 255, 255) hbypasser.BorderSizePixel = 0 hbypasser.ClipsDescendants = true hbypasser.Position = UDim2.new(0.185825557, 0, 0.771329045, 0) hbypasser.Size = UDim2.new(0.287401497, 0, 0.327356219, 0) UICorner.Parent = hbypasser UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(30, 30, 42)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(48, 50, 63))} UIGradient.Rotation = -90 UIGradient.Parent = hbypasser Title.Name = "Title" Title.Parent = hbypasser Title.AnchorPoint = Vector2.new(0, 1) Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0, 0, 0.197994754, 0) Title.Size = UDim2.new(1, 0, 0.156414494, 0) Title.Font = Enum.Font.GothamBold Title.Text = "hdmi's bypasser." Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextScaled = true Title.TextSize = 29.000 Title.TextWrapped = true Message.Name = "Message" Message.Parent = hbypasser Message.AnchorPoint = Vector2.new(0.5, 0.5) Message.BackgroundColor3 = Color3.fromRGB(28, 28, 36) Message.Position = UDim2.new(0.498731911, 0, 0.495966762, 0) Message.Size = UDim2.new(0.859299898, 0, 0.52394408, 0) Message.Font = Enum.Font.Gotham Message.PlaceholderText = "Text to bypass\nBy Dvigun666#0691" Message.Text = "" Message.TextColor3 = Color3.fromRGB(255, 255, 255) Message.TextSize = 23.000 Message.TextWrapped = true UICorner_2.Parent = Message Send.Name = "Send" Send.Parent = hbypasser Send.AnchorPoint = Vector2.new(0.5, 0.5) Send.BackgroundColor3 = Color3.fromRGB(28, 28, 36) Send.Position = UDim2.new(0.49873206, 0, 0.85880506, 0) Send.Size = UDim2.new(0.859300196, 0, 0.128723234, 0) Send.Font = Enum.Font.GothamBold Send.Text = "Send" Send.TextColor3 = Color3.fromRGB(255, 255, 255) Send.TextScaled = true Send.TextSize = 21.000 Send.TextWrapped = true UICorner_3.Parent = Send local function WYTZEQ_fake_script() local script = Instance.new('LocalScript', Send) local chatrem = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest local function toTable(s) local t = {} s:gsub(".", function(c) table.insert(t, c) return c end) return t end script.Parent.MouseButton1Click:Connect(function() local msg = script.Parent.Parent.Message.Text local bypassedMessage = "" local letters = toTable(msg) for i = 1, #letters do bypassedMessage = bypassedMessage..letters[i].."𐌑 ͜ ͣ" end chatrem:FireServer(bypassedMessage, "All") end) end coroutine.wrap(WYTZEQ_fake_script)() local function KZPW_fake_script() local script = Instance.new('LocalScript', ScreenGui) local uis = game:GetService("UserInputService") local togglekey = Enum.KeyCode.LeftAlt local lp = game:GetService("Players").LocalPlayer local mainui = script.Parent.hbypasser mainui.Position = UDim2.new(0.187, 0, 2, 0) uis.InputBegan:Connect(function(input, gpe) if input.KeyCode == togglekey then if Opened.Value == false then mainui:TweenPosition(UDim2.new(0.187, 0, 0.771, 0)) Opened.Value = true elseif Opened.Value == true then mainui:TweenPosition(UDim2.new(0.187, 0, 1.5, 0)) Opened.Value = false end end end) end coroutine.wrap(KZPW_fake_script)()