Search results

  1. Brad

    Forced Effect

    Yeah I know, but He wanted it removing so lol
  2. Brad

    Forced Effect

    No it isn't. goto RoomUserManager.cs and comment out if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102); to remove it.
  3. Brad

    Retaliation 3.0 | Node.js | Roleplaying Solution

    So you're false advertising? yeah lol.
  4. Brad

    Retaliation 3.0 | Node.js | Roleplaying Solution

    if the one shown here is private and won't be released the thread will be closed.
  5. Brad

    Sports UEFA Euro 2016

    Benzema isn't even at the euros. But I'm going Croatia to win it.
  6. Brad

    Request Logo.

    Thank you both for the Logos, very appreciated! :)
  7. Brad

    nub

    nub
  8. Brad

    FIFA POTENTIAL & CONFIRMED TRANSFER - FOR FIFA 17

    You do realize that hummels has already been confirmed?
  9. Brad

    PlusEMU Diamond Timer

    add the diamonds to the table `subscriptions`.
  10. Brad

    PlusEMU Diamond Timer

    show me the curre This would only work for those offline :p give me 5 minutes and Ill code it for you. ok here goes. goto PlusStaticGameSettings.cs and add public const int UserDiamondsUpdateAmount = 1; then goto habbo.cs & find public void CheckCreditsTimer() then change it to this. public...
  11. Brad

    Enable Above Head

    oh yeah, I got mixed up with what he said lol.
  12. Brad

    Enable Above Head

    goto RoomUserManager and find if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects) Session.GetHabbo().Effects().ApplyEffect(102); change it to if(Session.GetHabbo().Rank >= 4) && !Session.GetHabbo().DisableForcedEffects)...
  13. Brad

    PlusEMU Support thread.

    go into the emulator config and change maxconperip to 500.
  14. Brad

    v26 help.

    that's the design of ranks table, what's the contents of ranks
  15. Brad

    v26 help.

    show me what's in the ranks table and rank_fuserights table, also what rank are you?
  16. Brad

    v26 help.

    show me a screenshot of your database tables
  17. Brad

    [PHP, MySQLi] leHabbo

    Thread closed due to lack of updates, if you wish this to be re-opened PM me.
  18. Brad

    RevCMS Login Problem

    now go into class.users.php and change REMOTE_ADDR to HTTP_X_FORWARDED_FOR
  19. Brad

    RevCMS Login Problem

    ok, goto global.php and change HTTP_CF_CONNECTING_IP to this HTTP_X_FORWARDED_FOR
  20. Brad

    RevCMS Login Problem

    have you started to use a http proxy?
Top