Jump to content

True Scripts

Lifetime Sponsor
  • Posts

    91
  • Joined

  • Last visited

  • Feedback

    100%

About True Scripts

Profile Information

  • Gender
    Male
  • Interests
    Java

Recent Profile Visitors

2029 profile views

True Scripts's Achievements

Iron Poster

Iron Poster (3/10)

11

Reputation

4

Community Answers

  1. I prefer Eclipse. I use to use Net Beans but I prefer Eclipse ui. Its all down to preference.
  2. if(B + WB > 14){ if(B >= (B+WB-14)){ if(openBank()){ Main.main.client.getBank().deposit(Storage.BUCKET[0], B+WB-14); Main.main.sleep(200); } }else if (WB >= (B+WB-14)){ if(openBank()){ Main.main.client.getBank().deposit(Storage.WATER_BUCKET[0], B+WB-14); Main.main.sleep(200); } }else{ if(openBank()){ Main.main.client.getBank().deposit(Storage.BUCKET[0], B); Main.main.client.getBank().deposit(Storage.WATER_BUCKET[0], WB-14); Main.main.sleep(200); } } }
  3. It depends on how the script calls the banking methods. Some methods are still a bit buggy causing unexpected behavior on the scripts part.
  4. There are a few good examples of antiban under the scripting resources / snipets. As for randoms they are handled by the client, the script is paused, client will solve random, script is resumed.
×
×
  • Create New...