Here is 1.8.1 version of my uo kr loader.
Features:
* small, pure win32 app
* fix ip address without modification of the client on disk
* in/out traffic capture without modification of the client on disk
* decrypted and decompressed packet dump from server
Small reference:__p://rapidshare.com/files/43953021/cheese181.zip.html
Extract all files to uokr folder. Key feature: all options except the target ip address (wich is in the cheese.cfg) located in the DLL itself ! So, to enable any option just open cheese.dll in your favorite hex editor (for example hiew) scroll down till you find:
>>>> PACKETDUMP:0 PATCHLOGINCRYPT:0 PATCHGAMECRYPT:0 SNIFF:0 FIXIP:0 <<<<
Change 0 to 1 to enable option (But don't broke dll structure

PACKETDUMP - dump all traffic to out.pkt.dump and in.pkt.dump
PATCHLOGINCRYPT - disable login crypt. Should work on even old clients.
PATCHGAMECRYPT - disable game crypt.
SNIFF - disable all other options, enable this option, login to osi servers and you will get all server packets to sniff.dump
FIXIP - take ip address and port from config
Have fun.