GWYFUnleashed
Cheat menu (INSERT): money, tickets, timer, floors, cosmetics. 1-hour days, no bet limits.
By Buck_Corp
| Last updated | a week ago |
| Total downloads | 4217 |
| Total rating | 1 |
| Categories | Mods |
| Dependency string | Buck_Corp-GWYFUnleashed-10.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
GWYFUnleashed
A BepInEx 5 mod for Gamble With Your Friends that removes the training wheels and puts you in full control of every session.
Features
| Feature | Details |
|---|---|
| 1-hour day timer | Every casino day lasts 60 minutes instead of 5 |
| No bet limits | Min bet → $0, max bet → your entire balance, on every game |
| All floors unlocked | Every elevator button works from day one |
| In-game overlay menu | Press INSERT to open / close |
Overlay menu actions
- Add / Remove Money — type any dollar amount and inject or deduct it from the shared bank
- Add / Remove Time — type seconds to extend or shorten today's timer
- Go To Floor 1-4 — jump to any casino floor instantly
- Quick buttons — one-click $1M, $1B, +10 min, reset timer to 1 hour
Multiplayer
Only the host needs this mod installed.
Money, timer, and floor effects are applied server-side and replicate to
all clients automatically via Mirror. Clients will see the effects but won't
see the overlay menu unless they also install the mod.
Installation (Thunderstore Mod Manager / r2modman)
- Search for GWYFUnleashed in the Thunderstore mod manager.
- Click Install — BepInExPack is installed as a dependency automatically.
- Launch the game from the mod manager.
- Press INSERT in-game to open the menu.
Installation (manual)
- Install BepInEx 5.4.23.x (win x64) — extract into the game folder.
- Launch the game once and close it (generates
BepInEx/config/). - Copy
GWYFUnleashed.dllto:<game folder>\BepInEx\plugins\GWYFUnleashed\GWYFUnleashed.dll - Launch the game. Check
BepInEx/LogOutput.logfor:[GWYFUnleashed] Harmony patches applied: 3
Configuration
After the first launch, edit:
<game folder>\BepInEx\config\com.yourname.gwyfunleashed.cfg
| Key | Default | Description |
|---|---|---|
Timer.DayDurationSeconds |
3600 |
Day length in seconds |
Menu.AddMoneyAmount |
100000 |
$ added/removed per button press |
Menu.AddTimeSeconds |
300 |
Seconds added/removed per button press |
Menu.ToggleKey |
Insert |
Key to open/close the overlay |
Building from source
Requirements: .NET SDK 6+, Visual Studio 2022, or Rider.
- Clone / download the source.
- Open
src/GWYFUnleashed.csproj. - Edit the
<GameDir>property to point to your game install folder. - Build → the DLL is copied to
BepInEx/plugins/GWYFUnleashed/automatically.
Troubleshooting
"Harmony patches applied: 0"
A game update renamed a class. Open the game's Assembly-CSharp.dll in
dnSpy and search for fields like
dayDuration, minBet, maxBet, currentFloor — then update the field
name arrays in Plugin.cs accordingly.
Floor button still grayed out
The elevator may require the host to reach a floor via normal play first.
Use the overlay menu's Go To Floor button as a direct alternative.
Money/time not changing
The mod uses reflection to find the right field at runtime. Check
BepInEx/LogOutput.log for [GWYFUnleashed] lines — they'll show which
class and field were targeted (or warn if none was found).
License
MIT © yourname — built on BepInEx and HarmonyX.