• The default language of any content posted is English.
Wasender 3.5.x Key Hash Generator

[</>PyKey] - Wasender 3.5.x Key Hash Generator 3.1.0

Techrad

aka Truman
Staff member
Moderator
NullCave Donater
Messages
321
Reactions
189
Website
scriptz.co
Last edited:
Look at the dependancies at the top of the file and make sure you 've piped them all.
 
What is the error code? How are you running it it? There is two methods, which one are you using? Need more than that to help you. Did you check the dependancies/library imports?

PAste into requirements.txt
Code:
Argparse
base64
random
time
uuid
json
csv
sys
re
os
datetime
termcolor

then Run
Code:
 pip instaĺl requirements.txt
 
Last edited:
Top