Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Fast as f* boooii, great!
  3. Today
  4. Trial sir?
  5. Can i have a trail plz? Can you do soloruns or only massworlds?
  6. void activateStrength() { int CombatStyle = getConfigs().get(43); if (CombatStyle != 1) { log("click?"); if(tabs.isOpen(Tab.ATTACK)) { log("tap?"); mouse.click(random(650, 710), random(255, 290), false); log("click?"); } else { log("this thing?"); tabs.open(Tab.ATTACK); } } } So, when I'm trying to run this function, I get outputs "click?" and "this thing?" spamming the logger. It actually does open up the Attack tab but the bot never sees it as being open. I've tried using tab.isOpen as well as seeing if a widget is not null and visible (which it was) and still nothing under that branch is firing off.
  1. Load more activity
×
×
  • Create New...