Jump to content

Medusa

Scripter II
  • Posts

    710
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Medusa

  1. Currently selling 300m 07. .46/mil Accepting BTC or PayPal from trusted people. Discord: Medusa.#0001
  2. I feel like it might work like on Mac? You need to use the browser game or smth like that.
  3. \\(\\d\\) That should filter to work with any dosage amount. That's the code I use for my amulet of glory handlers etc.
  4. Oh yea. You made it so you need all 1-4 ye. Will update this post with useful stuff in a bit. EDIT: Pretty sure you can use this final Filter<Item> POTION_FILTER = item -> item.getName().matches("Stamina potion \\(\\d\\)");
  5. This sounds like a porn title... Anyways, just add a check to see if player should drink a pot. It should preferably be above any of the "run" code. EDIT: You already have that. What seems to be the issue?
  6. So I'm guessing the "free electricity" is up to a certain point. Once you exceed that number you gotta pay.
  7. Mine coal in Minecraft. I've found that to be quite profitable
  8. https://adoptopenjdk.net/ Try downloading OpenJDK 8 from there. If that doesn't work, try running jarfix
  9. You could just chargeback the money... Site is gone, so if you paid using paypal or something just say that you never received what you ordered. Pretty sure you can do the same if you paid using a CC.
  10. Literally no new people know that it's a meme, so it's kind of a dick move to say shit like that :((((( Be nice to the younger generation, grandson
  11. Yea sorry. Forgot that. Just wrote what I thought it was
  12. Pretty sure you have to do magic.castSpell(MagicSpell.SPELL_NAME); Tried to embed the code, but the code thing is broke af and wouldn't load.
  13. F2P botting is more "monitored" (If you can use that word). 2 day bans are basically the Jagex way of saying, "Hey. We know you're botting. Stop it or we will perm ban you."
  14. Some sites do 25m trades to be safer. imo you could just make a mule account and level it a bit, then sell from that.
  15. Question; Why do you need Pitch and Yaw control? The client will automatically change that if needed (You may be doing this due to something with the event, so nvm if that is the case). Other than that, nice script
  16. What keeps you from making a thread? You'll find out if anyone is interested by doing that
  17. Why is it named OSBOT 2.4.108? Latest version is 2.5.59
  18. Item IDs can change, but it is unlikely. You could use this to grab info for an item through an API that only supports IDs. In general I'd recommend using item names instead of IDs, but I guess that's up to yourself.
×
×
  • Create New...