GWYFUnleashed
1-hour days, no casino bet limits, all floors unlocked from day 1, and an in-game overlay menu (INSERT) to add money, add time, and jump to any floor.
By Buck_Corp
| Last updated | 18 hours ago |
| Total downloads | 658 |
| Total rating | 1 |
| Categories | Mods |
| Dependency string | Buck_Corp-GWYFUnleashed-2.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.
| 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 |
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 © Buck_Corp — built on BepInEx and HarmonyX.