Describe the bug
The minigame skillcheck can be bypassed by intercepting the fetch request. This allows users to send a modified boolean value (true) for the skillcheck, ensuring they always pass without interacting with the UI. (tested on the latest version)
To Reproduce
- Open the NUI with browser developer tools.
- Override the window.fetch function in the console.
- Modify the fetch request body for the skillcheck to always send "true".
- Trigger a key event for the skillcheck, and it will always pass.
Expected behavior
The skillcheck will always be validated without a single input
Video:
https://streamable.com/z286iv
Describe the bug
The minigame skillcheck can be bypassed by intercepting the fetch request. This allows users to send a modified boolean value (true) for the skillcheck, ensuring they always pass without interacting with the UI. (tested on the latest version)
To Reproduce
Expected behavior
The skillcheck will always be validated without a single input
Video:
https://streamable.com/z286iv