Tuesday, May 4, 2010

HOW TO HACK A COMPUTER EASILY USING SCRIPT?

Well you wanna hack,huh? This will however make a script kiddie..
First off you will need to download ProRat SE 1.9 (Clean)
Download it [Password: pro]
Download Winrar Also

Then follow the steps below:

1) Extract the file onto your desktop and place them into a folder
2) Open ProRat.exe , you will get a message, press OK
3) once you see the program, click the button CREATE
4) You will get another window, enter your email into the E-MAIL section ( you will need a real email)
5) Go to GENERAL SETTINGS, and check PROTECTION FROM….
and press CREATE SERVER.
Now that you’ve finished the hardest part, follow these steps below and you can get hacking.
6) Send the program to a friend, and make sure he/she opens it.
7) Check your email, (junk in needed), and find the “Your victim is online”
8) Copy and paste the IP address onto ProRat where it says “IP:[127.0.0.1]“
9) Press CONNECT, DO NOT CHANGE THE PORT, if u did change it back to 5110
10) Type in the password (default is usually 123456, it is in the email).
11) Your done, now you can mess with the buttons on the program. Especially the GIVE DAMAGE button. It will damage their pc by format, and will make the computer useless.
I will not be responsible for your action, this article is for only education on how it works, and how to prevent it. Still need help?

Sunday, April 4, 2010

PDF PASSWORD REMOVER















PDF Password Remover can be used to decrypt Protected Adobe Acrobat PDF
files, which have “owner” password set, preventing the file from editing
(changing), printing, selecting text and graphics (and copying them into the
Clipboard), or adding/changing annotations and form fields. Decryption is
being done instantly. Decrypted file can be opened in any PDF viewer (e.g.
Adobe Acrobat Reader) without any restrictions — i.e. with edit/copy/print
functions enabled. All versions of Adobe Acrobat (including 7.x, which
features 128-bit encryption) are supported.

The standard security provided by PDF consists of two different methods and
two different passwords, ‘user password’ and ‘owner password’. A PDF
document may be protected by password for opening (‘user’ password) and the
document may also specify operations that should be restricted even when the
document is decrypted: printing; copying text and graphics out of the
document; modifying the document; and adding or modifying text notes and
AcroForm fields (using ‘owner’ password).
What we do:
1. Decrypt PDF files protected with owner passwords.
2. Removing restrictions of PDF files, Restrictions usually include the
impossibility to print or edit or modify the PDF file.
What we don’t do:
1. Decrypt PDF files protected with user passwords which you are asked for
opening the file.
PDF Password Remover features
* Easy to use;
* Support drag and drop PDF files;
* Do NOT need Adobe Acrobat software;
* Support Windows 98, ME, NT, 2000, XP, 2003, Vista systems;
* Support both 32bit and 64bit systems;
* Remove the security settings from your encrypted PDF file is instant;
* Support command line operation (for manual use or inclusion in scripts);
* Support PDF1.7 format (formerly only supported by Acrobat 8.0
application);
* Support PDF1.7 (Acrobat 8.x) files, including 40-bit RC4 decryption,
128-bit RC4 decryption, AES decryption, compressed files and unencrypted
metadata;
* Batch operation on many files from command line;
* Support Adobe Standard 40-bit Encryption, Adobe Advanced 128-bit
Encryption and AES Encryption;
* Decrypt protected Adobe Acrobat PDF files, removing restrictions on
printing, editing, copying;

Link:
http://w14.easy-share.com/2940981.html

Or

http://rapidshare.com/users/T4PWLK

MSN PASSWORD RECOVERY



















MSN Messenger Password Recovery is the MSN password finder that instantly cracks and decrypts the MSN Messenger, Windows Live Messenger 8 and Windows Messenger passwords stored on your computer. It can be used to recover your forgotten MSN password. Program works when the “Remember my Password” tickbox is checked in the messenger and you are able to login automatically without entering your password. All versions of MSN Messenger, Windows Live Messenger and Windows Messenger are supported. Multiple accounts are also supported. Even if you have un-installed the messenger – there is still a chance that you can recover the password. Just run the program and click the “Recover Password!” button to see if you can recover your passwords!
Tested on xpsp2 Download
http://rapidshare.com/files/113184093/MSN_Password_Recovery.rar

Monday, March 29, 2010

CHANGE DRIVE LETTER IN XP

1 Right click “My Computer”.
2 Drag down to “Manage” and click “Manage”.





































3 In the “Computer Management” sidebar click “Disk Management”.
Right click on the drive letter you want to change. Please read warnings before continuing any further!
If you can’t see the drive letter you want to change you can scroll down.
For a drive that has “Online” under it, the drive letter will be in the media area.




For a drive that has “No Media” under it, the drive letter will be in that same box. 



5 Drag down to “Change Drive Letter and Paths…” click “Change Drive Letter and Paths…”.
















In the “Change Drive Letter and Paths for (drive letter:)” window, click “Change…”





















In the “Change Drive Letter or Path” window click the dragdown selection box with the drive letter in it and click the letter you want the drive to be.








A warning will pop up reminding you that changing the drive letter can cause your programs to fail. If you are confident that you want to still want to change the letter, click “Yes”.












If you have a program using the drive you want to change, you will get an additional warning. Unless you really know for certain what you are doing, select “No” and find the open program.

MAKE UR OWN LOCKER THROUGH NOTEPAD


Just copy the following code in the notepad and save as a .bat extension.
eg- lock.bat,etc





















in the 13th line from d end, it says- ‘if NOT %pass%==kingstoneee goto FAIL’
here, d password is kingstoneee.Cut dis n give ur own password..
After saving ,double click on it and u will get a folder by the name ‘Locker’ where u hav saved dis file.
Then put ur stuffs in dat locker n double click on ur .bat extension…
it will ask u to hide locker, Y/N..
if u press Y d locker will be hidden n even if u goto tools – show hidden folders u wont be able 2 see dis locker folder..
nxt tym when u want 2 open dis locker.,double click on .bat extension n it will ask u for ur password…!
the code is -

Quote:
cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D**” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D**”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D**”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==kingstoneee goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D**”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D**” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

SAFE UR CLIPBOARD FROM HACKING






















 Ctrl+C may be the most important work we do everyday. But it’s not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are online. We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP. This is called clipboard hack problem.

Just try this:
1. Copy any text by Ctrl + C
2.Click the Link: Retrieve Clipboard Text To A Web Page With Javascript – Make Sure You Do Not Allow Someone To Gather This Information, It Is An Exploit In Many Eyes
3.You will see the text you copied was accessed by this web page.
Surprised! I know you are because i was also surprised to see it. Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. Forward this information to as many friends as you can, to save them from online frauds!
It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.
How Cipboard Hack is done?
The Clipboard hack is done by the following Source Code:
How to safeguard yourself from Clipboard Hack Problem?
To avoid clipboard hack problem, do the following:
1.Go to internet options->security.
2.Press custom level.
3.In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe

STOP A RESTART PROCESS IN 3 STEPS

















1. Go to Start menu
2. Click on RUN
3. Enter the following command excluding hashcodes “shutdown -a”
its Done