No sorry, I found that tutorial aswell but he used a paid proxy. So I was just wondering if someone knows a reliable free proxy(site) i could use. Thanks for the help anyway
Hello,
I was wondering if anyone knows a good site to get free proxy if this even exists?
I would love you forever.
Also what doest the proxy authentication do?
Does that makes it just left click or does it really right clicks and clicks use? because that would make it very obvious that u are botting because no normal player would do that?
I'm a real noob but i can't seem to find how to use an item on another item in the API. Do i just use the click method? Can i get some feedback on the little script i tried to write?
Item chocolate = getInventory().getItem("Chocolate bar");
Item knife = getInventory().getItem("Knife");
if (inventory contains(chocolate)&& inventory.contains(knife){
click(chocolate);
click(knife);
}
Else{
objects.closest("Bankbooth").interact("Bank");
depositAllExept(knife);
withdrawAll(chocolate);
}
private State getState() { Entity stall = objects.closest("Tea stall"); if (!inventory.isEmpty()) return State.DROP; if (stall != null) return State.STEAL; return State.WAIT; }
is it really necessary here define the stall again? because you dont seem to need it in this block of code and u define it in your onloop or am i wrong here?
nvm figured it out
So i was messing around with setting up eclipse and the buildpath. My computer shutdown for some reason, on restart i could no longer open any jar file it seems any help is welcome!
edit: fixed remove thread please