- Дней с нами
- 3.872
- Розыгрыши
- 0
- Сообщения
- 186
- Репутация
- 38
- Реакции
- 157
скрипт для добавление через консоль:Есть решение?
Посмотреть вложение 552862---------Двойное сообщение соединено: ---------Через расшифрованный ма файл с SDA.
JavaScript:
let sha1 = (login, cb) => window.crypto.subtle.digest({name: "SHA-1"}, new Uint8Array(login.match(/.{1}/g).map(s => s.charCodeAt()))).then(result => cb([...new Uint8Array(result)].map(n => n.toString(16)).join(''))),
SteamID = (id) => id.length == 17 ? String(id.substr(4) - 1197960265728) : '7656' + (Number(id) + 1197960265728),
file = document.createElement('input');
file.setAttribute('type', 'file');
file.addEventListener('change', event => {
let reader = new FileReader();
reader.onload = event => {
let mf = JSON.parse(event.target.result),
id = event.target.result.match(/"SteamID":(\d+)/),
steamid = id && id[1] || prompt('Enter steamid'),
accountid = SteamID(steamid);
chrome.storage.local.get(null, data => {
data.accounts = data.accounts ? data.accounts : {};
data.ids = data.ids ? data.ids : {};
sha1(mf.account_name.toLowerCase(), id => {
data.accounts[id] = {
accountid,
steamid,
login: mf.account_name.toLowerCase(),
password: prompt('Enter password'),
shared_secret: mf.shared_secret || null,
identity_secret: mf.identity_secret || null,
device_id: mf.device_id || null,
urls: [],
cookies: [],
storage: {local: {}, session: {}}
};
data.ids[accountid] = id;
chrome.storage.local.set(data, () => {
chrome.runtime.reload();
});
});
});
};
reader.readAsText(event.target.files[0]);
});
file.click();
Скрипт для получения карточек с зимней распродажи для нескольких акков - Страница 5 - Mipped
После каждой авторизации выбивает ошибку.
mipped.com