Results 1 to 15 of 18

Threaded View

  1. #1
    BadBurrito's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    32
    Reputation
    21
    Thanks
    226

    Cool EASY MEMORY CHECK BYPASS !!!

    Hey so finally I got it working without a hook like I released before so it is easier to use... it is not a good signature scan I just did it in a minute but the addy is just for EU and I am also not sure if they use different memory checks in the NA version

    just copy this to your source and you can use your memory hacks all the time you will not crash if you start a game or when you respawn

    Code:
    #define memcheckbreaker 0x379C21D0 //for CA EU !!!
    DWORD memcheck = dwFindPattern((DWORD)CShell, 0x900000, (PBYTE)"\xFF\x34\x24\x5B\x81\xC4\x04\x00\x00\x00\xC3", "xxxxxxxxxxx") + 0x04;
    MemoryEdit((void *)memcheck, (void *)"\x58\xB8\x01\x00\x00\x00",6);
    how it works:
    so it is the end of the check function and it has to return true so that you do not crash... so it moves 1 to the eax register like in the hook I released before... in the end of the check function there is an add esp, 4 that takes 6 bytes I replaced the first byte with a pop eax so that the esp increases by 4 and so I got enough place for the instruction mov eax, 1 (5 bytes)

    I hope I can help some people with this

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

    arun823 (10-20-2012),Ch40zz-C0d3r (10-20-2012),ChaosMagician (11-16-2012),[MPGH]Flengo (10-20-2012),GoldWhite (11-20-2012),iMaxxx (10-20-2012),Otaviomorais (10-30-2012),pDevice (10-29-2012),R3dLine (10-29-2012),Sneak84 (11-09-2012),street_21 (10-20-2012),supremejean (10-28-2012)

Similar Threads

  1. [Release] File Check Bypass (maybe)
    By Qix in forum Continent of the Ninth (C9) Hacks / Bots
    Replies: 14
    Last Post: 01-13-2013, 09:26 PM
  2. [Source Code] memory check bypass !!!
    By BadBurrito in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 10-21-2012, 08:55 AM
  3. [Help] Steam check bypass?
    By naimc in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 8
    Last Post: 08-19-2012, 08:58 AM
  4. [Preview] Black Lung Map Check Bypass Rez Zombie Spawn location rez OPK
    By supercarz1991 in forum Combat Arms Mod Discussion
    Replies: 18
    Last Post: 10-10-2011, 10:19 AM
  5. Easy price check
    By AtoZ in forum Marketplace Price Check / Questions
    Replies: 3
    Last Post: 06-09-2011, 07:36 AM