xeryoon
Contributor
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
http://base64.ru/ - here we will encrypt everything we receive.
for the first part of the token, it is enough to throw the ID of the discord user there, there is nothing complicated about it.
we will be able to find out unix through - https://hugonun.github.io/discordid2date/ , after receiving the unix address, we encrypt it too on 64base.
for the second part of the token, we need to put the ID of the discord user *base64*
The last part of the Timestamp - https://r.3v.fi/discord-timestamps/ , you need to copy the current Timestamp from there.
Then we combine everything we get together and craft a token!
for the first part of the token, it is enough to throw the ID of the discord user there, there is nothing complicated about it.
we will be able to find out unix through - https://hugonun.github.io/discordid2date/ , after receiving the unix address, we encrypt it too on 64base.
for the second part of the token, we need to put the ID of the discord user *base64*
The last part of the Timestamp - https://r.3v.fi/discord-timestamps/ , you need to copy the current Timestamp from there.
Then we combine everything we get together and craft a token!