Is there a bypass to block Wave?

Unfortunately, there’s another exploit executer that’s bigger than synapse called wave. Is there a way to block people from executing it in my games?

Like their discord server has over 100K people. Assuming each and every one of them have a key and are exploiting, that’s 100K new exploiters.

2 Likes

Use the built-in RobloxAPI.

RobloxAPI:BlockCheats("Synapse,Wave,Krnl,JJSpliot")--Seperated by commas

1 Like

That’s a thing??

||eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee||

1 Like

Does this even work? Does it seem practical? How does it work?

no that’s not going to work

comedy gold, have my updoot

There is a tried and true method to stopping most (not all) exploiters, and it’s been done for as long as you were a kid. If anything it existed for far longer than Wave did.

Want to take a gander?
It’s sanity checks. Insane, right?

Man, you could’ve just found this solution within the API docs yourself…

You can try to block them, but it will always be cat and mouse chase game. If you want solid protection from exploiters, you will need to verify states of your game on the server (e.g., player characters will need to be server authoritative, and so on).