Skip to content

Exponential-Workload/MidiPlayer

 
 

Repository files navigation

Astolfo Piano - Credit: Dall-E

MidiPlayer

Virtual piano midi file autoplayer for Roblox with some cool per-game bypasses.

The main script works universally on all piano games on roblox, however there are some per-game features too

Disclaimer

I am not responsible for any punishments caused by the usage of this software.

Install

More Detailed Instructions

Script for Script-Ware

import(4320)

Script for any executor

loadstring(game:HttpGetAsync('https://exponential-workload.github.io/MidiPlayer/package.lua'),'package.lua')()

Usage

See Usage Instructions

Notes

  • UI is built into the project at src/Assets/ScreenGui.rbxm, so no assets are loaded
  • HTTP requests only check for updates and download the project

Drawbacks

  • Executes from start to finish, including all code execution and require calls, in 80ms in Synapse-X*
    • There is much room for improvement, though loading times vary between script executors
    • The bypasses in PVv2 take several seconds to load.

* I've noticed performance increases to about 30ms on Fluxus and about 10ms load time on Script-Ware. Performance may vary depending on device!

Bypasses

Piano Visualizations

Contributing your own bypasses

See Docs/BYPASSES/CONTRIBUTING/

Credits

Licensing

Since the original author, richie0866, has not specified a license, some code here is under whatever license they desire.

All code written by Exponential-Workload in the src/ folder of this repository, as indicated by tools such as git blame, is under the AGPL-3.0-OR-LATER, and therefor Free Software.
In additon, all code contributed to this repository by 3rd-parties is also under the AGPL-3.0-OR-LATER. This does not include code by richie0866 (until they add a license to the original project).

All obfuscated code in the bypasses/ directory is under ALL-RIGHTS-RESERVED. It is not derived from the code from richie0866.
This does not include code where the source is publicly visible.

About

Virtual piano midi file autoplayer for Roblox (now with some patches)

Resources

License

Stars

Watchers

Forks

Languages

  • Lua 100.0%