Advertisement
kolton

Untitled

Jul 26th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. 05:06:51] <ebola> oh lol still not fixed
  2. [05:06:52] <ebola> BnetData* pData = *p_D2LAUNCH_BnData;
  3. [05:06:52] <ebola> GameStructInfo* pInfo = *p_D2CLIENT_GameInfo;
  4. [05:06:57] <ebola> those are the same struct!
  5. [05:09:22] <ebola> case ITEM_CODE: // replace with better method if found
  6. [05:09:22] <ebola> if(!(pUnit->dwType == UNIT_ITEM) && pUnit->pItemData)
  7. [05:09:22] <ebola> break;
  8. [05:09:35] <ebola> bug
  9. [05:13:10] <ebola> ::WriteProcessMemory(GetCurrentProcess(), (void*)GetDllOffset("D2Client.dll", 0x11CB1C), bBuffer, 1, NULL); // d2client + 0x11cb1c
  10. [05:13:10] <ebola> ::WriteProcessMemory(GetCurrentProcess(), (void*)GetDllOffset("D2Client.dll", 0x11CB28), &pUnit, 4, NULL); // d2client + 0x11cb28
  11. [05:13:34] <ebola> copy the string into our buffer
  12. [05:13:57] <ebola> no need for that at all while you are part of the DII process
  13. [05:14:08] slothzilla [~AndChat58@synIRC-2D42ED7D.hsd1.wa.comcast.net] has joined #d2bs
  14. [05:14:35] <ebola> Ditto the ReadProcessBYTES
  15. [05:16:16] <ebola> ME_RUNWALK has lots of unnecessary code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement