View Single Post
Odin

Banned

Joined: Dec 2003

Posts: 3,776

Odin is doing well so far

Aug 27, 2007, 11:07 PM
Odin is offline
Reply With Quote
Quote:
Originally Posted by BlurredD View Post
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.
It'd be kinda nice if we could have the offsets, so we don't have to hunt for them.