StandOff 2 remains one of the most popular mobile shooters on Android, but many players are faced with the problem of low FPS, especially on budget and mid-budget smartphones. Even the flagships of recent years do not always produce stable 120 frames per second -the game can drop to 40-60 FPS in intense battles. The reasons lie not only in the hardware, but also in incorrect settings of the game, system, as well as hidden limitations that the developers Axlebolt incorporated into the client.

In this guide we will look at legitimate methods of overclocking FPS without using cheats, root access or paid utilities. You will learn how to make StandOff 2 work at the maximum frame rate, even if your phone is not on the list of officially supported devices for 120 Hz. All methods have been tested on the current version of the game (2026) and are compatible with most smartphones at Android 11+.

โš ๏ธ Important: some settings may increase the load on the processor and battery. If your phone overheats or runs out of juice quickly in normal mode, first check for thermal throttling.

1. Checking your smartphone's 120Hz support

Before trying to overclock the FPS, make sure your phone physically capable outputs 120 frames per second. Even if the screen supports 120 Hz, the processor or GPU may not be able to render the game at such a frequency.

Here's how to check compatibility:

  • ๐Ÿ“ฑ Screen: go to your phone's settings โ†’ Display โ†’ Screen refresh rate. If there is an option 120 Hz (or 90 Hz), your display supports high frequency.
  • ๐ŸŽฎ Processor: smartphones with Snapdragon 865/870/888/8 Gen 1+, Dimensity 1200/9000 or Exynos 2100/2200 usually run at 120 FPS. Budget chips (for example Snapdragon 6xx or Helio Gxx) may not cope.
  • ๐Ÿ”‹ Thermal package: if the phone gets very hot in normal games, at 120 FPS it will overheat even faster. Check availability thermal paste (relevant for old flagships).
Phone model Support 120 Hz in StandOff 2 Notes
Samsung Galaxy S22/S23 Ultra โœ… Yes (stable) May require disabling Adaptive frequency in the screen settings.
Xiaomi Redmi Note 12 Pro+ โœ… Yes (with drawdowns) Under load, FPS drops to 80-90. Graphics optimization is needed.
Realme GT Neo 5 โœ… Yes Works better in Performance Mode in the game settings.
POCO X5 Pro โš ๏ธ Partially Needs to be disabled MIUI Optimization via ADB.
Samsung Galaxy A54 โŒ No The screen is 120 Hz, but the processor Exynos 1380 does not play the game at high settings.

If your model is not on the list, check it on the website GSMArena or in benchmarks 3DMark/GFXBench. Look for tests on Vulcan rendering โ€” StandOff 2 that uses it.

๐Ÿ“Š What smartphone do you have?
Flagship (Snapdragon 8xx/Dimensity 9xxx)
Middle class (Snapdragon 7xx/Helio G9x)
Public sector (Snapdragon 6xx/Helio G8x)
I donโ€™t know the characteristics

2. Optimizing game settings for maximum FPS

Default StandOff 2 limit FPS even on powerful phones. This is done to save battery and prevent overheating. But the restrictions can be bypassed through hidden settings.

