Jump to content

progamerz

Scripter II
  • Posts

    3466
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by progamerz

  1. 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?
  2. 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); }
  3. Any suggestions for the script rewrite?
  4. I don't think you will be able to split with "," cause osbot uses that, instead u can use ";"
  5. @Explv Would really appreciate a fix for that boss
  6. Sure :), thats even without the rewrite :P Added the pic to OP, thanks for that progress report!
  7. Really important thank you veryy much! and really u saved many lives of bots
  8. I'll add it to my to-do list
  9. Can u give me in detail description?
  10. Gonna rewrite some parts of this script!
  11. Nocix doesn't allow proxies to work on their network. Is there any other hosting recommended?
  12. i did sadly, not sure what is the other problem
  13. 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?
  14. Added to the main post thanks hopefully ur getting some gains
  15. For me project's hunter takes around 700mb max from my ram, my private scripts with walking also take around 600mb maybe a bit more, not sure what ur doing wrong, as my specs are also shit, maybe try using walkPath and see if the webwalking was causing a problem?
  16. @Castro_ use randomExecuter()#gettimetillbreak it returns in mins https://osbot.org/api/org/osbot/rs07/event/RandomExecutor.html#getTimeUntilBreak--
×
×
  • Create New...