Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if( MOBLISTHEADER() != 0x0 )
  2.                                         {
  3.                                                 dwtemp = (DWORD*)MAKEPTR(*dwtemp, 0x14);
  4.                                                 ReadMemory(dwtemp, 4, &MOBLISTHEADER()->dwObjects);
  5.                                                 xHelpFuncs.iLog("Printing MOBLISTHEADER:                0x%X", MOBLISTHEADER());
  6.                                                 xHelpFuncs.iLog("Printing MOBLISTHDR value:                     0x%X \n", *MOBLISTHEADER());
  7.                                                 xHelpFuncs.iLog("Printing Number of Mobs surrouding: %i \n", MOBLISTHEADER()->dwObjects);
  8.                                                 return true;
  9.                                         }