Jump to content

Chase

Members
  • Posts

    127
  • Joined

  • Last visited

  • Feedback

    100%

1 Follower

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Chase's Achievements

Steel Poster

Steel Poster (4/10)

75

Reputation

  1. hey i was wondering if you could possibly update the pineapple script, my account continue to keep dying by the spiders/snakes, could you modify the logout session to occur around the docks? and possible adding an eat/slice option for the pineapple? and a stamina potion option as well?

  2. Cant send you a DM. the fishing trawler bot isnt working 

  3. Hey, I'm very interested in mouse movement in terms of bot flagging. This old thread uses classes not exposed anymore to the osbot client, will the possibility to design custom mouse movement ever be added back?
  4. Made a none pvp world script. Uses duel rings and house teleports. This method is only 200-250k/hr now though
  5. Thanks, download link now actually is for the pineapple script uploaded my crazy archaeologist script prior.
  6. yo for the pineapple buying bot you uploaded, it's a completely different bot, it's showing up as this: http://prntscr.com/nadj1i

    so if you can send me the actual pineapple bot, it would be much appreciated 

    1. Chase

      Chase

      lolololololololololol

      updating the thread now

  7. Lol i don't see that on my screen, i was trying to upload it and it kept not showing up. Ill see if i can fix
  8. 5gp per pineapple, so as many as you'd like. 10k should get you through an hour. Be aware I haven't added stop on no coins yet, I'm lazy and had this lying around in my projects folder
  9. QuickPineapples 200-250k/hr P2P Download https://www.dropbox.com/s/22adj9tnstaljy3/quickpineapples.jar?dl=0 How to Use Start at Brimhaven Dock with coins. Method (First Half Of Video) TODO Stop When Out of Coins Support for Stamina Potions (Maybe? Don't see much use for this) Proggies
  10. Hmmm, the only reason I find this concerning is because if I was managing a game and the account was registered in say Florida then logged in on California this would be an easy red flag.
  11. Hello, I have returned from an extended hiatus due to a challenging school semester. The good news is, I'll be graduating with my degree in computer science this coming May! I developed this bot on my main, and no longer feel comfortable developing it with said account because of the attention this method has now received after release. I am looking for users to loan me playable accounts that have the requirements to use this method. Please pm if you have [an] available account(s) with logs, gold, house, and teleports ready. Additionally, I will be using accounts only to develop the bot. All resources, and profit will be kept on your accounts. Although all development will be done on a residential US ip address, I make no guarantees your account will not be banned. While I will still be developing this script on the premise it is ran in a pvp world, I hope to branch out to non-pvp worlds and utilize rings of dueling/house jewelry for castle wars banking so that I can make this a paid script on the SDN. Most importantly, I want to get the house/butler interactions to perfection before extending the teleportation methods. The interactions are the most demanding part of the script, teleportation and banking support is trivial to diversify. More than likely, I will soon remove the download link because I don't feel comfortable releasing this script to the public when it functions poorly. As such, please download the script relatively soon if you're using it and want the viewable source code. Future releases, will be obfuscated.
  12. While I have no empirical evidence that confirming an email reduces bans, It can't hurt. But, I can weigh in on the account lock outs. I believe this occurs because you register the account on one ip address and bot on another. Try using the same proxy when registering the account as well.
  13. As a note, this code works but I shouldn't be using the widget ids and instead be using the text to prevent the widgets breaking from update to update. private RS2Widget getServantWidget() { RS2Widget callWidget = widgets.get(370, 19); if (callWidget != null) callWidget = callWidget.getChildWidget(0); return callWidget; } private RS2Widget getHouseWidget() { RS2Widget houseWidget = widgets.get(261, 78); return houseWidget; } private boolean callServant() { if (tabs.open(Tab.SETTINGS)) { log("Settings tab open"); RS2Widget widget = getServantWidget(); if (widget != null) { if (widget.interact("Call Servant")) { if (!CTime.sleepUntil(random(1000, 2000), 100, () -> dialogues.inDialogue())) { return talkToButler(); } } } else { widget = getHouseWidget(); if (widget != null) { if (widget.interact("View House Options")) { CTime.sleepUntil(random(1250, 2000), 100, () -> getServantWidget() != null); } } } } return false; }
×
×
  • Create New...