Skip to content

Latest commit

ย 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Blum Payload Generator

This helps you to generate blum encrypted payload without WebAssembly. You already have example for implenting in python and node. Ask AI to generate similar code in other language if you want.

{
  "version": 1.2, //This may change if they update web assembly
  "gameId": "abcd-efghi-jklmno-292ddhdjh", //Game Id
  "challenge": {
    "nonce": 69000,
    "hash": "0000690000000000000000000000aed"
  },
  "earnedPoints": { "BP": { "amount": 143 } },
  "assetClicks": {
    "BOMB": { "clicks": 0 }, //๐Ÿ’ฃ bomb
    "CLOVER": { "clicks": 143 }, //๐Ÿ€ clover
    "FREEZE": { "clicks": 2 } //โ„๏ธ freeze
  },
  "isNode": false //Keep it false for safety
}

About

Generate Blum DROP_GAME payload without WebAssembly.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors