f1Lthz4

Results 3 issues of f1Lthz4

Unable to download maps, I guess the reason is that osu site now uses cloudflare If it's the cause take a look at [FlareSolverrSharp](https://github.com/FlareSolverr/FlareSolverrSharp)

App uses 10-20% of 4080 doesn't matter if it draws anything or not ![screenshot](https://i.imgur.com/Zo0pCDO.png)

I cloned this repo to play with a demo Implemented a function to set up a filter table ```csharp private static unsafe void SetupFilterTable(NdisApi api) { //api.ResetPacketFilterTable(); var table =...