Steam 一键完成夏日特卖任务

在Steam夏日特卖期间有个夏日特卖任务,你需要通过线索提示找到指定游戏,解锁“Clorthax的悖论派对徽章”,总共需要找到10款游戏,每找到1个徽章升一级,最高10级,升至10级同时可获得一份“Steam 个人资料”

现在你只需要通过下方的代码即可一键完成夏日特卖任务

使用方法

  1. 复制下方代码
  2. 开启steam页面
  3. 点击F12选择控制台(console)
  4. 贴上代码回车
  5. 等待You got a new badge! 前方出现10刷新页面即可

代码

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 a new badge!");
    } catch (e) {
        console.error("Failed to obtain badge!", e);
    } finally {
        await delay(1500);
    }
}

给TA打赏
共{{data.count}}人
人已打赏
游戏白嫖

Epic Games限时免费领取《权力的游戏:桌游数字版》《汽车修理工模拟器2018》

2022-6-24 6:57:10

游戏白嫖

Steam商店限时免费领取《战舰世界》x《变形金刚》:免费收藏补给箱

2022-6-24 23:20:15

7 条回复 A文章作者 M管理员
  1. smile30752

    這會被封嗎

  2. gees

    NB

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
!

Ads

嘿! 我们发现您正在使用广告拦截工具

我们知道广告并不讨喜

但如果没有广告收入,网站无法持续运行