Results 1 to 4 of 4
  1. #1
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love

    [RELEASE] Signature Scans For Some Hacks

    Find Pattern Function:

    Code:
    bool bCompare(const BYTE* pData, const BYTE* bMask, const char* szMask)
    {
    	for(;*szMask;++szMask,++pData,++bMask)
    		if(*szMask=='x' && *pData!=*bMask)   return 0;
    	return (*szMask) == NULL;
    }
    
    DWORD FindPattern(DWORD dwAddress,DWORD dwLen,BYTE *bMask,char * szMask)
    {
    	for(DWORD i=0; i<dwLen; i++)
    		if (bCompare((BYTE*)(dwAddress+i),bMask,szMask))  return (DWORD)(dwAddress+i);
    	return 0;
    }

    Player Pointer:

    Code:
    FindPattern((DWORD)GetModuleHandleA("WarRock.exe"), 0x84C000, (PBYTE) "\x39\x1D\x00\x00\x00\x00\x0F\x84\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x68\x00\x00\x00\x00", "xx????xx????x????x????");

    Server Pointer:

    Code:
    FindPattern((DWORD)GetModuleHandleA("WarRock.exe"), 0x84C000, (PBYTE)"\x8B\x0D\x00\x00\x00\x00\x85\xC9\x74\x12\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x84\xC0\x74\x04\x33\xC0\x40\xC3\x33\xC0\xC3\x8B\x0D\x00\x00\x00\x00\x85\xC9\x74\x12\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x84\xC0\x74\x04\x33\xC0\x40\xC3\x33\xC0\xC3\x55", "xx????xxxxx????x????xxxxxxxxxxxxx????xxxxx????x????xxxxxxxxxxxx");

    Fast Ammo:

    Code:
    FindPattern((DWORD)GetModuleHandleA("WarRock.exe"), 0x84C000, (PBYTE)"\xC6\x00\x00\x00\xC6\x00\x00\x00\xC6\x00\x00\x00\xC6\x00\x00\x00\x00\x00\x00\x00\x98\x00\x00\x00\x00", "xxxxxxxxxxxxxxxxxxxxx????");

    Fast Repair:

    Code:
    FindPattern((DWORD)GetModuleHandleA("WarRock.exe"), 0x84C000, (PBYTE)"\xC6\x00\x00\x00\xC6\x00\x00\x00\xC6\x00\x00\x00\x00\x00\x00\x00\x98\x00\x00\x00\x00", "xxxxxxxxxxxxxxxxx????");

  2. The Following User Says Thank You to J For This Useful Post:

    fallon (08-24-2010)

  3. #2
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    First post, this is the shit man. Everyone thank him D:<

    +1

    Man, you've gotten low, get un-IP banned and hax CA NAO!
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  4. #3
    fallon's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    7
    wow its work for me thanks but i wanna know if i need to set hot key

  5. #4
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    Sweet work Blood.

Similar Threads

  1. Looking for some hacks... CAKR
    By j0hnie3f4g in forum Combat Arms Hack Requests
    Replies: 19
    Last Post: 07-12-2011, 10:42 PM
  2. [Release] Public Bypass for MPGH hacks & Simple Chams [Im VIP]
    By sushido789 in forum Combat Arms Hacks & Cheats
    Replies: 24
    Last Post: 03-21-2009, 11:08 AM
  3. THE BYPASS FROM MPGH Pub Hack v1.01 Still works for some hacks 10/16/08
    By xXknightzXx in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 10-17-2008, 02:43 PM
  4. looking for some hack for bf 2 and war rock
    By killemslow in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-03-2007, 07:45 PM
  5. Updated addresses for some hacks.
    By sp0tie in forum Gunz Hacks
    Replies: 3
    Last Post: 02-22-2006, 08:18 AM