HabboYT/Fresh-Hotel Emulator

it's just habbo lol

Live-Demo: https://fresh-hotel.eu (falls wieder online)

Plus Emulator, welcher das HabboYT, Plus-Hotel und Fresh-Hotel editiert und genutzt hat inklusive source.

Vielleicht kann's jemand gebrauchen, hat paar coole Funktionen, automatisches Werbesystem und unter anderem;

Spoiler anzeigen

":sh - Ersetzt die Stapelhöhe.\n" +

":floor - Öffnet den RaumEditor.\n" +

":pickall - Alle Möbel aus dem Raum werden aufgehoben.\n" +

":ejectall - Alle Möbel von dir werden aus dem Raum aufgehoben.\n" +

":emoji liste - Emojis im Chat abschicken.\n" +

":empty - Dein Inventar wird geleert.\n" +

":teleport - In deinem Raum deinen Teleportmodus aktivieren.\n" +

":unload - Der Raum wird neugeladen.\n" +

":fixroom - Raum wird neu regeniert.\n" +

":flagme - Seinen Namen ändern.\n" +

":gruppenchat - Den Gruppenchat aktivieren oder deaktivieren.\n" +

":setmax - Die Raumbesucheranzahl bestimmen.\n" +

":setspeed - Die Rollergeschwindigkeit im Raum bestimmen.\n" +

":mutepets - Alle Tiere im Raum werden stummgeschaltet.\n" +

":kickpets - Alle Tiere im Raum werden aus dem Raum gekickt.\n" +

":mutebots - Alle Bots im Raum werden stummgeschaltet.\n" +

":kickbots - Alle Bots im Raum werden aus dem Raum gekickt.\n" +

":convertcredits - Alle Taler-Möbel im Inventar zu Talern umwandeln.\n" +

":wm <Habbo> - Einen Habbo melden.\n" +

":convertduckets - Alle Ducket-Möbel im Inventar zu Duckets umwandeln.\n\n\n\n" +

"Interaktions Befehle\n\n" +

":wil <Habbo> - Einen Habbo im Hotel begrüßen." +

":enable <EffektID> - Verschiedene Effekte anwenden.\n" +

":push <Habbo> - Einen Habbo schubsen.\n" +

":pull <Habbo> - Einen Habbo zu sich ziehen.\n" +

":umarmen <Habbo> - Einen Habbo umarmen.\n" +

":kill <Habbo> - Einen Habbo töten.\n" +

":schlagen <Habbo> - Einen Habbo schlagen.\n" +

":kuss <Habbo> - Einen Habbo küssen.\n" +

":heilen - Sich selber heilen.\n" +

":lay - Sich auf den Boden legen.\n" +

":sit - Sich auf den Boden setzen.\n" +

":stand - Wieder aufstehen.\n" +

":dance <1-4> - Einfach lostanzen.\n" +

":moonwalk - Rückwärts laufen.\n" +

":follow <Habbo> - Einem Habbo in den Raum folgen.\n\n" +

":pet - Sich in ein Tier transformieren.\n\n\n" +

"Raum Befehle\n\n" +// Raum Befehle

":room - Berechtigungen im Raum aktivieren/deaktivieren.\n" +

":raumverkaufen <1c-900c> - Seinen eigenen Raum verkaufen.\n" +

":raumkaufen - Einen Raum kaufen.\n\n\n\n" +

"Premium Befehle\n\n" + // Premium Befehle

":spull <Habbo> - Einen Habbo aus einer sehr weiten Distanz zu sich ziehen.\n" +

":spush <Habbo> - Einen Habbo sehr weit weg schubsen.\n" +

":weed - Weed kiffen.\n" +

":vipalert - Eine Alert an alle VIP-Mitglieder verschicken.\n\n\n\n" +

"Befehle mit Kosten\n\n" + // Befehle mit Kosten

":werbung <Naricht> - Eine Alert im gesamten Hotel abschicken (100 Dias.).\n" +

":eventbox - Was sich wohl dahinter verbirgt?\n\n\n\n" +

"Konto Befehle\n\n" + // Konto Befehle

":stats - Zeigt deine Kontoinformationen an.\n" +

