Search results

  1. JayCustom

    Client Error!!

    What's the error?
  2. JayCustom

    How to compile nitro?

    You can find instructions on the nitro release / git website
  3. JayCustom

    Recruiting Comet Developer

    If you are using nitro, you should have no reason to add websockets. You should utilize nitro to create your own packets and change things - you have full control it is open source.
  4. JayCustom

    Flash Patch

    You can change either web servers default port then just go to localhost:port to view that web server. You could also setup your own sub domains on one web server to have multiple different sites
  5. JayCustom

    XAML timer

    XAML - Utilizing C#? Like WPF? You would just bind to a variable, that you could update on a timer, or spawn a background task that updates the variable in a while loop? I believe the standard practice is using a WPF DispatcherTimer
  6. JayCustom

    Delete this

    It's Bliss emulator. The one I released that I was working on years ago, like 2017. I've restarted the project and have completely refactored this emulator. My advice to anyone using it, is completely change it or don't use it. There is a MySQL parameter for allowing datetime and another for...
  7. JayCustom

    Cosmic CMS News image not working

    Did you inspect element to see where it is trying to load the image from..?
  8. JayCustom

    Flash Browser for Habbo (Habflash)

    Nitro is made of css and html allowing you have full control to easy implement your own gui items instead of hacking in a secondary connection like websockets. You can migrate all connections to DotNetty on Plus. If you like the original look and feel there are releases of flash UI otherwise you...
  9. JayCustom

    Unable to walk

    Restart the server again - this was a known bug in plus. I managed to fix it, but can't remember how. Has something to do with the thread getting initialized and running the cycling I believe.
  10. JayCustom

    Flash Browser for Habbo (Habflash)

    Downloading a new browser just for flash games is ridiculous. The community had years to prepare and there are already well developed alternatives to flash.
  11. JayCustom

    Adding Badges

    Did you clear cache after adding those? Clear cloudflare if you're using that too.
  12. JayCustom

    Plus Emulator Help

    You are creating a new websocket with the string "{ip}:8000" but you didn't tell the compiler this was a interpolated string. To do that you put a dollar sign in front of the string. $"{ip}"
  13. JayCustom

    Database Command Query

    No, He's looking to replace the text "habbo.com" with "customlink.com" in the items table extradata column.
  14. JayCustom

    Is there a tutorial to upload furniture to Nitro HTML5? files extension .nitro

    Damn I didn't even know about this. In the discord someone told someone else it was not possible. I was thinking to myself that's a bit crazy. Thanks for sharing this!
  15. JayCustom

    Is there a tutorial to upload furniture to Nitro HTML5? files extension .nitro

    Yeah you need the swf file before they converted the resources to nitro. You modify the original then convert it and replace the previous nitro file.
  16. JayCustom

    Is there a tutorial to upload furniture to Nitro HTML5? files extension .nitro

    You modify the swf then convert it back to a nitro file.
  17. JayCustom

    Anyone good in SQL queries?

    Script to do what? Drop the table? Clear all records? Select items?
  18. JayCustom

    Tanji exploit [DIAMONDS] [PLUS EMU]

    Look at the packet error log it's just going to be class name and line number? 1631467060 Are you sure you aren't just giving all users vip points on a cycle, and they just don't ever log their account out?
  19. JayCustom

    Tanji exploit [DIAMONDS] [PLUS EMU]

    You make your hotel anti-tanji by protecting your packets. Review the packet error log on your emulator and it will likely show you what packet they are attacking from, because it likely took them a few attempts to find your exploit. Once you see the packet you can figure out how to solve it.
  20. JayCustom

    Autumn customs & recolors release

    These are cute nice job
Top