Thread: [HELP]

Results 1 to 8 of 8
  1. #1
    alihpot's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    46

    Unhappy [HELP]

    aNO ba mali d2 .. send nyO na rin poh ung tama ...




    #include <windows.h>
    #define ADR_PlayerPointer 0x00C9D138
    #define ADR_ServerPointer 0x00AD6CA8
    #define ADR_Glasswall 0x00A60DB4
    #define OFS_NORECOIL1 0x00000C43C
    #define OFS_NORECOIL2 0x00000C444
    #define OFS_NORECOIL3 0x00000C440

    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    //Source Codes//
    void glasswall ()
    {
    if(GetAsyncKeyState(VK_NUMPAD4)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_NUMPAD5)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    //No Recoil
    *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;

    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    nr();
    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL," Neptali Crime","Credits",MB_OK);
    MessageBoxA(NULL,"Hatome Visual +d3ath+FreSh maker+Nick jay +Racman prince+Pronten COder","Respect",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

  2. #2
    MJCreado's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Germany
    Posts
    557
    Reputation
    58
    Thanks
    810
    My Mood
    Bored
    Code:
    #include <windows.h>
    #define ADR_PlayerPointer 0x00C9D138
    #define ADR_ServerPointer 0x00AD6CA8
    #define ADR_Glasswall 0x00A60DB4
    #define OFS_NORECOIL1 0x00000C43C
    #define OFS_NORECOIL2 0x00000C444
    #define OFS_NORECOIL3 0x00000C440
    
    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;
    
    //Source Codes//
    void glasswall ()
    {
    if(GetAsyncKeyState(VK_NUMPAD4)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_NUMPAD5)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    }
    void norecoil()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
    }
    }
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    glasswall();
    norecoil();
    }
    if(*outgame)
    {
    }
    Sleep(200); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"Neptali Crime","Credits",MB_OK);
    MessageBoxA(NULL,"Hatome Visual +d3ath+FreSh maker+Nick jay +Racman prince+Pronten COder","Respect",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

  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
    ^

    mag rerelease na to

    MUKANG PERA!

  4. #4
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by HaXcODer View Post
    ^

    mag rerelease na to
    haha, ikaw haxcoder baket ayaw mo po mag release?
    ask lang po
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  5. #5
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    kakatamad eh gs2 mo bigyan nlng kita dll ikaw mag release hehehe

    MUKANG PERA!

  6. #6
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    hehe, ikaw na para ikaw talga ma bigyan ng THANKED
    BTW, nasayo lang kung gusto mo ako mag release
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  7. #7
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    ok nextpatch pag may time ^^ ok lang skn walang thanks d ko naman habol yun dito lol

    MUKANG PERA!

  8. #8
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by HaXcODer View Post
    ok nextpatch pag may time ^^ ok lang skn walang thanks d ko naman habol yun dito lol
    Parang ako lng. Hahahaha! XD

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM

Tags for this Thread