Search results

  1. Marko97

    [DEVELOPMENT] SuperPlus Emulator

    I'm using Plus Revision 2. I will create two different emulators: 1) As similar as possible to Habbo without custom content; 2) As similar as possibile to Habbo with custom content.
  2. Marko97

    [DEVELOPMENT] SuperPlus Emulator

    NOW WE HAVE A DISCORD CHANNEL, IF YOU WANT YOU CAN JOIN NOW: https://discord.gg/nQcerM Hello anyone! I'm Marko97 and I will present you a new project started with my friend and the co-CEO @xXSicilyXx . This is SuperPlus Emulator based on Plus Emulator by Sledmore. ACTUAL FIXES (UPDATED...
  3. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    If you send me the Habbo.swf I can retrieve the wrong IDs and I will publish in this thread
  4. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    I'm testing, If I'll found a new issue, I will publish it.
  5. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    Use this: public const int RoomNotificationMessageComposer = 1469; public const int BubbleNotificationMessageComposer = 1469;
  6. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    Please wait while I perform the analysis. If I've found the solution I will public it in this thread. Have a nice day! IMPORTANT! Change this packets: TradingCompleteMessageComposer TradingFinishMessageComposer RoomNotificationMessageComposer BubbleNotificationMessageComposer with this IDs...
  7. Marko97

    Automatic Alert

    No it's a functionality inside the Support Ticket packet.
  8. Marko97

    Automatic Alert

    Hi! Someone have this functionally coded in Plus Emulator by Sledmore? If you have this please post the code. Thanks!
  9. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    I'm not sure that is correct packet because I have the same problem. I need to watch the structure of packet in same SWF to ascertain it. I will send you a message if I have found the problem.
  10. Marko97

    SWFBank M97 Project - A Habbo SWF downloader

    Hi! Today I want to introduce you my service for download and update your release! Visit the official website: CLICK HERE
  11. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    VERSION: PRODUCTION-201802201205-141713395 NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more! Go to ServerPacketHeader.cs and replace all with: Go to ClientPacketHeader.cs and replace all with: Go to RSAKeys.cs and replace all with: namespace...
  12. Marko97

    Client resources very slow or stuck during load

    I'm not using any VPN or proxy. This issue appear with all PC ... For me it's a problem caused by Cloudflare.
  13. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802131208-148583513

    No, if you want I can find the packet. Send me in private ur Habbo.swf and the actual packet number.
  14. Marko97

    Client resources very slow or stuck during load

    I'm using a hosting based Linux. But this problem it shows up also in a Windows VPS. Is it caused by SSL Cloudflare?
  15. Marko97

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802131208-148583513

    NB: This release contain packets for Helper Tool, Camera, Crafting Table, Ambassador and more! Go to ServerPacketHeader.cs and replace all with: Go to ClientPacketHeader.cs and replace all with: Go to RSAKeys.cs and replace all with: namespace Plus.Communication.Encryption.Keys { public...
  16. Marko97

    Client resources very slow or stuck during load

    Hi someone, I've a problem with my DCR. I'm using Plus Emulator with SWF's downloaded with Plus pack by Sledmore. My DCR are very very slow to load elements, or stuck during load.
  17. Marko97

    [Plus Emulator] Command Erase Chatlog

    You can edit this query dbClient.SetQuery("DELETE FROM `chatlogs` WHERE `room_id` = @RoomId"); with this: dbClient.SetQuery("DELETE FROM `chatlogs` WHERE `room_id` = @RoomId LIMIT 50 ORDER BY `timestamp`"); For example, if you want delete only last 50 messages write LIMIT 50 else if you want...
  18. Marko97

    [Plus Emulator] Command Erase Chatlog

    1. Go to HabboHotel/Rooms/Chat/Commands/Administrator and create a new class called: EraseRoomChatlogCommand.cs and paste this: using Plus.HabboHotel.GameClients; using Plus.Database.Interfaces; namespace Plus.HabboHotel.Rooms.Chat.Commands.Administrator { class EraseRoomChatlogCommand ...
  19. Marko97

    GameMap bug (Plus Emulator)

    Hi! I've this problem: https://gyazo.com/8bc67b4191473bdabedd2046fc896224 How to resolve?
  20. Marko97

    HabboEmulator ~ Support thread.

    Is PathFinder organized?
Top