Test this Telekill Class?

Posts 19 of 9 · Page 1 of 1
Test this Telekill Class?
Hey guys I got this telekill class, but it crashes when turned on. Detected class?

Code:
DWORD posptr, posy;
	if(Pl0x && Crack) {
		GetPlayerByIndex2 = (lpGetPlayerByIndex2)PlayerByIndex;
		unsigned long ulThis = *(unsigned long *)ClientInfoMgr;
		GetLocalPlayer2 = (lpGetLocalPlayer2)(LocalPlayer);
		for(INT i = 0; i < 16; i++) {			
			PlayerInfo *pPlayer = GetPlayerByIndex2(ulThis, i, 0);
			PlayerInfo *pLocal = GetLocalPlayer2(ulThis);
			if(pPlayer != 0 && pPlayer->obj != 0 && pPlayer->IsDead == 0) {			
				posptr = (DWORD)GetModuleHandle("ClientFX.fxd");
				posptr += 0x00066F34;
				WriteOpCode(&posy,(VOID *)(posptr), 4);
				if(Pl0x) {
					if(pPlayer->Team != pLocal->Team) {
						*(FLOAT *)(posy + 0xC8) = (pPlayer->obj->origin.x + 100.0f);
						*(FLOAT *)(posy + 0xCC) = (pPlayer->obj->origin.y + 100.0f);
						*(FLOAT *)(posy + 0xD0) = (pPlayer->obj->origin.z);
					}
				}
			}
		}
	}
If it's detected how would I go about updating it?
I think you already do not check the addresses that can be ;D
1. the set camera pos function is detected by HS, just pack your dll with UPX
2. Check for more invalid addresses
3. Update old addys
Quote Originally Posted by Ch40zz-C0d3r View Post
1. the set camera pos function is detected by HS, just pack your dll with UPX
2. Check for more invalid addresses
3. Update old addys
I already tried packing it with UPX and I byte ciphered it. I even encrypted the strings with XOR, still crashing. Did the class change from the last patch?
the addies PlayerByIndex, localplayer, ClientInfoMgr.

If those are from the addies in the source code section by Xipher they are wrong. Cause he didnt update the patterns for thea ddie logger and put the wrong addies
Quote Originally Posted by MGKing1 View Post
the addies PlayerByIndex, localplayer, ClientInfoMgr.

If those are from the addies in the source code section by Xipher they are wrong. Cause he didnt update the patterns for thea ddie logger and put the wrong addies
Damn, I'll use my addy logger instead then.
Quote Originally Posted by Mafiascared View Post
arun, new coder?
Lol, more like a coder who was in the closet, but decided to come out of now where
I couldnt find ClientInfoMgr -_-
Please, just say me addy, I will make a new sigscan for EU...

EDIT: Just got it...

Sigscan:

\x8B\x0D\x00\x00\x00\x00\x50\xE8\x00\x00\x00\x00\x 84\xC0\x0F\x85\x00\x00\x00\x00\x8B\xCF\xE8\x00\x00 \x00\x00
xx????xx????xxxx????xxx????

Its copying the ClientInfoMgr aka ulThis into the stack. Hope you enjoy!!! This will get updated ClientInfoMgr!
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?