Jump to content

Muffins

Global Moderator
  • Posts

    6869
  • Joined

  • Last visited

  • Days Won

    24
  • Feedback

    100%

Everything posted by Muffins

  1. I would recommend learning the basics of Java (and programming) in general before attempting to write a script. //pseucode for what i was talking about below List worldList = [301,302,303,304,305,306,307,308,309] int x = 0; //zero is beginning of an array if wantToWorldhop(){ worlds.hop(worldList[x]); x++; //x is now 1, x will not hop to 302 next time of calling worlds.hop(worldlist[x]) }
  2. eli5: create a list of worlds you want to hop to, iterate through that list's index, hop to worldList[x]
  3. delete C:\users\YOURNAME\osbot and then re-launch client
  4. the img might need to be in the /osbot/data/ folder as well.
  5. drawImage(Image img, int x, int y, ImageObserver observer); It looks like you're inputting a null x coord, try doing g.drawImage(background, 300, 300, null);
  6. VIP has access to VIP only scripts, however, all scripts (besides those designated for VIP+ only) are available to everyone.
  7. Thanks for this. I'll give him a chance to respond just for the sake of the dispute, but this should be closed pretty soon. Appreciate your cooperation. @Thebrasini you have 24h to respond or ima just close this.
  8. OSBot does not handle off-site disputes unless it is an explicit scam. It is apparent you weren't scammed and we aren't the ones who could handle refunds for that product (since it is an off-site script) even if we wanted to. Unless you have evidence you were actually scammed, this dispute won't go anywhere. You have a working product. Just because you got banned doesn't mean you were scammed or that there is anything wrong with the product/script/client. You broke game rules and got banned.
  9. yes it appears to be down, devs are working on fixing it
  10. oh, yeah during CLI launch it works the same as just doing -world f2p/p2p and it will select a random world.
  11. no, usually we have a christmas sale tho.
  12. there was a gamepack update for OSRS today, which, on update days, OSBot sometimes breaks for a short period of time. The devs are working on fixing it. There is no ETA.
  13. discord = sheepwaffle , can do this for you
  14. Hardware mouse uses the physical mouse on your machine so yes, it will only work when client is in focus and you arent doing anything else on your computer.
  15. I think it's something along the lines of Position position = new Position(0,0,0); graphics.draw(position.getPolygon(bot));
  16. https://johann.loefflmann.net/downloads/jarfix.exe download and run this
×
×
  • Create New...