Skip to content

This project allows you to manage multiple instances of the Wizard101 game client. It automates the process of opening the clients, logging in with different accounts, and positioning the windows on your screen.

License

Notifications You must be signed in to change notification settings

cybellereaper/wizquicklauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WizQuickLauncher (Wizard101 Quick Launcher)

This project allows you to manage multiple instances of the Wizard101 game client. It automates the process of opening the clients, logging in with different accounts, and positioning the windows on your screen.

Features

  • Open multiple instances of Wizard101
  • Automatically log in with different accounts
  • Position each game window at specified coordinates

Prerequisites

Configuration

Create a config.json file in the root directory of the project with the following structure:

{
    "file_path": "C:\\Path\\To\\Wizard101",
    "accounts_data": [
        {
            "username": "your_username_1",
            "password": "your_password_1",
            "x_pos": 100,
            "y_pos": 100
        },
        {
            "username": "your_username_2",
            "password": "your_password_2",
            "x_pos": 500,
            "y_pos": 100
        }
        // Add more accounts as needed
    ]
}

About

This project allows you to manage multiple instances of the Wizard101 game client. It automates the process of opening the clients, logging in with different accounts, and positioning the windows on your screen.

Topics

Resources

License

Stars

Watchers

Forks

Languages