I'm not sure how Neobeo's idea is supposed to work (assuming it actually works), but it's easier in the long run to just hex-edit your JCS, plus you get to edit the three other boxes. Just find each of these four lines seperately:
Code:
00 89 45 CC 8B 46 64 33 C9 83 F8 03 0F 95 C1 51
8B 4D D8 E8 0F 79 05 00 8B 4E 64 33 D2 83 F9 03
4D D0 33 C0 83 FA 03 0F 95 C0 50 E8 E7 78 05 00
8B 46 64 33 C9 83 F8 03 0F 95 C1 51 8B 4D CC E8
And change 03 in each line into FF.
|