<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Open Mic Voice Chat]]></title><description><![CDATA[<p dir="auto">I found a way to make voice chat open mic... its a little buggy but it works. Download "AutoHotkey" and make a new "Ahk" script. I had chatgpt make the script so if anyone can tweak it that would be cool just reply to the post. Currently the script will allow keep your mic open and you can talk in voice chat but it occasionally turns off and you have to press "Capslock" again. YOU WILL NEED TO HAVE "Z" AS YOUR PUSH TO TALK BUTTON</p>
<p dir="auto">AHK Sript:<br />
#NoEnv<br />
#SingleInstance Force<br />
SetCapsLockState, AlwaysOff</p>
<p dir="auto">micEnabled := false</p>
<p dir="auto">CapsLock::<br />
micEnabled := !micEnabled</p>
<p dir="auto">if (micEnabled)<br />
{<br />
SendInput {z down}<br />
}<br />
else<br />
{<br />
SendInput {z up}<br />
}<br />
return</p>
]]></description><link>https://forum.plutonium.pw/topic/44839/open-mic-voice-chat</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 15:34:45 GMT</lastBuildDate><atom:link href="https://forum.plutonium.pw/topic/44839.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 May 2026 00:12:48 GMT</pubDate><ttl>60</ttl></channel></rss>