Advertisement
SheRalSillay

Alphabetized Habbo Retro Command list

Aug 19th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. this.Register("about", new InfoCommand());
  2. this.Register("clearsh", new ClearStackHeightCommand());
  3. this.Register("closedice", new CloseDiceCommand());
  4. this.Register("convertcredits", new ConvertCreditsCommand());
  5. this.Register("dance", new DanceCommand());
  6. this.Register("disablediagonal", new DisableDiagonalCommand());
  7. this.Register("disablegifts", new DisableGiftsCommand());
  8. this.Register("disablemimic", new DisableMimicCommand());
  9. this.Register("dnd", new DNDCommand());
  10. this.Register("disablewhispers", new DisableWhispersCommand());
  11. this.Register("ejectall", new EjectAllCommand());
  12. this.Register("emptyitems", new EmptyItems());
  13. this.Register("enable", new EnableCommand());
  14.  
  15. this.Register("faceless", new FacelessCommand());
  16. this.Register("facepalm", new FacepalmCommand());
  17. this.Register("flagme", new FlagMeCommand());
  18. this.Register("follow", new FollowCommand());
  19. this.Register("gamble", new GambleCommand());
  20. this.Register("highfive", new HighfiveCommand());
  21. this.Register("hug", new HugCommand());
  22. this.Register("kickbots", new KickBotsCommand());
  23.  
  24. this.Register("kickpets", new KickPetsCommand());
  25. this.Register("lay", new LayCommand());
  26. this.Register("mimic", new MimicCommand());
  27. this.Register("moonwalk", new MoonwalkCommand());
  28. this.Register("mutebots", new MuteBotsCommand());
  29. this.Register("mutepets", new MutePetsCommand());
  30. this.Register("pay", new PayCommand());
  31. this.Register("pet", new PetCommand());
  32.  
  33. this.Register("pickall", new PickAllCommand());
  34. this.Register("pull", new PullCommand());
  35. this.Register("push", new PushCommand());
  36. this.Register("regenmaps", new RegenMaps());
  37. this.Register("room", new RoomCommand());
  38. this.Register("setcolor", new ColouredChatCommand());
  39. this.Register("setmax", new SetMaxCommand());
  40. this.Register("setsh", new StackHeightCommand());
  41. this.Register("setspeed", new SetSpeedCommand());
  42. this.Register("sit", new SitCommand());
  43.  
  44. this.Register("slap", new SlapCommand());
  45. this.Register("snog", new Snog());
  46. this.Register("spush", new SuperPushCommand());
  47. /// this.Register("staffonline", new StaffOnlineCommand()); -SQL wont run
  48. this.Register("stand", new StandCommand());
  49. this.Register("stats", new StatsCommand());
  50. this.Register("superpush", new SuperPushCommand());
  51. this.Register("unload", new UnloadCommand());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement