Jump to content

mitsuki

Lifetime Sponsor
  • Posts

    119
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mitsuki

  1. Any chance of a trial? Cheers dude
  2. Any chance of a trial? Cheers
  3. @Czar, I can't for the life of me remember what settings I used alongside it, sorry my dude
  4. It seems that the script doesn't turn on pray mage until it reaches the room with the altar, meaning that without the west door, it has to walk through the whole room and tank all magic damage before turning on the prayer
  5. Hey Khal, I've noticed that I seem to die sometimes when entering the area (without the west gate done). It walks me in, I die before the script even turns on the protection prayer, and the script gets stuck and doesn't do anything when i'm back in lumbridge. Cheers
  6. Hey guys, I have a batch file setup on my windows machine for osbot, but i'm looking to set it up for my mac. Is there a tutorial on how to set it up for Mac? I've been looking for a while, but can't find any, and i'm fairly new to mac. Cheers guys
  7. Hey man, the script has been working great! One huge problem i notice is that when killing rock slugs, it keeps spam using the salt on them 2 or 3 times while it is doing its death mechanic, making it potentially seem very bot like. Other than that, everything is sweet. Cheers man
  8. This script have a muling option?
  9. Any chance of adding a task list in this script? This is pretty much the only script i'd use one for, and it doesn't have one xD Good work though! Script is the dog's
  10. mitsuki

    Stealth Quester

    It seems to bank all of my runes when banking, and doesn't withdraw them? So it kept dying in fight arena
  11. mitsuki

    Stealth Quester

    Does it use safespots? like in fight arena for example?
  12. also, any advice on how to check if i'm in an area? like within the walls of the grand exchange?
  13. Is there any way to export the scripts into a local java file?
  14. I was using the bank option so that explains it. cheers dude
  15. when catching swordfish in karamja it doesn't drop the tuna, even though I have that method selected It also randomly goes to the jail in port sarim and climbs up and down the ladder? This will make the bot easy to detect
  16. Any chance of a trial? and how long are trials? 24 hours? Cheers
  17. Ohh, i thought that everything within the curly brackets would be handled first, so if you nest another line of code within another set of them, i thought that would happen first okay, thanks guys
  18. if (getInventory().isFull()) { getInventory().contains("Trout"); { RS2Object Fire = getObjects().closest("Fire"); { getInventory().interact("Trout", "Use"); { fire.interact("Use); } } } So it would be like that? I'm just confused because i didn't find anything about using a fire or anything in the api. Cheers for the help
  19. mitsuki

    Fruity NMZ

    I got a ban on a never before botted account. Had used this bot for 5 hours a day. Just be careful, and make sure you're doing other stuff besides just running the bot
  20. So, say i wanted to use an item with a fire, how would i do this? Like this? if (getInventory().isFull()) { getInventory().contains("Trout"); { getInventory().use("Trout") RS2Object Fire = getObjects().closest("Fire");; } I've been trying to find how to use fires to cook in the api, but can't find an object, or interactable for fire
  21. so far i'm 4/4 with account bans. i bot for no longer than 2 hours total a day, and the bot gets me banned first day every time
  22. I'm looking to add a setup menu for my scripts, and don't know how i would achieve this. It would allow users to select ores to mine, fish to catch, and food to cook. Is anyone able to point me in the right direction? Cheers, Mitsuki
×
×
  • Create New...