Skip to content

Repository files navigation

Myriad General Validity Test

Standard-2

Stars Latest Release Last Modified License

Website Discord


Myriad is an open-source standardization, functionality, and mitigation testing suite for executors.

After the discontinuation of UNC, multiple forks and continuations emerged, alongside separate executor tests focused on areas such as vulnerabilities and identity checks. Myriad aims to unify these efforts into a single, comprehensive test suite.

Table of Contents

Quick Start

loadstring(game:HttpGetAsync("https://github.com/Standard-2/Myriad/releases/latest/download/myriad.luau"))()

Run within Myriad's testing game

Myriad performs testing inside a Roblox experience because certain executor behaviors can only be accurately evaluated within the game environment, ensuring consistent and reliable results.

API

The API allows developers to run individual tests programmatically without launching the Myriad UI. This is useful for debugging specific functionality, validating executor implementations, or integrating Myriad into other tools.

See our API Documentation

Example

local API = loadstring(game:HttpGetAsync("https://github.com/Standard-2/Myriad/releases/latest/download/api.luau"))()

local result = API.Standards.Checks.Closures.hookfunction()
if result.status ~= 200 then
    warn(`Your executor does not support hookfunction properly: {result.message}`)
end

Note

Certain checks in the Myriad standards test rely on references that are only accessible within the Myriad testing game.

Brand Assets

Myriad's official brand assets are available in the assets directory. These resources are provided for use in official communications and project materials.

  • Standard2-Logo_BlackBG_WhiteIcon.png – Standard-2 logo with black background and white icon
  • Standard2-Logo_NoBG_WhiteIcon.png – Standard-2 logo with transparent background and white icon

Contributing

Contributions are welcome!

See the Building from Source guide for complete setup and build instructions.

Supporting the Project

If you'd like to support the project, consider donating via any of these:

  • LTC: Lcd6pCPiVw9GH2MAaGkR8TX39EtL2LzFoa
  • SOL: EfwivXazedEw2kL2et92NKDkT3qrQ6pdxA8Bs7RKYRuN
  • ETH: 0x85C09A302CBB42a321E737E6E4dDAC0Eebc4ac3E
  • BTC: bc1qlhym0f0lejwlhd47gext8g7fgej366j7z85vvx

About

An open-source standardization, functionality, and mitigation testing suite for executors.

Topics

Resources

Stars

44 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages