Results 1 to 10 of 28

Thread: Increase download speed COD2 1.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    Can you show how to do this with Hex Editor? Some SS would be very helpfull
    in IDA you search for sv_maxRate. When the search is done you will find something like this:
    Click image for larger version. 

Name:	ida.PNG 
Views:	98 
Size:	34.3 KB 
ID:	654
    The 40h says that the max value of sv_maxclients is 64.

    Now switch to hex view and click on the 40. Now you will see the offset at the left bottom in IDA:
    Click image for larger version. 

Name:	ida-hexview.PNG 
Views:	90 
Size:	23.5 KB 
ID:	655

    In your hex editor go to the offset and change the 40 into 80.
    Click image for larger version. 

Name:	hex.PNG 
Views:	89 
Size:	42.4 KB 
ID:	652
    Click image for larger version. 

Name:	hex2.PNG 
Views:	84 
Size:	3.4 KB 
ID:	653
    (the offset in the screenshots is for 1.0)

  2. The Following 2 Users Say Thank You to Mitch For This Useful Post:

    Ni3ls (24th February 2014),smect@ (24th February 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •