It's probably ejecting, not picking up. Basically meaning a user with rights has the option to "eject" the furniture back into the furniture owners inventory, can't remember tbh. Think it's the same on Habbo too.
PickupObject.cs
Boolean ItemRights = false;
if (Item.UserID ==...
Thanks for the credit, but I've gotta say I didn't take any intentional part in the emulator being released, I'm not one for leaking shit. I don't have a copy myself, only copy I have is on a hard drive that's not been used in a long time, so unless it was leaked via skype between you, Bren...
Currently trying to restore the incoming traffic to the website, once that's done mods will be needed:)
Oh also, to everybody saying it's slow, I ran execution times on my php code, all of my php including the MySQLi connection loads in 0.2 seconds, I've just edited the way images are loading...
Just like to clarify:
I don't send or receive nudes, haven't for a long time. I'm hardly even online anymore lol.
I wouldn't release user information because any information that isn't public I don't have access to, e.g, I can't read passwords.
final public function hashed($str)
{...
I don't do work habbo related anymore mate. If you ever need help with anything non-habbo related I'd be happy to help, or if you just wanted tips etc todo with habbo related shit. But I'd not accept any sort of position to do with anything habbo related.
Use the API.
Or just do something like
<?php
/* Check if voted */
if(!$_GET['voted'])
header("location: https://findretros.com/rankings/vote/YOUR USER");
?>
Then set a web.config / .htaccess rule for /index.php?url=client&voted=1 or /client.php?voted=1 to be /client/voted
Then make your...