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:
You must be registered for see links
SWF Pack Download:
You must be registered for see links
Screenshots:
Cheers,
Kiss[/quote]
Last edited: