[Solved] I GOT THIS problem he keep cash for no reson i think somethink is wrong

Discussion in 'Soma Accounts - Buy Sell Trade' started by kenjifurry, 11/18/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

    Offline
    #include <windows.h>


    struct Player
    {
    DWORD MG16;
    DWORD NoRecoil;
    DWORD ScopeAndSilenciador;
    DWORD Speed;
    DWORD All2Melle;
    DWORD Modified;
    }MyPlayer;


    int Variavel[4];


    void Hacks()
    {
    MyPlayer.MG16 = 0x009CA777; // Adress que armazena a letra 'H' da HK416
    MyPlayer.NoRecoil = 0x21B; // offset que somado a 'H' gera o # NoRecoil
    MyPlayer.ScopeAndSilenciador = 0x167; // offset que somado a 'H' gera o # Scope e Silenciador
    MyPlayer.Speed = 0x177; // offset que somado a 'H' gera o # Speed
    MyPlayer.All2Melle = 0x162; // offset que somado a 'H' gera o # All2Melle
    MyPlayer.Modified = 0x0042E69F; // Adress que armazena o memory modified
    while (1)
    {
    bool MIM = false


    if (MIM == true);
    {
    if (GetAsyncKeyState(' B'))
    {
    *(BYTE*)(MyPlayer.Modified) = 0xEB; // Memory Modified
    }
    else
    *(BYTE*)(MyPlayer.Modified) = 0x74; // Memory Modified
    }
    MIM = !MIM;
    if (MyPlayer.MG16 != NULL && MyPlayer.Modified >= 0xEB) // verifica se o 'H' é diferente de 0 e se memory modified foi burlado
    {
    if (GetAsyncKeyState(VK_F5) & 1)
    {
    Variavel[1] = 1;
    }


    if (GetAsyncKeyState(VK_F6) & 1)
    {
    Variavel[2] = 1;
    }


    if (GetAsyncKeyState(VK_F7) & 1)
    {
    Variavel[3] = 1;
    }


    if (GetAsyncKeyState(VK_F8) & 1)
    {
    Variavel[4] = 1;
    }


    for (int i = 0; i < 372; i++)
    {


    if (Variavel[1] == 1)
    {
    *(DWORD*)(MyPlayer.MG16 + MyPlayer.NoRecoil + 0x344 * i) = 0x65;
    }


    if (Variavel[2] == 1)
    {
    *(DWORD*)(MyPlayer.M16 + MyPlayer.ScopeAndSilenciador + 0x344 * i) = 0x65;
    }


    if (Variavel[3] == 1)


    {
    *(DWORD*)(MyPlayer.MG16 + MyPlayer.Speed + 0x344 * i) = 0x69;
    }


    if (Variavel[4] == 1)
    {
    *(DWORD*)(MyPlayer.MG16 + MyPlayer.All2Melle + 0x344 * i) = 0;
    }
    }
    }
    else
    {
    MessageBoxA(NULL, "# Injected!", "info", MB_OK);
    ExitProcess(1);
    }
    Sleep(50);
    }
    }






    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)Hacks, NULL, 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.