Search the forums
I'm sure plenty of people have explained it already
Anyway, here's the basics
Use a variable array to store the number of kills each player has
Whenever a hero dies, increment the killcount for the killing player and update the leaderboard. Check if the killcount is now 100, and if so, end the game.