GDColon / GDBrowser

A website that lets you browse all of Geometry Dash's online features, and more!
https://gdbrowser.com
MIT License
334 stars 160 forks source link

Message decryption #260

Closed MegaSa1nt closed 2 years ago

MegaSa1nt commented 2 years ago

Hi everyone! Does anyone know how gd converts body from message to readable text?

image

Both body and subject is 'test', both body and subject are utf8 in database, but subject easily decodes as it is base64 How can i decode message body? I tried checking getMessages.js but i didnt understand anything

fancythedeveloper commented 2 years ago

https://docs.gdprogra.me/#/resources/server/message

MegaSa1nt commented 2 years ago

https://docs.gdprogra.me/#/resources/server/message

Thank you!