04-25-2012, 02:59 PM
(This post was last modified: 04-25-2012, 03:01 PM by click4dylan.)
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
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