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

Commit

Permalink
im dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Mar 1, 2021
1 parent 4c010c1 commit 21fcbe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FNFBot20/Bot/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void HandleNote(FNFSong.FNFNote n)
}
else
{
kBot.KeyPress(0x44, 0x1e);
kBot.KeyPress(0x25, 0x1e);
}

break;
Expand All @@ -187,7 +187,7 @@ public void HandleNote(FNFSong.FNFNote n)
simulator.Keyboard.KeyUp(VirtualKeyCode.DOWN);
}
else
kBot.KeyPress(0x46, 0x1f);
kBot.KeyPress(0x28, 0x1f);

break;
case FNFSong.NoteType.Up:
Expand All @@ -201,7 +201,7 @@ public void HandleNote(FNFSong.FNFNote n)

}
else
kBot.KeyPress(0x4A, 0x11);
kBot.KeyPress(0x26, 0x11);


break;
Expand All @@ -216,7 +216,7 @@ public void HandleNote(FNFSong.FNFNote n)

}
else
kBot.KeyPress(0x4B, 0x20);
kBot.KeyPress(0x27, 0x20);

break;
}
Expand Down

0 comments on commit 21fcbe3

Please sign in to comment.