Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

BohbanSinghundefined

BohbanSingh

@BohbanSingh
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
1
Following
1

Posts

Recent Best Controversial

  • Open Mic Voice Chat
    BohbanSinghundefined BohbanSingh

    ... thank you

    BO2 Client Support

  • Open Mic Voice Chat
    BohbanSinghundefined BohbanSingh

    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

    AHK Sript:
    #NoEnv
    #SingleInstance Force
    SetCapsLockState, AlwaysOff

    micEnabled := false

    CapsLock::
    micEnabled := !micEnabled

    if (micEnabled)
    {
    SendInput {z down}
    }
    else
    {
    SendInput {z up}
    }
    return

    BO2 Client Support
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups