You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
The plan in my head has always been, a simple "Ban Evasion" Or, "Alt Manager" feature that will allow us to switch accounts to rejoin a server you were just banned on. I have talked to my alternate account supplier, and as long as we put his discord alt shop link in the alt manager, we can have up to 100 alts every 30 days. He said that he'll get about 100 XBOX GamePass accounts every 30 days, and what we can do, is use an external program such as MineFlayer, to use the account credentials, and store the SESSION TOKEN in a JSON file on the backend, so when we press "Get new account" it will simply fetch a random session token from the json file, and the client will automatically apply the session token to our minecraft, to get back in on a server.
Some things to note:
We are NEVER giving any user any credentials to the account they are using, we are giving them the SESSION TOKEN, which allows them to use the account for about 24 hours until it expires. Then once the 24 hours has expired, our API will automatically regenerate the session tokens for all accounts.
Security issues regarding the security of the tokens, and accounts, We would have to put a lot of backend planning in order to prevent someone just from going to "https://tungstenclient.com/alts" and seeing our whole json file of all the session tokens; Possibly we can encrypt the alts, similar to EasyMC, and TheAltening does it.
The text was updated successfully, but these errors were encountered:
The plan in my head has always been, a simple "Ban Evasion" Or, "Alt Manager" feature that will allow us to switch accounts to rejoin a server you were just banned on. I have talked to my alternate account supplier, and as long as we put his discord alt shop link in the alt manager, we can have up to 100 alts every 30 days. He said that he'll get about 100 XBOX GamePass accounts every 30 days, and what we can do, is use an external program such as MineFlayer, to use the account credentials, and store the SESSION TOKEN in a JSON file on the backend, so when we press "Get new account" it will simply fetch a random session token from the json file, and the client will automatically apply the session token to our minecraft, to get back in on a server.
Some things to note:
We are NEVER giving any user any credentials to the account they are using, we are giving them the SESSION TOKEN, which allows them to use the account for about 24 hours until it expires. Then once the 24 hours has expired, our API will automatically regenerate the session tokens for all accounts.
Security issues regarding the security of the tokens, and accounts, We would have to put a lot of backend planning in order to prevent someone just from going to "https://tungstenclient.com/alts" and seeing our whole json file of all the session tokens; Possibly we can encrypt the alts, similar to EasyMC, and TheAltening does it.
The text was updated successfully, but these errors were encountered: