Results 1 to 12 of 12
  1. #1
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243

    Combat Arms North America - Bypass Addies [NOT TESTED]

    Ok, it's my first time running CA NA and I just got Olly working for it.
    I went searching around and found some strings!

    Started browsing around and managed to come out with these.
    The comments are the bytes.
    Just patch the memory.
    I also saw something regarding about Sending Heartbeat in the referenced strings.

    You can close NexonGuard and HackShield with my addies I think (?)
    But you will get Force Crash because of the heartbeat and also I place a JMP over the hack detected messages...

    #define HackDetect 0x52DED0 //EB 63 JMP SHORT 0052DF35
    #define HackDetect2 0x52DF3A //E9 B5000000 JMP 0052DFF4
    #define HackDetect3 0x52E057 //E9 FA040000 JMP 0052E556
    #define HackDetect4 0x52E6D6 //E9 12010000 JMP 0052E7ED
    #define HackDetect5 0x530839 //EB 06 JMP SHORT 00530841
    The memory region...
    NOTE: Image might be small

    And don't flame me please
    I'm new to CA
    Tell me if there's anything wrong.

    BTW the last addie is not by me, @zikox sent me it.
    https://imgur.com/gEMIV8V

    How to use

    This function to patch
    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);
    }
    The patching
    WriteMemory((void*)HackDetect, (PBYTE*) "\xEB\x63", 2);
    WriteMemory((void*)HackDetect2, (PBYTE*) "\xE9\xB5\x00\x00\x00", 5);
    WriteMemory((void*)HackDetect3, (PBYTE*) "\xE9\xFA\x04\x00\x00", 5);
    WriteMemory((void*)HackDetect4, (PBYTE*) "\xE9\x12\x01\x00\x00", 5);
    WriteMemory((void*)HackDetect5, (PBYTE*) "\xEB\x06", 2);
    Last edited by Caezer99; 06-01-2014 at 07:28 AM.


    Mess with the best, die like the rest.


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

    DAGER-05 (06-01-2014),Drfondle (12-23-2014)

  3. #2
    DisOwned's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    233
    Reputation
    109
    Thanks
    685
    Quote Originally Posted by Caezer99 View Post
    Ok, it's my first time running CA NA and I just got Olly working for it.
    I went searching around and found some strings!

    Started browsing around and managed to come out with these.
    The comments are the bytes.
    Just patch the memory.
    I also saw something regarding about Sending Heartbeat in the referenced strings.

    You can close NexonGuard and HackShield with my addies I think (?)
    But you will get Force Crash because of the heartbeat and also I place a JMP over the hack detected messages...


    The memory region...
    NOTE: Image might be small

    And don't flame me please
    I'm new to CA
    Tell me if there's anything wrong.

    BTW the last addie is not by me, @zikox sent me it.
    https://imgur.com/gEMIV8V

    How to use

    This function to patch


    The patching
    if it works nexon is very stupid and should stop making games

    but here



    Code:
    #define HackDetect 0x52DED0 //sigscan \x75\x63\xB9\x00\x00\x00\x00\xBE\x00\x00\x00\x00\x 8D\x7C\x24\x10 xxx????x????xxxx ///	 //EB 63 JMP SHORT 0052DF35
    #define HackDetect2 0x52DF3A //Sigscan \x0F\x84\x00\x00\x00\x00\x3D\x00\x00\x00\x00\x0F\x 84\x00\x00\x00\x00\x3D\x00\x00\x00\x00\x75\x13 xx????x????xx????x????xx //E9 B5000000 JMP 0052DFF4
    #define HackDetect3 0x52E057 //E9 FA040000 JMP 0052E556 // sigscan \x0F\x85\x00\x00\x00\x00\x68\x00\x00\x00\x00\xE8\x 00\x00\x00\x00\x50 xx????x????x????x ///////
    #define HackDetect4 0x52E6D6 //E9 12010000 JMP 0052E7ED // \xE8\x00\x00\x00\x00\x50\xE8\x00\x00\x00\x00\xB0\x 42\xB1\x32 x????xx????xxxx//
    #define HackDetect5 0x530839 //EB 06 JMP SHORT 00530841 // \x75\x06\x8B\x52\x04\x89\x51\x04\x8B\x10\x56\x8B\x 70\x04\x89\x72\x04\x8B\x30\x8B\x50\x04\x89\x32\x89 \x00\x89\x40\x04\x83\x01\xFF\x5E\x75\x07\xC7\x41\x 00\x00\x00\x00\x00\xC2\x04\x00\xCC\xCC\xCC\xCC\xCC \xCC\xCC\xCC\xCC\xCC\x8B\x44\x24\x04\x8B\x4C\x24\x 08\x3B\xC1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?????xxxxxxxx xxxxxxxxxxxxxxx
    added sig scans for you cuz i was bored

  4. The Following User Says Thank You to DisOwned For This Useful Post:

    Drfondle (12-23-2014)

  5. #3
    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
    Good job man

  6. The Following User Says Thank You to diegosarria12 For This Useful Post:

    Drfondle (12-23-2014)

  7. #4
    _ReturnsBR_'s Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    193
    Reputation
    10
    Thanks
    57
    My Mood
    Stressed
    Good Job

  8. The Following User Says Thank You to _ReturnsBR_ For This Useful Post:

    Drfondle (12-23-2014)

  9. #5
    zikox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    568
    Reputation
    40
    Thanks
    1,022
    My Mood
    Cool
    Good Job
    O.o

  10. The Following User Says Thank You to zikox For This Useful Post:

    Drfondle (12-23-2014)

  11. #6
    zikox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    568
    Reputation
    40
    Thanks
    1,022
    My Mood
    Cool
    0052DEC9 /74 4C JE SHORT 0052DF17 // Here for Make fail to Unsilled HackShiled
    0052DECB |8B50 04 MOV EDX,[EAX+4]
    0052DECE |52 PUSH EDX
    0052DECF |68 F0A87300 PUSH 0073A8F0 ; ASCII "Failed to _AhnHS_StartService [%d]"
    0052DED4 |E8 C70A1700 CALL 0069E9A0
    0052DED9 |50 PUSH EAX
    0052DEDA |E8 C10B1700 CALL 0069EAA0
    0052DEDF |A1 B4647D00 MOV EAX,[7D64B4]
    0052DEE4 |8B48 04 MOV ECX,[EAX+4]
    0052DEE7 |51 PUSH ECX
    0052DEE8 |8D9424 2C030000 LEA EDX,[ESP+32C]
    0052DEEF |68 38A97300 PUSH 0073A938 ; ASCII "An error has occurred with the hack prevention function. (Error Code = %x)",LF,"The program is shutting down."
    0052DEF4 |52 PUSH EDX
    0052DEF5 |FF15 D8B47200 CALL [72B4D8] ; Engine.00B4579C
    0052DEFB |83C4 18 ADD ESP,18
    0052DEFE |53 PUSH EBX
    0052DEFF |68 D0AB7300 PUSH 0073ABD0 ; ASCII "CombatArms"
    0052DF04 |8D8424 24030000 LEA EAX,[ESP+324]
    0052DF0B |50 PUSH EAX
    0052DF0C |53 PUSH EBX
    0052DF0D |FF15 C4B47200 CALL [72B4C4]
    0052DF13 |32C0 XOR AL,AL
    0052DF15 |EB 21 JMP SHORT 0052DF38
    0052DF17 \E8 03481B00 CALL 006E271F // Jump Here
    Enjoy Hope Give Crides but you Still Need to Find HeartBeat but look like he shared it
    Last edited by zikox; 06-01-2014 at 04:01 PM.

  12. The Following 2 Users Say Thank You to zikox For This Useful Post:

    Drfondle (12-23-2014),WhiteNigqa (07-08-2014)

  13. #7
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Thanks For Sharing K
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  14. The Following User Says Thank You to Coder.DiasII For This Useful Post:

    Drfondle (12-23-2014)

  15. #8
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    So you play CA now
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  16. #9
    zikox's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    568
    Reputation
    40
    Thanks
    1,022
    My Mood
    Cool
    Quote Originally Posted by COD3RIN View Post
    So you play CA now
    No But he Just Wanted To Know W2S Stuff

  17. #10
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243
    Can anybody test If it works?


    Mess with the best, die like the rest.


  18. #11
    DisOwned's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    233
    Reputation
    109
    Thanks
    685
    Quote Originally Posted by Caezer99 View Post
    Can anybody test If it works?


    0052F944 68 50D17300 PUSH 0073D150 ; ASCII "UDP: Sending heartbeat %d %s" ca na
    005341C4 68 ACD37300 PUSH 0073D3AC ; ASCII "UDP: Received heartbeat %d %s"

  19. #12
    Caezer99's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    577
    Reputation
    10
    Thanks
    1,243
    Quote Originally Posted by DisOwned View Post
    0052F944 68 50D17300 PUSH 0073D150 ; ASCII "UDP: Sending heartbeat %d %s" ca na
    005341C4 68 ACD37300 PUSH 0073D3AC ; ASCII "UDP: Received heartbeat %d %s"
    I know. Lol... Which means probably the bypass didn't work since there is heartbeat.


    Mess with the best, die like the rest.


Similar Threads

  1. buying combat arms north america accs
    By tommy15399 in forum Buying Accounts/Keys/Items
    Replies: 6
    Last Post: 09-01-2010, 04:08 PM
  2. 1LT 4 + Perm Arctic Wolf + 1.26 K/D, Combat Arms North America
    By John42 in forum Selling Accounts/Keys/Items
    Replies: 1
    Last Post: 06-10-2010, 07:50 AM
  3. Selling Combat Arms North America Account
    By gregie54 in forum Selling Accounts/Keys/Items
    Replies: 19
    Last Post: 06-02-2010, 09:18 PM
  4. [TRADING] Combat Arms North America Account
    By gregie54 in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 06-02-2010, 01:23 PM
  5. Selling A CMS 3 COMBAT ARMS NORTH AMERICA WITH NX ITEMS
    By indo2k10 in forum Selling Accounts/Keys/Items
    Replies: 10
    Last Post: 02-01-2010, 04:17 PM