Jump to content

Notepad1

Members
  • Posts

    57
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Notepad1

  1. The script keeps on getting stuck and dying.. not sure why. I think it dies because when it goes to the state of hopping worlds and it's in combat it just breaks.. like it should run to a safe area then hop.. which is what I think it does? but I guess sometimes it just doesn't.
  2. Script doesn't start? It pays the 200 coins to the Competition Judge and then just sits there. Edit: nvm been awhile since I've used these scripts didn't realize I needed to tick the esc button in the hot key interface
  3. Oh thanks!, the walking on this version seems a little crap lol very detectable if you ask me Edit: Stuck sitting outside bank yeah the client definitely having a few issues with walking.. which I noticed earlier.. Revision: 2.3.136 https://gyazo.com/6b2e3c3a19ed9fdee488f78be0131c2b
  4. mine hopped to a deadman world, and then another time it was stuck just after running out to refresh crabs.. and then another time it died somehow I didn't see it so not sure.
  5. It certainly does attack others crabs, as for other people reporting it getting stuck and what not I've yet to have an issue and have had it running for over 32 hours. (Using Injection)
  6. Could you please add the option for it to not attack others crabs thanks ... gives unwanted attention from other players haha. also another good idea would be once you run out of food it still trains to the chosen health before needing to eat again then teleporting as a pose to teleporting as soon as you have no food left in your inventory.
  7. http://gyazo.com/79650a3ea2feeb60bc5d6622769b4a0f Proggy (Obby Pure)
  8. Yes I am running the latest client, have run the script currently now for 7 hours and haven't faced the issue again. o.O Sorry for the TL;DR I'm about to post but after watching my bot for a little while I've seen somethings that can be improved to lower the chances of being caught and just things that I feel are somewhat unrealistic. I was going to ask you to increase the chances of the anti ban being called but instead I think a better Idea would be to change it to something like have it based on a timer if the anti ban hasn't been called in the last X minutes it calls it the X minutes should exceed 10-15 minutes if it has however been called in the last X minutes it completely disregards that whole method basically this is a way to make it always be called at some point rather then being based off a chance. since I had an anti ban be called whilst I was botting then nothing for 1 hour before another one was called. And you should make it check for something like when it calls the antiban method sometimes it can be lucky and happen 3+ times within 5 minutes now if that is the case you should make it check if the player recently had the event hover over XP and if so use a new event such as move mouse or move camera because I think if it which is probably unlikely called the hovering XP event multiple times it'd be a bit sus and set up something like the hover XP event can only happen X amount of times over X amount of minutes. Don't know if you'll like that Idea but idk I just don't see many people hovering over their XP every 2mins IF that anti ban event was to be called (unlikely but can happen). Happened to me below. so it is possible [INFO][Bot #1][02/16 10:39:42 PM]: Hovering over random skill [APAEC'S ANTIBAN] [INFO][Bot #1][02/16 10:42:28 PM]: Hovering over random skill [APAEC'S ANTIBAN] [INFO][Bot #1][02/16 10:45:35 PM]: Hovering over random skill [APAEC'S ANTIBAN]
  9. [ERROR][Bot #1][02/16 05:13:59 PM]: Error drawing canvas! java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source) at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source) at org.osbot.rs07.canvas.WrappedCanvas.drawScreen(ah:22) at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(ah:139) at client.b(client.java:3742) at em.ok(em.java:222) at em.run(em.java:179) at java.lang.Thread.run(Unknown Source) First time I got a similar error to this the script stopped and set the status as (Eating Food) had to restart the script second time I just got it then Status was set to Looting Casket (No casket in sight) please fix it's happened twice within a 6 Hour botting session feeling as if I need to baby sit it. probably a clientside error and nothing to that you can fix though eh
  10. Unlucky mate I run this script for very long periods of time on 5 accounts and neither one has been banned.
  11. Botting money making methods is sketch lol. This is my roster 18-24 Hours / day Off for 4-7 Hours (depending how long the bot has ran for if over 20+ normally 6-7 hours off) any less then 4-5 Rinse & Repeat.
  12. I won't get banned, I've done it like twice for 3 days straight rest are upwards of 24 hours straight, literally it sounds suicide but It's really not I've done this for many accounts lol none of which have been banned.
  13. http://gyazo.com/4d17391e94615db3f892d12c8a58bbbc Working perfectly again
  14. Another issue I have found, when it is trying to hop worlds after it has killed a crab and you have to wait 10 seconds before being out of combat to log out It tries to log and then it can't so it continues killing crabs / attempting to log again. possible solution: have the bot run out of range of rock crabs attempt to log if it still can't have it try again after 5-10 seconds this would be more human like as a pose to what originally happens now.
  15. http://gyazo.com/7393ffa2d62b6972203fbf3856b90644 then the bot just stops sits on "idling" I assume it's to do with turning on run via the run orb. Another error below: [ERROR][01/25 03:10:34 AM]: Uncaught exception! java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 at java.util.Vector.elementAt(Unknown Source) at javax.swing.plaf.basic.BasicTabbedPaneUI.getTextViewForTab(Unknown Source) at javax.swing.plaf.basic.BasicTabbedPaneUI.calculateTabHeight(Unknown Source) at org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI.calculateTabHeight(SubstanceTabbedPaneUI.java:1332) at org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI.calculateMaxTabHeight(SubstanceTabbedPaneUI.java:1364) at javax.swing.plaf.basic.BasicTabbedPaneUI$TabbedPaneLayout.calculateTabRects(Unknown Source) at javax.swing.plaf.basic.BasicTabbedPaneUI$TabbedPaneLayout.calculateLayoutInfo(Unknown Source) at org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI.ensureCurrentLayout(SubstanceTabbedPaneUI.java:1671) at org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI.getTabBounds(SubstanceTabbedPaneUI.java:2554) at org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI$TabRepaintCallback$1.run(SubstanceTabbedPaneUI.java:1643) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$400(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) I'm not gonna use this script for now until the it is fully working all the client stuff fixed etc can't risk my account hopefully it's fixed soon!
  16. Getting this issue aswell except it's not every 10 minutes it's just randomly idling, even one time I died. Edit: Have been watching my bot it seems when the rock crabs become immune to you and you have to run out of the area to aggro them again the bot just idles sitting at the rock crab "attempting" to spawn the crab, and to fix it you can't just run it out and back in yourself you need to completely restart the script.
  17. When is the patch going to be released? so annoying having to baby sit it ..
  18. At the moment I've started using Version 2.3.7 since I still had it, it banks and runs back So if you have a client version before 2.3.15 use it and it should work.
  19. Hey i have a question since either I never seen it or it's not stated anywhere is this script one time buy or monthly payment?
  20. After update 2.3.16 I can confirm that after an inventory it tabs back withdraws food and still sits at the bank. Also just one question since either I never seen it or it's not stated anywhere is this script one time buy or monthly payment?
  21. As of update 2.3.15, the bot runs out of food tele's back withdraws food and just sits there? Don't know if it's a client issue or your bot is out of date or something don't know haha but please look into it thanks Brilliant bot have botted 1-92 str so far (obby pure).
×
×
  • Create New...