Skip to content

[Bug] skillcheck minigame exploitable #694

Description

@fivemsmostwanted

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

  1. Open the NUI with browser developer tools.
  2. Override the window.fetch function in the console.
  3. Modify the fetch request body for the skillcheck to always send "true".
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions