Jump to content

ThoughtVNC

Members
  • Posts

    95
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1562 profile views

ThoughtVNC's Achievements

Iron Poster

Iron Poster (3/10)

15

Reputation

  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
×
×
  • Create New...