Quote:
Originally Posted by jorgon15
i dont play in private servers, can i still use it in normal conquer servers, if so how do i?
|
No I made this aimbot strictly for private servers, it won't even work for real CO in the current state (
feel free to keep reading, but you most likely won't understand)
back before I dunno when, but in 5095 the "My Character" or local character variable is static, and now it's dynamic. So when the jump function is called anymore its no longer for example
Code:
mov eax,dword ptr[address]
to move your uid into eax, it's more like (I think this is v5160?)
Code:
mov eax,dword ptr[esi+404h]
which then becomes a pain in my ass, because I'd need to hook and store ESI in this case, or the character base pointer to be able to keep track of your character pointer.