Jump to content

ov3r1d3

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

812 profile views

ov3r1d3's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. wait for the devs to fix the webwalking issue then it will be working just fine.
  2. use the same script on another ip and check if they get banned immediately as well. If that doesn't work try another pc/server. Could be that ur pc is flagged.
  3. I am using this snippet of code to try and offer all of a particular item to the trade and it doesn't work. All it does is just hover over the item and won't click on offer. Am I doing something wrong ? If so could you please help as to how I should do it ??? Script.getTrade().offerAll(ItemId); (new ConditionalSleep(10000) { public boolean condition() throws InterruptedException { return Script.getInventory().isEmpty(); } }).sleep();
×
×
  • Create New...