| QUOTE (flattspott @ Jun 22 2004, 10:45 AM) |
| Yes you can in the WIP version. http://www.mediaxmen...?rc=2&rs=69#s69 Look at the Buffers section. While you wont be able to test it yourself you could still try to write a script based on the WIP specs. |
| CODE |
| Set COLOR RED SetFunc SizeOfBuffer FileSize $ActualPath$\default.xbe OpenRead InFile $ActualPath$\default.xbe OpenWrite OutFile $ActualPath$\default.xbe.patched CreateBuffer PATCH %SizeOfBuffer% ReadToBuffer InFile PATCH Goto %COLOR% :BLUE SetBufferByte PATCH 1977788 0x32 SetBufferByte PATCH 1977789 0x58 Goto Done :RED SetBufferByte PATCH 1977788 0x31 SetBufferByte PATCH 1977789 0x33 :Done WriteFromBuffer OutFile PATCH CloseHandle PATCH CloseFile InFile CloseFile OutFile |