the osrs apexcrabber that used to work fine for a long time, doesnt seem to be working anymore, anyone know why? im stuck on pestcontrol bot, not that bad but way less xp/hour
public static String format(long i) {
String formatted = "";
String end = "";
NumberFormat format = NumberFormat.getInstance();
formatted = format.format(i).toString();
if (i >= 1000) {
end = "k";
if (i...