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

A modding script for Lyte Interactive's Funky Friday

Notifications You must be signed in to change notification settings

accountrev/funkychart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

FunkyChart for Lyte Interactive's Funky Friday (Archived)

PLEASE READ:

FunkyChart will no longer receive any major updates nor bugfixes.

I have moved away from the Roblox exploiting scene. With executor developers currently trying to reverse-engineer the Hyperion anticheat and update to Roblox x64, I have not been able to get access back to my main executor, meaning I haven't been able to fix anything for the past month so I call quits. As I move on to a new chapter in life, thank you for the support on this project. Feel free to fork this repo to make any changes of your own. 20 dollars well spent.

Contact me on Discord if you have a question (@accountrev).

With <3,
- AccountRevived




WARNING!

You are responsible for your own actions. Exploiting violates Roblox's Community Standards. By using FunkyChart or any of my scripts, you agree that you are responsible for any punishments that can be held on your account, which includes bans (platform or in-game), account terminations, data wipes, etc. Using FunkyChart in a private environment and on a seperate Roblox account.

Originally a fork of wally-rblx's funky-friday-autoplayer.

A modding script for Lyte Interactive's Funky Friday, a rhythm game inspired by Friday Night Funkin' in Roblox.
Play your favorite osu!mania beatmaps in the Funky Friday engine, supported from 4K - 9K.

Supported for executors Synapse X and Krnl.

Comparison between osu!mania and Funky Friday

Overview and Purpose

This script allows you to fully convert an osu!mania beatmap into a Lua script that is readable by Roblox and Funky Friday's engine.
The osu!mania beatmap can be 4K - 9K. Anything lower/higher will not work as it is not yet supported in Funky Friday.

When I used to be into VSRGs very religiously, this was my go-to game to play on Roblox. There was a point where I got tired of the same songs, so I noted this project down as a concept. A few months later, I was tinkering with wally-rblx's autoplayer (link above). I suddenly realized that you can edit the notes when they load. So I set out to make this abombination that you see in front of you.

You can use this script to play songs for fun or practice, as Funky Friday's engine is very lenient when it comes to notes (and still is as of v1.2)

Just remember, this is all client-sided and singleplayer, meaning no one will be able to hear or see you play songs in-game. I may have a few ideas for multiplayer for the future.

Tutorials

Compiling

This section mainly focuses on how to compile the converter (aka the folder that is called "Converter" in this repo). If you are just looking to download, click here for the latest release.

The converter was written in Python 3.10.5, so be aware that the converter will not be supported for Windows 7 and earlier and I have no intentions of re-writing it for a older Python release.

Packages that are used by the converter are:

  • colorama (pretty print)
  • requests (to access GitHub API)
  • pyinstaller (for compilation)

In Command Prompt or Powershell, navigate to the folder that contains the .py and .pyproj files and paste this:
pyinstaller -F -n FunkyChartConverter -i icon.ico --hidden-import colorama FunkyChartConverter.py

When it's done compiling, the executable file should be in the same folder under /dist.

Any questions, shoot me a message on Discord or report it here on the Issues tab.

Contact Me!

My Discord: @accountrev

About

A modding script for Lyte Interactive's Funky Friday

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Lua 65.9%
  • Python 34.1%