View Full Version : Habbo Sprite Grabber (VB.NET)
I have created a Habbo Sprite Grabber. A simple program that grabs the external texts, sorts them out by names and displays them in a listbox.
Here is a demonstration image from the website:
http://img461.imageshack.us/img461/7898/spritegrabberiy6.png
It does not have many features, but I aim to improve as time goes by.
It requires .NET Framework 2.0 to run, most of you should have it already.
The source code is also available to edit in Visual Basic 2005 (not VB6).
For information and downloads:
http://iat.awardspace.com
Thread closed by Trinity (Forum Moderator): Due to bump.
MrChaz
29-01-2007, 08:44 AM
lol thats a good thing to find new furni if they stick it on the server before its release.
Blinger1
29-01-2007, 11:32 AM
You should release the source code for people to learn from.. ;)
Oh yeah I forgot to say, the source code is also available on the website.
Im may also be recoding this in VB6 and Visual C++ 2005
I have recoded this in VB6 and also released the source.
I think that it isn't grabbing all the sprites, though.
Screenshot
http://img403.imageshack.us/img403/8929/hsgvb6yv3.png
Blinger1
29-01-2007, 10:31 PM
looks harder than i thought it would, hehe :) +rep
You need to add error handling..
OK, I've added basic error handling and added the Save function to the VB6 version which I forgot about.
Verrou
31-01-2007, 07:58 PM
Ok i forgot, but whats the site for the external texts again pls.
And cool script Tom A++ already! See what else you can add etc and it'll be A+++rep! :P
And may i suggest not using awardspace! EEW i tried it and although it's ok Evenhosting.com (http://www.evenhosting.com/) is way better. Free accounts have unlimited mb storage
Andre.
http://www.habbohotel.co.uk/gamedata/external?id=external_texts
Is the URL.
Thanks for the hosting reccomend.
Also, there's gonna be an update which I will post later.
EDIT: The free hosting requires forum posts.
Seems I cant edit my last post.
Anyway, I've sort've tested something I coded on this now:
It now fades in and is compact at startup.
When you click Grab! the window expands to reveal the sprite codes in a list box.
Download here: http://iat.awardspace.com/hsg.html#downloads
Now time to go in the bath.
Mr Macro
01-02-2007, 09:10 PM
Nice. REP+
Thanks.
It seems a bit plain to me now; any of you got any ideas?
Mr Macro
01-02-2007, 09:16 PM
Can you link me to the VB6 download please, is it free ?
Yes, its free.
http://iat.awardspace.com/?page=hsg
The downloads are at the bottom.
Mr Macro
01-02-2007, 09:19 PM
I meant so i can make my own programmes, lol.
Oh, VB6 is not free.
But Visual Basic 2005 is.
http://msdn.microsoft.com/vstudio/express/vb/
Mr Macro
01-02-2007, 09:26 PM
Ty, i'd rep but... already did :D
Voldemort
03-02-2007, 12:07 AM
It's alot easier in PHP... 8 lines to grab, sort, and display furni. It's 4 more lines to add other stuff. You just use ctrl-f to search for things, et voila.
http://www.yodaofdarkness.com/et2.php
<?php
$lines = file('http://www.habbohotel.com/gamedata/external?id=external_texts');
sort($lines);
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 5) == "furni")
echo $line . "<br />";
}
?>and it works with all type of things, all you change is the if(substr()) line to whatever you want. If you want to add posters after it, add
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 6) == "poster")
echo $line . "<br />";
}before the ?>
Blinger1
03-02-2007, 11:33 PM
It's alot easier in PHP... 8 lines to grab, sort, and display furni. It's 4 more lines to add other stuff. You just use ctrl-f to search for things, et voila.
http://www.yodaofdarkness.com/et2.php
<?php
$lines = file('http://www.habbohotel.com/gamedata/external?id=external_texts');
sort($lines);
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 5) == "furni")
echo $line . "<br />";
}
?>and it works with all type of things, all you change is the if(substr()) line to whatever you want. If you want to add posters after it, add
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 6) == "poster")
echo $line . "<br />";
}before the ?>
i dont understand any of that.. maybe you could explain a bit ;)?
It's alot easier in PHP... 8 lines to grab, sort, and display furni. It's 4 more lines to add other stuff. You just use ctrl-f to search for things, et voila.
http://www.yodaofdarkness.com/et2.php
<?php
$lines = file('http://www.habbohotel.com/gamedata/external?id=external_texts');
sort($lines);
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 5) == "furni")
echo $line . "<br />";
}
?>and it works with all type of things, all you change is the if(substr()) line to whatever you want. If you want to add posters after it, add
foreach ($lines as $line_num => $line) {
if(substr($line, 0, 6) == "poster")
echo $line . "<br />";
}before the ?>
Voldemort, I was making it in VB .NET. If I wanted to make it in PHP, I would've done.
Cool--
04-02-2007, 11:07 PM
+rep wd
TaBz3
06-07-2010, 05:06 PM
The download link is broken/doesn't work. Can you send it like, on MediaFire?
Thanks. :)
Edited by Cosmic (Forum Super Moderator) Please do not bump threads with the last post being over 14 days old.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.