Results 1 to 7 of 7

Threaded View

  1. #1
    LEOSBREIS's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Busy

    Lightbulb Ammo Hack SALA Source Base Complete

    Simply do this way

    ================================================== ===============================

    #include <windows.h>

    #pragma comment(lib,"user32.lib")


    DWORD WINAPI hack(LPVOID param)

    {

    while(TRUE) {

    if(GetAsyncKeyState(VK_F1))

    {
    //Ammo (Munição) here's the weapons ammo
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x14C8) = 999;// Ammo AK-47
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x20d8) = 999;// Ammo TRG
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x6720) = 999;// Ammo BH.Magnun
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x2C78) = 999;// Ammo M4A1
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x2A1C) = 999;// Ammo Desert Eagle
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x39b4) = 999;// Ammo bloody Justice
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x412c) = 999;// Ammo MP5
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x783c) = 999;// Ammo AKS
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x1640) = 999;// Ammo CM901
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x4d6c) = 999;// Ammo Winchesterz
    *(DWORD*)(*(DWORD*)((DWORD)GetModuleHandleA("cshell.dll") + 0x341B4D88) + 0x4c5c) = 999;// Ammo G400
    }

    }

    }

    BOOL APIENTRY DllMain( HMODULE hModule,

    DWORD ul_reason_for_call,

    LPVOID lpReserved

    )

    {

    switch(ul_reason_for_call)

    {

    case DLL_PROCESS_ATTACH:

    MessageBoxA(0, " Here you write something that will appear when injecting ", " Here is the message title ", 0);
    ShellExecuteA(NULL, "open", " Here you can add a link that will run after the hack is injected ", NULL, NULL, SW_SHOWNORMAL);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hack, NULL, NULL, NULL);

    break;

    case DLL_PROCESS_DETACH:

    break;

    default:

    break;

    }

    return(TRUE);

    }

    ================================================== ====================

    The Ammo Hack Hotkey can be activated in F1 where es'ta placed at the base


    Credits; Leonardo Chan
    Last edited by LEOSBREIS; 05-29-2014 at 02:10 PM.

Similar Threads

  1. SALA Ammo Hack
    By TheDashNNN in forum Sudden Attack Hacks
    Replies: 6
    Last Post: 05-15-2014, 10:12 AM
  2. [SOLVED]Request for release complete ava hack VC + + source code
    By cqzxc in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 10-05-2010, 08:53 AM
  3. Need Trainer with ammo hack..
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-06-2007, 08:51 AM
  4. [1day]INF.AMMO hack traded for an account or something good!!(not a scam u homos)
    By killajones427 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 06-03-2007, 10:18 AM
  5. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM