Advertisement
Guest User

Token Login Instructions

a guest
Apr 4th, 2024
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. To login to these accounts you need to bypass the location restriction by doing a token login. These are instructions on how to do it. https://www.youtube.com/watch?v=ZhLCr-BTmXc
  2.  
  3. If you're using this Discord account for FiveM you'll need Discord PTB, since it has easy access to the developers console which you'll need to login. Here's the link. https://discord.com/api/download/ptb?platform=win
  4.  
  5. This is the script you'll need. Replace the `PASTE TOKEN HERE` with the accounts token. You'll find your token behind the email and password. The format is `email:password:token`.
  6.  
  7. function login(token) {
  8. setInterval(() => {
  9. document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
  10. }, 50);
  11. setTimeout(() => {
  12. location.reload();
  13. }, 2500);
  14. }
  15. login('PASTE TOKEN HERE')
  16.  
  17. After you logged in, your FiveM might prompt the authorization request on the wrong Discord app. To solve this, simply just close all running Discord applications completely and then starting the application with your alt account. After the app has started you can also startup your main application.
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement