Galkurta / Coinsweeper-BOT

31 stars 2 forks source link

New scoring method and new payload in win query #7

Open DooGer1 opened 4 days ago

DooGer1 commented 4 days ago

scoring method as in the game in screenshots: const score = Math.floor((10 i + Math.max(0, 1200 - 10 game_time) + 2000) * (1 + 9 / 54)) / 10 + value(this.game.id);

Снимок экрана 2024-09-26 в 15 56 56 Снимок экрана 2024-09-26 в 15 57 47

and a new payload in the win: request

const i = '66f28527e5c5186a622a58a2v$2f1'; const score = Math.floor((10 i + Math.max(0, 1200 - 10 game_time) + 2000) * (1 + 9 / 54)) / 10 + value(this.game.id); const mr = ${this.game.id}-${new Date(this.game.createdAt).getTime()};

    const xr = i + "-" + mr;
    const kr = `${Bt}-${er.id}`;
    const h = CryptoJS.HmacSHA256(kr, xr).toString(CryptoJS.enc.Hex);
Снимок экрана 2024-09-26 в 15 59 35

and another suggestion is to remove the authorization request and put tokens in the file

Galkurta commented 4 days ago

feel free to make a pull request sir, i'm very helpful and very grateful if there is someone who makes improvements

gitnnm commented 4 days ago

feel free to make a pull request sir, i'm very helpful and very grateful if there is someone who makes improvements

Too Many Requests, Please Wait

DooGer1 commented 4 days ago

Yes, now the bot has been updated, we need to look for a new approach