Jump to content

Perfect Woodcutter


Recommended Posts

Posted (edited)

The bot works great, only thing keeping me back from buying is the random CPU spikes.  It get's to the point where my CPU is maxed out with only 3 accounts (with low CPU mode).  It dies down after a few minutes, but then comes back unfortunately.

 

My cpu isn't the issue either.

i5-6600k @ 4.5GHz

Injected client

Edited by Thizz
  • Like 1
Posted (edited)

New update:

 

Version 0.05

 

- Bot now uses less cpu

- No more lag when the walking system kicks in

- Compatible with default ram allocation

- Replaced the walking system with osbot's webwalker (with a twist of my global compass system)

 

update will be live within a few hours, please allow a few hours for the admins to register this update :)

Edited by Czar
  • Like 2
Posted

New update:

 

Version 0.05

 

- Bot now uses less cpu

- No more lag when the walking system kicks in

- Compatible with default ram allocation

- Replaced the walking system with osbot's webwalker (with a twist of my global compass system)

 

update will be live within a few hours, please allow a few hours for the admins to register this update smile.png

 

Oh my god you are fast.

  • Like 1
Posted

Many times when i try to run your script, it starts, then the box pops up where you chose what to do i mean select from given location, select your own trees, or select from map, i chose select from map and then this happens(bot doesn't start...):

[ERROR][02/15 09:35:20 PM]: Uncaught exception!
java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferByte.<init>(Unknown Source)
at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
at java.awt.image.Raster.createWritableRaster(Unknown Source)
at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
at javax.imageio.ImageReader.getDestination(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at perfect.a.a.CoN.I(xh:9)
at perfect.a.a.auX.<init>(xh:173)
at perfect.a.NUl.<init>(rf:157)
at perfect.a.nuL.<init>(ef:6)
at perfect.a.CoN.<init>(qn:171)
at auX.c(mn:622)
at auX.I(mn:206)
at auX$$Lambda$151/4155231.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseReleased(RolloverButtonListener.java:124)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
[iNFO][02/15 09:35:23 PM]: Started script : Perfect Woodcutter
Posted

also sometimes i get this error after starting, bot works after this error, but still i wanted to report:

[iNFO][02/15 10:30:09 PM]: Started script : Perfect Woodcutter
[ERROR][02/15 10:30:38 PM]: Uncaught exception!
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at CoN.mouseMoved(th:336)
at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
 
  • Like 1
Posted

done, trial activated :D

 

@kyyykis that means you need to assign more ram to the bot, because the map loader uses up around ~100mb extra ram.

 

I highly suggest using the screen mode instead of map mode, because its much faster and less memory intensive :) works exactly the same way, if not better :D

Posted

done, trial activated biggrin.png

 

@kyyykis that means you need to assign more ram to the bot, because the map loader uses up around ~100mb extra ram.

 

I highly suggest using the screen mode instead of map mode, because its much faster and less memory intensive smile.png works exactly the same way, if not better biggrin.png

Ty for answer, how to assign more ram to the bot? the client has changed, now i don't even know how to do that. Before it was easy to do that... :D:(

Posted (edited)

Yeah they made it more advanced now sad.png

 

before assigning more ram, try get a 64 bit java it may help

 

anyways here is guide to assign more ram:

 

1. go to the folder where your osbot jar is (downloads)

2. check the name of osbot, it could be osbot-23.3.434.jar or whatever (talking about the version)

3. make a new text file with notepad

4. paste this in

@echo off
title OSBot Launcher
java -jar OSBot.jar 1024
pause

change OSBot.jar to whatever your osbot is called (with the version numbers etc), I usually rename my osbot jar to just OSBot.jar when I download it, to avoid confusion

change 1024 to how much ram you want to assign, usually 512 is enough tbh.

 

5. save text file as 'run.bat' make sure it ends in .bat, and not .txt otherwise its not launch-able.

6. make sure you saved the file in the same folder as your osbot.jar is, so they are in the same folder

7. double click the new file you just made, osbot should appear and never lag anymore biggrin.png

 

 

good luck, although the map system doesn't really need you to assign more ram, it should work without assigning anything , try the java 64 bit first it may work smile.png

Edited by Czar
  • Like 1
Posted (edited)

Made a new rs account to test this after purchase yesterday. Botted for a few hours with the anti-pattern enabled and a few short breaks. I was banned overnight. So much for a "perfect" woodcutter; didn't even last a day. Waste of money.

 

edit; no, I did not bot on an IP that I had previously been banned under.

Edited by xaju

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...