Additional Info
|
Hi!
I've a problem to change a bytearray in scanmem... When I've searched for, some bytearray, take d0 4e e2 05 00 for example, the program says: Code: [Select] info: we currently have 7 matches. But when I'm trying to change the addresses, the program doesn't do anything.Code: [Select] 7> write bytearray d04ee20500 02 02 02 02 02 The reason why I'm not using the GUI GameConqueror is that I've done a script/program with help of Scanmem. Because of this, I've been forced to convert all bytearrays to int4. The script is working, but it will be a huge job to update it again if I'm forced to convert all bytearrays to int4 again. |