Hi Guys,
I'm giving $2 through PayPal for every account that joins the discord invite link at the end of this. It isn't limited to one per person but there are rules:
- 1 account per IP
- Must be active/online for 12+ minutes
The reason I'm paying $2 is because this is a crypto coin signal...
for (SpriteItem i : Inventory.getItems("Iron ore")) {
Execution.delay(1000, 1500);
i.interact("Drop");
}
if(Inventory.contains("Iron ore"))
dropOre();
I'm making a simple powerminer (Just trying to learn how to make bots), and I'm attempting...