Jump to content

ThoughtVNC

Members
  • Posts

    95
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by ThoughtVNC

  1. Hey guys, I'm trying to hop worlds in my script, and I'm having a little bit of difficulty understanding the Worlds methods. In specific, I'm confused about the parameter "all" for the method getAvailableWorlds public java.util.List<World> getAvailableWorlds(boolean all) Gets a list with all available worlds to hop to Parameters: all - True for all worlds, False to filter out worlds that are not allowed to be hopped to What is it that all does? If I wanted to just get a list of all P2P, non PVP worlds what would I input? Thanks in advance
  2. ahh i see that would make sense. thanks a lot for your help
  3. I'm having a permissions error when trying to read with ImageIO. [INFO][Bot #1][12/30 12:46:45 PM]: Loaded 2 built-in random solvers! [ERROR][Bot #1][12/30 12:46:45 PM]: Blocked permission: ("java.io.FilePermission" "resources\biohazard.png\biohazardQuest.png" "write") [INFO][Bot #1][12/30 12:46:45 PM]: Terminating script coconut oil... Here's the code: try { File file = new File("resources\\biohazard.png\\biohazardQuest.png"); FileInputStream fis = new FileInputStream(file); BufferedImage biohazardQuest = ImageIO.read(fis); } catch(IOException e) { log(e); } if anyone has any ideas, please shoot them my way thanks also, when I try to just read directly with this biohazardQuest = ImageIO.read(new File("resources/biohazard.png/biohazardQuest.png")); I face a similar issuse, "can't read input file."
  4. hey man, sorry noone got back to you quicker. Yeah, just setup your IDE as per this guide (click here) if you haven't already, and output the scripts to the "Scripts" folder in your OSBot directory. I usually train an account to fit whatever task the script is gonna do, and plan out what the script is going to accomplish by doing the task a few times manually and mentally jotting what it has to do. Then, I open up my IDE and get a basic script skeleton, once I write a few parts of it, I build it, run it in OSBot, and then do some tweaks / add stuff, and rebuild until I like how it works. For staying anonymous, I'd just say it depends. Are you someone who wants to run a bot farm? Learn a lot about proxies, and proxy tunneling to make sure you don't get any huge IP bans, (sometimes Jagex bans all bots from one IP, using multiple IP's limits the bots that go down to just that one IP generally). Also, using popular scripts on multiple accounts IMO can lead to higher ban rates, so you writing your own scripts would be great to limit this. Generally I don't experience bans while writing scripts, and I don't have a bot farm operation that I've setup ATM so I'm not to worried about all this ^.^ If you are just writing scripts, and using them on a few accounts, I personally wouldn't worry about the trouble of buying proxies and other preventative measures. If you are just testing scripts, again, never bot on your main unless you are willing to lose it. Chances are you will lose it so I STRONGLY don't suggest you do this, never happened to me, except for when I risked a 2k+ total lvl account while helping someone develop a Vorkath script. (yeah, really stupid I know, not gonna do that again lol.) But seriously, I hope you enjoy your time at OSBot, the community is very friendly and will support you in script development as long as you don't ask for people to literally write out scripts for you. There are a bunch of snippets on OSBot of all the different methods in use, and people will be very generous in their answers if you ask good questions. Have fun man, I really mean it, hope I could help. ThoUGhTVnC
  5. NVM SOLVED GOOD 2B BACK
  6. been a while since i left the OSRS botting scene, looking to get back into scripting with OSBot and I remember just before I left my git repository access had just been approved. can't remember where I can access it, or what my user:pass would've been, if anyone could point me to the git page that'd be great. much love, tHouGhtVnC
  7. 3 for sure, the rest are overwhelming.
  8. I can do this for cheap, add me on discord FXp#3535
  9. I can do this for you FXp#3535
  10. Selling 2 Minty Pickaxe Codes! Competitive pricing, you won't find them any cheaper! Taking PP/BTC/OSRS GP Msg me here or on discord at FXp#3535
  11. so you want 6m xp from 73str, basically 93str? I can complete this service for you, add me on discord FXp#3535
  12. pretty good script, would recommend y'all to try it out.
  13. [INFO][Bot #1][10/14 03:19:59 PM]: Looting item: Blood rune x25 [INFO][Bot #1][10/14 03:20:01 PM]: Updated Blood rune in the lootlist [INFO][Bot #1][10/14 03:20:01 PM]: Attacking Undead Druid [INFO][Bot #1][10/14 03:20:02 PM]: In combat with Undead Druid [WARN][Bot #1][10/14 03:25:09 PM]: Script executor is taking too long to suspend; restarting now... account logs out after this, happens quite a bit but this is the first time I opened the console. if I press stop script OSBot freezes and forces me to restart mirror mode
  14. idk if its legit either, don't want to give it away but it starts with a capital E, not lowercase.
  15. was in wildy doing some slayer, pk'er came and attacked me, I risked and fought back OSRS servers lagged and we both froze for 10-15 seconds, just talking to each other I got skull tricked at the web near resource zone feels pretty bad man
  16. "Thanks for running my Tree Cutter!" what tutorial did you pull this from... ^^this guys spot on
×
×
  • Create New...