Results 1 to 10 of 10
  1. #1
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic

    New LocalPlayer pattern scan

    Code:
    var localPlayerPointer = clientSigScan.FindPattern(new byte[] { 0xA3, 0x0, 0x0, 0x0, 0x0, 0xC7, 0x05, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xE8, 0x0, 0x0, 0x0, 0x0, 0x59, 0xC3, 0x6A, 0x0 }, "x????xx????????x????xxxx", 0x1);
    Base.LocalPlayer = (int)m.Read<IntPtr>(localPlayerPointer, false) - clientAddress.ToInt32() + 0x2C;
    
    0xA3,0x0,0x0,0x0,0x0,0xC7,0x05,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xE8,0x0,0x0,0x0,0x0,0x59,0xC3,0x6A,0x0 + 0x1 + 0x2C
    "x????xx????????x????xxxx"
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  2. #2
    fwsefwsgrgwhergr's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    242
    Reputation
    10
    Thanks
    345
    My Mood
    Cold
    its the same sig but 0x10 changed to 0x2C

  3. #3
    PhY'z's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    518
    Reputation
    58
    Thanks
    1,310
    My Mood
    Angelic
    m_dwLocalPlayer

    client.dll
    "\xFC\xE8\x00\x00\x00\x00\x8B\x3D"
    "xx????xx" + 0x8
    Contact with me in any question...


    Hi (:

  4. #4
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by PhY'z View Post
    m_dwLocalPlayer

    client.dll
    "\xFC\xE8\x00\x00\x00\x00\x8B\x3D"
    "xx????xx" + 0x8
    i like the length of that
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  5. #5
    K00ky's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    38
    Where is problem?

    Code:
    Public Shared dwLocalPlayer = FindPattern.Scanf(mem.ClientDLL, "A3????????C705????????????????E8????????59C36A", 1, 16, True)

  6. #6
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by K00ky View Post
    Where is problem?

    Code:
    Public Shared dwLocalPlayer = FindPattern.Scanf(mem.ClientDLL, "A3????????C705????????????????E8????????59C36A", 1, 16, True)
    idk. you are using other pattern scan.
    if someting doesn't work for you simply copy/paste code from me
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  7. #7
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by Zaczero View Post


    i like the length of that
    You gotta keep in mind that this is a different pointer i found a while ago to the local player than the ones everyone else is using. This one is the pointer the game is using in order to access the local player specifically and it will therefore result in a different address. I don't get why everyone is using the other pointer, this one is much easier to find.

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

    PhY'z (12-02-2016)

  9. #8
    MrTaken's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    106
    Reputation
    10
    Thanks
    9
    How will I fix this?

    DWORD glowpointer = Memory::ReadMemory<DWORD>((DWORD)Resources::Client DLL.modBaseAddr + Offsets::m_dwGlowObject);
    Memory::WriteMemory<float>((glowpointer + ((glowindex * 0x38) + 0x4)), 1.f);
    Memory::WriteMemory<float>((glowpointer + ((glowindex * 0x38) + 0x8)), 0.1f);
    Memory::WriteMemory<float>((glowpointer + ((glowindex * 0x38) + 0xC)), 0.1f);
    Memory::WriteMemory<float>((glowpointer + ((glowindex * 0x38) + 0x10)), 0.8f);
    Memory::WriteMemory<bool>((glowpointer + ((glowindex * 0x38) + 0x24)), 1);
    Memory::WriteMemory<bool>((glowpointer + ((glowindex * 0x38) + 0x25)), 0);

  10. #9
    ImWhacky's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    509
    Reputation
    56
    Thanks
    4,059
    My Mood
    Breezy
    I keep seeing people saying that their localplayer pattern isn't working anymore, i haven't updated mine since i made the cheat and its still working... any ideas why?


     

    Steam-TriggeredFemenazi
    CS:GO Rank-MG (but I'm a dirty cheater so who cares)
    Discord-ImWhacky#6260

    P.M. me if you have any questions.


  11. #10
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by PhY'z View Post
    m_dwLocalPlayer

    client.dll
    "\xFC\xE8\x00\x00\x00\x00\x8B\x3D"
    "xx????xx" + 0x8
    After update mine is broken ;/
    Your is working perfectly
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  12. The Following User Says Thank You to Zaczero For This Useful Post:

    PhY'z (12-08-2016)

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

Tags for this Thread