Загрузка...

How to enter discord using a token - a quick guide

Thread in Articles created by Humanist Jul 26, 2020. (bumped Apr 17, 2024) 336,278 views

  1. bite
    bite Jan 1, 2025 0 Dec 26, 2024
    doesnt work
     
  2. Yapro727722772
    Yapro727722772 Feb 28, 2025 Banned 0 Sep 29, 2024
  3. 20MOON07
    20MOON07 May 9, 2025 0 Jun 23, 2016
    Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting.
     
  4. lon1xdayn
    lon1xdayn Jun 22, 2025 0 Jan 22, 2025
    у кого не работает, попробуйте это вставить

    function login(token) {
    setInterval(() => {
    const iframe = document.createElement("iframe");
    document.body.appendChild(iframe);
    iframe.contentWindow.localStorage.token = "${token}";
    }, 50);

    setTimeout(() => {
    location.reload();
    }, 2500);
    }

    login('заменить_на_токен');
     
  5. id1046572205
    как пароль менять ? :thinking:
     
  6. gundek
    пиздец нитро нельзя
     
Loading...
Top