04-29-2012, 12:54 PM
(04-26-2012, 02:25 AM)Reich Wrote:(04-25-2012, 02:59 PM)click4dylan Wrote: im not sure why you can't get the DLL to open, but for the sv_maxupdaterate, open the engine.dll from the bin folder in ollydbg, then do a string search for "sv_maxupdaterate" doubleclick on it, and youll see a 66 above it. doubleclick on the push offset for 66, copy the address after PUSH, press ctrl+g and paste the address. youll now see CHAR 6, CHAR 6. just click and drag on the 66 and the blank space (DB 00) after it. and then rightclick - edit - binary edit. change the ASCII 66 to 100. rightclick on the newly changed string, click edit - copy to executable. then rightclick and press save file and overwrite the old engine.dll
EDIT: i think i know why you may not be able to open it. make sure you download ollydbg v2.01 alpha 3. alpha 4 is bugged and takes forever to load, and ollydbg 1.10 can't load DLLS on windows vista/7 x64. link: http://ollydbg.de/odbg201c.zip
Awesome man thanks so much. Now its working.
ok, now on the maxupdaterate, You say you will see the 66 above it. Above what really? You say double click on the push offset for 66? I dont see this push offset for 66.
press ctrl+a and you should see it
youll see something like PUSH OFFSET 1234567 and to the right youll see ASCII 66