2022年Steam夏季促销解密活动快速解锁徽章

1.使用Chrome内核浏览器登入Web端Steam

Steam:https://store.steampowered.com/

2.进入活动页面,参加活动

在这里插入图片描述

3.自动操作

选择找寻解密之后,steam自动跳转到新页面后,按F12进入开发模式
在控制台中,复制以下代码.

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);
    }
}

回车之后,会出现这样的字符串,[(X)You got a new badge!]
X达到10或者满足你剩余徽章数量即可.
返回活动界面,刷新一下即可看到自己的徽章数量达到满级.


4.白嫖Steam等级成功

在这里插入图片描述

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

八宝咸鱼

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值