G4M3 R 1N T3H TT4CTIC4LM3Nt k? 4Nd 4ls0 m3b3 gud th1ng I f00nd 0N Th33r F00rmz(1Z IGame.h) :
Code: Select all
#pragma once
struct IPlayer
{
virtual int GetHealth() = 0;
virtual void SetHealth(int health) = 0;
};
struct IGame
{
virtual IPlayer *GetLocalPlayer() = 0;
virtual IPlayer *GetExternPlayer() = 0;
virtual bool IsGameFinished() = 0;
virtual void RetWinningPlayer() = 0;
virtual void ResetPlayers() = 0;
virtual void StartNewGame() = 0;
};
The rules:
1. Upload your source code only(no dll's) and post it here. People with correctly working 'hacks' will be added to the list below.
2. Keep this thread clean from spam
3. Have fun
A translation of the noobspeak above can be found inside the rar!
List of people who've completed this 'challenge'
P.S. Challenge was made for mpgh.net, feel free to solve it anyway ;)