Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Way to download levels from official server #263

@iwalfy

Description

@iwalfy

First run Wireshark and catch secret field of any user.
Then make HTTP POST request to http://www.boomlings.com/database/downloadGJLevel22.php that contains:

gameVersion=21
binaryVersion=35
gdw=0
levelID=<level id>
secret=<your secret>

Important to specify an empty User-Agent header otherwise Cloudflare will block us.

curl example: curl -X POST "http://www.boomlings.com/database/downloadGJLevel22.php" -d "gameVersion=21&binaryVersion=35&gdw=0&levelID=1389451&secret=XXXXXXX" -H 'User-Agent:'

Screenshot 2022-09-08 at 12 29 38
Screenshot 2022-09-08 at 12 27 52

#RobUseHTTPS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions