URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Hack Community
  HTML https://roshacks.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Codes
       *****************************************************
       #Post#: 138--------------------------------------------------
       [C++] Show items inside Heritage and Supply box
   DIR By: pipo1337
       Date: April 9, 2018, 8:57 am
       ---------------------------------------------------------
       Credit: isysforce for code
       Credit: bon for convert to C++
       --- Code ---
       
       if (bDtsPlayerHeritage && KillCheckCircle(w2cOutPosition)) {
       int ill = yy;
       int clientEntityTable = mem.Read<int>(AdressEntity + 0x120);
       int clientEntityTablePtr = mem.Read<int>(clientEntityTable +
       0x14);
       int addr = mem.Read<int>(clientEntityTablePtr + (0xc * 3) +
       0x8);
       int maxCount = mem.Read<int>(addr + 0x8);
       int count = mem.Read<int>(addr + 0xC);
       int itemTuple = mem.Read<int>(addr + 0x14);
       for (int index = 0; index < count - 1; index++) {
       int item = mem.Read<int>(itemTuple + (0xc * index) + 0x8);
       int itemData = mem.Read<int>(item + 0xC);
       int itemID = mem.Read<int>(itemData + 0x8);
       itemname = getitemname(itemID, RR, GG, BB);
       _snwprintf(buff, sizeof(buff), itemname);
       DrawString(buff, xx - 5, ill , RR, GG, BB, pFontASmall);
       ill += 15;
       }
       
       }
       --- End Code ---
       #Post#: 284--------------------------------------------------
       Re: [C++] Show items inside Heritage and Supply box
   DIR By: &amp;#10031;ninj&amp;#945;s&amp;#10031;
       Date: April 24, 2018, 10:38 am
       ---------------------------------------------------------
       What is the functions
       #Post#: 287--------------------------------------------------
       Re: [C++] Show items inside Heritage and Supply box
   DIR By: Spitzery
       Date: April 24, 2018, 9:45 pm
       ---------------------------------------------------------
       what is  KillCheckCircle(w2cOutPosition) ?
       #Post#: 288--------------------------------------------------
       Re: [C++] Show items inside Heritage and Supply box
   DIR By: &amp;#10031;ninj&amp;#945;s&amp;#10031;
       Date: April 25, 2018, 12:31 am
       ---------------------------------------------------------
       error C2059: syntax error : 'if'
       error C2143: syntax error : missing ';' before '{'
       error C2447: '{' : missing function header (old-style formal
       list?)
       *****************************************************
       Page 1 of 1