":friends - Freundschaftsanfragen aktivieren/deaktivieren.\n" +

":disablewhisper - Von anderen Habbos angeflüstert werden, aktivieren/deaktivieren.\n" +

":disablegifts - Von anderen Habbos Geschenke erhalten, aktivieren/deaktivieren.\n" +

":disablemimic - Andere Habbos können dein Outfit kopieren, aktivieren/deaktivieren.\n" +

"disabeleevents - Event-Benarichtigungen aktivieren/deaktivieren.\n\n\n\n" +

"Hilfe\n\n" + // Hilfe

":hilfe <Naricht> - Eine kurze Frage stellen.\n\n" +

"Neue Befehle\n\n" +

":wm <Habbo> - Einen Werber im Hotel melden.\n" +

":idee <Habbo> - Deine Ideen einrreichen.\n" +

":werbung <Naricht> - Eine Naricht im gesamten Hotel abschicken. (10 Dias)\n" +

":ios - Emulatorinformationen.\n" +

":kaution - Kaution im Knast bezahlen. (2 Dias)\n" +

":user - Einen Habbo aus dem Hotel markieren.\n" +

":jack - Holt einen jack Daniels raus.\n" +

":cola - Holt eine Cola raus .\n" +

":vodka - Holt einen vodka raus.\n" +

":boxer - Wird zu einem boxer.\n" +

":blunt - Raucht einen Blunt.\n" +

":feuer - lässt ein feuer flammen.\n" +

":wetten - Du kannst deine Dias verwetten & verdoppeln.\n" +

"");

//IOS ALLGEMEINE COMMANDS //

this.Register("sh", new StackHeightCommand());

this.Register("befehle", new BefehleCommand());

this.Register("commands", new BefehleCommand());

this.Register("user", new UserCommand());

this.Register("befreien", new UnPrisonCommand());

this.Register("idee", new IdeeCommand());

this.Register("wm", new WerberCommand());

this.Register("gruppenchat", new GroupChatCommand());

this.Register("teleport", new TeleportCommand());

this.Register("pickall", new PickAllCommand());

this.Register("ejectall", new EjectAllCommand());

this.Register("lay", new LayCommand());

this.Register("sit", new SitCommand());

this.Register("help", new HelpCommand());

this.Register("stand", new StandCommand());

this.Register("mutepets", new MutePetsCommand());

this.Register("mutebots", new MuteBotsCommand());

this.Register("schlagen", new BaterCommand());

this.Register("weed", new WeedCommand());

this.Register("mimic", new MimicCommand());

this.Register("dance", new DanceCommand());

this.Register("push", new PushCommand());

this.Register("pull", new PullCommand());

this.Register("enable", new EnableCommand());

this.Register("effekti", new EnableeCommand());

this.Register("follow", new FollowCommand());

this.Register("faceless", new FacelessCommand());

this.Register("moonwalk", new MoonwalkCommand());

this.Register("unload", new UnloadCommand());

this.Register("fixroom", new RegenMaps());

this.Register("empty", new EmptyItems());

this.Register("setmax", new SetMaxCommand());

this.Register("setspeed", new SetSpeedCommand());

this.Register("friends", new DisableFriendsCommand());

this.Register("disablediagonal", new DisableDiagonalCommand());

this.Register("flagme", new FlagMeCommand());

this.Register("stats", new StatsCommand());

this.Register("kickpets", new KickPetsCommand());

this.Register("kickbots", new KickBotsCommand());

this.Register("disablegifts", new DisableGiftsCommand());

this.Register("convertcredits", new ConvertCreditsCommand());

this.Register("convertduckets", new ConvertDucketsCommand());

this.Register("disablewhispers", new DisableWhispersCommand());

this.Register("disablemimic", new DisableMimicCommand()); ;

this.Register("pet", new PetCommand());

this.Register("spush", new SuperPushCommand());

this.Register("superpush", new SuperPushCommand());

this.Register("eventbox", new GiveSpecialReward());

this.Register("disableevents", new DisableEventsCommand());

this.Register("emoji", new EmojiCommand());

this.Register("raumverkaufen", new roomSelllCommand());

this.Register("raumkaufen", new roomBuyyCommand());

