Forum > Coding >

[R] Ban Bypass DLL, make YOUR exploit bypass the banwave.

Posts: 48

Threads: 14

Joined: Mar, 2018

Reputation: 0

Posted

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.

DLL Download: here
  • 0

Posts: 3

Threads: 0

Joined: Aug, 2018

Reputation: 0

Replied

when i copied the Â new BypassClass().BypassBanwave(true/false);   why is the true/false got a red line?

  • 0

Posts: 12

Threads: 1

Joined: Jun, 2018

Reputation: 0

Replied

new BypassClass().BypassBanwave(true);

FIXED
  • 0

Added

Bro u have to protect ur dll because i have now the source code and anyone can just skid 
im going to delete the source because i already know how to make one so...
  • 0

Posts: 5

Threads: 1

Joined: Oct, 2018

Reputation: 0

Replied

The API has a banwave bypass built in :D
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )