Recent content by NotPiped

  1. N

    Otanix Emulator [ButterFly Rename]

    UserDataFactory.cs at line : 33 replace by this: dbClient.setQuery("SELECT * FROM users WHERE auth_ticket = @sso"); cheers.
  2. N

    Feedback [RATING] Pixel Badge's [RATING]

    I love, that good works!
  3. N

    [RESOLVED] Name Prefix Plus Emulator

    name.length or things need to added.
  4. N

    HabboEmulator based off PlusEmulator.

    dbClient.SetQuery("SELECT `ip_last` FROM `users` WHERE `id` = '" + User2.GetHabbo().Id + "' LIMIT 1"); remplace. dbClient.SetQuery("SELECT `ip_last` FROM `users` WHERE `id` = @id LIMIT 1"); dbClient.AddParameter("id", User2.GetHabbo().Id); and dbClient.SetQuery("SELECT `ip_last` FROM...
Top