Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. twinki

    Resource Methods to check?

    You're trying to use Pure Ess as condition. If pure ess is missing from the inventory obviously the pouches were filled. However if you're trying to go off that with banking, it doesn't work because when you fill a pouch while the bank is open in RS3/DS it will take the ess from the bank...
  2. twinki

    Resource Methods to check?

    No-where did the code you posted indicate that this is when the bank is open. Also, if you're trying to fill pouches while the bank is open, it takes pure ess from the bank directly, assuming RS3/DS. I'm aware what those lines of code do. I was only trying to help, please post your entire...
  3. twinki

    Resource Methods to check?

    }else if(Inventory.getQuanitity() == 20){ Pouch = true; } Is this for RS3? I'm guessing you're trying to use Bank Presets? Bank Presets won't auto-fill pouches on withdraw. In a seperate RC script I made for another bot platform, I simply had a preset to take out all 4 pouches and an inventory...
  4. twinki

    Question So, what anti-client detection does RuneMate have?

    I come from Villavu/SRL, a pretty respected scripting/botting community, at least from what I've heard. I learned Pascal/Lape over there, but eventually moved onto trying out a Packet Bot from I believe Ikov, an RSPS. Was my first time experimenting with Java as a scripting language, and the...
  5. twinki

    Question So, what anti-client detection does RuneMate have?

    I completely respect that, the ban rates are pretty much the only way to prove if what you guys have in place actually works, and if part of it is simply not talking about it publicly, then I won't speak against it. Thanks for the reply, so far i'm really liking RuneMate, it's API and Client...
  6. twinki

    Question So, what anti-client detection does RuneMate have?

    I realize RuneMate uses Reflection, but what else is there in place? For example, does it load the RS client through the Web? or does it download the client? Does it spoof the UserAgent if it uses the Web?
Top