Jump to content

ScummyBotter

Members
  • Posts

    55
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by ScummyBotter

  1. No worries, this article explains it well enough I think
  2. Check if you have a function key toggle somewhere on your keyboard, if not you might be able to change it in your BIOS, this kind of stuff ranges laptop to laptop I think
  3. Thanks for the feedback, unfortunately while I was away I deleted the project along with its source code accidentally so I don't think I can make any changes to the script anymore. The Jar is obfuscated too so recovering the code that way is gone too haha If there's a large demand for this script I can consider doing a rewrite but I'm going to focus my time on other scripts for now assuming that demand isn't there
  4. I had the same problem, position.hover then click seemed to work for me, the thing is if you are moving and it's already hovered over a position it wont keep on hovering, the players movement will offset the hover, so I had to re-hover before I clicked to make sure, that worked good enough for me. I wouldn't be surprised if there's a better solution though.
  5. Good to hear the script is holding up, since you mentioned you were testing out ban rates I assume you don't mind getting banned on that acc, but to anyone else I assume 10 hours a day will probably get you flagged lool
  6. I wouldn't be suprised if that was the case tbh
  7. Tfw they take al mine In all seriousness though bro, I'd do a few scans on your pc and then again in a few weeks/months in case you downloaded undetected RATs or something
  8. The script is meant to allow the zoom to be changed with the scrollwheel, so either mirror mode didn't let me do that or it didn't let me zoom out using scroll wheel, I can't verify and try to adjust for it since I don't have VIP, try enabling the zoom using scroll in the settings and trying that again, maybe it will work? As for why you have a pestle in your invent I have no clue hahaha, did you manually put it in? It should only take it out if you are exchanging the sq'irks, but in that scenario it should also collect beer glasses on the way to the garden
  9. Both activities give farming xp, picking herbs gives 50 farming xp, and picking fruit gives 60 at summer, and 10 less for each following garden (winter gives 30). Good catch on the bug! I was using progressive mode to access the summer garden so I didn't catch that I linked the summer garden incorrectly, this will be fixed in the next release, it works the exact same through progressive though so that can be used in the meantime. I don't play the game properly so I can't tell you why it's dead, but I'm assuming that it's because of a combination of the fact that there's a better thieving alternative along with the fact that herbs come into the game much easier now. I think it still has a decent ban rate simply because this used to be a heavily botted area back in the day, so jagex probably have a lot of data when it comes to profiling this kind of bot. Edit: This bug should be fixed now.
  10. Scummy Sorceress's Garden Introduction: This script is my first big release and it plays the sorceress garden minigame, allowing you to easily grind out the early farming levels, along with either thieving xp through Sq'irks or gold through herbs. This has historically been a high ban rate activity (and I've had a few accounts banned developing this, which I ran for long stretches of time), so as a p.s.a do watch out! Features: All Gardens Progressive Gardens Fruit & Herb Looting Herb Drop Selection Banking at Al-Kharid Potion Support (Energy, Stamina and Super Energy Potions) Juice Grinding & Exchange With Osman Beer Glass Collection Reads Your Potion Setup & Mimics It What I Like To Think Is Easy To Use GUI One Click Trick For Summer Garden Requirements: Prince Ali Rescue Quest To Access Minigame Usage: - (I've been told this doesn't work on mirror mode) - Enable Zoom Using Scroll Wheel - Disable rooftops (Always hide roofs) - Start the script in the fountain area of the Sorceress's Garden Minigame, with potions set up in inventory if using potions (the number of potions you start off with will be copied by the bot when banking). - If you are exchanging juices you must start with a Pestle and Mortar in your inventory (Ideally along with Beer glasses, but the script will collect its own on the second run through) - If you are using the progressive mode, it will only progress if it is exchanging juices (thus increasing your thieving), thus use the exchanging set up. Sample Set-Ups: Progressive Exchanging: Herb Running: Bugs: If you encounter any bugs, please let me know with in as much detail as possible (ideally with steps to reproduce it). Known Bugs: Proggies: Credits & Thanks: @Explv For his sleep util class along with his great Osbot Scripting, Paint & obfuscating tutorials. @Fruity& @Alek For helping me out when my script broke with a client build.
  11. No worries, let me know if anything is broken and I'll fix it
  12. You're just pumping these out! Keep at it man
  13. https://osbot.org/forum/forum/28-accounts/
  14. I have the same thing, but you need to wait on that variable to become true before you start doing the main section of the script right? That's what I was waiting on, essentially had these in my onStart, the second one was what was causing it to break for me: private void makeGUI() { frame = new GUI(); frame.setVisible(true); } private void waitForGUI() throws InterruptedException { while(!frame.getStartButtonState()){ sleep(200); } frame.setVisible(false); }
  15. I was waiting on gui input in my onStart, setting settings (like zoom etc), reading the user setup etc. Apparently it's bad practice I think so I'll stop doing that now.
  16. Same thing happened to me, I managed to solve it by removing any sleeps and checks that were in my onStart() and moved them to my onloop with a toggle, might be worth checking that out
  17. Just as a note, I managed to fix this scenario ib my script by removing sleeps and checks from my onStart method, might be worth exploring
  18. Looks like ya boi Fruity is gonna have some competition Paint is looking nice, gl with the script!
  19. Just as a heads up there is a cannonball script in the vip section, not sure how Osbot would deal with competing vip and free scripts
  20. Might be worth dropping a thread here https://osbot.org/forum/forum/102-client-bugs-suggestions/ if you're experiencing the same bugs to let the devs know
  21. Scummy Sorceress's Garden Release can be found here. I wanted to see what it took to make a large-ish script so I'm going with this since nobody has made it here yet and it helps with the early farming levels. I'm thinking about open sourcing it once I'm done with it to get feedback on code quality and where to improve, anyway, here's a breakdown of what I've done so far and what I plan to do: Features: Done Being Made Not Started All Gardens Winter Spring Autumn Summer One Click Trick Regular Run Through Progressive Fruit & Herb Looting Paint Banking Deposit Herbs & Fruits Withdraw Potions Withdraw Beer Glass's Potion Support Energy Potion Stamina Potion Super Energy Potion Exchange Juices Make juices Give juices to Osman Herb Dropping Beer Glass Collection Reads your setup & mimicks it if possible (potions) GUI Testing & ironing out any bugs I can find Let me know if I'm missing anything you'd like to see
×
×
  • Create New...