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!

SpyUO - a C# UO packet hooker

MalGanis

Sorceror
I finally got enough time to finish a project I started a few years ago :)

So without further ado I present you with a brand new version of SpyUO.

New features:
  • New UI
  • Automatic key discovery
  • Support for packets with multiple IDs (e.g. commands)
  • Integrated cliloc (string) browser
  • Inline art,body,cliloc display
  • Audio,music player
  • Improved item class generator
  • Improved loot analyzer
  • Automatic loot pack generator
  • Item statistics
  • ...
Download link:http://code.google.com/p/mondains-legacy/downloads/list
 

Attachments

  • SpyUO1.png
    SpyUO1.png
    97.2 KB · Views: 137
  • ClilocBrowser.png
    ClilocBrowser.png
    52.9 KB · Views: 118

MalGanis

Sorceror
Oh i forgot to mention this is meant to be used with latest clients only.

Could you post any details about crashes.
 

GaRnEle

Sorceror
No Sorry . Another question , is there any documentation ? Because I will try to create a small programm that should reads out some packets . I already noticed that I can use the included Dlls in C#. But without any documentation it will be really hard. Anyone knows how to attach the process and reads out the packets.
 

StaticZ

Sorceror
You need to use hooks for sockets, it's easy to do in native languages like C\C++. Look for Microsoft Detours library. Also you can use Uo-Ext by Warstone. It implements listening packets and give API for plugins to allow listen or send packets yourself.
 
Top