I made this basic DLL that bypasses the banwave so you or the user doesn't have to do the hard work. This is really simple to add. Add the DLL from the mega.nz link below to your References as shown in the how to make an exploit video. Next, in the first lines of your exploit, add:
using BanBypasser;
Then the hard work is done. Before the inject method, add:
new BypassClass().BypassBanwave(true/false);
That's all! I did add a message box to credit me in case people don't. The final thing is remind your users to run the exploit as an administrator or else it will not bypass.
Cancel
Post