Results 1 to 9 of 9
  1. #1
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep

    Address Logger Pattern Scan Problems


    I've got a little problem with my Pattern Scan for AmmoDamage ( Weapon Damage and No Nade Damage ) ..
    I cant find the correct Address.
    I'm using this:
    Code:
    Pattern: \xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14
    Mask: xx????xxxxxxx
    I hope anyone can help me
    Please explain where I can find the correct pattern :P

    Thanks @Scynix for this awesome picture
     


  2. #2
    FuckThis2's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    3
    + 0x3 ? tested it

  3. #3
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by FuckThis2 View Post
    + 0x3 ? tested it
    I'm using 0x2 and 0x3 doesnt work, too.

    Thanks @Scynix for this awesome picture
     


  4. #4
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    Quote Originally Posted by [H]aaBX View Post
    I'm using 0x2 and 0x3 doesnt work, too.
    try this
    Code:
    Pattern :\xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14\x68\x00\x00\x00\x00\x51\xE8\x00\x00\x00\x00\x83\xC4\x08\x85\xC0\x74\x4A\x8B\x50\x04\x8B\x0D\x00\x00\x00\x00\x85\xC9\x8B\x42\x04\x8B\x78\x04\x74\x0E
    Mask : xx????xxxxxxxx????xx????xxxxxxxxxxxx????xxxxxxxxxx

  5. #5
    UTAN's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    46
    or do this
    Code:
    DWORD CShellFindPattern(BYTE *bMask, char * szMask, int codeOffset, BOOL extract)
    Code:
    DWORD AmmoDamage = CShellFindPattern((PBYTE)"\xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14\x68\x00\x00\x00\x00\x51\xE8\x00\x00\x00\x00\x83\xC4\x08\x85\xC0\x74\x4A\x8B\x50\x04\x8B\x0D\x00\x00\x00\x00\x85\xC9\x8B\x42\x04\x8B\x78\x04", "xx????xxxxxxxx????xx????xxxxxxxxxxxx????xxxxxxxx",2,true);
    
    Writelog("#define AmmoDamage 0x%X",AmmoDamage);

  6. #6
    Nemo[4ever]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    6
    My Mood
    Stressed
    so long i've the array shorter than you

  7. #7
    UTAN's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    46
    Quote Originally Posted by [H]aaBX View Post

    I've got a little problem with my Pattern Scan for AmmoDamage ( Weapon Damage and No Nade Damage ) ..
    I cant find the correct Address.
    I'm using this:
    Code:
    Pattern: \xD9\x98\x00\x00\x00\x00\x83\xC4\x04\x8B\x4C\x24\x14
    Mask: xx????xxxxxxx
    I hope anyone can help me
    Please explain where I can find the correct pattern :P
    your Sig Scan is wrong. because your Sig Scan is scanning 4 address


    this the correct Sig Scan

  8. #8
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Code:
    // Variables:
    DWORD pattAmmoDamage;
    
    // Function:
    pattAmmoDamage = FindPattern((DWORD)GetModuleHandleA("CShell.dll"), 0xFC7000, (PBYTE)"\xD9\x83\x00\x00\x00\x00\x51\x8B\xCE\xD9\x1C\x24\xE8\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x6A\x00\x68\x00\x00\x00\x00\x8B\xCE\xE8\x00\x00\x00\x00\x8B\x8B\x00\x00\x00\x00", "xx????xxxxxxx????xxx????xxx????xxx????xxx????xx????");
    Code:
    pattAmmoDamage = *(PDWORD)(pattAmmoDamage + 0x01);
    Last edited by luizimloko; 11-30-2012 at 07:42 AM.

  9. #9
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Hellow people ^^. im from warrock PH section and i want to make address logger but i dnt know how to start please help and how to update the patterns?

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











Similar Threads

  1. [Release] Address Logger For NewBie V1.0 Updated Pattern by Windowsxp925
    By pronten in forum WarRock Philippines Hacks
    Replies: 19
    Last Post: 11-24-2011, 06:59 AM
  2. [Request] Warrock Address Logger
    By BMW M5 in forum WarRock Discussions
    Replies: 5
    Last Post: 11-15-2009, 02:57 AM
  3. [Help] Sorry for this but - Address Logger ?
    By D e a t h h a u n t S in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-28-2009, 01:40 PM
  4. Address Logger?
    By Zhhot in forum C++/C Programming
    Replies: 33
    Last Post: 09-05-2009, 08:14 PM
  5. anyone got a address logger?
    By bldymarien in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-30-2008, 08:44 PM