Skip to content

uploadMPComment.php

WARNING

Everything here is based on leaks, unused code and educated guesses. As such, everything you see here is subject to change, and most likely will be changed!

Uploads a comment (chat message?) to a multiplayer lobby. This endpoint is hosted on geometrydash.com, not boomlings.com.

Parameters

ParameterExplanationRequired
accountIDThe commenter's account IDYes
gjp2The commenter's GJP2Yes
extra10 random characters from [A-Za-z0-9]Yes
commentThe comment, with some delimiter characters stripped outYes
secretAccount Secret: Wmfv3899gc9Yes
gameIDThe ID of the multiplayer lobbyYes
chkaccountID + comment + gameID + extraYes
gameVersion22
binaryVersion42
gdw0

Response

Currently unknown, but most likely the comment ID if it was posted and -1 if the request was rejected.