Page 1 of 1

Visual basic memory wite more than 1 value?

Posted: Tue Aug 14, 2007 2:14 am
by spikes122
hey

In vb 06

i have my module code for writing to memory
WriteByte &H8888888, "Game Name", &H23

so that would make offset 8888888 have the value 23

however if i wanted to do the next offset after 88888888
so maybe it the next offset would be 888888889 and i wanted the value as 45
how would i be able to make it so
WriteByte &H888888888, "Game Name", &H23 &H45

so that i wouldt have to continually write the offset and code


Thanks