Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Frogun – How to Get Coins Cheat Guide

Posted on 01/29/202401/29/2024 By Pwnage Block No Comments on Frogun – How to Get Coins Cheat Guide
  • Title: Frogun
  • Release Date: August 2, 2022
  • Developer: Molegato
  • Publisher: Top Hat Studios, Inc.

This guide will show you how to get more coins in Frogun by editing your save file.

Save File Locati0n

First, you need to go to the save file directory of Frogun. By default, you can find it here:

C:\Users\YOUR_USER\AppData\LocalLow\Molegato\Frogun\PlayerPrefs.dat

Remember to create a backup of the file before making any changes to your save.

Opening and editing your save

Before you start editing, make sure your game is closed. Even though the file has a “dat” extension, it’s actually plain text, not binary data. You can open it in a text editor, like VS Code or VS Codium. In VS Code, use the shortcut “Ctrl+K M” to change the language to JSON for better editing. Don’t worry if your editor doesn’t recognize it as JSON right away. You can also format the document for easier handling, and the final result should resemble this:

{
    "StringData": [
        {
            "Key": "Language",
            "Value": "EN"
        },
        {
            "Key": "Save_Slot1",
            "Value": "hasSeenIntro;1\nlastLevel;Ruins5\ncoins;435\nhat;34\nLevel1;1;17.23509;1;1;1;1;1;1;1;\n(etc...)"
        }
    ],
    "IntData": [
        {
            "Key": "ResolutionWidth",
            "Value": 2560
        },
        {
            "Key": "ResolutionHeight",
            "Value": 1600
        },
        {
            "Key": "FullScreen",
            "Value": 1
        },
        // etc...
    ],
    "FloatData": [
        {
            "Key": "MusicVolume",
            "Value": 1.0
        },
        {
            "Key": "SoundVolume",
            "Value": 0.8827723860740662
        },
        // etc...
    ],
    "BoolData": []
}

Now, you’re free to modify any values in your save. It’s not strictly necessary, but I suggest minifying the JSON before saving the file.

How to Get More Coins

I must emphasize that editing your save is considered cheating. If you’re comfortable with this, here’s what you can do.

The most tedious part of aiming for 100% completion in this game is the coin grind for buying all gallery items and hats. This can take more than twice the time you spent on everything else. Fortunately, you can edit your save to give yourself as many coins as you want, saving you a considerable amount of time on this seemingly pointless grind.

Follow the instructions from the previous section to open your save file. Locate your coin count within the “StringData” section. Look for the “Key” that corresponds to your save slot, like “Save_Slot1.” In the “Value” part, find a really long string. Your coins are stored in a section that reads “coins;123\n” (the number indicates your current coins). Change this number to a ridiculously high amount, then save your file as described in the previous section.

And that’s it! You can open the game and you should be able to see that your coins already changed.

That's everything we are sharing today for this Frogun guide. This guide was originally created and written by Pwnage Block. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Frogun

Post navigation

Previous Post: Palworld – All Console Commands and How to Use
Next Post: Definitely Not Fried Chicken – Factory Defense Guide and Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Frogun
  • Release Date: August 2, 2022
  • Developer: Molegato
  • Publisher: Top Hat Studios, Inc.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme