Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.29 KB | None | 0 0
  1. public class Engine : MemoryObject, IDisposable
  2.     {
  3.         private static class Addr
  4.         {
  5.             public const int SnoGroupInitializers = 0x01B6FABC; //2.3.0.34606
  6.             public const int SnoGroupByCode = 0x01DCBA68;   //2.3.0.34606
  7.             public const int SnoGroups = 0x01DCBB84;    //2.3.0.34606
  8.             public const int SnoGroupSearch = 0x01E1EC3C;   //2.3.0.34606
  9.             public const int SnoFilesAsync = 0x01E1EC40;    //2.3.0.34606
  10.             public const int ObjectManager = 0x01DCDC6C;    //2.3.0.34606
  11.             public const int ObjectManagerPristine = 0x01DCDC70;    //2.3.0.34606
  12.             public const int MessageDescriptor = 0x01E82688;    //2.3.0.34606
  13.             public const int MapActId = 0x01BB9348; //2.3.0.34606
  14.             public const int LocalData = 0x01DCEF10;    //2.3.0.34606
  15.             public const int LevelArea = 0x01D261A0;    //2.3.0.34606
  16.             public const int LevelAreaName = 0x01D261D0;    //2.3.0.34606
  17.             public const int ContainerManager = 0x01E8338C; //2.3.0.34606
  18.             public const int BuffManager = 0x01DB33B0;  //2.3.0.34606
  19.             public const int ApplicationLoopCount = 0x01DCDCE0; //2.3.0.34606  
  20.             public const int AttributeDescriptors = 0x01B74AC8; //2.3.0.34606
  21.  
  22.             public const int VideoPreferences = HotkeyPreferences - 0xE4;  //
  23.             public const int SoundPreferences = HotkeyPreferences - 0x50;  //
  24.             public const int HotkeyPreferences = 0x01B9FB34;    //2.3.0.34606
  25.             public const int GameplayPreferences = HotkeyPreferences + 0x468;   //
  26.             public const int SocialPreferences = HotkeyPreferences + 0x4C0; //
  27.             public const int ChatPreferences = HotkeyPreferences + 0x4F0;   //
  28.  
  29.             public const int UIHandlers = 0x01B664D0;   //2.3.0.34606
  30.             public const int UIReferences = 0x01BB98F8; //2.3.0.34606
  31.             public const int SnoIdToEntityId = 0x00000000;  //not updated yet
  32.             public const int TrickleManager = 0x01D8A9A8;   //2.3.0.34606
  33.             public const int PtrSnoFiles = 0x01DD0030;  //2.3.0.34606
  34.         }
  35.  
  36.         private static class Const
  37.         {
  38.             public const int SizeOfAttributeDescriptor = 40;
  39.             public const int CountAttributeDescriptors = (0x01B8289C - 0x01B74AE4) / SizeOfAttributeDescriptor; //2.3.0.34606
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement