Results 1 to 3 of 3
  1. #1
    -__Unkonown__-'s Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1

    Pattern Scan Playerpointer

    Could Someone Pass the Pattern Scan From Playerpointer?
    Thank Already

  2. #2
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    I made the pattern from Cf Eu, but should work with any Cf...
    https://www.mpgh.net/forum/242-crossf...ll-c-base.html

    Code:
    public static unsafe uint FindCShellPointer(uint CShell)
            {
                uint CShell_Pointer = FindPattern((int)CShell, 0xFFFFFF, @"\xc6\x01\x01\x8b\x15\x00\x00\x00\x00\x8b\x82\x00\x00\x00\x00\x8B", "xxxxx????xx????x");
                CShell_Pointer = (*(uint*)(CShell_Pointer + 5)) - CShell;
                return CShell_Pointer;
            }
    PlayerPtr = CShellPtr + Offset...
    IDK The offset, sorry...







  3. #3

Similar Threads

  1. Address Logger Pattern Scan Problems
    By [H]aaBX in forum Crossfire Coding Help & Discussion
    Replies: 8
    Last Post: 01-20-2014, 03:01 AM
  2. [Release] Pattern Scans
    By N3OH4X in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 19
    Last Post: 02-09-2013, 05:55 AM
  3. [Release] List of Patterns Scans
    By luizimloko in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 12-19-2012, 10:28 PM
  4. Pattern Scan
    By GoldWhite in forum Combat Arms Coding Help & Discussion
    Replies: 11
    Last Post: 11-27-2012, 11:15 AM
  5. [Help] Pattern scanning
    By pyton789 in forum Visual Basic Programming
    Replies: 27
    Last Post: 03-09-2011, 03:44 AM