Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (48 loc) · 1.2 KB

Roadmap.md

File metadata and controls

56 lines (48 loc) · 1.2 KB

Starlight Roadmap

Base

  • Launching
  • Post-launch functionality
  • Bootstrapping
  • Roblox API
  • Management UI
  • Documentation
  • Logging (log4net), no clue why I didn't do this earlier
  • Profiling
  • Unit tests

Launching

  • roblox-player scheme hooking
  • Launching specific versions
  • Launcher GUI
  • Tracker spoofing
  • Arbitrary launching (with token, placeid, jobid, etc.)

Post-launch Functionality

  • Setting FPS cap
  • Disabling rendering
  • Using a custom resolution
  • Opening headless clients
  • Get UserId of user playing in process

Bootstrapping

  • Installing specific versions
  • Uninstalling clients

Roblox API

  • GUI login
  • Cookie login
  • Game join API

Management UI

  • Game joining
  • Alt management
  • Bot functionality
  • Server browser

Documentation

  • General documentation
  • API documentation
  • Exploit integration
  • Detailed guide with screenshots

Ease of Use

  • Command line interface
  • Scheme wrapper
  • Global launch settings
  • Per-user/place launch settings
  • Executable packing
  • Auto-updating
  • Both async/synchronous functions