View Single Post
  #6  
Old 24-03-2007, 06:50
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
easier....

file offset : 0x3d50
patch : 33 C0 40 A3 94 33 B3 00 C3

considerably easier...

dword @ 0xB33304 contains a flag for the cd check - this should be 1

your code bypasses it... it could be checked later (as could the cd check proc @ 0x3d50 - which is why i patched it)
also, you broke the main rule -> patch the proc, NOT the conditionals

if you're going to do something, do it properly
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote