UnhappyCS GO TriggerBot Patched HELP

Posts 1–6 of 6 · Page 1 of 1
CS GO TriggerBot Patched HELP
TriggerBot

This Source Code doesnt work any more




Code:
if (btriggerHack == true)
		{
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(fProcess.__dwordClient + __dw_PlayerBase), &__dw_LocalPlayer, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(__dw_LocalPlayer + __dwHealthOffset), &LocalPlayerHealth, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(__dw_LocalPlayer + __dwTeamOffset), &LocalTeam, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(__dw_LocalPlayer + __dwCrosshairOffset), &CrosshairID, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)((fProcess.__dwordClient + __dwEnemyBase + ((CrosshairID - 1) * __dwEntityLoop))), &EnemyInCH, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(EnemyInCH + __dwHealthOffset), &EnemyCrosshairHealth, sizeof(DWORD), NULL);
			ReadProcessMemory(fProcess.__HandleProcess, (void *)(EnemyInCH + __dwTeamOffset), &EnemyCrosshairTeam, sizeof(DWORD), NULL);

			if (LocalTeam != EnemyCrosshairTeam && EnemyCrosshairHealth > 0)
			{
				WriteProcessMemory(fProcess.__HandleProcess, (void *)(fProcess.__dwordClient + __dwAttack), &btrue, sizeof(bool), NULL);
				Sleep(60);
				WriteProcessMemory(fProcess.__HandleProcess, (void *)(fProcess.__dwordClient + __dwAttack), &bfalse, sizeof(bool), NULL);
			}
		}



Can someone help and try to fix it, it would be very nice of you thx !
If it doesn't work anymore you should probably be looking into your offsets.

0xAA48 is not the right CrossHairID offset. It's 0xAA44.
Quote Originally Posted by WasserEsser View Post
If it doesn't work anymore you should probably be looking into your offsets.

0xAA48 is not the right CrossHairID offset. It's 0xAA44.
Nice thx it works, but how did you know that i was unsing 0xAA48 instead of 0xAA44
Btw im unsing Y3t1y3t´s Dumper
Quote Originally Posted by xShouty View Post
Nice thx it works, but how did you know that i was unsing 0xAA48 instead of 0xAA44
Btw im unsing Y3t1y3t´s Dumper
i think he knew it cause most people make that mistake and Y3t1y3t´s Dumper is giving wrong offsets sometimes so use it, and a different dumper if u dont get the right offsets :P
Quote Originally Posted by affe2626 View Post
i think he knew it cause most people make that mistake and Y3t1y3t´s Dumper is giving wrong offsets sometimes so use it, and a different dumper if u dont get the right offsets :P
Yea thanks, i gonna try an another dumper next time ^^
/Solved & closed.
Posts 1–6 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?