AstraaDev / Discord-Token-Grabber-V2

Simple token grabber developped in python.
https://discord.gg/ckHmZMct5z
113 stars 117 forks source link

I've install pycryptdome but it wont work #10

Closed thecrazytech1 closed 1 year ago

thecrazytech1 commented 2 years ago
Traceback (most recent call last):
  File "c:/Users/username/Downloads/token_grabber.py", line 2, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

I still get this

TEnLOcODE commented 2 years ago

try running "pip install pycryptdome" on an admin terminal/shell/cmd

thecrazytech1 commented 2 years ago

try running "pip install pycryptdome" on an admin terminal/shell/cmd

I did that and it still didnt work

AstraaDev commented 2 years ago

Look at the bottom of my Read-Me. The command is written. If it still doesn't work, I'll let you create a ticket on my server so I can help you more precisely.

thecrazytech1 commented 2 years ago

Don't worry, I've given up on this and don't need it any more

On Tue, 2 Aug 2022 at 01:38, a5traa @.***> wrote:

Look at the bottom of my Read-Me. The command is written. If it still doesn't work, I'll let you create a ticket on my server so I can help you more precisely.

— Reply to this email directly, view it on GitHub https://github.com/AstraaDev/Discord-Token-Grabber-V2/issues/10#issuecomment-1201366813, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQO4J3FAZJLVWHWD26YB4ZTVW7VQ3ANCNFSM52XY6OYQ . You are receiving this because you authored the thread.Message ID: @.***>

Ju2t-us commented 1 year ago

Don't worry, I've given up on this and don't need it any more On Tue, 2 Aug 2022 at 01:38, a5traa @.> wrote: Look at the bottom of my Read-Me. The command is written. If it still doesn't work, I'll let you create a ticket on my server so I can help you more precisely. — Reply to this email directly, view it on GitHub <#10 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQO4J3FAZJLVWHWD26YB4ZTVW7VQ3ANCNFSM52XY6OYQ . You are receiving this because you authored the thread.Message ID: @.>

If you're still interested I would suggest installing pypiwin32 pip install pypiwin32 And, if not done already, install requests pip install requests After you have installed these I would make sure you have done pip install pycryptodome I honestly don't know if any of these commands will work on a system besides Windows