Search:

Type: Posts; User: Damien Jolly

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    614

    Re: Habbopages composer

    You're wrong! There IS a composer for it aswell, used for habbo terminals.

    Post your swf and I'll happily find it for you.
  2. Replies
    4
    Views
    3,567

    Re: [rel] production-201707041014-428081343

    Or instead of copying and pasting from other forums, check the packets yourself. Half of them are clearly wrong.



    public const int TradingFinishMessageComposer = 1822;

    To:


    public const...
  3. Replies
    53
    Views
    8,808

    Re: Twist Website - Node 7.x

    Hate to be an ass since I respect both of you from a developers standpoint, but this isn't really a "leak".

    I could easily just grab all the front end of your website and release it here. It...
  4. Replies
    8
    Views
    891

    Re: Leaderboard Credits

    That's not a good way to do it. Best grabbing them all in the first query then just adding the headonly attribute to the figure params for the first one.
  5. Replies
    8
    Views
    891

    Re: Leaderboard Credits

    Seems like alot of people are using my leaderboards now haha.
    Anyway this is what you need to do:



    $num = 0;
    foreach($usersStats as $userStats) {
    $num++;
    $figure = "";...
  6. Replies
    6
    Views
    1,159

    Re: Crafting Table thinks I'm not the owner

    I'm not talking about the crafting table, I mean the actual items you're using for the recipes. They all have a set furniture type in the swf files. You have to edit your regular furniture to get...
  7. Re: Is this shop good enough for public hotel use?

    Looks really good, may I suggest changing the price from red to white, the red clashes with the background colours too much (especially the bronze). I also think the silver is a little too dark, may...
  8. Replies
    6
    Views
    1,159

    Re: Crafting Table thinks I'm not the owner

    Ran into this problem too when i was testing things.

    The reason this happens is because the furniture type isn't a crafting item. You have to edit the swf and change the furniture type in order...
  9. Replies
    32
    Views
    14,576

    Re: TAG on username with rank's

    Make sure to do a ChatPreference check, so that users using the old chat wont get a nasty output with the font tags. Same goes with that Colour@ thing or w.e.
  10. Replies
    6
    Views
    767

    Re: Limited badge on wall items

    It's not self placed, it's an issue that's been in Plus for some time. There are quite a number of exploits I discovered when I went over and checked all my incoming packet data.

    Would of removed...
  11. Replies
    6
    Views
    767

    Re: Limited badge on wall items

    The structure for both wall items and floor items are totally different. I don't think wall items support the use of limited editions.

    The reason they "appear" to work in the inventory is because...
  12. Re: Messenger Packet Structure [And Group Chats]

    Bit late habbo
    https://www.habbo.com/community/article/22602/group-chat-is-finally-here
  13. Replies
    17
    Views
    7,522

    Re: [PLUS EMULATOR] Bot Frank

    This is such a terrible way of handling welcome bots, I hope you realise bots already have a function that can be used to handle that type of data without thread.sleep.

    ...
  14. Re: Messenger Packet Structure [And Group Chats]

    I had it on my hotel for a while, but I have them as chats you can set up on the cms with your friends instead of groups. I just check the string to see if it's a figure and send the url elsewhere...
  15. Replies
    13
    Views
    9,829

    Re: Staff Chat Plus emu

    You're an idiot, when the ID is <= 0 the chat is then considered a "group chat" for groups. That's why it requests that URL to get the group badge for the chat. You can just check if the string is a...
  16. Replies
    33
    Views
    16,970

    Re: Mega Offer Notification

    So I finally got round to coding this the other day and he's what I found/learnt.

    First I'll post the structure for the composer:


    int : type - 1 = open | 4 = closed
    int : id
    string :...
  17. Re: Latest CRACKED SWF + Headers PRODUCTION-201607262204-86871104 [PLUSEMU]

    Set the id for the page to negative so if it's 16, set it to -16 and then put the parent id to -16 for all the sub categories.
  18. Re: Crack SWF - PRODUCTION-201612201205-462162202

    Here you go my friend: Click me!

    I've included the habbo_scripts as well for you. Make sure you use "cracked", the other swf is the original.

    RSAKeys


    N =...
  19. Re: [Furni] disconnect when clicking on it.

    Crackables don't use any packets as far as I know. They're done using the item composers extra data. Here's the case if you want a starting point using Plus.



    case InteractionType.CRACKABLE:
    ...
  20. Replies
    33
    Views
    16,970

    Re: Mega Offer Notification

    Exactly that! I'm sure there must be some packet used to do this. Surely it can't just be infinite considering there is a buy limit.
  21. Replies
    33
    Views
    16,970

    Re: Mega Offer Notification

    I think he means getting rid of the offer once it's been purchased. So the overlay for it goes away without having to reload the hotel, ext.
  22. Re: Latest PRODUCTION-201606242205-761645438 Headers + Crack [INCOMPLETE]

    I updated using these packets and everything worked perfectly fine for me. Maybe you didn't update the structure for the catalogue correct??
  23. Replies
    1,905
    Views
    315,222

    Closed: Re: [PlusEMU] When you signup a room automatic get's created

    I think the best place to create the room is right after where it checks to see if the user has data in the 'user_info' table. You can use that check to see if the user is a nooby. What I'd do is...
  24. Replies
    18
    Views
    6,024

    Re: [RELEASE] HoloRP Catalogue

    Nah, not talking about customs (Never really was a true fan of customs myself). I'm not saying the name of the hotel, but your radio player is an example. So you should know what hotel from that.
    ...
  25. Replies
    18
    Views
    6,024

    Re: [RELEASE] HoloRP Catalogue

    Catalogue is decent. But can Holo please stop ripping stuff from my hotel. Gain some originality or atleast have the decency to ask for my permission first.
  26. Replies
    62
    Views
    28,732

    Re: Plus Emulator Security Fixes

    Isn't it supposed to be..


    if (!Room.CheckRights(Session, false))
    return;


    Otherwise you're allowing everyone BUT users with rights to use and save wired.
  27. Replies
    62
    Views
    28,732

    Re: Plus Emulator Security Fixes

    Here's another exploit while we're at it.

    In PurchaseFromCatalogEvent.cs

    Change:


    if (Amount < 1 || Amount > 100)
  28. Replies
    62
    Views
    28,732

    Re: Plus Emulator Security Fixes

    Number 2 is the exact fix I posted a while back on another forum, yet you credited Shorty? hmm ;)

    Either way, I doubt this is the last of these exploits, they seem to be popping up out of nowhere...
  29. Re: uHabboCMS Release ~ Older Version ~ Forums ~ Avatar Selector ~ Custom CMS

    Never used PDO is my life, I just added it as an example of the multiple database support. I added the comment in case people decided to use it in future and were planning to use PDO.

    That's...
  30. Re: uHabboCMS Release ~ Older Version ~ Forums ~ Avatar Selector ~ Custom CMS

    Proof:
    http://i.imgur.com/RQniFVz.png

    Feel free to download a check for yourself
    I'm not to be held responsible for any other exploits that he could/might have put in.
  31. Re: [REL] 13 New Classic Furni (Welcomslounge 2016?)

    No, I know what I said.
    Springboard and diving board are the same thing. Since a diving board is a spring in itself.

    Please don't try and feed words into my mouth.
  32. Re: [REL] 13 New Classic Furni (Welcomslounge 2016?)

    My guess is they're planning to bring back the old public rooms.

    The enable for spring board and now this..
    The pillar is new and in the old v10-v20 home room they had pillars. So fingers...
  33. Closed: Re: PlusEMU - Habboon Edit - PRODUCTION-201601012205-226667486

    For a better more secure Authenticate you can leave the contents in "SSOTicketEvent.cs" as they are (the check for the empty string wont be needed, but you can keep it if you choose to).

    In...
  34. Replies
    16
    Views
    1,115

    Re: Update Packets / Dowload Base

    Honestly, I'd go with option one. IF you have the time and you know what you're doing. Some of the old butterfly r63a Emulators are really solid, and the code relates to that. You'll have alot to do...
  35. Replies
    27
    Views
    1,967

    Re: Staff Stats

    I suggest pull the users achievement progress for the days online badge, that should do the trick perfectly.
  36. Replies
    24
    Views
    7,194

    Closed: Re: Auto Header Updater v2.5 (Outgoing ONLY)

    If that's the case for you, you should thank him. He's done the harder part for you.

    OnTopic:
    F**CKING AMAZING RELEASE!! Sure going to save me alot of time :)
  37. Re: RELEASE63-201411201226-580134750 Cracked!

    Use the search function their are various tutorials :)
  38. Re: RELEASE63-201411201226-580134750 Cracked!

    With each new revision the packet ID's gets shuffled. So you need to extract the scripts from your habbo.swf and update all your old incoming and outgoing packet ID's 1 by 1, or Packetlog them from...
  39. Replies
    3
    Views
    935

    Mango Emulator

    Anyone got a copy of Mango Emulator they could share with mine. The git has been taken down and I can't find it anywhere.

    -Thanks
  40. Replies
    77
    Views
    12,739

    Re: RELEASE63-201409181425-354054972 - Cracked

    I think the new UI for room tool is ugly af.
  41. Replies
    1
    Views
    518

    Re: Hall of fame widget

    Bumping the thread. Surely someone knows how to get this working.
  42. Re: Looking for a C# coder.

    Amen to that ^
  43. Replies
    1
    Views
    518

    Hall of fame widget

    I've been working on my emulator and I've been trying to get this widget to work.

    I have the correct packet ID and structure and I know that the first string determines what data it pulls from...
  44. Re: Plus EMU + Other Butterfly Edits - Staff Rank in Friend List [ADDON]

    It was just an idea. Useless? I think not. I took a unused string and made something of it. I coded this in the space of 5mins. I'm sure theirs a better way to do it (like most things), via caching...
  45. Re: Plus EMU + Other Butterfly Edits - Staff Rank in Friend List [ADDON]

    Very true. But I wanted to utilize the fact that the ranks table is already used in most cms'. So people could easily edit it w/o much hassle :)
  46. Plus EMU + Other Butterfly Edits - Staff Rank in Friend List [ADDON]

    Earlier @Rush Retros gave me the idea to add Staff ranks to the friend list page. As shown bellow:

    Image:
    http://i.imgur.com/9NIoFPI.png

    P.s This uses the Ranks table to grab the rank names....
  47. Replies
    11
    Views
    2,262

    Re: [PLUSEMU] RELEASE2014-06 - THREAD [#m]

    There's so many more structure changes than the flatcats. Have fun with your rooms and teleportes xo.
  48. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Should store user ID rather than username. Would be better for the hotels that have :flagme and the ability to change name.
  49. Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)

    Why didn't you code it securely in the first place? Just shows you're unreliable if you can't even get the job done right the first time.
  50. Replies
    22
    Views
    2,835

    Re: UberCMS - Jonty's Badgeshop 2.0

    I for one I never really pay attention of my current balance. It's useful for the user to know how much he/she has to spend on badges. What if you think you have more than you already do? And want to...
Results 1 to 50 of 100
Page 1 of 2 1 2

Advertisement