Skip to main content

No project description provided

Project description

Latest Downloads Discord

Roblox Account Launcher

This Python package provides a simple interface for launching Roblox games using an authenticated account. It includes functions to obtain necessary authentication tokens and launch a specified Roblox game.

Prerequisites

Before using this package, ensure that you have the following installed:

  • Python 3
  • Required Python packages: requests pywin32

Usage

  1. Import the AccountLaunch class from the package.

    from roblox_auth import AccountLaunch, multi_roblox, launch_account
    
  2. Initialize an AccountLaunch object with the Roblox account's cookie and the target place ID.

    account_launcher = AccountLaunch(cookie="your_cookie_here", placeId="target_place_id", VIP=True, privateServerLink="your_private_server_link")
    
  3. Obtain the required authentication tokens.

    xsrf_token = account_launcher.get_xsrf()
    authentication_ticket = account_launcher.get_authentication_ticket()
    
  4. Retrieve the Job ID for the target game.

    job_id = account_launcher.job_id()
    
  5. Add Multi Roblox on launch if wanted.

    multi_roblox()
    
  6. Launch Roblox with the specified parameters.

    launch_result = account_launcher.launch_roblox(ticket=authentication_ticket, job_id=job_id)
    print(launch_result)
    
  7. Easier way to launch roblox.

    from roblox_auth import AccountLaunch, multi_roblox, launch_account
    launch_account(cookie="your_cookie_here", placeId="target_place_id", VIP=True, privateServerLink="your_private_server_link")
    

Notes

  • The package assumes that Roblox is installed in the default directory on Windows. If not, it attempts to find the installation path in the local AppData directory.
  • Ensure that the required packages are installed using pip install requests pywin32.
  • The package supports multi roblox instances as long as the program stays open.

Example

from roblox_auth import AccountLaunch, multi_roblox, launch_account

# Initialize AccountLaunch object
account_launcher = AccountLaunch(cookie="your_cookie_here", placeId="target_place_id", VIP=True, privateServerLink="your_private_server_link")

# Get authentication tokens
xsrf_token = account_launcher.get_xsrf()
authentication_ticket = account_launcher.get_authentication_ticket()

# Get the Job ID
job_id = account_launcher.job_id()

# Add Multi Roblox
multi_roblox()

# Launch Roblox
launch_result = account_launcher.launch_roblox(ticket=authentication_ticket, job_id=job_id)
print(launch_result)

# Easier way to launch account without other functions
launch_account(cookie="your_cookie_here", placeId="target_place_id", VIP=True, privateServerLink="your_private_server_link")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roblox_auth-0.4.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

roblox_auth-0.4.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file roblox_auth-0.4.1.tar.gz.

File metadata

  • Download URL: roblox_auth-0.4.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for roblox_auth-0.4.1.tar.gz
Algorithm Hash digest
SHA256 8476629b34622bb6682b75b86d2012671776178c1d5c4f757e025c6396dda6f1
MD5 9b3748939dc6147a71443216fe8702b6
BLAKE2b-256 5f48737fc7cb9f066903125ed2dceb6627a854312f334d2c9198d4c2e6d0d455

See more details on using hashes here.

File details

Details for the file roblox_auth-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: roblox_auth-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for roblox_auth-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5f393a291f9d3c42be81016635d49f6c617de872ce6bf879cbc0ccb16a84c92a
MD5 02d436bf031c1cb4fdd7ccd7f2f5b6cc
BLAKE2b-256 667860a64b0f6b9fc62e33a10dcdd6d1f4b54c23dba7c3aeac58cf1a83816077

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page