Wednesday, 10 February 2016

HAck facebook (no software no phishing)

This method may take a little while or may take days considering on how active your
 "Target" is, first you need to have/make 3 facebook accounts and confirm the email on all the accounts, 
next you need to get all the accounts to add the person (Hopefully they will add you) 
then you need to go to their profile and look for their email address after you have got their
 email log out and go back to the login screen and click "Forgot Password" and the top one
 will say "Enter your email or phone number" so put in the email and then it will show the
 email and if they have a phone there phone their next you need to click "No Longer Have
 Access to these?" and it will say type in new email and confirm type in a email account that
 you have not made a facebook account with yet, then after you do this it will pop up their
 security questions and unless you know this type in something like "Pie123" 3-5 times and
 it will say something like "The only way to prove that this is your account is to show that
 your friends know you" and then you will select the 3 accounts you created and added, 
after this login and get codes and come back type in the codes and the account is your's!
Hope you enjoyed this tutorial!

how to use cmd to hack(basic codes)

Picture of how to use cmd to hack (basic codes)
In the starting of this tutorial i want clear this if u misuse this information in hacking someones computer then i am not responsible for it.

In this tutorial u will learn some basic codes and tricks in cmd ( command prompt ) so let's begin the tutioal

Step 1: opening the cmd window and about it

Picture of opening the cmd window and about it
temp_1567457997.jpg
temp_1909721859.jpg
temp_-644455492.jpg
first open start menu > run then type cmd and open it

Step 2: starting commands ping and tracert

Picture of starting commands ping and tracert
Now lets start with it

our first command is ping command

ping command ? what this do

The ping command helps to verify IP-level connectivity. When troubleshooting, you can use ping to send an ICMP echo request to a target host name or IP address. Use ping whenever you need to verify that a host computer can connect to the TCP/IP network and network resources.


to apply the ping command just type the command like
" ping www.thewebsite.com"
ex- ping www.google.com

Now our second command is tracert

what is tracert? what does it do

The TRACERT (Trace Route) command is a route-tracing utility used to determine the path that an IP packet has taken to reach a destination. Note You can run this utitily by typing tracert IPAddress or tracert HostName at the command prompt.


to apply the tracert command just type the command like
" tracert www.thewebsite.com"
ex- tracert www.google.com

Step 3: ipconfig

? Now ipconfig ????

this command is easy to understand

Ipconfig displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Used without parameters, ipconfig displays the IP address, subnet mask, and default gateway for all adapters.


just type " ipconfig " and hit enter it will show you all the details

Step 4: Matrix

matrix is a code which is one of tricks done
in cmd. in this trick their are different codes come and come and come

to do this tricks just type this code

Title Matrix
color a
mode 1000
:start
Echo %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random% %Random%
Goto start

save it as .bat if you want to do it in notepad

Step 5: how to shutdown your school computer

to do it just type " net view "
then it will appear all the ip address that are connected to that network

when the command finish finding all the ip address then type " shutdow-i "
then a window will appear their are a tab name add just type the ip address of the pc which u want to shut down then their is a scrool box where their are option of shutdown restart or log out chose what u want to do

then their is a chech box which is check this chech box will sent the message of shut down to have fun just unchech it
and press the shutdown button

Step 6: How to create an admin account in windows

Picture of How to create an admin account in windows
temp_1596631682.jpg
Step 1 Open CMD Prompt...
On Windows XP, click the Start button, then open up Run..., and type in "cmd" and click OK.

On Windows Vista or Windows 7, click Start, search for "cmd" and press Enter.

Step 2 Add username and password
Now, in the command prompt window, type:

net user /add [username] [password]

Press Enter. Here's an example of what it should look like:



Step 3 Add as admin
Now type:

new localgroup administrators [username] /add

Press Enter. Here's the example:



Done!
You should now have a new Admin Account on your PC!