Get output message of the dev console of a game and send it back to C# application.
Posted
Hey yall, once again I need help with this. How can I grab the game's console output into a textbox in C# winforms?
(a textbox which constantly displays the dev console output message)
Please help.
https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png
Replied
NOT SURE IF IT WORKS
I suppose you could use the logservice's messageout method and send the result through a websocket.
local logService = game:GetService("LogService")
local function onMessageOut(message)
sendWebsocket(message)
end
logService.MessageOut:Connect(onMessageOut)
sendWebsocket is just a placeholder btw.
References:
https://create.roblox.com/docs/reference/engine/classes/LogService
Cancel
Post
dead inside
Replied
Bros getting us to develop his own exploit for him 💀💀
(DO IT YOURSELF LAZY ASS)
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post