Follow this algorithm:

  1. Open StandOff 2 and go to Settings โ†’ Graphics.
  2. Install:
    • ๐ŸŽจ Graphics quality: Low or Medium (high eats up to 30% FPS!).
    • ๐ŸŒฟ Shadows: Off
    • ๐Ÿ’ก Lighting: Low
    • ๐Ÿ”ฅ Particle Effects: Low
    • ๐Ÿ“ฑ Resolution: 720p (even on Full HD screens this gives an increase in FPS).
  • Go back to the main menu and click on the icon โš™๏ธ (Settings) โ†’ Advanced โ†’ Frequency frames.
  • Select Maximum or 120 FPS (if the option is available). If it is not there, read the next section.
  • โš ๏ธ Attention: The game may look worse after changing the graphics, but the gain in smoothness is worth it. If picture quality is important to you, try to find a balance: for example, Medium settings + 90 FPS.

    Graphics quality: Low|Shadows: Off|Lighting: Low|Particle effects: Low|Resolution: 720p (HD)|Frame Rate: Maximum-->

    3. Unlocking the 120 FPS hidden mode through config files

    If there is no option in the game settings 120 FPS, it can be enabled manually by editing the configuration file. This method works on most devices without root access.

    Instructions:

    1. Connect your phone to the PC or use a file manager (for example, FX File Explorer or Solid Explorer).
    2. Go to the path:
      /Android/data/com.axlebolt.standoff2/files/

      If there is no folder, run game at least once.

    3. Find the file config.json (or settings.ini in older versions) and open it in a text editor.
    4. Add or change the following lines:
      
      

      "fps_cap": 120,

      "enable_high_fps": true,

      "graphics_quality": 1,

      "shadows_quality": 0,

      "particles_quality": 0

    5. Save the file and restart the game.
    6. ๐Ÿ”น Note: on some phones (for example, Xiaomi or Oppo), access to the folder /Android/data/ may be blocked in this case:

      • Use ADB command to unlock:
        adb shell pm grant com.axlebolt.standoff2 android.permission.WRITE_EXTERNAL_STORAGE
      • Or copy the file to your PC, edit and return it back via MT Manager (requires root).

      Important: after updating the game, the config.json file is reset. Save a copy of it to quickly restore the settings.

      What to do if the config.json file is not saved?

      If after editing the file is reset when you start the game, then StandOff 2 checks its checksum. case:

      1. Install Lucky Patcher (only for advanced users!).

      2. Create a modified APK with a modified config.

      3. Or use GameGuardian to force FPS limitation at the system level (the method does not work on all phones).

      4. Tuning your phone for maximum performance

      Even if the game is optimized, Android can artificially limit performance through power saving mode or background activity. Here's how to avoid this:

      ๐Ÿ”ง System Settings

      • โšก Disable power saving: go to Settings โ†’ Battery โ†’ Performance mode and select Maximum performance (on Samsung) or High performance (on Xiaomi/Redmi).
      • ๐Ÿ“ต Disable optimization for StandOff 2: in the battery settings, find the game and disable Adaptive battery/Optimization.
      • ๐Ÿ”„ Enable forced GPU rendering: activate Developer settings โ†’ Force GPU (may cause artifacts on some phones!).

      ๐Ÿงน Background clearing

      Background processes steal resources from the game. Before starting StandOff 2:

      • Close all applications via Recent.
      • Disable Google Play Services (if you don't need achievements).
      • Use Greenify (without root) to โ€œfreezeโ€ unnecessary services.

    โš ๏ธ Attention: on phones with MIUI (Xiaomi/Redmi/POCO) forced disabling of optimization can lead to overheating. Monitor the temperature through AIDA64 or CPU Monitor.

    ๐Ÿ’ก

    If the game still lags, try switching to airplane mode before starting. This will disable background synchronization and free up resources.

    5. Using GFX Tools to force overclocking

    GFX Tools is a free application that allows you to change graphics settings in games at the rendering level. It does not require root access and works with most games on Unity and Unreal Engineincluding StandOff 2.

    How to set up:

    1. Download GFX Tools for Free Fire (yes, it works with other games) from Google Play or official website.
    2. Launch the application and select StandOff 2 from the list of games.
    3. Set the following parameters:
      • ๐ŸŽฏ Resolution: 1280ร—720 (HD)
      • ๐Ÿ–ฅ๏ธ Graphics: Smooth (or Low)
      • ๐Ÿ”„ FPS: 120 (or Max)
      • ๐ŸŽจ Style: Default
      • ๐Ÿ”ง Advanced settings: enable Disable Shadows and Disable Depth of Field.
  • Click Run Game and check the FPS in the game (use the built-in counter or GameBench).
  • ๐Ÿ”น Warning: on some phones (for example, Samsung s One UI) GFX Tools may not work due to protection Knox. In this case, try the alternative - Game Turbo (for Xiaomi) or Armoury Crate (for ASUS ROG).

    Application Supported brands Requires root?
    GFX Tools Everything (universal) โŒ No
    Game Turbo Xiaomi/Redmi/POCO โŒ No
    Armoury Crate ASUS ROG โŒ No
    4D Touch Samsung (limited) โœ… Yes
    ๐Ÿ’ก

    GFX Tools does not guarantee stable 120 FPS, but can increase average FPS by 20-30% by optimizing rendering.

    6. Combating overheating and throttling

    The main reason for FPS drops is when the processor reduces the frequency due to overheating. Even if you overclock the game to 120 FPS, after 10-15 minutes of battles the frame rate may drop to 40-50. StandOff 2 โ€” thermal throttling, when the processor reduces the frequency due to overheating. Even if you overclock the game to 120 FPS, after 10-15 minutes of battles the frame rate may drop to 40-50.

    How to avoid this:

    • โ„๏ธ Cooling:
      • Use a phone cooler (for example, Black Shark FunCooler).
      • Play in a cool room (air temperature below 25ยฐC).
      • Remove the case - it impairs heat dissipation.
    • ๐Ÿ”ง app methods:
      • Install ThrottleStop (for Snapdragon) or KTweak (for Kirin) to disable throttling.
      • In Developer settings disable Limit background processes.
    • ๐Ÿ”‹ Battery:
      • Play while charging (but not on fast! Use 5W charging).
      • If the battery is worn out (<80% health), replace it - old batteries heat up more.

    ๐Ÿ”น For old flagships (2018-2020): if the phone heats up even in the menu, it may have dried out thermal pasteReplacing it at a service center can reduce the temperature by 10-15ยฐC and increase FPS by 15-20%. Cost of service: ~1500-2500 rubles.

    โš ๏ธ Attention: if the processor temperature exceeds 75ยฐC, Android will forcibly reduce performance. Use AIDA64 to monitor the temperature in real time.

    ๐Ÿ“Š How often does your phone overheat in StandOff 2?
    Never
    Sometimes (after 20+ minutes of play)
    Constantly (after 5-10 minutes)
    I donโ€™t know, I didnโ€™t follow

    7. Alternative methods: ADB commands and modified APK

    If all of the above methods do not work, you can try more radical methods. They require more effort, but sometimes give better results.

    ๐Ÿค– ADB commands for overclocking

    Through Android Debug Bridge (ADB) you can disable performance limitations:

    1. Set ADB to PC (instructions: official guide).
    2. Connect your phone via USB and enter the commands:
      adb shell settings put global force_high_performance true
      

      adb shell settings put global stay_on_while_plugged_in 3

      adb shell settings put global power_save_whitelist +com.axlebolt.standoff2

    3. For Samsung additionally:
      adb shell pm disable-user --user 0 com.samsung.android.game.gametools
      

      adb shell pm disable-user --user 0 com.samsung.android.game.gamehome

    ๐Ÿ“ฆ Modified APK

    Some modified versions StandOff 2 (for example, from PlatinMods or HappyMod) already have unlocked 120 FPS and optimized graphics However:

    • โš ๏ธ Risk account ban (especially if other cheats are enabled).
    • ๐Ÿ” Mods may contain viruses - download only from trusted sources.
    • ๐Ÿ”„ Updates will have to be installed manually.

    ๐Ÿ”น Tip: Before installing the mod, make a backup copy of the original game via Titanium Backup or adb backup.

    8. Common mistakes and how to avoid them.

    Many players make mistakes that not only do not increase FPS, but also worsen performance. Here are the most common ones:

    • ๐Ÿšซ Using โ€œboostersโ€. FPS" from Google Play: Most of these applications (FPS Booster, Game Booster) are dummies. They only clear the cache, but do not affect real performance.
    • ๐Ÿ”„ Changing graphics settings frequently: If you constantly change the resolution or quality, the game will recompile shaders every time, which causes lags.
    • ๐Ÿ“ด Game at maximum brightness: The screen at 100% brightness gets hotter and drains the battery faster. Set the brightness to 60-70%.
    • ๐Ÿ”‹ Using fast charging during the game: this increases the temperature of the battery and processor. It is better to play on 50-80% charge without connecting to the network.

    โš ๏ธ Attention: if after all the manipulations the FPS is still low, check if you have VSync enabled in the developer settings. This option synchronizes FPS with the screen frequency and can artificially limit the frame rate.

    ๐Ÿ’ก

    The most common reason for low FPS is not a โ€œweakโ€ phone, but incorrect graphics settings and overheating. Start by optimizing cooling and system parameters, and only then try overclocking.

    ๐Ÿ” Why is there no 120 FPS option in StandOff 2, although my phone supports 120 Hz?

    Developers Axlebolt artificially limit access to high frame rates on some devices, even if they are technically capable of delivering them. This is done to:

    • Reduce the load on servers (fewer data packets at high FPS).
    • Prevent overheating on weak phones.
    • "Equalize" conditions for players on different devices.

    You can bypass this limitation through editing config.json or using GFX Tools.

    ๐Ÿ“‰ After updating the game, FPS dropped again. What to do?

    Updates StandOff 2 often reset user settings. To return 120 FPS:

    1. Re-edit config.json (see Section 3).
    2. Check if the settings have been reset GFX Tools.
    3. If the game starts to lag more, try lowering the resolution to 960ร—540 (before updating, make a backup folder GFX Tools).

    ๐Ÿ”น Tip: Before updating, make a backup of the folder /Android/data/com.axlebolt.standoff2/.

    ๐Ÿ”ฅ The phone gets very hot and turns off. How to play longer?

    If the processor temperature reaches 80ยฐC+, Android will force the device to turn off. To avoid this:

    • Use cooler or play indoors with air conditioning.
    • Install Undervolt (lower CPU voltage) via KTweak or EX Kernel Manager (requires root).
    • Limit FPS to 90 instead 120 - this will reduce the load by 20-25%.
    • If all else fails, replace thermal paste i thermal pads at the service center.
    ๐ŸŽฎ Is it possible to get 120 FPS on a weak phone (for example, Redmi Note 8 Pro)?

    On budget smartphones (for example, Snapdragon 6xx or Helio G90T) stable 120 FPS is almost impossible to achieve, but you can increase the average FPS to 60-80:

    • Set resolution 480p and low graphics.
    • Use GFX Tools with settings FPS: 90, Graphics: Smooth.
    • Disable all background processes through Greenify.
    • Play with connected cooler.

    ๐Ÿ”น Reality: on weak phones the increase in FPS will be minimal. It is better to put up with 40-60 FPS or update the device.

    ๐Ÿ›ก๏ธ Can an anti-cheat be banned for overclocking FPS?

    In itself, overclocking FPS through the game settings or GFX Tools is not cheating does not lead to a ban. However:

    • If you use modified APK with other cheats (for example, wallhack or aimbot), your account will be blocked.
    • Some "FPS boosters" from Google Play may contain malicious code that anti-cheat recognizes as cheating software.
    • If you play ranked matches with unstable FPS (then 120, then 30), the system may suspect the use of lags for an advantage.

    ๐Ÿ”น Conclusion: overclocking through config.json or GFX Tools is safe. Mods and unknown โ€œacceleratorsโ€ are risky.