You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
{ "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 }