Jump to content

ItzMe

Members
  • Posts

    71
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by ItzMe

  1. He did one terrible job of advertising it
  2. Yeah but ads serve a purpose.
  3. Not sure if you know about this but my ads aren't showing:
  4. Because the man is not a stupid person. He's not just walking up to accounts and saying "Hi" then banning if they don't respond. He works in conjunction with whatever software they have to examine accounts and their activities and discern the legit from the botters.
  5. Considered it being a fake, but I don't really see what he'd have to gain other than confusing us for 30-45 mins so I'll give him the benefit of the doubt.
  6. A user posted this in Dreamliner's rooftop script thread: I've never seen a ban like this before outside of when in Rs3 they began detecting the p****bot client and banning players for using it. Could this have anything to do with him turning off stealth injection?
  7. Very nice indeed. The bot scheduler sounds like a fantastic feature and I'm excited to see progress made on it.
  8. You serious? Go to download and use the installer. Then for the script it will be something like this: +Esc:: ;Press Shift + esc to stop BreakLoop = 1 return +F1:: ;Press Shift + F1 to start Loop { if(BreakLoop = 1) break send {Home} sleep 50 send {Home} sleep 240000 } BreakLoop = 0 return I really don't know what the home key ID is, you'll have to find that out on your own and replace HOMEKEY with whatever it is, but this is what it will end up looking like. Apparently it's just Home.
  9. Very nice. One day response time. Thanks a bunch!
  10. Here is the random he's talking about: http://runescape.wikia.com/wiki/Cap'n_Arnav's_Chest Seems to be very rare to get and I'm not sure why. I've only gotten it once(in 7 years of playing) and I don't remember the circumstances under which I got it. I do remember it being in the game even before 2007.
  11. Knowing Jagex they'll seize their opportunity and change some things up while they're working on it in an attempt to screw us up.
  12. That was very helpful, thank you. Now my final question is in regards to the parameters I need to use when initializing my dialogue objects. The constructor given in the api is as follows: RS2Interface(org.osbot.engine.Bot bot, int id) I'm unsure of what the first parameter is. On a whim I tried: dialogueBox1 = new RS2Interface(bot, dialogueID1); without any errors. Is that what I should put there or is that something unrelated?
  13. The script I'm currently working on has a dialogue box that will occasionally pop up and I need to be able to click through it. Using the explorer I can put boxes around parts of the dialogue, but I really am unsure of what I'm supposed to be seeing and what information I need to grab. Could anyone give me a quick explanation?
×
×
  • Create New...