Forum > General >

Get output message of the dev console of a game and send it back to C# application.

detroitjack

help@stellarhub.xyz

Posts: 117

Threads: 19

Joined: Mar, 2023

Reputation: -1

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.

  • 0

https://media.discordapp.net/attachments/1092386369931853834/1097911547206041611/BANNER.png

Posts: 793

Threads: 54

Joined: Sep, 2021

Reputation: 21

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

  • 0

dead inside

SeizureSalad

i love femboys

Posts: 1012

Threads: 73

Joined: Mar, 2021

Reputation: 37

Replied

Bros getting us to develop his own exploit for him 💀💀

 

(DO IT YOURSELF LAZY ASS)

  • 2

"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 )