[Tutorial] Auto Claim Summer Badges

07/04/2022 18:29 Anonymous444#1
Would be nice if you press Thank you !


1. Open [Only registered and activated users can see links. Click Here To Register...].
2. Press CTRL + SHIFT + I (to open goggle chrome console).
3. Copy this code in console and press Enter and wait 2 minutes.

Code:
(async () => {
    let delay = (ms) => new Promise((res) => setTimeout(res, ms));
    await jQuery.post("/saleaction/ajaxopendoor", {
        "sessionid": g_sessionID,
        "authwgtoken": jQuery("#application_config").data("userinfo").authwgtoken,
        "door_index": 0,
        "clan_accountid": 41316928,
    });
    for (let link of [            "/category/arcade_rhythm/?snr=1_614_615_clorthaxquest_1601",            "/category/strategy_cities_settlements/?snr=1_614_615_clorthaxquest_1601",            "/category/sports/?snr=1_614_615_clorthaxquest_1601",            "/category/simulation/?snr=1_614_615_clorthaxquest_1601",            "/category/multiplayer_coop/?snr=1_614_615_clorthaxquest_1601",            "/category/casual/?snr=1_614_615_clorthaxquest_1601",            "/category/rpg/?snr=1_614_615_clorthaxquest_1601",            "/category/horror/?snr=1_614_615_clorthaxquest_1601",            "/vr/?snr=1_614_615_clorthaxquest_1601",            "/category/strategy/?snr=1_614_615_clorthaxquest_1601",        ]) {
        try {
            let html = await jQuery.get(link);
            await jQuery.post("/saleaction/ajaxopendoor", {
                "sessionid": g_sessionID,
                "authwgtoken": jQuery("#application_config", html).data("userinfo").authwgtoken,
                "door_index": jQuery("#application_config", html).data("capsuleinsert").payload,
                "clan_accountid": 41316928,
                "datarecord": jQuery("#application_config", html).data("capsuleinsert").datarecord,
            });
            console.log("You got the Summerbadge!");
        } catch (e) {
            console.error("Failed, restart the code!", e);
        } finally {
            await delay(1500);
        }
    }
})();
05/25/2023 20:48 Emhoe#2
anyone tried this?
05/27/2023 15:09 tuvo#3
Quote:
Originally Posted by Emhoe View Post
anyone tried this?
bro it is 1 year old thing, wait for another summer sale