[Release] Source No Recoil & No Reload ( No Client Error! )

Discussion in 'Subnautica Accounts - Buy Sell Trade' started by CaiozinhoFC1, 10/20/17.

Thread Status:
Not open for further replies.
  1. CaiozinhoFC1

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

    0   0   0

    Online
    Code:
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD PlayerClient = *(DWORD*) ( CShell + 0x10EBC90 + 0x70 );
    Code:
    if( PlayerClient != NULL )
    {
    // No Recoil
    if ( Menu.cf_NoRecoil )
    {
    *(DWORD*)( PlayerClient + 0x5DC ) = 0;
    }

    // No Reload
    if ( Menu.cf_NoReload )
    {
    if (GetAsyncKeyState('R'))
    {
    *(DWORD*)( PlayerClient + 0x6B4 ) = 13;
    }
    }
    }
    credits by network...
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.