this.Register("raumablehnen", new roomDeclineOfferr());

this.Register("raumannehmen", new roomAccepttOffer());

this.Register("wil", new WillkommenCommand());

this.Register("regenmaps", new RegenMaps());


this.Register("angeln", new FishCommand());

this.Register("angelplatz", new gotoFishCommand());

this.Register("lotto", new lottocommand());

this.Register("lottotest", new lottotestcommand());


//Added by E20c Update: 1

this.Register("blunt", new BluntCommand());

this.Register("boxer", new BoxerCommand());

this.Register("feuer", new FeuerCommand());

this.Register("heiraten", new HeiratenCommand());

this.Register("o", new Emoji1Command());

this.Register("3", new Emoji2Command());

this.Register("p", new Emoji3Command());

this.Register("(", new Emoji4Command());

this.Register("*", new Emoji5Command());

this.Register("d", new Emoji6Command());

this.Register(")", new Emoji7Command());

//Added by E20c Update: 2

this.Register("kaugummi", new KaugummiCommand());

this.Register("vodka", new VodCommand());

this.Register("cola", new ColaCommand());

this.Register("jack", new JackCommand());

this.Register("kaugummiblau", new KaugummiblueCommand());

//Added by Enrico Update: 1

this.Register("hover", new HoverboardCommand());

this.Register("pause", new PauseCommand());

this.Register("shake", new ShakeCommand());

this.Register("flugzeug", new FlugzeugCommand());

this.Register("habnam", new HabNamCommand());

this.Register("laserschwert", new LaserschwertCommand());

this.Register("mini", new MiniCommand());


//Added by E20c Allgemein //

this.Register("ios", new InfoCommand());


//Added by E20c Roleplay //

this.Register("ausrauben", new AusraubenCommand());

this.Register("waffen", new WaffenCommand());

this.Register("kill", new MatarCommand());

this.Register("heilen", new CurarCommand());

this.Register("afk", new AfkCommand());

this.Register("umarmen", new HugCommand());

this.Register("kuss", new KissCommand());

this.Register("wetten", new GokCommand());

this.Register("slapass", new SlapassCommand());

this.Register("airkiss", new AirKissCommand());

// this.Register("umarmen", new UmarmenCommand());


//IOS OFFLINE COMMANDS //

//this.Register("color", new ColourCommand());

//this.Register("sexo", new SexCommand());

//this.Register("emulator", new InfoCommand());


//IOS KP COMMANDS //

this.Register("disco", new DiscoCommand());

this.Register("beijar", new KissCommand());

this.Register("room", new RoomCommand());

this.Register("dnd", new DNDCommand());

}

private void RegisterModerator()

