Jump to content

progamerz

Scripter II
  • Posts

    3473
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by progamerz

  1. Pushed V2.0! Please allow up to 24hrs for the update to be live
  2. Can u send them to me on a map image or so? and currently i don't have acc for woodcutting guild, but camelot bank i can add for sure without acc just need to know exact spot
  3. Some changes in V2.0 Update: Rewrote whole change axe task, now supports Bronze,Steel,Mithril,Adamant and finally Rune axe with changing on exact levels(Make sure to have them all in bank) Changed a bit of checks Added looting nests and searching them(Yews only) Added toggling shift drop(if not toggled) Added vertical shift dropping Changed banking conditions, Each location has its own bank preset in code(Static) to avoid some glitches If any more suggestions pm me or post here!
  4. Oh yup makes sense thanks boss , idk why i didn't think of doing it in that way lol
  5. Ok maybe next time
  6. What u did before isn't considered as spam? thanks anyways.
  7. Nvm
  8. Yes, this is my LoginEvent code: Tho, if i pause script and re run, it will work well, is that maybe because it is running the script when using CLI while the client is still loading?
  9. I still get the same problem after setAsync() ERROR][Bot #1][09/27 04:20:48 PM]: Error executing event : LoginEvent@7a1b4403 java.lang.NullPointerException at org.osbot.rs07.api.Widgets.getWidgetContainingText(uj:500) at LoginEvent.getLobbyButton(LoginEvent.java:134) at LoginEvent.execute(LoginEvent.java:31) at org.osbot.rs07.event.EventExecutor$2.run(zl:85) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) My code: if (getClient().isLoggedIn()) { } else { log("Logging in"); LoginEvent loginEvent = new LoginEvent(userName, pass); execute(loginEvent); }
  10. Any suggestions for the script rewrite?
  11. Title Pm me or add me on skype.
  12. I don't think you will be able to split with "," cause osbot uses that, instead u can use ";"
  13. @Explv Would really appreciate a fix for that boss
  14. Sure :), thats even without the rewrite :P Added the pic to OP, thanks for that progress report!
  15. Really important thank you veryy much! and really u saved many lives of bots
  16. I'll add it to my to-do list
  17. Can u give me in detail description?
  18. Gonna rewrite some parts of this script!
  19. Nocix doesn't allow proxies to work on their network. Is there any other hosting recommended?
  20. i did sadly, not sure what is the other problem
  21. I am trying to use proxies binded to the dedi server IP, on my dedi server it isn't working: When i bind them to my own pc ip it works well, using the same configs can some1 help me? logger: [INFO][09/22 04:00:03 AM]: Loaded 3 RS accounts! [ERROR][09/22 04:00:03 AM]: SOCKS: TTL expired [INFO][09/22 04:00:03 AM]: Welcome to OSBot 2.4.141! [ERROR][09/22 04:00:07 AM]: Failed to load hooks! java.lang.NullPointerException at java.nio.ByteBuffer.wrap(ByteBuffer.java:396) at org.osbot.BotApplication.IiIiIiiIiIii(ky:549) at org.osbot.yE.IiIiiiiIiIII(ox:275) at org.osbot.yE.IiIiiiiIiIII(ox:157) at org.osbot.bA.IiIIIiiIiiIi(uy:214) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6533) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6298) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [DEBUG][Bot #1][09/22 04:00:07 AM]: Initializing stealth injection bot... [INFO][Bot #1][09/22 04:00:08 AM]: Downloading latest RS2 old-school client parameters... [INFO][09/22 04:00:08 AM]: Started bot #1 Edit: Nocix doesn't allow proxies to work on their network. Is there any other hosting recommended?
  22. Works well on linux thanks
  23. Added to the main post thanks hopefully ur getting some gains
×
×
  • Create New...