Jump to content

DeckardCain

Members
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    100%

1 Follower

Profile Information

  • Gender
    Male
  • Location:
    Ontario, Canada

Recent Profile Visitors

1125 profile views

DeckardCain's Achievements

Bronze Poster

Bronze Poster (2/10)

14

Reputation

  1. I gave that a try, it didn't work. I imagine that it has nothing to do with my system, its got to do with something on their end. Somehow my account has not been flagged on their end as being VIP, so when the bot loads the info it loads me in as a free user.
  2. I did not. I just had my automatic paypal payment go through. I'm not sure how that would help? When I launch the program I can see that I'm not VIP because I can't use mirror mode.
  3. Hello; I'm a regular VIP user and have setup automatic payments to be made, though recently I've had some issues. I haven't used OSBot in a while, but noticed yesterday that I wasn't VIP. Today a payment came out, but I'm still not VIP Thanks in advance ~DC
  4. What what! Thanks @Patrick!!
  5. Heya (I'm assuming) Patrick; Mirror client version - NA Console output / terminal output java.lang.NullPointerException at org.osbot.GC.iIiIiiiiIIIi(pq:168) at org.osbot.DE.<init>(lt:42) at org.osbot.rs07.event.ScriptExecutor.prepare(jg:653) at org.osbot.rs07.event.ScriptExecutor.start(jg:125) at org.osbot.bB.iIiIiiiiIIIi(hq:292) at org.osbot.BotApplication.main(yu:160) Crash report if a crash occurred - NA Script that you ran - NA Hooks that failed - ?? JVM/Browser bit version (32 / 64) - 64 Seems to happen just after it loads in the randoms. I am running with the following flags: -allow nointerface -login YOUKNOW -bot YOUKNOW -script NA -world NA -debug XXXX ***The bot continues even with this error Thank you!
  6. Hello all; I've noticed that I've been getting a few NPE's (two unique ones so far) that I'm getting in *.35 but didn't get in *.31 and prior. I managed to collect data about the first issue, if I encounter the other camera NPE that I've been getting I'll post it as well. Issue: NPE Using mirror? YES What: web walking Mirror client version - 2.66.177 Script that you ran - Custom Hooks that failed JVM/Browser bit version (32 / 64) - 64 Call: getWalking().webWalk(Constants.LUMBRIDGE_CHURCH.getRandomPosition()); Error: [ERROR][Bot #1][01/24 08:04:54 AM]: Error executing event : org.osbot.rs07.event.InteractionEvent$CameraControl@5a84f9eb java.lang.NullPointerException at org.osbot.rs07.api.map.Position.isVisible(kh:206) at org.osbot.rs07.input.mouse.MainScreenTileDestination.isVisible(ro:178) at org.osbot.rs07.event.InteractionEvent$CameraControl.execute(yl:86) at org.osbot.rs07.event.EventExecutor$2.run(im:278) 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) Note: I did not make any camera calls in my scripts. The only call being made is webWalk. Thank you!
  7. Hmm... I hear you there... I was actually thinking of writing an OSBot Manual of sorts. If I see a demand for it / see that people are actually using these videos, then I will write one.
  8. Yes, I've started this initiative two days ago. Currently almost have that stream all broken down and rendered out, so they should be hitting the channel soon. I will be posting the individual links on my original post, so if you get notifications enabled for that post you'll know when they come out (alternatively you can also sub to the channel).
  9. As far as I know, Reflection was created because we all suspected that injection could be detected, so this shouldn't really be news to anyone. Injection should really only be used on suicide bots, never on accounts that you would prefer not to lose and DEFINITELY NOT on any account that you can't / don't want to lose. Just my two cents ?
  10. Incorrect. You're not stupid, you're simply new. We've all been there. Always try to provide a screenshot of the log / compile window as well as the sections of code it suspects are incorrect. This helps us understand whats going on a lot faster ?
  11. Hello everyone; I've been helping a few people out on Discord with their scripts and understanding the API and I've come to the conclusion that I'm just going to make my own video series covering everything you need to know to get a script up and running in OSBot. Each episode will be streamed on YouTube, then edited down to only the essential information, uploaded as a video and embedded into this page under its heading. The main topics will be listed below. People comment additional topic ideas at the bottom of this thread or you can PM / Discord me. Legend: Not aired Airing now Aired Topics: Getting setup: Beginner scripting: Intermediate scripting: Advanced scripting: Other: All videos / streams can be viewed on: YouTube
  12. I have a hunch that Jagex is starting to up their game and reinforce themselves against the ongoing threats that they're having (suicide botting and RWT). Previously, the company was almost sank because of these threats, so now that they're dumping money into the game hand over fist, it would make sense that they would want to protect their investments. I myself have been noticing that some scripts have INCREDIBLE ban rates (REALLY fucking high), others are much lower and as expected my personal collection has the lowest (as is usual with every user). The ban rates for scripts seems to get worse and worse over time, the degradation speed being linked to how well the script was written and the user count. As far as client detection goes, I don't think that thats the route they want to go down, because we can all just change our obfuscators thus making it hard for them to tell whether its a bot client or just another third party runelite-esque client. The better approach would be to bump up the number of data points that theyre grabbing and enhance the system that Jacmob pooped into place. Several botting clients have mirror mode, all of which claim that, through the client, it is impossible to detect that you're using a third party client (this is not the case with injection, of course), so I feel like you're probably fine. Have a deeper look at the scripts you're using (I won't say names, but a mining script I was using recently updated and theres an action it makes every time it comes back to the mining spot which is really unrealistic and ultimately got me caught on day one, so always watch your scripts on a burner account before using it on your mirror only accounts). As per the usual, this is all speculation and every comment made regarding ban rates or observations should be though as such.
  13. Just bought the script, been having a few issues: Bot doesn't open doors when travelling to the bank Bot sometimes miss clicks on a nearby ladder and doesn't know how to get back to where it was Crashes when miss clicking the ladder instead of NPC When I had eat at bank enabled, it got to the bank, withdrew the food then crashed The on-screen paint function descriptions are incorrect, it took me a while to figure out that the proper key combo is described in the logger Function keys mapped to perform paint functions also open tabs in-game, I feel it would be better to make them buttons, change the text to include pressing shift or change the key to something unused Scripts constantly outputs "Test2" in the logger while in combat Text in the GUI doesn't fully show (text is cut off to where I don't know what the buttons do, may be because I'm on Linux) Stats paint is overlapping the static text When you click edit settings it opens two of the settings GUI's, one of which is blank, the other contains my settings Scheduler settings are not being saved (this may be on purpose?) Aside from these, relatively small issues, the script works well. Seems pretty human-like, been seeing some good anti-ban activity. Overall pleased. Error received when player leaves selected combat zone: [ERROR][Bot #1][12/24 08:01:45 AM]: Error in script executor! java.lang.NullPointerException at net.betterpvp.osFighter.c.CON.g(f:147) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1359) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at net.betterpvp.osFighter.c.CON.g(f:50) at net.betterpvp.osFighter.c.AuX.m(z:124) at net.betterpvp.osFighter.Fighter.onLoop(wc:211) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(bp:22) at java.lang.Thread.run(Thread.java:748) [INFO][Bot #1][12/24 08:01:45 AM]: Test2
×
×
  • Create New...