Jump to content

Bobrocket

Members
  • Posts

    1664
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Bobrocket

  1. RS runs through TCP port 44354 (or something like that), and doesn't accept HTTP connections either. SOCKS4/5 will work.
  2. You can just do (boolean) 0 In booleans, 0 = off = false and 1 = on = true (right?)
  3. I believe you can just do #get(x, y) and retrieve a List<RS2Object/Entity/NPC>? Not entirely sure, if not you can just use a filter and then in the match just check if the positions match.
  4. clickToSlot is likely just a handler for scrollToSlot + interact.
  5. API says that clickToSlot has a 1/6 chance to not use mouse wheel.
  6. >posh >southern english kekekekekekeekek this ********a got that council estate accent
  7. It's binary... 010101010101010101010101010101010000101101010 Use base64 encoding for your binary files, that way it's plaintext but you can decode easily.
  8. It's a law in the UK, so if they didn't comply they could get in some serious shit. Read this for more info
  9. If it's your actual account, you should be able to ask Jagex for all the information they have on you for a fee of up to £10 as per the data protection act (since they operate in the UK). This could very well include full transaction details, however you may need ID to confirm and all.
  10. How else would I transfer my large pathfinder map and deliver updates anytime fam? I'm surprised eric hasn't slam dunked me yet for my map file... it's quite literally a binary file
  11. if ((x > 3205) && (x < 3207) && (y > 3209) && (y < 3211)) { Use area pls + getLocalWalker().waitUntilidle() is your best bet for the walking.
  12. 1. Yes. Just make sure you cache your data so your users don't have to redownload every time 2. Yes, no idea if it's allowed or not though. The best way would be logging start/end times with php/mysql and checking that way.
  13. Could have sworn that it used to change the Y value instead of the Z, oh well :p
  14. Just for reference, lumbridge castle is extremely fucky in the idea that the Z value does not change, I believe it is the Y value that changed (+3000 each time?)
  15. getMouse().move(MouseDestination); getMouse().click(false); http://osbot.org/api/ - Look at the Mouse class
  16. Lol dude it's fine. He wanted to go half and half after he decided that I was a scammer that was constantly typing as he typed commands. I told him to pay 100% upfront after I had made the script (seems fair to me), but of course he denied many times. I even offered to get other people to verify the legitimacy of the bot. He wasted my time, and I couldn't be bothered to deal with him since it was 2am. No worries though, I'll just sell the bot to someone else EDIT: Just thought I'd add that he kept claiming that he found someone to do it "for much less than $30", which is fair play, however I assume not considering we're here ^^
  17. Having a mac is no excuse, you can get a virus on anything that can run programs. https://www.malwarebytes.org/antimalware/mac/ download malwarebytes here. Just because you have a mac doesn't make you immune to viruses, they can be programmed in anything.
  18. If this "other guy" is me, I wrote the script, proved it worked by joining his clan chat and watching it work, and then accused me of scamming by typing the commands in myself. He continually wasted my time (bare in mind at this point it is 2am so I want to go to sleep), so I tell him to pay it all up now or he will not get the jar (either way, I typically request 50% upfront but he's obviously new to purchasing private scripts so I gave him the benefit of the doubt and went first). He kept agreeing to pay me 50% then and 50% after he received the jar, which I did not want to do both considering his rep and considering how late it was.
  19. new SmartKeyboard(this, 65) A few tips would be to use names and not IDs, as well as checking visibility of widgets before you interact with them. Looks solid otherwise, as long as it works! EDIT: you may want to keep the SmartKeyboard object global instead of making a new one every time.
×
×
  • Create New...