Results 1 to 5 of 5
  1. #1
    Ac1d777's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    5

    Writting memory with FindPattern func

    Hello, im interesting how to write merory with FindPattern function.

    Functions:
    Code:
    void MemWrite(DWORD addy, const void * byte)
    {
        unsigned long Protection;
        VirtualProtect((void*)((DWORD)addy), 2, PAGE_READWRITE, &Protection);
        memcpy((LPVOID)((DWORD)addy), byte, 2);
        VirtualProtect((void*)((DWORD)addy), 2, Protection, 0);
    }
    
    DWORD TestSig = FindPattern(0x4ff0000,0x200000,(PBYTE)"\x70\x72\x6F\x70\x73\x00\x00\x00\x03\x00\x00\x00\x3C\x00\x00\x00" ,"xxxxxxxxxxxxxxxx");

    How to write? Thanks alot
    Last edited by Ac1d777; 11-11-2012 at 07:09 AM.

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    No, just no.
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    Ac1d777's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    5
    Why no? its so hard?

  4. #4
    Ac1d777's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    5
    Please, close thread, i solved my problem

  5. #5
    RobinC's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Mpgh.exe
    Posts
    1,768
    Reputation
    69
    Thanks
    3,697
    My Mood
    Aggressive
    This can be done SO MUCH easier...

Similar Threads

  1. CQC Prone Memory with a Offset [ Release ]
    By <=CyberRazzer=> in forum WarRock Hack Source Code
    Replies: 0
    Last Post: 10-18-2011, 01:55 PM
  2. Trying to right to memory with an old tutorial.
    By ExemptAK in forum C++/C Programming
    Replies: 11
    Last Post: 05-17-2010, 04:53 PM
  3. how to write/Read game memory with vb 2008
    By CodeHPro in forum Visual Basic Programming
    Replies: 33
    Last Post: 11-08-2009, 09:50 PM
  4. pb Kick corrupt file/memory (81353) for cod4 V1.7 with hacks.
    By benna696 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 4
    Last Post: 05-12-2009, 01:09 PM
  5. Replies: 2
    Last Post: 03-01-2007, 07:10 PM