Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/19/24 in all areas

  1. try InventorySlotDestination currItemDestination = new InventorySlotDestination(bot, currentSlot); InventorySlotDestination placementDestination = new InventorySlotDestination(bot, mapSlot); if (currentSlot != mapSlot) { if (bot.getMethods().getMouse().continualClick(currItemDestination, new Condition() { @Override public boolean evaluate() { return bot.getMethods().getMouse().move(placementDestination) && placementDestination.evaluate(); } })) { //sleep or do something after? } } This is an example from my code I use to sort my inventory using a map of items. this is how I get it to drag items around So mapSlot would be slot 27?
    1 point
  2. Great script, added a little proggy
    1 point
  3. No bundles as far as I know But if you want to create some kind of acc builder yourself you can always use the osbot queueing system to queue scripts at this point
    1 point
  4. For save proxy usage when using pay-per-GB proxies, you need to block heavey resources, enable data compression, cache data locally, optimize scraping logic, use lightweight protocols, auto proxy rotation and stickness, monitor bandwidth usage
    1 point
  5. What type of proxy is it? Mobile, data center etc? Most should technically support gaming if they have enough bandwith for the game shouldn't they? Edit: @D Bolter has a proxy shop here on the market with heaps of good reviews:
    1 point
  6. It could be, best way is to run wireshark maybe to analyse traffic
    1 point
  7. That is too high, something is being downloaded such as images or big text files maybe, which scripts are you using?
    1 point
×
×
  • Create New...