{

//IOS Moderation COMMANDS //

this.Register("spam", new spamCommand());

this.Register("tazer", new TazerCommand());

this.Register("kaution", new UnPrisonCommand());

this.Register("ban", new BanCommand());

this.Register("unban", new UnBanCommand());

this.Register("mip", new MIPCommand());

this.Register("ipban", new IPBanCommand());

this.Register("wban", new WerberBanCommand());

this.Register("tag", new PrefixNameCommand());

this.Register("ui", new UserInfoCommand());

this.Register("roomgive", new GiveRoomCommand());

this.Register("staffalert", new StaffAlertCommand());

this.Register("sa", new SaCommand());

this.Register("ga", new GuideAlertCommand());

this.Register("roomunmute", new RoomUnmuteCommand());

this.Register("roommute", new RoomMuteCommand());

this.Register("roombadge", new RoomBadgeCommand());

this.Register("roomalert", new RoomAlertCommand());

this.Register("roomkick", new RoomKickCommand());

this.Register("mute", new MuteCommand());

this.Register("unmute", new UnmuteCommand());

this.Register("massbadge", new MassBadgeCommand());

this.Register("massgive", new MassGiveCommand());

this.Register("kick", new KickCommand());

this.Register("give", new GiveCommand());

this.Register("givebadge", new GiveBadgeCommand());

this.Register("rbadge", new TakeUserBadgeCommand());

this.Register("dc", new DisconnectCommand());

this.Register("alert", new AlertCommand());

this.Register("umfrage", new PollCommand());

this.Register("lastmsg", new LastMessagesCommand());

this.Register("summon", new SummonCommand());

this.Register("senduser", new SendUserCommand());

this.Register("override", new OverrideCommand());

this.Register("massenable", new MassEnableCommand());

this.Register("massdance", new MassDanceCommand());

this.Register("freeze", new FreezeCommand());

this.Register("unfreeze", new UnFreezeCommand());

this.Register("fastwalk", new FastwalkCommand());

this.Register("superfastwalk", new SuperFastwalkCommand());

this.Register("coords", new CoordsCommand());

this.Register("augenaufmich", new AllEyesOnMeCommand());

this.Register("ichbinjustinbieberfan", new AllAroundMeCommand());

this.Register("forcesit", new ForceSitCommand());

this.Register("makesay", new MakeSayCommand());

this.Register("flaguser", new FlagUserCommand());

this.Register("filter", new FilterCommand());

this.Register("useralert", new UserMessageCommand());

this.Register("globalmsj", new GlobalMessageCommand());

this.Register("online", new ViewOnlineCommand());

this.Register("offline", new ViewOfflineCommand());

this.Register("makepublic", new MakePublicCommand());

this.Register("winner", new PremiarCommand());

this.Register("umfrageende", new EndPollCommand());

this.Register("polizei", new OfficerCommand());

this.Register("quiz", new IdolQuizCommand());

this.Register("arrest", new PrisonCommand());

this.Register("massspull", new MassSpullCommand());

this.Register("login", new LogCommand()); // add by E20c

this.Register("staffdienst", new ondutyCommand()); // add by E20c

this.Register("inv", new ViewInventoryCommand()); // ad by Enrico

this.Register("hotelalert", new HotelAlertCommand());

this.Register("event", new EventAlertCommand());


//IOS OFFLINE COMMANDS //

this.Register("staffbefehle", new StaffBefehleCommand());

//this.Register("globalgive", new GlobalGiveCommand());

//this.Register("tradeban", new TradeBanCommand());

//this.Register("lastconsolemsg", new LastConsoleMessagesCommand());

//this.Register("teleport", new TeleportCommand());

//this.Register("ignorewhispers", new IgnoreWhispersCommand());

//this.Register("forced_effects", new DisableForcedFXCommand());

//this.Register("eventbox", new PremiaBonusraros());

//this.Register("desprender", new UnPrisonCommand());

//this.Register("darvip", new ReloadUserrVIPRankCommand());

//this.Register("notifica", new NotificaCommand());

//this.Register("tagfarbe", new ColourPrefixCommand());

//this.Register("ha", new HotelAlertCommand());

//this.Register("makeprivate", new MakePrivateCommand());

//this.Register("customalert", new CustomizedHotelAlert());

//this.Register("hal", new HALCommand());

//this.Register("ha", new HotelAlertCommand());

//this.Register("da", new GuideDAlertCommand());

//this.Register("sex", new HotCommand());

//this.Register("da2", new DiceAlertCommand());

}

private void RegisterAdministrator()

{

//IOS Administrator COMMANDS //

this.Register("rotatebot", new RotateBotCommand());

this.Register("bubble", new BubbleCommand());

this.Register("bubblebot", new BubbleBotCommand());

this.Register("update", new UpdateCommand());

this.Register("emptyuser", new EmptyUser());

this.Register("deletegroup", new DeleteGroupCommand());

this.Register("deletegroupe", new DeleteGroupeCommand());

this.Register("carry", new CarryCommand());

this.Register("djalert", new DJAlert());

this.Register("summonall", new SummonAll());

this.Register("catup", new CatalogUpdateAlert());

this.Register("megaoferta", new MegaOferta());

this.Register("cadstaff", new RegisterstaffCommand());

this.Register("registrastaff", new RegisterstaffCommand());

this.Register("goto", new GOTOCommand());

this.Register("staffson", new StaffInfo());

this.Register("colocapack", new AddPredesignedCommand());

this.Register("tirapack", new RemovePredesignedCommand());

this.Register("verwarnung", new Verwarnung());

this.Register("verwarnungen", new Verwarnungen());

this.Register("tpu", new TpuCommand());

}


Spoiler anzeigen
  • Version 1.0.0