RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO Mono

Scriptiz

Sorceror
Off course, here is multiple way to do it :

1) The client could use Razor wich remove encryption to connect to your server.
2) You may add an encryption script to your server scripts so that the client could connect with a encrypted client.
3) You gave a decrypted client to your players to replace the encrypted one.

I'm using the second one as it is the easiest one for players :)
 

Scriptiz

Sorceror
In case of, just extract the zipped attachment in a new folder in the Scripts folder.

It will allow client from 7.0.15.0 to 7.0.19.0 to connect to your shard without razor or decrypted client.

If you need other encryption keys just tell me.
 

Attachments

  • Encryption.zip
    15.6 KB · Views: 31
how can i modify the encryption to the version 7.0.7.3? i mean
//new LoginKey("7.0.7.3", 0x2C822D1D(what i put here? is this a octal or something else?, 0xA35DA27F(the same here)),
 
Top