Before you can modify a game, you need to understand its core mechanics. Here is the 101 crash course.
Let’s walk through a real 101 IncMod for Android Beach Buggy Racing. We are going to incrementally increase the starter boost.
Prerequisite: Rooted Android or VMOS.
Step 1: Download the base APK from a trusted mirror (ApkPure – do not use mod sites).
Step 2: Install it. Open it once to generate the data. Close it.
Step 3: Open Root Explorer. Navigate to /data/data/com.vectorunit.blue/shared_prefs/.
Step 4: Find VectorUnity.xml. This is where incremental data lives.
Step 5: Look for <string name="boost_power">1.0</float>. Change it to 1.25.
Step 6: Look for <string name="coin_multiplier">1</int>. Change it to 2.
Step 7: Save the file. Change permissions back to rw-r--r--.
Step 8: Relaunch the game.
Congratulations. You just performed IncMod work. You did not install a shady "Mega Mod." You changed two lines of code. This is the heart of "101 IncMod."
As of 2025, Vector Unit released Beach Buggy Racing 2 (which is more online-focused). The original Beach Buggy Racing is now "old code." This makes it easier for IncMod work because the anti-cheat is no longer updated.
Avoid random YouTube links. Reputable mod communities include:
Never grant a mod APK "Overlay" or "Accessibility" permissions unless you trust the source.
A hallmark of mods like IncMod is the patching of the com.android.vending.billing service.
In a legitimate app, when a user buys Gems:
In the IncMod version, the code is altered so that the "Purchase Success" signal is sent immediately upon clicking the buy button, without ever communicating with the Google Play server. This is often called a "Lucky Patcher" style patch integrated directly into the APK.
Some old mods claimed:
Reality: Most are scams. The few working mods require root, Lucky Patcher, or OBB replacement – and they break after every update.
Let’s be realistic.
Golden Rule: Never log into your real Google Play account inside a modded game. Use a guest account or a dummy profile.