Results 1 to 3 of 3
  1. #1
    nikkeight's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    0
    My Mood
    Sneaky

    HELP PO . SORRY BAGUHAN PALANG SA CODES .

    Ano po mali dito ?

    #include <windows.h>

    #define Playerpointer 0x00C9D138
    #define Serverpointer 0x00AD6CA8
    #define ADR_Boneshot 0x00930A04
    #define ADR_SupernoSpread1 0x0092DCF8

    //Player and Server Generator
    DWORD *playing= (DWORD*)ADR_PlayerPointer;
    DWORD *lobby= (DWORD*)ADR_ServerPointer;

    void Boneshot()
    {
    if(GetAsyncKeyState(VK_NUMPAD4) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(float*)ADR_BoneShot = 1235;
    }
    }
    void Boneshotoff()
    {
    if(GetAsyncKeyState(VK_NUMPAD5) &1)
    {
    MessageBeep(MB_ICONINFORMATION);
    *(float*)ADR_BoneShot = 1237;
    }
    }
    void Supernospread1()
    {
    *(double*) ADR_SUPERNOSPREAD =0;
    }
    else
    {
    *(double*) ADR_SUPERNOSPREAD =5;
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacking, 0, 0, 0);
    MessageBoxA(NULL,"Made By: Ace Suazo (EliteHacker43)","Successfully Injected",MB_OK);
    }
    return TRUE;
    }

  2. #2
    xflick13's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Me.Visible = False
    Posts
    322
    Reputation
    58
    Thanks
    290
    I've fixed your code..
    #include <windows.h>

    #define Playerpointer 0x00C9D138
    #define Serverpointer 0x00AD6CA8
    #define ADR_Boneshot 0x00930A04
    #define ADR_SupernoSpread 0x0092DCF8

    //Player and Server Generator
    DWORD *playing= (DWORD*)Playerpointer;
    DWORD *lobby= (DWORD*)Serverpointer;

    void Boneshot()
    {
    if(GetAsyncKeyState(VK_NUMPAD4) &1)
    {
    *(float*)ADR_Boneshot = 1235;
    }
    }

    void Boneshotoff()
    {
    if(GetAsyncKeyState(VK_NUMPAD5) &1)
    {
    *(float*)ADR_Boneshot = 1237;
    }
    }

    void Supernospread1()
    {
    *(double*)ADR_SupernoSpread =0;
    }


    void HackThread()
    {
    for(;; )
    {
    if(*playing)
    {
    //Ingame Functions!
    Boneshot();
    Boneshotoff();
    Supernospread1();
    }
    if(*lobby)
    {
    //OutGame Functions!

    }
    }
    Sleep(200);
    }

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    MessageBoxA(NULL,"Made By: Ace Suazo (EliteHacker43)","Successfully Injected",MB_OK);
    }
    return TRUE;
    }
    Last edited by xflick13; 05-31-2012 at 04:38 AM.
    If you wanna know how not secure you are, just take a look around.
    Nothing's secure. Nothing's safe.
    I don't hate technology, I don't hate hackers, because that's just what comes with it, without those hackers we wouldn't solve the problems we need to solve, especially security.

    -----------------------------------------------------------------------------------------------------------------------------------

    Any fool can use a computer. Many do.

    -xFL!CK13

  3. #3
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    yun oh nabuhay n ..lol

    MUKANG PERA!

Similar Threads

  1. Can anyone help me get combat arms source codes that arent patched?
    By nikith988 in forum General Game Hacking
    Replies: 2
    Last Post: 11-05-2009, 10:48 PM
  2. Need help with some long forgotten VB code...
    By ROUGHS3X in forum Combat Arms Help
    Replies: 0
    Last Post: 10-29-2009, 07:45 PM
  3. help me put hotkeys into my coding pelase
    By DylanOwnsYou in forum Visual Basic Programming
    Replies: 11
    Last Post: 09-15-2009, 12:01 PM
  4. Help[Im Sorry Wrong Topic]
    By GoBxHiTz in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 09-07-2008, 09:09 PM
  5. Another Help Request....[Sorry]
    By Shadowx17 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-12-2008, 06:25 PM