Release C++/Bo3 Non-Host Endgame

Venox

Moderator
Messages
93
Reaction score
73
Points
808
Hi CCM Today i will share you my bo3 Non-Host EndGame Code
i quit from Bo3 coding so enjoy
(i used this since 1.03 in bo3 / Update the Offset to 1.05)


Code:
Code:
void EndGame()
{
char buffer[50];
snprintf(buffer, sizeof(buffer), "cmd mr %i %i endround", *(int*)(0x01197538 + 0x2A8), 3);
Cbuf_AddText(0, buffer);
  }
 
Top