Results 1 to 2 of 2

Thread: WriteProcessMemory is Going funky HELP!!

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2005
    Posts
    58

    WriteProcessMemory is Going funky HELP!!

    VB Code:
    1. Private Sub Timer1_Timer()
    2. WriteProcessMemory pHandle, &H100579C, "VALUE HERE", 1, 0&
    3.  
    4. 'THIS RIGHTS TEH MEMORY, THEN THE PHANDLE THEN THE ADDRESS, ALWAYS
    5. 'PUT &H BEFORE ADDRESS, NEXTIS VALUE, not sure wah otehr to things
    6. 'are, i think that has to do with mking it a double/byte,etc.
    7. End Sub

    Where it says VALUE HERE is where im supost to write the value of the adress that i want it to change to.. well if i type in "10" as the value it changes to 51 when i press the button. Hmm then i was jsut testng stuff out and i typed for the value "BLAH BLAH" (i actually put the word BLAH BLAH) the value changes to 113. OK blah blah issint even a Proper Value what the heck is going on?? i tried typing in HEX but still wont change to the one i tell it to change to.. hmm is there another better code for Writing process memory??

  2. #2

    Thread Starter
    Member
    Join Date
    Jan 2005
    Posts
    58

    Re: WriteProcessMemory is Going funky HELP!!

    No one knows the anwser?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width