NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI

Status
Not open for further replies.

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
NovaEMU ~ habbod ~ Butterfly edit ~ Stable ~ Newest UI
Hello DevBest,

I am here today to release the NovaEMU. I was in no part related to the development of this EMU and will not provide personal support for it.

I obviously need to make this loud and clear -
If you are a noob, do not use this emulator.
If you have questions, post it in the HELP section. Posting it in this thread will only result in it being closed.

This emulator features -
- Achievements
- Bots
- Badge Display
- Club Gifts
- Gifts
- Recycler
- Relationships
- Marketplace
- Room Events
- Room builder
- Room polls
- Groups
- Guide Tool
- Youtube Videos
- Working Wired
- Full working MOD tool (unique)
- Jukebox
- More


Current revision -
• RELEASE63-201406121205-769959

What you need -
• Visual Studio Ultimate 2013
• Add features: Microsoft Foundation Classes for C++
• .NET Framework 4.5

!Important Exploit Fix!
Find query in AddANewWordToRoomFilterMessageComposer.cs:

dbClient.setQuery("INSERT INTO room_filter (roomid,word) VALUES (" + FlatId + "," + FilterWord + ")");


Replace query with:

dbClient.setQuery("INSERT INTO room_filter (roomid,word) VALUES (" + FlatId + ",@word)");
dbClient.addParameter("word", FilterWord);
dbClient.runQuery();



Find query in AddANewWordToRoomFilterMessageComposer.cs:

dbClient.runFastQuery("DELETE FROM room_filter WHERE roomid = " + FlatId + " AND word = " + FilterWord + " LIMIT 1;");


Replace query with:

dbClient.setQuery("DELETE FROM room_filter WHERE roomid = " + FlatId + " AND word = @word LIMIT 1;");
dbClient.addParameter("word", FilterWord);
dbClient.runQuery();

Delete: bin/x64/Debug/System/configuration/Authentication data.DONG, start emu, press 'N' -> host: 127.0.0.1 -> port: 3306 -> root user -> password & done

There are no exploits, don't worry.

Downloads:
Exploit Fixed EMU & Fixed Database Download:
SWF Pack Download:

Screenshots:
qncJvQ2.png

nXOOJ2Z.png

Cheers,

Kiss[/quote]
 
Last edited:

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
I've updated the thread with a full SWF pack and an entire pack of all of the NovaEMU files. I have also included a bit more content about the EMU and some screenshots.
 

bruhguy

Retired
Jun 26, 2015
261
34
A Few buttons don't work, but I still love the " builders club " :)
Otherwise Azure still wins :( stupid moon man
This is 100% Exploit free, come on man it's super stable not like Azure

@Kiss Add the new link for the swfs provided by Ryan in RZ
SWF Updated Link :
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Gonna base an RP off this Butterfly Edit with Kieren, should work really well.
 

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
Important Update -
Please use this download for the EMU instead of the one that was originally in this thread. The original contains an exploit that has been fixed in the newer version.



I have also included the fix that needs to be addressed in the main thread if you wish to apply it yourself.
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
Do the buttons work for changing room settings ? Such as when you extend it, does the " save " button work?
Was hard for me to understand which one is the correct button since they were in different languages
 

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
Do the buttons work for changing room settings ? Such as when you extend it, does the " save " button work?
Was hard for me to understand which one is the correct button since they were in different languages
The Floorplan editor was reported to be working, yes.
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
Alright, thanks a lot.. I'll get my partner to check it out. Great release Sailor goon. :p
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,736
1,319
Anyone having issues
-Check to see your 'supersecret.php' is set up right
-If you're not using Nova's CMS (Illumina) than add the banner and make sure it uses supersecret.php
-Use Habbo3.swf
-Make sure the emulator isn't recording any errors (debug folder/logs)
-Yes, you're going to need some small database experience to fix any errors regarding Nova, and SWF experience.

To debug!
-Nova can only be debugged with Visual Studio Ultimate 2013 with C++ Extensions
----
Anyways, I honestly think Nova is quite a nice base especially because it's built on Butterfly r105 which had an exceptional 3D Heightmap, haven't had too much time to play around but I'd recommend this over Azure
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
Thread has been cleaned, Remember if you need help regarding this post it not on this thread.
 
Last edited:

JynX

Posting Freak
Feb 6, 2016
710
438
Anyways, I honestly think Nova is quite a nice base especially because it's built on Butterfly r105 which had an exceptional 3D Heightmap, haven't had too much time to play around but I'd recommend this over Azure

I agree with you 100% definitely better than Azure. Great release.
 
Status
Not open for further replies.

Users who are viewing this thread

Top