wxyz-abcd / node-haxball

The most powerful and lightweight API that allows you to develop your original Haxball(www.haxball.com) host, client, and standalone applications both on node.js and browser environments and also includes every possible hack and functionality that you can imagine.
MIT License
34 stars 13 forks source link

fake password #5

Closed wxyz-abcd closed 1 year ago

wxyz-abcd commented 1 year ago

we can add a functionality for faking room password. It would let the server think that the room is password-protected while it is not, or vice versa.

wxyz-abcd commented 1 year ago

added a Room.setFakePassword function and a fakePassword parameter in Haxball.createRoom.