04-17-2012, 11:48 AM
(04-16-2012, 08:11 AM)Reich Wrote:(04-15-2012, 08:39 AM)click4dylan Wrote: it requires a modified server.dll
Ok... where do i get this server.dll or how to I modify it myself?
download ollydbg, open the server.dll (located in cstrike/bin or similar) in ollydbg. do a string search for "exec game.cfg", doubleclick it. press ctrl+a to analyze. scroll up to the FLOAT 0.03 rightclick on it, click edit - edit 32 bit float, change it to 0.01. click on the float and rightclick on it and select copy code to executable. rightclick in the new window and click save file and overwrite the old server.dll