Er mein WIR sollen uns verpissen? Dabei ist ER doch gekommen?!
Unlogisches kerlchen xD
Ich glaube er war früher als manch anderer da
Btw regt euch ruhig auf haha
Er mein WIR sollen uns verpissen? Dabei ist ER doch gekommen?!
Unlogisches kerlchen xD
Ich glaube er war früher als manch anderer da
Btw regt euch ruhig auf haha
The Script is soon useable in PHP too!
Here's a snippet from the code:
I've tested the alpha version and I'm very surprised. I'm very excited about the beta version.
Hughinho98 sagt, der command heißt socket_create()
You should make a video or something, because your Englisch isn't the best.
Are you fucking kidding me? Dude, shut the fuck up. If you can't post useful stuff, shut the fucking fuck up!
There will follow some new screens.
Yea, the website got a maintenance break. We will back soon.
Currently the script just works on official habbo hotel, but we're working for the retroMorph.
But its a little bit different, because the HS (habbo-script) team tries, to get automaticly all data from the various emulators. So we're programming a hardworker bot which can get every source data from the emulator (through typing :about).
But you can try to open an UPD Socket to 174.68.12.194 on port 2752 and send these bytes: "F4 AA 4D 7E E9". Then you should be able to reroute the Connection to your local box. Also, try to nmap the network structure of the retro to be sure you get the right port for the morph.
greetz, habbo-script.to team
This code opens a SYN Socket Connection to the Habbo Server. Then it sens some encoded bytes with AS3 code. It should simulate a look change, and then you are naked.
Finally the generated look is hashed and so deleted.
Sagt der richtige Guck doch der Thread ist fast 1 Jahr alt,trottel.
du noooooob
Thank you for your release.
Danke!! Funktioniert einwandfrei!
hast du einen programmierservice, dann würde ich dich eventuell bei mir einstellen?
Meld dich mal bitte via PM!
Hello dudes,
trough a Habbo vulnerabillity I found a big exploit.
This is the first forum where I release the source code.
compile this code @ a c++ editor,
login with your normal habbo data and get the morph script code!
bool bAntiMorph = false;void AntiMorph(){ while (bAntiMorph == true) { WriteToPointer(CharAddy, MorphOffset, 0); Sleep(1); }}
#pragma region Morphint MorphID;
bool bmorph = false;
void morph() { while (bmorph) { WriteToPointer(CharAddy, MorphOffset, MorphID); }}
Void Form1::checkBox5_CheckedChanged(System::Object^ sender, System::EventArgs^ e) { if (checkBox5->Checked == true) { MorphID = Convert::ToInt32(textBox1->Text); bmorph = true; NewThread(morph); } else { bmorph = false; TerminateThread(morph, 0); WriteToPointer(CharAddy, MorphOffset, 0); }}Void Form1::checkBox6_CheckedChanged(System::Object^ sender, System::EventArgs^ e) { if (checkBox6->Checked == true) { checkBox5->Checked = false; bAntiMorph = true; NewThread(AntiMorph); } else { bAntiMorph = false; TerminateThread(AntiMorph, 0); Sleep(1); } }
bool bMorph1 = false;bool bMorph2 = false;
void Morph1() { while (bMorph1 == true) { WriteToPointer(CharAddy, MorphOffset, 9); Sleep(1); }}void Morph2() { while (bMorph2 == true) { WriteToPointer(CharAddy, MorphOffset, 22); }}
Void Form1::checkBox7_CheckedChanged(System::Object^ sender, System::EventArgs^ e) { if (checkBox7->Checked == true) { bMorph1 = true; NewThread(Morph1); } else { bMorph1 = false; TerminateThread(Morph1, 0); WriteToPointer(CharAddy, MorphOffset, 0); Sleep(100); } }Void Form1::checkBox8_CheckedChanged(System::Object^ sender, System::EventArgs^ e) { if (checkBox8->Checked == true) { bMorph2 = true; NewThread(Morph2); } else { bMorph2 = false; TerminateThread(Morph2, 0); WriteToPointer(CharAddy, MorphOffset, 0); Sleep(100); } }
#pragma endregion Morph
Alles anzeigen
greetz
mako ~ habbo-script.to
sehr geil gemacht