Results 1 to 13 of 13
  1. #1
    OpKilts's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Interwebs
    Posts
    94
    Reputation
    57
    Thanks
    425
    My Mood
    Aggressive

    Wink Combat Arms Asm Bypass - Shit Works :O

    Enjoy or GTFO

    Bypass Thread
    Code:
    #define ADDR_BYPASS        0x5381D9
    
    void WriteMemory(void *address, void *bytes, int byteSize)
    {
    	DWORD NewProtection;
    	VirtualProtect(address, byteSize, PAGE_EXECUTE_READWRITE, &NewProtection);
    	memcpy(address, bytes, byteSize);
    	VirtualProtect(address, byteSize, NewProtection, &NewProtection);
    }
    
    DWORD WINAPI dwHookRoutine( LPVOID lpArgs ) 
    { 
        WriteMemory((VOID*)0x5381D9, (VOID*)"\xE9\x19\x01\x00\x00\x90", 6 );
    
        /*DO YOUR HOOK HERE!*/
    
        return 0; 
    } 
    
    BOOL APIENTRY DllMain( HMODULE hModule, DWORD  ul_reason_for_call, LPVOID lpReserved ) 
    { 
        if( ul_reason_for_call == DLL_PROCESS_ATTACH)
        { 
            CreateThread( 0, 0, &dwHookRoutine, 0, 0, 0 );  
        }       
    
        return TRUE; 
    }
    Useful D3D Hooking
    Code:
    	#define D3DvTableAddress_Lenght 0x128000
    	#define D3DvTableAddress_Pattern "\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86"
    	#define D3DvTableAddress_Mask "xx????xx????xx"
    Credits:
    @OpKilts
    @BadBurrito

    alot of people are gonna say "You leecher, you stole this" all i say is STFU...
    ULTIMATE GAY'S LIST
    • Matypatty
    • DisOwned


    Error: Max Thanks Reached


    TASK'S
    1. (Complete)Make Simple Menu For Combat Arms NA
    2. (Complete) Reach 50 Post's
    3. (In Progress)Troll Nerdy Kids
    4. (Complete)Get a job at KFC

  2. The Following 3 Users Say Thank You to OpKilts For This Useful Post:

    diegosarria12 (08-29-2014),gibam761 (08-27-2014),kssiobr (09-06-2014)

  3. #2
    Coder.Hu3's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    39
    works in CABR?

  4. #3
    OpKilts's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    The Interwebs
    Posts
    94
    Reputation
    57
    Thanks
    425
    My Mood
    Aggressive
    i guess, you just need to find the right addy
    ULTIMATE GAY'S LIST
    • Matypatty
    • DisOwned


    Error: Max Thanks Reached


    TASK'S
    1. (Complete)Make Simple Menu For Combat Arms NA
    2. (Complete) Reach 50 Post's
    3. (In Progress)Troll Nerdy Kids
    4. (Complete)Get a job at KFC

  5. #4
    Coder.Hu3's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    39
    I know I have to find the address, even though I find the engine was virtualized

  6. #5
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed
    alot of garbage again...

  7. #6
    Timboy67678's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    87
    Reputation
    25
    Thanks
    80
    My Mood
    Aggressive
    Quote Originally Posted by XarutoUsoCrack View Post
    alot of garbage again...
    can you stop fucking spamming lol

  8. The Following 2 Users Say Thank You to Timboy67678 For This Useful Post:

    deaddead1 (09-16-2014),matypatty (09-07-2014)

  9. #7
    elchapo's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How does this works? .-.

  10. #8
    Coder.Hu3's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    107
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by Timboy67678 View Post
    can you stop fucking spamming lol

    BR HUEHUEHUEHUEHUE

    [IMG]https://firefoc*****m.br/wp-content/uploads/2014/07/hue-br.jpg[/IMG]

  11. #9
    maxi151515's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    274
    My Mood
    Bitchy
    Quote Originally Posted by elchapo View Post
    How does this works? .-.
    Learn coding.



    Signature by Max151515I


  12. #10
    Nikkon's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Damn, Thanks for this man its going to help alot.

  13. #11
    _ReturnsBR_'s Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    193
    Reputation
    10
    Thanks
    57
    My Mood
    Stressed
    Good Job /Gewd U.U BR
    Last edited by _ReturnsBR_; 08-30-2014 at 12:27 PM.

  14. #12
    diegosarria12's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Min ser o incrível Hulk
    Posts
    326
    Reputation
    10
    Thanks
    709
    My Mood
    Cheerful
    very good friend you did a great job!



    Quote Originally Posted by _ReturnsBR_ View Post
    Good Job / Gewd U.U BR
    The robot boy

  15. #13
    _ReturnsBR_'s Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    193
    Reputation
    10
    Thanks
    57
    My Mood
    Stressed
    HUEHUHEUHEUHE @diegosarria12

Similar Threads

  1. [Release] New Combat Arms Eu Bypass With Working Cheat Engine
    By Zoom in forum Combat Arms Europe Hacks
    Replies: 31
    Last Post: 10-31-2009, 03:45 AM
  2. combat arm hack dose not work
    By HABERCLIFTON7@AOL.COM in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 01-02-2009, 08:19 AM
  3. combat arms hack don't work
    By HABERCLIFTON7@AOL.COM in forum Flaming & Rage
    Replies: 4
    Last Post: 12-31-2008, 11:22 AM
  4. Combat Arms Ban Bypass :o
    By Shiv4m in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 10-18-2008, 12:24 PM
  5. Replies: 10
    Last Post: 10-15-2008, 02:14 PM