steam夏日特賣游戲活動火熱進行中,有各種優惠或是免費的游戲可以獲取,其中有個夏促徽章和夏促猜謎獲取相應游戲,這里給大家帶來了一個傻瓜式的代碼解鎖方法,詳情一起來看下這篇steam夏促徽章2022解鎖方法吧。
夏促徽章2022解鎖方法前提:必須網頁版官網。
友情提醒,記得先登入,接任務,再按下面內容進行,最後徽章要手動獲取。
任意steam網頁頁面按f12打開控制台,粘貼下列代碼按回車等待即可,轉自steamdb
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);
}
}
啥都不用干,等一會會就行了。
以上就是關於steam夏促徽章2022解鎖方法的相關介紹,就不需要一個一個的去搜索了,希望對大家游戲有幫助,更多內容可以點擊相關攻略查看。