Можете проверить скрипт, чтобы при нажатии клавиши F2 выдавался джетпак
/* Replace "dll.h" with the name of your header */
#include "dll.h"
#include <windows.h>
DllClass::DllClass()
{
}
DllClass::~DllClass()
{
}
void OnTimer(HWND hwnd, UINT msg, UINT idTimer, DWORD dwTime)
{...