###################################################################### Bytes to modify for fixing http://aluigi.org/adv/unreaload-adv.txt by Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org ###################################################################### use a hex editor for modifying the specified file at the needed offset: game and version file offset original bytes -> modified bytes ----------------------------------------------------------------------------- UT3 Windows 1.3 UT3.exe 00c9dd8a 74 -> eb UT2004 Windows 3369 engine.dll 000f7365 74 -> eb UT2004 Linux 3369.2 ucc-bin 003eb498 0F 85 F5 05 00 00 -> 90 90 90 90 90 90 UT2003 Windows 2225 engine.dll 000962c5 74 -> eb another alternative is disabling the downloading of the files on the server editing its INI file: AllowDownloads=false