Jump to content

Hybris

Members
  • Posts

    262
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hybris

  1. I don't have a good reputation yet, but willing to discuss if you need a script, can show proof of Java & OSBot API knowledge & also my personal scripts Discord: Janne#1565
  2. I see Does the script currently work? Any issues?
  3. I had the same after the .50 update for some reason, I fixed it by first getting the inventory tab & only then interacting with anything in the inventory. Something like this: tabs.open(Tab.INVENTORY); Sleep.sleepUntil(() -> tabs.isOpen(Tab.INVENTORY), 5000); Using static sleeps is not a great idea, try to use conditional sleeps there or even random sleeps. Also what is the mouse click doing? Is it opening the inventory? If so use the code above.
  4. Gratz mate Post the new code & I'll take a look at that What does the logger say when it logs out?
  5. onLoop is a loop by itself, so using a while-loop inside is bad programming practice. You should use if-statements there.
  6. Hybris

    Stealth Quester

    No leather gloves in gear preset & not using any non-default modes. Tried again, still withdrew 3 leather gloves & didn't pick up the magnet because inventory was full but still tries to use the cheese for the mouse.
  7. Hybris

    Stealth Quester

    It sometimes buys the wrong "greenman's ale". If an offer is pending for too long, would it be possible to set the price higher after a certain amount of time? Now it just waits until it's bought until logout & then the script stops.
  8. Could I have a sandcrabs trial?
  9. Hybris

    Stealth Quester

    Failed to withdraw items at mountain daughter: [ERROR][BANKING] You do not have the required item Stamina potion(4) or its equivalent It didn't buy it although it was at the g/e
  10. Hybris

    Stealth Quester

    Just did it again & same thing & why does he take 3 leather gloves?
  11. Hybris

    Stealth Quester

    Just did Witch's house again & this time it didn't pick up the magnet but still tried to get the mouse He said "make sure you ARE NOT using ..."
  12. Huh? Does it simply say wrong password when trying to log in or does it actually asks you to change password?
  13. Just to add, the service mod-rs provide is great & any problem is solved very fast & well compensated for. That being said, the primes do indeed seem to be closely monitored. I doubt it was an extremely delayed ban, not only because it took so long but also just because it was banned twice in a row. Flagged proxy is possible, but I'd like to think that a flagged proxy wouldn't be enough ground for a permanent, unappealable ban right?
  14. This was the reason the ban was quashed: After a comprehensive review of this account, we identified a period of unusual activity around the time of the offence. As a result, we've removed any offences which occurred during this time as we believe they were not committed by the creator of this account. As described in our terms and conditions the account creator is responsible for the account's behaviour, so to prevent this from happening again we strongly advise you follow our guides on account security. After reading it again this actually suggests that the account wasn't banned because of botting tutorial island, but because they actually thought I was botting on it right? I'm not the creator of the account, thus they unbanned it thinking it was hacked & then botted on it (although I actually played it, just on the osbot client). PM'd you the information. I might actually try this, just to see if it would get banned again. The client being detected as a botting client would kinda be a problem. I actually used the same IP after the ban for that exact reason. It was delayed banned on 1 IP, the same IP got the delay ban quashed so it'd make sense that I'd play the account again on the same IP. Changing IP's would only make it more suspicious. But if it's actually like I stated above, and the ban happened not because of botting tutorial island but because Jagex thought I was botting when playing on the OSBot client, then it makes sense it just got banned again. Then the question still remains, why do they think I was botting? Even on a flagged IP I wouldn't be banned if I was playing on for example RuneLite right? Hybris
  15. Yea that was my guess too, that's too bad because I bought from a trusted proxy seller here on OSBot
  16. Hello there! This is part 2 because I'm referring to my previous post: The post was about that I was banned using the osbot client without using any script. It was determined that it was just a delayed ban because I bought the account off tutorial island so the tutorial island part was botted. But I wanted to try me chances, so I sent an appeal to Jagex, and guess what... My ban got quashed! Hold the applause now, because today I decided to log back in on the account (couple days after the ban got quashed) so I could continue training some skills manually before actually botting on the account. Last ban I was doing agility but I wasn't done with that yet, so I continued doing agility. After about 20 minutes of agility, I get a disconnect & bam, permanently banned. I was definitely being human-like (unless I am a robot) & this time it wasn't a delayed ban, yet I still got a perm. Weird. Any thoughts? Hybris
  17. Sure, I found a seller but always interested in multiple options! Add me on discord Janne#1565
  18. Fruity NMZ definitely
  19. Yea I'll just pop the java classes in there, that should work Just hoped it would work with Maven since it's one less thing to look at, but ah well
  20. Why doesn't it work like this?
  21. Hey there, As I was making a script for myself I felt the need to have an accurate price grabber to determine my profit/hour. After I finished the code I went on to test it on my script, but I encountered some errors. I hadn't encountered any problems with the price grabbing method when using the static main function, but when I used the exact same method in my script it gave me following errors: java.lang.NoClassDefFoundError: com/eclipsesource/json/JsonObject at Utilities.Prices.getPrice(Prices.java:51) at Variables.Variables.setPrices(Variables.java:30) at Main.onStart(Main.java:66) at org.osbot.rs07.event.ScriptExecutor.IiiIiiiiiiII(yh:85) at org.osbot.rs07.event.ScriptExecutor.start(yh:42) at org.osbot.iA.IiiIiiiiiiII(uab:80) at org.osbot.vB.iiIIiiiiiiiI(ju:144) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: com.eclipsesource.json.JsonObject at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 10 more I'm using Json Minimal (https://github.com/ralfstx/minimal-json) as a library imported with Maven. Any idea why this is happening? Thanks in advance, Hybris
  22. https://osbot.org/forum/topic/115124-explvs-scripting-101/ Script manifest is explained under the "Script Skeleton" part
×
×
  • Create New...