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

Commit

Permalink
Merge branch 'main' of https://github.com/KadeDev/FNFBot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Jan 27, 2021
2 parents e9d803a + d4bcd13 commit 66478f8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@ F3 - Add by 1 to the offset (milliseconds between keypresses)
F4 - Remove by 1 to the offset (milliseconds between keypresses)

# Problems
So, obviously its not perfect. In fact, it really can't even beat blammed week 3 all the time.
So, obviously its not perfect.
Here are the issues:

- It can't hit really close notes to eachother, it'll just glitch out.

- When ever it holds a note, it can't hit other ones. (easy fix, too lazy rn though)

- On Pico on the drop where both characters are playing at the same time, it just decides to not hit anything.

The biggest ones is obviously not hitting close together notes, and the pico one. Not sure about why any of that happens.
- Having to time the notes (its a hard thing to get used too)

# Credits
I used [rqnn's global C# keyboard hook](https://stackoverflow.com/a/46014022) and [Micheal Noonan's Input Simulator](https://github.com/michaelnoonan/inputsimulator) for input and output.
Expand Down

0 comments on commit 66478f8

Please sign in to comment.