Prosty bot do automatycznego rozwiązywania sesji na stronie instaling.pl.
- Windows
- Naciśnij Ctrl + Shift + J
- Mac
- Naciśnij Cmd + Opt + J
- Windows
- Naciśnij Ctrl + Shift + K
- Mac
- Naciśnij Cmd + Opt + K
fetch(`https://raw.githubusercontent.com/sigaj/instaling-bot/refs/heads/main/instaling.js`)
.then((response) => response.text())
.then((data) => eval.call(window, data));