-
[RELEASE] Auto Update Habbo - V.2.0 Rewrited!! - (UPDATED 25/02/2011)
A program that downloads new habbo files to always have the latest from habbo:
http://img839.imageshack.us/img839/6720/sinttuloha.png
furnis (swf files in the folder dcr \ hof_furni \) - 100%
sounds (mp3 files in the folder dcr \ hof_furni \ mp3 \) - 100%
Gordon (gordon files in the folder \) - 100%
gamedata (files in the gamedata \) 100%
Auto Crack (Crack the binder Habbo.swf gordon \ RVersion ..- Version-... \) 100%
c_images (images c_images folder \) 40%
Mini-Tutorial
To use it extract the RAR into a folder and open Auto Update Habbo.exe
the end will have 4 new folders .. dcr, gamedata, gordon, c_images
the gamedata/external_variables/1
open it and replace all images.habbo.com to your domain and hotel-us.habbo.com, and images.habbogroup.com
DOWNLOAD:
MEGAUPLOAD - The leading online storage and file delivery service
Auto Update Habbo.rar
SOURCE CODE:
Commings soon for this version..
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
Miggs
..
thanks but 1 error
my exe not is detected as a virus:
you can delete your post :)
-
Re: [RELEASE] Auto Update Version of Habbo
Hoep you get the badges working
-
Re: [RELEASE] Auto Update Version of Habbo
Looks nice, is there any way you could make another version of this that rips all the JS, CSS and Images from Habbo.com?
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
Hejula
Looks nice, is there any way you could make another version of this that rips all the JS, CSS and Images from Habbo.com?
thats a nice idea :thumbup:
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
Hejula
Looks nice, is there any way you could make another version of this that rips all the JS, CSS and Images from Habbo.com?
comming soon..
-
Re: [RELEASE] Auto Update Version of Habbo
Wow, your awesome! Thank-you so much.
-
Re: [RELEASE] Auto Update Version of Habbo
right click and click on Inspect Element.All files all images :D
-
Re: [RELEASE] Auto Update Version of Habbo
Umm, how do we use d.exe and c.exe?
And nice release, shame you couldnt do c_images
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
Hejula
Looks nice, is there any way you could make another version of this that rips all the JS, CSS and Images from Habbo.com?
There was this html ripping program I had. It would rip the entire Habbo website. You could also make it so it only rips css/images and javascripts. Should be on google some where
-
Re: [RELEASE] Auto Update Version of Habbo
Oh Nice one
Posted via Mobile Device
-
Re: [RELEASE] Auto Update Version of Habbo
Next time make on english and other one spanish
-
Re: [RELEASE] Auto Update Version of Habbo
Can we have the source?
Much apreciated if yes
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
Matthew
There was this html ripping program I had. It would rip the entire Habbo website. You could also make it so it only rips css/images and javascripts. Should be on google some where
Google chrome and safari has a feature like that,you can "inspect element" and view all images/javascript/css's etc and download them.
-
Re: [RELEASE] Auto Update Version of Habbo
yeah lol its a cool one
---------- Post added at 03:40 PM ---------- Previous post was at 03:36 PM ----------
Quote:
Originally Posted by
SpazzEmu
English Version (Not %100 on Text, Hex Editer is a bit slow) Now uses .com not .es
Replace the existing EXE file
Remember to hit Thanks / Like
Thanks spazz that helped.Im trying to do a retro in secret.:P
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
SpazzEmu
Can you release it?
-
Re: [RELEASE] Auto Update Version of Habbo
i'll rip habbos css etc,
---------- Post added at 06:31 PM ---------- Previous post was at 06:30 PM ----------
only if i got the time.
-
Re: [RELEASE] Auto Update Version of Habbo
Wow, amazing. If this actually works, well done. I will totally use it :D
-
Re: [RELEASE] Auto Update Version of Habbo
SpazzEmu, with what program did you decompile?
SpazzEmu can remove your zip of .exe hex edited, because I am release new version in minutes..
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
SpazzEmu
@Capostrike93 only yours.
I made a few edits it now Cracks SWF's but by replacing Varoke with your Domain
To use just edit YourDomain to your Domain
So if you are Example.net you replace it with Example
It only Cracks .net domains
Why publish my code -.-
Now I'll have to make it open source -.-
your code (content = Regex.Replace(content, UnCracked, Cracked);) does not crack the swf ..
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
SpazzEmu
you sucks
Console.WriteLine("\nCreated by Spazz based from Capostrike93 work \n");
wtf
you just add
string UnCracked = "varoke";
string Cracked = "YourDomain";
content = Regex.Replace(content, UnCracked, Cracked);
and get credits for create this exe complete?? wtf
also if you know something, you'd know that
Cracked string = "yourDomain"
should have a length of 6 characters
so your 2 lines of code is not an effective crack ..
I see you could not decompile the part cracking code of my aplication..
-
Re: [RELEASE] Auto Update Version of Habbo
Quote:
Originally Posted by
SpazzEmu
Your Crack
I did not add 3 lines i added
Code:
string UnCracked = "varoke";
string Cracked = "YourDomain";
StreamReader reader = new StreamReader("gordon/" + str6 + "/temp");
string content = reader.ReadToEnd();
reader.Close();
content = Regex.Replace(content, UnCracked, Cracked);
StreamWriter writer = new StreamWriter("gordon/" + str6 + "/habbo.swf");
writer.Write(content);
writer.Close();
lol
you have changed
Code:
System.IO.File.WriteAllBytes("gordon/" + ver + "/Habbo.swf", readbytes);
to
Code:
StreamWriter writer = new StreamWriter("gordon/" + str6 + "/habbo.swf");
writer.Write(content);
writer.Close();
really you sucks.. and you crack method is very bad..
my crack method change false to true
instead of changing a string must be at force 6 characters, must also be domain. net ..
you did nothing really .. stop being a child and the desire to feel important
due to circumstances I post my current code
(Code in first Post)
really SpazzEmu you sucks !
-
Re: [RELEASE] Auto Update Version of Habbo (Open Source Now)
Spazz's version is better and it craks the .com files not .es files.And he know how to code
-
Re: [RELEASE] Auto Update Version of Habbo (Open Source Now)
Quote:
Originally Posted by
Miggs
Spazz's version is better and it craks the .com files not .es files.And he know how to code
NOT...
-.-!!!
this code is the problem (Habbo.swf)
Code:
private function _-1ce():Boolean{
var _local2:int;
var _local1:Array = this._-2WK.split(".");
if (_local1.length >= 2){
_local2 = (_local1.length - 1);
if ((((_local1[_local2] == "com")) && ((((_local1[(_local2 - 1)] == "habbo")) || ((_local1[(_local2 - 1)] == "sulake")))))){
return (true);
};
if ((((_local1[_local2] == "net")) && ((_local1[(_local2 - 1)] == "varoke")))){
return (true);
};
};
return (false);
}
Spazz's change the value "varoke" for other
MY CODE CHANGE return (false); to return (true);
IS FOR MUCH MORE BETTER
and so .com
In the next version you can select domain.. .com .es etc.. and more resources downloaded...
-
Re: [RELEASE] Auto Update Version of Habbo (Open Source Now)
Very nice release, will use it!
@Spazz, stop ripping.