Waty / WatyBot

A Bot For EMS
https://ccplz.net/resources/authors/waty.25932/
10 stars 8 forks source link

CMemory could use a rewrite #31

Closed Waty closed 10 years ago

Waty commented 11 years ago

Make the CMemory constuctor take multiple HackAddys, like this:

DWORD dwtest1, dwtest2, dwtest3;
BYTE btest1[] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
BYTE btest2[] = {0x25};
BYTE btest3[] = {0x81, 0xFE, 0x00, 0x00, 0x00, 0x00};
CMemory test(new HackAddy(dwtest1, btest1, sizeof(btest1));