Skip to main content

No project description provided

Project description

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.x
  • Required Python packages: os, subprocess, platform, requests, random

Usage

  1. Import the AccountLaunch class from the package.

    from your_package_name import AccountLaunch
    
  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")
    
  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. Launch Roblox with the specified parameters.

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

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 os subprocess platform requests random.

Example

from your_package_name import AccountLaunch

# Initialize AccountLaunch object
account_launcher = AccountLaunch(cookie="your_cookie_here", placeId="target_place_id")

# 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()

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

License

This package is distributed under the MIT License. See the LICENSE file for details.

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.2.0.tar.gz (2.8 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.2.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: roblox_auth-0.2.0.tar.gz
  • Upload date:
  • Size: 2.8 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.2.0.tar.gz
Algorithm Hash digest
SHA256 02e5ce564c334ebe0afacb6f86d641a068ed42c50f361e3c4f6059c146e1edd0
MD5 bf7dfc6f93df9f6e930814131192e532
BLAKE2b-256 f67566d142e244a8733427cb371af83e74e71996f68fd86f3f33e5b0fd0d848d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: roblox_auth-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 3.3 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b8f73e4523478a95e03ac4790d68b9eed9a7bd4fc1c4ff2c1bed7f91f4923ac
MD5 ce562315ee1e9019fc8dc7358c629f1b
BLAKE2b-256 b2c33d930aae54af6870febaae78637f01a10d925151031cdc247c863795c16f

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