Visual basic memory wite more than 1 value?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
spikes122





Posts: 292
Joined: Thu Dec 21, 2006 7:44 am

Visual basic memory wite more than 1 value?

Post 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
Post Reply