u know, i was thinkin about this today......
couldn't you just make a ghetto anti kick the same way you would do beast mode?
there has got to be an addy thats for teams that would basicly be like...
Code:
if((*(BYTE *)GameStatus =5) && GetAsyncKeyState(VK_DELETE) & 1){
*(long*)Team = 1 // Alpha Team
} else {
*(long*)Team = 2 // Bravo Team
}
and depending on what team your on, this switches you to the other, once someone threatens a kick, you switch teams, then keep killing. or hell, find a way to make it so you aren't on either team (kinda like how beast mode had like 6 different hacks in 1 addy) and kill both at the sametime, rendering you unkickable
if we work together, i bet we could get it working again, but if its a game bug, we might only have it till the enxt patch
