is there anything out there where you can bot and if someone requests to join ur team they automatically join?? :bandit:
he means when he's plvling using a bot (i believe).Quote:
Originally posted by kevinwisbith@Mar 3 2006, 01:50
Not hard to click okay.
offset 00010E00 JMP 004588F3 JMP 004F5029 offset 004F4E67 JMP 00010E00
BYTE newCode[] = { 0xE9, 0xEE, 0x7A, 0x44, 0x00, 0xE9, 0x1F, 0x42, 0x4E, 0x00 };
BYTE reCode[] = { 0xE9, 0x94, 0xBF, 0xB1, 0xFF };
WriteProcessMemory(pHandle, (void*)0x10E00, (void*)newCode, 10, NULL);
WriteProcessMemory(pHandle, (void*)0x4F4E67, (void*)reCode, 5, NULL);