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.
Type: Posts; User: Damien Jolly
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.
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...
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...
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.
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 = "";...
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...
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...
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...
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.
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...
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...
Bit late habbo
https://www.habbo.com/community/article/22602/group-chat-is-finally-here
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.
...
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...
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...
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 :...
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.
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 =...
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:
...
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.
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.
I updated using these packets and everything worked perfectly fine for me. Maybe you didn't update the structure for the catalogue correct??
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...
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.
...
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.
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.
Here's another exploit while we're at it.
In PurchaseFromCatalogEvent.cs
Change:
if (Amount < 1 || Amount > 100)
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...
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...
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.
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.
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...
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...
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...
I suggest pull the users achievement progress for the days online badge, that should do the trick perfectly.
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 :)
Use the search function their are various tutorials :)
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...
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
I think the new UI for room tool is ugly af.
Bumping the thread. Surely someone knows how to get this working.
Amen to that ^
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...
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...
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 :)
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....
There's so many more structure changes than the flatcats. Have fun with your rooms and teleportes xo.
Should store user ID rather than username. Would be better for the hotels that have :flagme and the ability to change name.
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.
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...