Wimberton / OriginPalia

A multi-purpose tool for Palia, written in C++. Looking for contributors. Features such as ESP, Teleportation, Auto-fishing, and more.
https://getos.me/
45 stars 16 forks source link

Minigame skip #56

Closed Diyagi closed 3 months ago

Diyagi commented 3 months ago

Add option to skip minigames under Aimbots & Fun -> Fun Mods.

Works by running an check every Engine.HUD.ReceiveDrawHUD call to see if an minigame is running, if it is then changes the minigame state to EMinigameState::Success.

I will try later to find an function that we can detour to run this check, just so we have less code running in an loop.

Edit: partially addresses #39