better make a new bypass :
+ else if (_command.startsWith("iwannatherecuziamvip_idiotmadafaca"))
+ {
+ if (activeChar.getInventory().getInventoryItemCount(4355, 0) >= 1)
+ {
+ activeChar.getInventory().destroyItemByItemId("Blue Eva", 4355, 1, activeChar, null);
+ activeChar.teleToLocation(1, 1, 1, true);
+ }
+ else
+ {
+ activeChar.sendMessage("Yp madafaca !!!You do not have eneough $$$");
+ }
+ }