Felt like doing some PS2 stuff so here's version 2.0 of NetCheat (PS2). A couple new code types added and an improved PC GUI thanks to ORCXodus:
Download at the bottom of the OP.
Download at the bottom of the OP.
Code:
------------------------- Code Type F3 Find Replace (should always be jokered) F30wcccc 00000000 xxxxxxxx yyyyyyyy aaaaaaaa bbbbbbbb c: number of times to replace w: width (0 = 8, 1 = 16, 2 = 32) x: find y: replace a: address 1 b: address 2 Example: F3020000 00000000 4D554C54 41414141 00100000 00600000 ------------------------- Code Type F4 Address Compare F400nnnn 00000t0w aaaaaaaa bbbbbbbb n: number of lines to execute under it if on t: comparison type (refer to conditional types above) w: width of comparison (0 = 8bit, 1 = 16bit, 2 = 32bit) a: address 1 b: address 2 Example: F4000001 00000002 000FFFF4 000FFFF0 20347E8C 00000000
Comment