well, the only way so far i've been able to even think of is this, any suggestions?
Code:
Do Until value = "desired value"
address = address + &h1
peek("wow", address , value)
Loop
something similar to that at least(i'll update it when i get back to my computer with vb 2008 installed), i just did that this second, so the real one includes instructions for the byte conversion and all that, but it is extremely slow and most of the time just crashes from an overflow error, can you help me by posting an example apoc, or anyone else?