Open Mic Toggle
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.8% endorsement rate
- 🏆 #9 of 10 Scripts mods in this game by downloads
📋 About This Mod
Holds customizable button if another customized buttons was pressed.
Instead of having to hold a key like J the whole time, this script lets you toggle it on/off using a custom key (like V by default).
1. Requirements
-
[]AutoHotkey v1. 1 must be installed on your PC.
2. Setup
- [
[]Double-click the file to run it.
[]You'll be asked to:
-
[]Choose a toggle key (e.g. V)
[
]Choose your in-game PTT key (e.g. J)3. Usage
-
[]Press your toggle key (e.g. V) to activate/deactivate voice chat.
[
]The system tray tooltip will show whether VC is enabled or disabled.[]Press Ctrl + PTT Key (e.g. Ctrl + J) to safely exit the script.
Notes
-
[]Make sure your in-game voice bind matches what you enter into the script.
[]This script works globally but is designed for use with Ready or Not.
[]The script uses very minimal resources and runs in the background (System Tray).
Source Code#MaxThreadsPerHotkey 1
userToggleKey := "v"
ingamePTTKey := "j"
MsgBox, Welcome. You can customize your keys next. Please use lowercase single letters only.
; Ask for toggle key
InputBox, userToggleKeyInput, Toggle Key, Enter the key you want to use to toggle Voicechat. (default: V), , 300, 150,,, , %userToggleKey%
if (!ErrorLevel && userToggleKeyInput != "") {
userToggleKey := userToggleKeyInput
; Ask for PTT key
InputBox, ingamePTTKeyInput, In-Game PTT Key, Enter the keybind used in-game to activate voice. (default: J), , 300, 150,,, , %ingamePTTKey%
if (!ErrorLevel && ingamePTTKeyInput != "") {
ingamePTTKey := ingamePTTKeyInput
msg := "Thank you! '" . userToggleKey . "' will toggle '" . ingamePTTKey . "'. Press Ctrl+" . ingamePTTKey . " to immediately stop the script if needed. Close this message to start."
MsgBox, %msg%
; Initializing
Menu, Tray, Tip, Mic Status: OFF
toggle := false
; Create dynamic hotkeys
Hotkey, % "$" . userToggleKey, TogglePTT, On
Hotkey, ^%ingamePTTKey%, PanicExit, On
-
[]Make sure your in-game voice bind matches what you enter into the script.
-
[]Press your toggle key (e.g. V) to activate/deactivate voice chat.
📊 Mod Details
- Game
- Readyornot Mods
- Author
- Greenstone51
- Version
- 1.2
- Downloads
- 1,064
- Endorsements
- 9
- Category
- Scripts
- Created
- 7/23/2025
- Updated
- 2/15/2026
🔧 How to Install Ready or Not Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Ready or Not →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Ready or Not commands, item IDs, and more.
Keep browsing — more Ready or Not mods await