It closes the target process imediately(doesn't work..). But it works fine if I take out the updated addresses.VB Code:
For i = 1 To 47 Select Case i Case 1 address = &H5DC4F2 address2 = &H5DC4F3 address3 = 0 address4 = 0 address5 = 0 address6 = 0 ' and 46 more Case's.... End Select 'readprocessmemory blah blah ..... If address = &H5DC4F2 And strBuffer3 <> "8902" Then Localcheat = "blah" If address = &H5D3E16 And strBuffer3 <> "480C" Then Localcheat = "blah" ' and 20 to 30 more "If address=" . . . .
Example:
If I take those out, it works fine.VB Code:
If address = &H53DE16 And strBuffer3 <> "3BC1" Then Localcheat = "SH2" If address = &H5DC453 And strBuffer3 <> "C781A000000000000000" Then Localcheat = "3RB"
Could it mean the Buffers aren't correct?
I can't figure out why....![]()



Reply With Quote
