quick way to log into multiple toons without inputting username/pass every time
- Python 3.6+ installed
- python packages (just
pip install [package]in bash/cmd/PS/etc, but you should have pretty much all of these in the default python install):- os
- requests
- time
- Copy the
config.pyandlaunch.pyfiles and put them in yourToontown Rewrittendirectory (should be same level as phase files,Launcher.exe, andTTREngine.exe) - Go into config.py in your favorite IDE
- Change parameters in
usernamesarray to your desired usernames. Be sure to remember quotes. You may also add onto the end of the array or take away parameters if you are only logging with 2 or 3 multitoons. - Change parameters in
passwordsarray to your desired passwords. Be sure to remember quotes. You may also add onto the end of the array or take away parameters if you are only logging with 2 or 3 multitoons. Be sure to match number of passwords with number of usernames as I did not add error handling in this hackjob.
- Change parameters in
- Execute launch.py and watch as windows are opened. First the python terminal, and then x instances of Toontown.