[Source Code] how to i fix this is somethink wrong on the source code TeamEsp

Discussion in 'Soma Accounts - Buy Sell Trade' started by kenjifurry, 11/5/16.

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

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

    0   0   0

    Online
    BS-SEA:

    Pointer = 00A31744;
    Adress = 00A3A40C;
    Slote = 102F58B0;

    BS-GLOBAL :

    Pointer = 00A39E4C;
    Adress = 00A42A24;
    Slote = 102F58B0;

    #include <windows.h>


    void TeamEsp()
    {
    while (1)
    {
    if (*(BYTE*)(Slote) < 7)
    {
    *(BYTE*)(*(DWORD*)(Pointer)+0x61) = 1;
    *(DWORD*)(Adress) = 0x01;
    if (GetKeyState(VK_LBUTTON) < 0)
    {
    *(BYTE*)(*(DWORD*)(Pointer)+0x61) = 0;
    *(DWORD*)(Adress) = 0x00;
    Sleep(2);
    }
    }
    else
    {
    *(BYTE*)(*(DWORD*)(Pointer)+0x61) = 0;
    *(DWORD*)(Adress) = 0x00;
    if (GetKeyState(VK_LBUTTON) < 0)
    {
    *(BYTE*)(*(DWORD*)(Pointer)+0x61) = 1;
    *(DWORD*)(Adress) = 0x01;
    Sleep(2);
    }
    }
    Sleep(3);
    }
    }


    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TeamEsp, 0, 0, 0);
    }
    return 1;
    }
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.