Page 1 of 1

using load4hex function & bytearray

Posted: Fri Mar 31, 2006 5:11 am
by xzodia
can someone who know what there talking about explain how to use the load4hex function & bytearray to change values plz? (VB6)

Phenom is a sly fox!

Posted: Fri Mar 31, 2006 11:31 am
by nsilva
Ill find out from google, to prove your lazy :P And try the MSDN boards

Posted: Sat Apr 01, 2006 5:28 am
by xzodia
i take it you didnt find anything i knew you wouldnt

as for the msdn board it has to be the most unorganised thing ever and wouldnt be able to help anyway since its a function created by someone not a single piece of code

so anyone help plz?

Posted: Sat Apr 01, 2006 9:41 am
by M.A.T.T.
Erm ill try and provide some knowledge dont know if it will be of help

Bytearray:
Loads the map into a array so that u can serach for offsets and edit the map

Load4Hex:
will get hex from a file and endian swap it i think

Posted: Sat Apr 01, 2006 10:01 am
by xzodia
thanx but i already knew that i want to know how to use them to change values

Posted: Sat Apr 01, 2006 10:03 am
by M.A.T.T.
u will need other functions aswell to edit a map u can only get info using them two

Posted: Sat Apr 01, 2006 11:30 am
by xzodia
So, now the map is fully loaded. To change something, simply use this command:

Code: Select all

ByteArray(offset) = number between 0 and 255