Jump to content

Promo

Members
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Promo

  1. Hey y'all, Ive just come across the following blog post about rs3 bot ban detection https://secret.club/2021/04/03/runescape-heuristics.html Basically they guy look into what the client send to server and how server resonds. His theory is that its based on mouse tracking. What do you guys think of this?
  2. Yeas , I think JaGeX is doing a good job now at their anti bot detection system. Which is ofcourse horrible for us.
  3. You're probably using the item in your script. Just before u're about to close the bank put the item amount in a variable.
  4. Haha funniest topics in ages.
  5. Hello Czar, I wanted to use yout script in deadman mode. The looting list however doesn't contain the 'Archaic emblem (tiers 1 & 5) ' or some of the wildy weapons. Could you make the looter accept any string item name to loot or could you update the loot list ? Thanks in advance! Edit: Seems to pick up the Archaic emblems when i put Mysterious emblem in looter. Could still be handy to just be able to put string item names or id's.
  6. Wow nice, I won a VIP auth!! Have they been activated yet?
  7. The bank class just contains some pre defined bank areas, no? So if your wanted bank is not in the class you have to define an Area constant yourself. Final area *bankname* = new Area(x1, y1, x2, y2) ; Add -*bankname* to an enum list. Correct me if im wrong please. Im currently learning to code.
  8. Promo

    Lol.

    Haha I guess you've learned since a significant time has passed.
  9. Hey Czar, Can you look into walking to rune dragons ? Sometimes it interacts with the barrier at adamant dragons and dies. Probs wanna check for closest barrier when in specific area (area before the rune dragons barrier). This is what i'm currently using in my script (trying to learn java): Area area4 = new Area(1573, 5077, 1572, 5072); //Area before rune dragons barrier (5x2 area) // part from my walking method applying the above... if(area4.contains(api.myPosition())){ api.log("We are at area 4.. getting the closest barrier"); RS2Object obstacle3_barrier = api.getObjects().closest("Barrier"); obstacle3_barrier.interact().....
  10. Czar's Perfect Fighter gained a massive performance boost with this release. Awesome!
  11. Thanks for the reply Khaaleesi. I've got something working now.
  12. Sorry I am a total noob coder. We have this code to add the task in this example: @Override public void onStart() { tasks.add(new Attack(this)); How do I add another task , for example Banking? Can I put all name of task in an array list and pass that array list as argument to tasks.add( List here)(this)) ?
  13. How does rune dragons work? edit: Tried a basic banking setup. edit bug 1: Seems to use the barrier to adamant dragons sometimes rather then going to rune dragons. This make the charactar die btw. Should be a simple fix, i think it searched for the nearest barrier atm. Let it walk near the rigth barrier first and then let the code look for nearest barrier and then pass it. Also add a sligth delay after pressing "pass" barrier. Sometimes it just goes in out in out in... edit bug 2: It right clicks the digsite pendant, but not click the teleport option, when already at rune dragon location.
  14. I just had my account disconnect while playing legit. I knew it was the banhammer since my other acc didnt DC. Luckily it was a 2 day ban. I managed to get to 81 agility and 97 range alongside 90 magic and 85 slayer on the account. How do i go on from now? Stop botting or continue? (With the stats it has now i really dont wanna lose the account) Edit: The ban was probs because of a flaw in a script. It had me logged in for like 5 hours doing nothing.
  15. Perfect fighter has a built in sand crabs plugin. I've used this script for 90 magic, 95 range, 80str and 60attack and have yet to receive a ban. I do not own APA sand crabs. However i do have an agility from this scripter which is very solid imo. One note is that sand crabs are heavily botted and populated. This means that the chance to get reported is pretty high. I believe that these report trigger the anti botting system to investigate (either manual or automatic) your account.
  16. Reached lvl80 agility yesterday with your agility script. Thanks @Apaec
  17. My botting adventures is getting me 99 range and 75 agility. Almost there.
  18. Bug report: I've set the script to high alch some itemdrops. This does work except sometimes it tries to alch the item twice. So second time it's stuck on the High alchemy spell being selected. It's probably missing a conditional sleep or something. Because of the bug the character dies cuz you won't be able to eat or drink because the only option for an item/npc is " cast high level alchemy". Hope you know what i mean. Edit: How do I use the plugins? Whenever I pick one of the option from the 'Plugins' list nothing happens. Running Windows10 Osbot 2.5.51. nvm java path was corrupted. Edit2: Expeditious bracelets not working yet. I have 1 bracelets equiped and 1 in inventory. The one i'm wearing breaks and it doesn't equip a new one. Also if I have 2 bracelets in inventory and wearing none it doesnt equip one from inventory.
  19. Im botting almost each day on an account 4-6 hours a day for like 2 months now. Just combat and some mining and agility. Have yet to receive a ban and almost reached 99range. Not using mirror mode just the normal client. Bans are so random.
  20. So simple but effective. Thanks for the release!
  21. Good luck, well done.
×
×
  • Create New...