[ad_1]
it principally simply will get the primary a part of someones token by encoding the person id to base64.
I like to make use of it for trolling. oh yeah take away the house between the @ and bot.command().
———————————————————————————————————
@ bot.command()
async def tokenget(ctx, person: discord.Consumer):
"""Encodes the person ID in base64 to imitate the primary a part of a Discord token."""
user_id = str(person.id).encode("utf-8")
base64_encoded = base64.b64encode(user_id).decode("utf-8")
await ctx.ship(f"`{base64_encoded}` (That is the primary a part of the token, we ship the remaining to your file location!)")
THIS IS THE CODE, PASTE IT INTO UR SELFBOT OR WHATEVER U GOT GOING ON!!
ensure that to have "import base64" wherever in ur code i wish to preserve it on the high since thats the sexiest :3
———————————————————————————————————
https://github.com/hostqges/trolltokengrabber/blob/main/thecode
[ad_2]