Results 1 to 6 of 6
  1. #1
    l1m3w1r3's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    130
    Reputation
    10
    Thanks
    77
    My Mood
    Tired

    Unhappy bSendPackets Pattern

    Is there a working Pattern for bSendPackets

    those don't work for me:
    DWORD SendPacketsArray = Mem.FindPatternArr(Engine.dwBase, Engine.dwSize, "xxxxxx", 6, 0x01, 0x8B, 0x01, 0x8B, 0x40, 0x10);
    m_bSendPackets = Mem.Read<DWORD>(SendPacketsArray) - Engine.dwBase;

    DWORD SendPacketsArray = Mem.FindPatternArr(Engine.dwBase, Engine.dwSize, "xxxxx", 5, 0xB3, 0x01, 0x8B, 0x01, 0x8B);
    m_bSendPackets = Mem.Read<DWORD>(SendPacketsArray + 1) - Engine.dwBase;
    Quote Originally Posted by Tag Shai View Post
    C&P is life

  2. #2
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Code:
    bSendPackets: 
    1. 01 8B 01 8B 40 10 )
    2. 01 8B 01 8B 40 10 )
    3. 0x01, 0x8B, 0x01, 0x8B, 0x40, 0x10 )
    4. \x01\x8B\x01\x8B\x40\x10 ) : xxxxxx

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

    l1m3w1r3 (10-01-2016),prolife200 (10-05-2016)

  4. #3
    l1m3w1r3's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    130
    Reputation
    10
    Thanks
    77
    My Mood
    Tired
    Quote Originally Posted by WasserEsser View Post
    Code:
    bSendPackets: 
    1. 01 8B 01 8B 40 10 )
    2. 01 8B 01 8B 40 10 )
    3. 0x01, 0x8B, 0x01, 0x8B, 0x40, 0x10 )
    4. \x01\x8B\x01\x8B\x40\x10 ) : xxxxxx
    This is the first one I've tried

    This is what I get 371F8B01 (924814081)
    Last edited by l1m3w1r3; 10-01-2016 at 02:09 PM.
    Quote Originally Posted by Tag Shai View Post
    C&P is life

  5. #4
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by l1m3w1r3 View Post
    This is the first one I've tried

    This is what I get 371F8B01 (924814081)
    Why are you reading?

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

    l1m3w1r3 (10-01-2016)

  7. #5
    l1m3w1r3's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    130
    Reputation
    10
    Thanks
    77
    My Mood
    Tired
    Quote Originally Posted by WasserEsser View Post
    Why are you reading?
    I'm retarded

    solved...
    Quote Originally Posted by Tag Shai View Post
    C&P is life

  8. #6
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump after answers, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. Patterns with an AWM
    By Scrcrw in forum CrossFire Discussions
    Replies: 17
    Last Post: 06-06-2010, 06:51 PM
  2. camo pattern database
    By RedThunder in forum Combat Arms Mod Discussion
    Replies: 8
    Last Post: 04-14-2010, 01:34 PM
  3. [Reqeust] Camo Pattern
    By RedThunder in forum Combat Arms Mod Discussion
    Replies: 0
    Last Post: 03-01-2010, 07:45 PM
  4. Pattern Packs Wanted For Gimp
    By -Viper- in forum Art & Graphic Design
    Replies: 0
    Last Post: 07-21-2009, 04:21 AM
  5. [QUESTION] Are retail codes pattern based?
    By iHack in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-04-2007, 03:51 PM