[Help] c++ hotkeys source comparing

Discussion in 'Subnautica Accounts - Buy Sell Trade' started by D2-DEV, 12/1/16.

Thread Status:
Not open for further replies.
  1. D2-DEV

    D2-DEV
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Offline
    what is the working codes of hotkeys
    1.THIS SOURCE:
    if (GetAsyncKeyState(VK_INSERT) &1) <---- Use "&1"

    2.OR THIS SOURCE :
    if (GetAsyncKeyState(VK_INSERT) &1) Wallhack = !Wallhack //if bool is true(ON) pressing Insert will make it false(OFF) else if bool is false(OFF) it will make it true(ON)

    if(Wallhack) your Wallhack function
    {
    bla bla bla = bla bla bla; //ON function
    }
    else
    {
    bla bla bla = bla bla bla; //OFF function

    3.OR THIS SOURCE:
    if (GetAsyncKeyState(VK_F1) & 1) TagosPader = (!TagosPader);
    if (TagosPader)
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.