Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Prime Hunter FREE [Deleted]

Status
Not open for further replies.
Primate
Joined
Oct 30, 2014
Messages
3,376
Isn't working sadly


java.lang.NullPointerException
at productions.celestial.hunter.traps.TrapSpot.getFormationTrapSpots(TrapSpot.java:198)
at productions.celestial.hunter.ui.HunterController.lambda$startButtonAction$234(HunterController.java:171)
at productions.celestial.hunter.ui.HunterController$$Lambda$427/334281764.handle(Unknown Source)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.event.Event.fireEvent(Unknown Source)
at javafx.scene.Node.fireEvent(Unknown Source)
at javafx.scene.control.Button.fire(Unknown Source)
at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.event.Event.fireEvent(Unknown Source)
at javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$245/1574089309.get(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at com.sun.glass.ui.View.notifyMouse(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$43/1814500564.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Select a trap formation.
 
Joined
Feb 24, 2015
Messages
1,206
Such a good script :D

rWWiJAe.png
 
Joined
May 28, 2015
Messages
17
Salamanders are quite broke I think, at red salamanders it sets up all traps and if they fail ignores them etc.
 
Joined
May 12, 2015
Messages
13
Getting an error on OSRS, It starts the scripts, moves to the first location to set up box (for red chins), then it does not continue.


java.lang.StackOverflowError
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextDouble(Unknown Source)
at java.util.Random.nextGaussian(Unknown Source)
at com.runemate.game.api.hybrid.util.calculations.Random.char(ghc:118)
at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(ghc:28)
at app.yR.char(fhc:112)
at app.dR.char(zcc:215)
at app.dR.char(zcc:35)
at app.dR.char(zcc:35)
etc


OR this error

java.lang.ArrayIndexOutOfBoundsException: 2
at javafx.animation.SequentialTransition.impl_playTo(Unknown Source)
at javafx.animation.AnimationAccessorImpl.playTo(Unknown Source)
at com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(Unknown Source)
at javafx.animation.Animation.impl_timePulse(Unknown Source)
at javafx.animation.Animation$1.lambda$timePulse$26(Unknown Source)
at javafx.animation.Animation$1$$Lambda$165/1647149807.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javafx.animation.Animation$1.timePulse(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$400(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$47/703189490.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$43/1932903092.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


OR

java.lang.StackOverflowError
at java.security.MessageDigest$Delegate.engineUpdate(Unknown Source)
at java.security.MessageDigest.update(Unknown Source)
at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextDouble(Unknown Source)
at java.util.Random.nextGaussian(Unknown Source)
at com.runemate.game.api.hybrid.util.calculations.Random.char(ghc:118)
at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(ghc:28)
at app.yR.char(fhc:112)
at app.dR.char(zcc:215)
at app.dR.char(zcc:35)
at app.dR.char(zcc:88)
at app.dR.char(zcc:260)
at app.dR.char(zcc:35)
etc

Note, I'm pretty sure there's also a few other variations of the error so I just posted these 3 as hopefully they'll be enough to provide a fix : )

Thanks in advance, and certainly for the bot in general. Cheers!
 
Primate
Joined
Oct 30, 2014
Messages
3,376
Getting an error on OSRS, It starts the scripts, moves to the first location to set up box (for red chins), then it does not continue.


java.lang.StackOverflowError
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextDouble(Unknown Source)
at java.util.Random.nextGaussian(Unknown Source)
at com.runemate.game.api.hybrid.util.calculations.Random.char(ghc:118)
at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(ghc:28)
at app.yR.char(fhc:112)
at app.dR.char(zcc:215)
at app.dR.char(zcc:35)
at app.dR.char(zcc:35)
etc


OR this error

java.lang.ArrayIndexOutOfBoundsException: 2
at javafx.animation.SequentialTransition.impl_playTo(Unknown Source)
at javafx.animation.AnimationAccessorImpl.playTo(Unknown Source)
at com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(Unknown Source)
at javafx.animation.Animation.impl_timePulse(Unknown Source)
at javafx.animation.Animation$1.lambda$timePulse$26(Unknown Source)
at javafx.animation.Animation$1$$Lambda$165/1647149807.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javafx.animation.Animation$1.timePulse(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$400(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$47/703189490.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$43/1932903092.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


OR

java.lang.StackOverflowError
at java.security.MessageDigest$Delegate.engineUpdate(Unknown Source)
at java.security.MessageDigest.update(Unknown Source)
at sun.security.provider.SecureRandom.engineNextBytes(Unknown Source)
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.security.SecureRandom.next(Unknown Source)
at java.util.Random.nextDouble(Unknown Source)
at java.util.Random.nextGaussian(Unknown Source)
at com.runemate.game.api.hybrid.util.calculations.Random.char(ghc:118)
at com.runemate.game.api.hybrid.util.calculations.Random.nextGaussian(ghc:28)
at app.yR.char(fhc:112)
at app.dR.char(zcc:215)
at app.dR.char(zcc:35)
at app.dR.char(zcc:88)
at app.dR.char(zcc:260)
at app.dR.char(zcc:35)
etc

Note, I'm pretty sure there's also a few other variations of the error so I just posted these 3 as hopefully they'll be enough to provide a fix : )

Thanks in advance, and certainly for the bot in general. Cheers!
@Cloud
 
Joined
Feb 24, 2015
Messages
1,206
You have time till next lvl and time till 99 in the paint.
Could you maybe take out the till time till 99, and replace it but a lvl that we can chose in the GUI? :)
Like if you want to get 89, that it would say that instead of 89 :p
 
Primate
Joined
Oct 30, 2014
Messages
3,376
You have time till next lvl and time till 99 in the paint.
Could you maybe take out the till time till 99, and replace it but a lvl that we can chose in the GUI? :)
Like if you want to get 89, that it would say that instead of 89 :p
Requires a global change.
 
Joined
May 12, 2015
Messages
13
Is it possible to add a priority list? Ie. drop before looting the birds

When I do the tropical wagtails, with 3 traps it seems that i always get caught with "You need 1/2 more free inventory spaces", and it spams my screen. I just had a bot get banned due to this, as it is evidently a bot when this occurs.

If there was just an option to drop before looting the next birds, that would be perfect. Thanks :D
 
Joined
Mar 13, 2015
Messages
151
boot is working pretty well but something happened today that wasted 6 hours away from botting..
when it place trap boxes out of the squares it should've put them in "by mistake/ lag/ etc.." , it doesn't take it and replace it in the right place, but keep pressing in another box "should now get the msg that I can't put any more traps" till the previous one disappear then place the other in the square. unfortuantely I had only 7 trap boxes in my inventory. so after it placed them it had no trap boxes to put so he kept staying idle. so the bot was logging out. relogging.. staying idle.. logging out.. relogging.. staying idle.. for around 8 hours, thanks god I didn't get banned :D :D
 
Last edited:
Status
Not open for further replies.
Top