local gui = Instance.new("ScreenGui") gui.Parent = game.CoreGui local minmax = Instance.new("TextButton") local chatFrame = Instance.new("Frame") local chatBar = Instance.new("Frame") local cornerC = Instance.new("UICorner") local chatBox = Instance.new("TextBox") local logBox = Instance.new("TextBox") local border = Instance.new("UIStroke") local chat = Instance.new("TextButton") minmax.Name = "Icon" minmax.Size = UDim2.new(0.04, 0, 0.095, 0) minmax.Position = UDim2.new(0.95, 0, -0.1, 0) minmax.BackgroundColor3 = Color3.new(0, 0, 0) minmax.BorderColor3 = Color3.new(0, 0, 0) minmax.BorderSizePixel = 0 minmax.Text = "" minmax.TextColor3 = Color3.new(255, 255, 255) minmax.BackgroundTransparency = 1 minmax.Draggable = true minmax.Font = Enum.Font.SourceSansBold minmax.TextScaled = true minmax.Parent = gui chatFrame.Name = "ChatBFrame" chatFrame.Size = UDim2.new(0.4, 0, 0.39, 0) chatFrame.Position = UDim2.new(0.007, 0, 0.007, 0) chatFrame.BackgroundColor3 = Color3.new(0,0,0) chatFrame.BorderColor3 = Color3.new(0, 0, 0) chatFrame.BorderSizePixel = 0 chatFrame.Active = true chatFrame.BackgroundTransparency = 0.5 chatFrame.Draggable = false chatFrame.Active = false chatFrame.Parent = gui local cornerB = Instance.new("UICorner") cornerB.CornerRadius = UDim.new(0,8) cornerB.Parent = chatFrame chatBar.Name = "ChatBar" chatBar.Size = UDim2.new(0.98, 0, 0.2, 0) chatBar.Position = UDim2.new(0.01, 0, 0.77, 0) chatBar.BackgroundColor3 = Color3.new(1, 1, 1) chatBar.BorderColor3 = Color3.new(0, 0, 0) chatBar.BorderSizePixel = 0 chatBar.Active = true chatBar.BackgroundTransparency = 0.7 chatBar.Draggable = true chatBar.Parent = chatFrame cornerC.CornerRadius = UDim.new(0, 5) cornerC.Parent = chatBar chatBox.Name = "ChatBox" chatBox.Size = UDim2.new(0.75, 0, 0.8, 0) chatBox.Position = UDim2.new(0.02, 0, 0.1, 0) chatBox.BackgroundColor3 = Color3.new(0, 0, 0) chatBox.BorderColor3 = Color3.new(0, 0, 0) chatBox.BorderSizePixel = 0 chatBox.Text = "" chatBox.PlaceholderText = "Tap here to chat, Use | for newline" chatBox.TextColor3 = Color3.new(1,1,1) chatBox.BackgroundTransparency = 1 chatBox.Font = Enum.Font.ArialBold chatBox.TextSize = 14 chatBox.TextXAlignment = Enum.TextXAlignment.Left chatBox.TextWrapped = true chatBox.ClearTextOnFocus = false chatBox.Parent = chatBar local scroll = Instance.new("ScrollingFrame") scroll.Size = UDim2.new(0.96, 0, 0.71, 0) scroll.Position = UDim2.new(0.02, 0, 0.04, 0) scroll.BackgroundColor3 = Color3.new(1, 1, 1) scroll.BorderColor3 = Color3.new(0, 0, 0) scroll.BorderSizePixel = 0 scroll.BackgroundTransparency = 1 scroll.ScrollBarThickness = 0 scroll.Parent = chatFrame logBox.Name = "log" logBox.Size = UDim2.new(1, 0, 1, 0) logBox.Position = UDim2.new(0, 0, 0, 0) logBox.BackgroundColor3 = Color3.new(0, 0, 0) logBox.BorderColor3 = Color3.new(0, 0, 0) logBox.BorderSizePixel = 0 logBox.Text = "" logBox.TextColor3 = Color3.new(1,1,1) logBox.BackgroundTransparency = 1 logBox.Font = Enum.Font.ArialBold logBox.TextSize = 14 logBox.TextXAlignment = Enum.TextXAlignment.Left logBox.TextYAlignment = Enum.TextYAlignment.Top logBox.TextWrapped = true logBox.Active = false logBox.Parent = scroll border.Color = Color3.new(0, 0, 0) border.Thickness = 1.5 border.Parent = logBox chat.Name = "chat" chat.Size = UDim2.new(0.1, 0, 0.8, 0) chat.Position = UDim2.new(0.89, 0, 0.1, 0) chat.BackgroundColor3 = Color3.new(0, 0, 0) chat.BorderColor3 = Color3.new(0, 0, 0) chat.BorderSizePixel = 0 chat.Text = ">" chat.TextColor3 = Color3.new(255, 255, 255) chat.BackgroundTransparency = 0.5 chat.Font = Enum.Font.GothamBold chat.TextSize = 20 chat.Parent = chatBar local cornerD = Instance.new("UICorner") cornerD.CornerRadius = UDim.new(0, 5) cornerD.Parent = chat local sss = Instance.new("Frame") local set = Instance.new("TextButton") local setUI = Instance.new("Frame") local setcorner = Instance.new("UICorner") local gla = Instance.new("Frame") local list = Instance.new("UIListLayout") sss.Name = "Helper" sss.Size = UDim2.new(0.5, 0, 0.5, 0) sss.Position = UDim2.new(9000000, 0, 90000000, 0) sss.BackgroundColor3 = Color3.new(1, 1, 1) sss.Active = false sss.Parent = gui set.Name = "settings_button" set.Size = UDim2.new(0.05, 0, 0.1, 0) set.Position = UDim2.new(0.95, 0, 0, 0) set.BackgroundColor3 = Color3.new(0, 0, 0) set.BorderColor3 = Color3.new(0, 0, 0) set.BorderSizePixel = 0 set.Text = "۞" set.TextColor3 = Color3.new(255, 255, 255) set.BackgroundTransparency = 1 set.Font = Enum.Font.SourceSansBold set.TextScaled = true set.Parent = chatFrame setUI.Name = "Settings_ui" setUI.Size = UDim2.new(0.3, 0, 1, 0) setUI.Position = UDim2.new(1.01, 0, 0, 0) setUI.BackgroundColor3 = Color3.new(0,0,0) setUI.BorderColor3 = Color3.new(0, 0, 0) setUI.BorderSizePixel = 0 setUI.Active = false setUI.BackgroundTransparency = 0.5 setUI.Parent = chatFrame setcorner.CornerRadius = UDim.new(0,8) setcorner.Parent = setUI gla.Name = "Button_list" gla.Size = UDim2.new(0.8, 0, 0.84, 0) gla.Position = UDim2.new(0.1, 0, 0.07, 0) gla.BackgroundColor3 = Color3.new(1, 1, 1) gla.BorderColor3 = Color3.new(0, 0, 0) gla.BorderSizePixel = 0 gla.Active = true gla.BackgroundTransparency = 1 gla.Parent = setUI list.HorizontalAlignment = Enum.HorizontalAlignment.Center list.SortOrder = Enum.SortOrder.LayoutOrder list.Padding = UDim.new(0, 10) list.Parent = gla local fonnt = Instance.new("TextButton") fonnt.Size = UDim2.new(1, 0, 0.2, 0) fonnt.Position = UDim2.new(0, 0, 0.5, 0) fonnt.BackgroundColor3 = Color3.new(0,0,0) fonnt.BorderColor3 = Color3.new(0, 0, 0) fonnt.BorderSizePixel = 0 fonnt.Text = "Bold" fonnt.TextColor3 = Color3.new(1,1,1) fonnt.BackgroundTransparency = 0.6 fonnt.Font = Enum.Font.ArialBold fonnt.TextSize = 20 fonnt.Parent = gla local fcorner = Instance.new("UICorner") fcorner.CornerRadius = UDim.new(0,8) fcorner.Parent = fonnt local iconpos = Instance.new("TextButton") iconpos.Size = UDim2.new(1, 0, 0.2, 0) iconpos.Position = UDim2.new(0.5, 0, 0.5, 0) iconpos.BackgroundColor3 = Color3.new(0, 0, 0) iconpos.BorderColor3 = Color3.new(0, 0, 0) iconpos.BorderSizePixel = 0 iconpos.Text = "Reset Icon" iconpos.TextColor3 = Color3.new(255, 255, 255) iconpos.BackgroundTransparency = 0.6 iconpos.Font = Enum.Font.ArialBold iconpos.TextSize = 18 iconpos.Parent = gla local fcorner = Instance.new("UICorner") fcorner.CornerRadius = UDim.new(0,8) fcorner.Parent = iconpos fonnt.MouseButton1Click:Connect(function() if sss.Visible then sss.Visible = false fonnt.Text = "Classic" logBox.Font = Enum.Font.Arial chatBox.Font = Enum.Font.Arial logBox.TextSize = 14 chatBox.TextSize = 14 border.Thickness = 0.85 else sss.Visible = true fonnt.Text = "Bold" logBox.Font = Enum.Font.ArialBold chatBox.Font = Enum.Font.ArialBold logBox.TextSize = 14 chatBox.TextSize = 14 border.Thickness = 1 end end) local chatLogs = {} local function updateChatLogs(message) table.insert(chatLogs, message) if #chatLogs > 27 then table.remove(chatLogs, 2) end logBox.Text = table.concat(chatLogs, "\n") end local TextChatService = game:GetService("TextChatService") TextChatService.OnIncomingMessage = function(textChatMessage) local playerName = textChatMessage.TextSource.Name local messageContent = textChatMessage.Text messageContent = messageContent:gsub("<", "<"):gsub(">", ">") playerName = playerName:gsub("PlayStationIN","PlayStationIN"):gsub("roblox","roblox") updateChatLogs(playerName .. ": " .. messageContent) end set.MouseButton1Click:Connect(function() if setUI.Visible then setUI.Visible = false else setUI.Visible = true end end) iconpos.MouseButton1Click:Connect(function() minmax.Position = UDim2.new(0.95, 0, -0.1, 0) end) minmax.MouseButton1Click:Connect(function() if chatFrame.Visible then chatFrame.Visible = false else chatFrame.Visible = true end end) local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = chatFrame local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = setUI local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = minmax local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = set local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = chatBox local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = chatBar local function sending() local TextChatService = game:GetService("TextChatService") local Players = game:GetService("Players") local function sendMessage(msg) local player = Players.LocalPlayer if TextChatService.ChatInputBarConfiguration.TargetTextChannel then TextChatService.ChatInputBarConfiguration.TargetTextChannel:SendAsync(msg) else game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All") end end sendMessage(chatBox.Text) end local function convertText() local text = chatBox.Text local convertedText = "" local conversionTableUpper = { A = "Ạ", B = "Ḅ", C = "С", D = "Ḍ", E = "Ẹ", F = "F", G = "Ģ", H = "Ḥ", I = "Ị", J = "J", K = "Ḳ", L = "Ḷ", M = "Ṃ", N = "Ṇ", O = "Ọ", P = "Р", Q = "Q", R = "Ṛ", S = "Ṣ", T = "Ṭ", U = "Ụ", V = "Ṿ", W = "Ẉ", X = "Х", Y = "Ỵ", Z = "Ẓ" } local conversionTableLower = { a = "ạ", b = "ḅ", c = "с", d = "ḍ", e = "ẹ", f = "f", g = "ɡ", h = "ḥ", i = "ị", j = "ј", k = "ḳ", l = "ḷ", m = "ṃ", n = "ṇ", o = "ọ", p = "р", q = "q", r = "ṛ", s = "ṣ", t = "ṭ", u = "ụ", v = "ṿ", w = "ẉ", x = "х", y = "ỵ", z = "ẓ", ["|"] = "\r", } for char in text:gmatch(".") do local convertedChar = conversionTableUpper[char] or conversionTableLower[char] or char convertedText = convertedText .. convertedChar .. "͎" end chatBox.Text = convertedText end chat.MouseButton1Click:connect(function() convertText() sending() chatBox.Text = "" end) local exa = Instance.new("TextButton") exa.Size = UDim2.new(1, 0, 0.2, 0) exa.Position = UDim2.new(0.5, 0, 0.5, 0) exa.BackgroundColor3 = Color3.new(0, 0, 0) exa.BorderColor3 = Color3.new(0, 0, 0) exa.BorderSizePixel = 0 exa.Text = "Example" exa.TextColor3 = Color3.new(255, 255, 255) exa.BackgroundTransparency = 0.6 exa.Font = Enum.Font.ArialBold exa.TextSize = 15 exa.Parent = gla local fcorner = Instance.new("UICorner") fcorner.CornerRadius = UDim.new(0,8) fcorner.Parent = exa local example = Instance.new("Frame") example.Size = UDim2.new(0.5, 0, 1, 0) example.Position = UDim2.new(1.32, 0, 0, 0) example.BackgroundColor3 = Color3.new(0,0,0) example.BorderColor3 = Color3.new(0, 0, 0) example.BorderSizePixel = 0 example.Active = false example.BackgroundTransparency = 0.5 example.Parent = chatFrame exa.MouseButton1Click:Connect(function() if example.Visible then example.Visible = false else example.Visible = true end end) local mainstroke = Instance.new("UIStroke") mainstroke.Color = Color3.new(0, 0, 0) mainstroke.Thickness = 1.5 mainstroke.Parent = example local cornerB = Instance.new("UICorner") cornerB.CornerRadius = UDim.new(0,8) cornerB.Parent = example local scroll = Instance.new("ScrollingFrame") scroll.Size = UDim2.new(0.9, 0, 0.9, 0) scroll.Position = UDim2.new(0.05, 0, 0.05, 0) scroll.BackgroundColor3 = Color3.new(1, 1, 1) scroll.BorderColor3 = Color3.new(0, 0, 0) scroll.BorderSizePixel = 0 scroll.BackgroundTransparency = 1 scroll.ScrollBarThickness = 0 scroll.CanvasSize = UDim2.new(0, 0, 30, 0) scroll.Parent = example local list = Instance.new("UIListLayout") list.HorizontalAlignment = Enum.HorizontalAlignment.Center list.SortOrder = Enum.SortOrder.LayoutOrder list.Padding = UDim.new(0, 10) list.Parent = scroll local buttonCount = 0 local function ultimate(text) task.wait() buttonCount = buttonCount + 1 local textButton = Instance.new("TextButton") textButton.Size = UDim2.new(1, 0, 0.003, 0) textButton.Position = UDim2.new(0, 0, 0, (buttonCount - 1) * 45) textButton.BackgroundColor3 = Color3.fromRGB(0,0,0) textButton.BorderSizePixel = 0 textButton.BackgroundTransparency = 0.5 textButton.Text = text textButton.TextScaled = true textButton.TextWrapped = true textButton.TextColor3 = Color3.new(1, 1, 1) textButton.Font = Enum.Font.Arial textButton.Parent = scroll local cornerB = Instance.new("UICorner") cornerB.CornerRadius = UDim.new(0,6) cornerB.Parent = textButton textButton.MouseButton1Click:Connect(function() chatBox.Text = textButton.Text end) end ultimate("I Rape Children") ultimate("i am pedophile") ultimate("Big Boobs") ultimate("niggakid sucks") ultimate("print(\"kill all nigga\")") ultimate("ANAL SEX") ultimate("https://discord.gg/FreePussy") ultimate("Big Black Cock") ultimate("nigga executor|https://nigga.gg") ultimate("Shut the fuck up") ultimate("Dafuckboom is a nigger monkey") ultimate("Shitbidick toilet sucks") ultimate("Free Robux at https://animeh.to") ultimate("this bitch has a big boobs") ultimate("recommended pussy color 204.129.128") ultimate("this nigga from africa") ultimate("Niggamod Detected") ultimate("Fuck around and find out for yourself") ultimate("Want some free Robux?| Go to Xvideos.com for free Robux") ultimate("I'm tired of all this shit") ultimate("That was cuntacular") ultimate("Stop being a cunt") ultimate("Fuck this shit") ultimate("Go fuck yourself") ultimate("I want to kill myself") ultimate("There's no cure for being a cunt") ultimate("Fuck you") ultimate("Fuck you | with love") ultimate("1 nigga |2nigga |oh damn") ultimate("https://xvideos.com") ultimate("https://pornhub.com is awesome") ultimate("I have a cute XHamster") ultimate("https://nhentai.net") ultimate("https://nekopoi.care") ultimate("E621? Eugh, what the fuck?") ultimate("This shit is absolutely insane!") ultimate("What the hell were you thinking?") ultimate("You're such a dumbass") ultimate("i can't believe this bullshit") ultimate("This is a load of crap") ultimate("Get your head out of your ass") ultimate("You're driving me fucking crazy") ultimate("Quit acting like a little bitch") ultimate("This is some serious bullshit right here") ultimate("i don't give a flying fuck") ultimate("You think you're hot shit, huh?") ultimate("What the fuck is going on?") ultimate("This party is lit as fuck") ultimate("i'm so done with this crap") ultimate("Don't be a little shit") ultimate("You absolute legend, you crazy bastard") ultimate("Shut the fuck up already") ultimate("i'm not in the mood for your bullshit") ultimate("You're being a real pain in the ass") ultimate("This is fucking ridiculous") ultimate("Get your shit together") ultimate("You gotta be shitting me") ultimate("What the fuck is this nonsense?") ultimate("You're a total piece of shit") ultimate("i'm so fucking tired of this drama") ultimate("Get your shit together, damn it") ultimate("Why the hell would you do that?") ultimate("This is driving me absolutely nuts") ultimate("i can't deal with this crap anymore") ultimate("Seriously, what the hell were you thinking?") ultimate("You are being a complete jackass") ultimate("This place is a fucking mess") ultimate("Don't test me, you moron") ultimate("i swear to god, this is fucking ridiculous") ultimate("You're such a fucking idiot") ultimate("Stop being such a whiny brat") ultimate("This is beyond fucking stupid") ultimate("You're asking for trouble, you know that?") ultimate("Get the fuck out of my way") ultimate("What kind of bullshit is this?") ultimate("i’m done with your bullshit excuses") ultimate("You're really pushing my buttons here") ultimate("This is a complete fucking disaster") ultimate("Shit happens, but this is too much")