Search results

  1. P

    [NEW COMMAND - PLUS] Pickup Item

    Hi! I've released a command to pickup all items on the room where this item is the same item the user clicked. e.g: I have 1000 thrones in the room but i only want remove all thrones (without use the command pickall), so i click 2x on the throne and remove all the thrones that I own.. Any ideia...
  2. P

    Generate Furnis [RELEASE]

    Hii again :) !! Ive coded a generator furnis and i know exists some generators actually but the difference is you can choose the productdata and then configure with tie item name automatically. Written in C#. The moment have for Plus and Arcturus. SQLs (catalog_pages, catalog_items, furniture...
  3. P

    [FIX] - Profile offline (PLUSEMU)

    Hi! Idk if u have this fix but if u don't have and u want just follow the tutorial. 1- Search the file ProfileInformationComposer.cs Search: WriteBoolean((PlusEnvironment.GetGame().GetClientManager().GetClientByUserId(habbo.Id)) != null); Replace...
  4. P

    [NEW] Lotto System

    Hii again xd! I'm sharing lotto system i coded. I won't teach you how to do everything right. If you want to add this feature, have some idea how to add it in the emulator. 1- Create a new file with the name: LottoParticipateCommand.cs #region using Saturn.HabboHotel.Lotto; using...
  5. P

    [NEW FIX] Gift Anonymous

    Hi again xD :) I fixed the gifts the mode anonymous and I will share this! 1- Open the file PurchaseFromCatalogAsGiftEvent.cs Search if u have some packet boolean. If not insert like this: Add this: bool Anonymous = Packet.PopBoolean(); int UserId; Now search " Session.SendMessage(new...
  6. P

    [NEW] Purchase LTDs Limit

    Hi! I coded this system and now I'm going to share it for everyone. :) 1- HabboHotel>Catalog>CatalogItem.cs After OfferID, enter this code (ex: print) public int LTDLimit { get; set; } Now in ' public CatalogItem( ' after int OfferID, add int LTDLimit (ex: print) After '...
  7. P

    [COMMAND] Add LTD (catalog)

    Hi! I coded this command and now I want to share it for everyone. :) 1- HabboHotel>Rooms>Chat>Commands>Administrator and enter a new code with the name LTDCommand.cs #region using Plus.HabboHotel.Items; using Plus.Core; using Plus.HabboHotel.GameClients; using System; using...
  8. P

    [FIX] - Room Map (:Floor)

    Today I'm going to give you a fix for your Habbo. What does it consist of? On the floor (: floor) you can change, add, remove, climb, etc ... squares of your room. Only when they have mobis and you run the floor command for editing the mobis (all) are in the same form (1x1, following the print)...
  9. P

    [NEW COMMANDS] - OPEN ROOM, CLOSE ROOM

    Well, I came in wanting the commands to open the room and close the room. I searched the Internet and could not to find none I wanted. So I decided to create it for myself (probably if someone has these commands, maybe they are almost the same). I developed the entire command, but I was having...
Top