Search results

  1. H

    PHP - Need API w/ Authentication

    Hi @JayCustom , I'm sorry for my bad English, I'm Brazilian and I was here reading your topic. Look, last week I was in the same situation as you to implement security even if it is minimal in the company's system in the API part of the system. I did it, I implemented JWT, where a Bearer token...
  2. H

    Plusemu Issue LTDS

    find something for stack in your furniture table and put value 1
  3. H

    Fix the problem from the image:

    In your external_flash_texts or external_override_flash_texts search by " furni_placement_error " or add in end of line ex: furni_placement_error=TEXT OF YOUR ERROR HERE See your source code of emulator maybe.
  4. H

    HoloRP swf issue

    Please put your external_variables.txt, client.php here.
  5. H

    Oops, it appears that you have entered an invalid floor map

    Search in your emulator "if (messageLength < 2 || messageLenght > 1024)" and change 1024 to 4159. Sorry my bad inglish, i'm brazilian :)
  6. H

    Oops, it appears that you have entered an invalid floor map

    Modify Integer packet number
  7. H

    Duplicate online users on status cms and about emulator.

    Help me please, I wanted to remove the duplicator from my emulator, it shows duplicate online users, this is very bad. I use Plus Emulator.
  8. H

    Habbo Status?

    Thanks to habbo, I started to enjoy programming and today I work as a programmer haha
  9. H

    HideWired Problem

    Yes, i can change this?
  10. H

    HideWired Problem

    Hi, i have a problem with hidewired command, when I type: unload or use floor the wireds come back up, anything I can do? Plus emulator.
  11. H

    WiredEffect MoveFurniToUserBox Lag

    Coming home I'll put here what I did to fix the speed, I'm at work now. I need now modify the range of furni 1565384750 @JMG add this in HandleSave
  12. H

    WiredEffect MoveFurniToUserBox Lag

    Aahh ok, I didn't know that part. How to increase the identification range of furniture?
  13. H

    WiredEffect MoveFurniToUserBox Lag

    I also hope it works :D
  14. H

    HSCript - Lastest Habbo furnis of Retros

    Nice website
  15. H

    WiredEffect MoveFurniToUserBox Lag

    Oh, what area could this be changed in? 1565367189 I managed to get a little faster, but the furniture does not identify diagonally :
  16. H

    WiredEffect MoveFurniToUserBox Lag

    Table?
  17. H

    WiredEffect MoveFurniToUserBox Lag

    Can you send it to me too?
  18. H

    WiredEffect MoveFurniToUserBox Lag

    I'm looking for a way to improve MoveFurniToUser just by
  19. H

    WiredEffect MoveFurniToUserBox Lag

    Maybe this area ? public MoveFurniToUserBox(Room Instance, Item Item) { this.Instance = Instance; this.Item = Item; SetItems = new ConcurrentDictionary<int, Item>(); TickCount = Delay; Requested = false; }...
  20. H

    WiredEffect MoveFurniToUserBox Lag

    I added more repeaters and it was getting faster, how could I fix this?
Top