Infinite GobbleGum Duration Glitch in COD BO6 Zombies: AHK Script
If you’re diving into the intense world of Call of Duty®: Black Ops 6 (BO6) Zombies Mode in 2025, you know that every advantage counts. Mastering the intricacies of GobbleGums is crucial for survival, and a little ingenuity can go a long way. This guide details how to make your Time-based GobbleGums last indefinitely using a unique glitch combined with an AutoHotKey (AHK) script. With this setup, you’ll keep critical GobbleGums active, gaining a significant edge against relentless waves of the undead. At GamerFun, we’re dedicated to bringing you the latest strategies and exploits to enhance your gaming experience.
What Are GobbleGums in Black Ops 6?
In Call of Duty®: Black Ops 6, GobbleGums are consumable perks that provide players with powerful buffs and abilities, essential for success in the game’s Zombie Mode. These range from increased damage and faster reload speeds to unique abilities like temporary invincibility or unlimited ammo. However, Time-based GobbleGums, such as Free Fire and Idle Eyes, are limited by their duration, making it challenging to fully leverage their benefits during extended rounds. This Infinite Duration GobbleGums glitch, facilitated by an AHK script, keeps these critical power-ups running indefinitely, fundamentally changing how you approach high-round zombie slaying.

Requirements for the Infinite GobbleGum Duration Glitch
To successfully implement this glitch in 2025, you’ll need a few key components. The most important is AutoHotKey v1 (AHK) scripting software. This free and open-source scripting language allows you to automate tasks on your computer, and in this case, it will automatically reactivate your selected GobbleGum just before it expires, effectively maintaining the effects indefinitely. Beyond the software, you’ll need to configure your game settings and equip the desired GobbleGum.
Steps to Prepare:
- Install AutoHotKey v1: Visit the official AutoHotKey website, download, and install version 1. Ensure you download the correct version for your operating system.
- Configure Display Settings: Set your game to Fullscreen Borderless mode for optimal performance and to ensure the AHK script can interact with the game window correctly.
- Set Up GobbleGum Interface: Equip the Time-based GobbleGum you want to make infinite, such as Free Fire or Idle Eyes, in the game’s GobbleGum slots. Consider which GobbleGum will provide the most benefit to your playstyle.
Infinite GobbleGum Duration Script
This AHK script is the heart of the glitch. It allows you to extend the effect of any Time-based GobbleGum by pressing specific hotkeys to keep it activated continuously. The script works by simulating key presses at regular intervals, effectively “re-applying” the GobbleGum before its duration expires. Understanding how the script functions will help you troubleshoot any issues you might encounter.
Script Code:
#Persistent
; Initialize toggle states for each key
toggle := {}
; Function to set up toggles and timers for F4, F5, and F6
SetupKey(Key, KeyCode) {
global toggle
toggle[Key] := !toggle[Key] ; Toggle the state
if (toggle[Key]) {
SetTimer, % "Press" Key, 30 ; Start timer for the key
SoundBeep, 1000, 200 ; High beep sound for activation
} else {
SetTimer, % "Press" Key, Off ; Stop timer
SoundBeep, 500, 200 ; Low beep sound for deactivation
}
}
; Key bindings for F4, F5, and F6
F4::SetupKey("4", 4)
F5::SetupKey("5", 5)
F6::SetupKey("6", 6)
Return
; Press functions for each key to simulate key presses
Press4:
Send, 4
Return
Press5:
Send, 5
Return
Press6:
Send, 6
Return
How the Script Works:
- F4, F5, F6 Hotkeys: Press F4, F5, or F6 to start or stop the automatic reactivation of your chosen GobbleGum slots. Each press toggles the script’s activation for the corresponding slot.
- 30ms Interval: The script sends the designated GobbleGum hotkey (4, 5, or 6) every 30 milliseconds, reapplying the effect before it expires. This creates the illusion of infinite duration.
- Sound Feedback: The script provides audible feedback – a high beep for activation and a low beep for deactivation – to confirm the script’s status.
To Use the Script:
- Equip your GobbleGum in slots 4, 5, or 6 as needed.
- Run the script through AutoHotKey. Double-click the .ahk file to execute it.
- Press F4 for Slot 4, F5 for Slot 5, and F6 for Slot 6 to start the auto-activation.
- When you see an “invisible” GobbleGum consumed, it means the glitch is active, and your GobbleGum is now infinite.
Best GobbleGums for Infinite Duration
While this glitch works with any Time-based GobbleGum, some offer more significant advantages than others. Choosing the right GobbleGum can dramatically improve your performance in BO6 Zombies Mode. Here are a few top contenders:
- Free Fire: Provides players with unlimited ammo without needing a reload, ideal for holding off large waves of zombies and conserving valuable resources. This is arguably the most impactful GobbleGum to make infinite.
- Idle Eyes: Grants temporary No-Target God Mode, making zombies ignore players. While it stops after entering the vault, it’s highly effective for escaping intense situations, repositioning, or reviving teammates.
- Near Death Experience: Automatically activates when your health is low, providing temporary invulnerability. This can be a lifesaver in clutch moments.
How to Download and Set Up AHK Scripts
If you’re new to AutoHotKey, don’t worry! The setup process is relatively straightforward. Here’s a step-by-step guide to get you started:
- Download AHK v1 from the AutoHotKey official website. Be sure to select the version compatible with your operating system.
- Create a New Script File: Open a text editor (like Notepad) and paste the script code provided above. Save the file with a
.ahk
extension (e.g.,infinite_gobblegum.ahk
). - Run the Script: Double-click the
.ahk
file to start it before launching Black Ops 6. You should see an AutoHotKey icon in your system tray. - Use the Hotkeys: Press F4, F5, or F6 to activate infinite GobbleGums on the corresponding slot.
Troubleshooting Common Issues
Sometimes, the script might not work as expected. Here are a few common issues and their solutions:
- Script Not Running: Ensure AutoHotKey is installed correctly and the script file is being executed. Check the system tray for the AutoHotKey icon.
- Hotkeys Not Working: Make sure no other programs are using the same hotkeys (F4, F5, F6). Try changing the hotkeys in the script.
- Script Not Interacting with Game: Ensure the game is running in Fullscreen Borderless mode. Also, try running AutoHotKey as an administrator.
Join the GamerFun Community
At GamerFun, we’re building a vibrant community of Call of Duty: Black Ops 6 players. We offer a space where you can discuss the latest strategies, glitches, and tips, and connect with like-minded gamers. Join our forum to share your experiences with the Infinite GobbleGum Duration Glitch, exchange AHK scripts, and get help from experienced players. We also regularly post new guides and tutorials to help you stay ahead of the curve.
Call to Action: Have you tried this glitch? What GobbleGums are you using with it? Share your experiences and tips in the comments below! Or, head over to GamerFun to join the conversation and download more scripts. What other BO6 glitches or exploits would you like us to cover? Let us know!