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

Releases: Kade-github/FNFBot

Massive Update

20 Dec 23:30
e2e2496
Compare
Choose a tag to compare

Fixes:

  • FNFBot now hits 2 player sections (like the one in pico)
  • FNFBot hits way more notes and actually tries.
  • FNFBot now uses FNFDataAPI

More in-depth:
FNFBot now uses threading to its advantage. It takes each section and gathers the notes that it needs to hits, then for each note, it starts a thread and waits. Which allows for multiple key presses per millisecond. Which is incredibly helpful. It also uses the new API I made for FNF Data. It allows me to add more things to this easily before it was a bit of a nightmare. In this update, I rewrote the main thread loop, which would help with performance and output.

pog release

18 Dec 00:58
9568fa7
Compare
Choose a tag to compare