Search results

  1. JayCustom

    Need help with rare_colourable_ rares

    It still has to be inside the scripting for the swf.
  2. JayCustom

    Need help with rare_colourable_ rares

    You can use a script editor ,like the habboui editor that was released to break apart the swf and add a new color in the scripts.
  3. JayCustom

    Need help with rare_colourable_ rares

    The colors have to be built into the swf for you to be able to use those colors.
  4. JayCustom

    Disconnect when Kicking pets

    Is there any errors in your log file?
  5. JayCustom

    Broken Registration

    It's based on the IP address. Sounds like everyone has the same IP.
  6. JayCustom

    Avoid users wears non-purchasable clothing on mannequin. [Plus EMU R2]

    Personally, I would create a class that you can send in the figure the user wants to wear, and the user who is attempting to wear it, and do the check if they can wear those items. That way it is reusable for anything: Mannequins, Mimic Command, Football Gate, Wired Effects, etc 1600700649...
  7. JayCustom

    Avoid users wears non-purchasable clothing on mannequin. [Plus EMU R2]

    You can check in the mannequin code, loop through each clothing item and only give them the clothing they have - or give them a popup that says "One or more of the items you are not able to wear"
  8. JayCustom

    Cms Skin Error

    Looks like it did show up you just need to link the css files correctly
  9. JayCustom

    Problem with PlusEmu

    Yeah the client side is what handles opening the navigator, clothing editor, etc. Are you still able to load catalog items and purchase them though? Or see other rooms in the navigator? Run the emulator from the debugger, wait for it to happen, then put a breakpoint in the on chat event and...
  10. JayCustom

    Problem with PlusEmu

    You need to provide more context, maybe a clip of an example. This is an issue with the emulator , just have to narrow it down.
  11. JayCustom

    Scoreboard Fix

    There was an emulator released that has it implemented, you'll have to find that release. It was Plus R2
  12. JayCustom

    Scoreboard Fix

    I'm pretty sure plus doesn't have scoreboard code implemented
  13. JayCustom

    Recruiting Habbex Hotel

    I can run any queries I want, you're not filtering any inputs Check out your mottos - I did a harmless sql injection. Example 2- Gave myself credits:
  14. JayCustom

    Recruiting Habbex Hotel

    Your CMS is exploitable.
  15. JayCustom

    Recruiting Habbex Hotel

    " why not try something different!? " What is different about Habbex? How are you planning on handling flash being removed in < 3 months?
  16. JayCustom

    Rotate Command Plus EMU

    No its for furniture but the idea is the same you just need to set the roomuser rotation and ask for an update. You can look at the OnClick event for clicking on a user (incoming packet)
  17. JayCustom

    Rotate Command Plus EMU

    You can find the command in my recent emulator releases. You can rotate 1-8. NSEW and the 4 diagonals. The command needs fixed to allow all numbers 1-8 but it works on the 4 rotations (0,2,4,6). The emulator also has the stack height and state command
  18. JayCustom

    Edit clothes

    You have to edit all the images
  19. JayCustom

    Plus Emulator customs

    You dont you uss the swf decompiler. The habboui editor is for changing the scripts
Top