Works only on macOS and it is required to have SWMAuth2
- basic script that can be modified with threading etc
- to get SWMAuth2 just unpact the macos application asar and you will find it there
To use finder.sh and unpack an asar file, follow these steps:
-
Open a terminal window and navigate to the directory where finder.sh is located.
-
Run the finder.sh script for example:
./finder.sh
-
The finder.sh script will unpack the asar file and display the path to SWAuth2. Make a note of this path, as you will need it in the next step.
-
Copy the SWAuth2 file to the same directory as main.py.
-
Run main.py by entering the following command:
python main.py
and or python3 main.py
-
main.py will create a user.txt file and add accounts in the format username:pass.
-
To add your own account list, open the user.txt file in a text editor and add your accounts, one per line, in the format username:pass.
-
Save the user.txt file and run main.py again to process the updated list of accounts.
That's it! You should now be able to use finder.sh to unpack an asar file, find the path of SWAuth2, copy the file, and run main.py to create a user.txt file and add accounts in the format username:pass.