[HELP] WTW

Discussion in 'Subnautica Accounts - Buy Sell Trade' started by RelodCod, 12/6/17.

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

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

    0   0   0

    Offline
    I am using a wtw code found here in playerup, but every time you cross something from the damage or die

    CODE:
    Code:
    DWORD CShell = (DWORD)GetModuleHandleA(eCShell);
    DWORD pPlayerPtr = *(DWORD*)(CShell + dw_pLTClientShell);
    DWORD dwPlayerPtr = *(DWORD*)(pPlayerPtr + CLTPlayerClientOffset);
    if (dwPlayerPtr)
    {
    if (GetAsyncKeyState(0x45))
    for (int i = 0; i < 0x1FF; ++i)
    {
    if (*(float*)(dwPlayerPtr + 4 * i) == 56)
    *(float*)(dwPlayerPtr + 4 * i) = -56;
    }
    }
    How do I strip the damage?
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.