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.
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...
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)...