-
Chase changed their profile photo
-
[Dev Build] OSBot 2.5.54
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?
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Made a none pvp world script. Uses duel rings and house teleports. This method is only 200-250k/hr now though
- QuickPineapples [P2P] [200-250k/hr] [No Requirements]
- QuickPineapples [P2P] [200-250k/hr] [No Requirements]
- QuickPineapples [P2P] [200-250k/hr] [No Requirements]
- QuickPineapples [P2P] [200-250k/hr] [No Requirements]
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
correct!
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Fantastic! Thank you so much
-
Jagex E-mail confirmation mail
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.
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
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.
-
Jagex E-mail confirmation mail
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.
-
Conditional sleeps while working with menues
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; }
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Can you expand on this dialogue? Is this because the butler is getting back before you teleport to lumbridge?
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Jam packed week of school, and job interviews. I'll try to get back to working on this soon.
-
[500-700K GP/H] [5-5.5K Planks/H] Butler Planking
Going to try to work out some bugs today! Going to try to overhaul the banking system and make it a lot more thorough. This should be a better way of tackling the random item in the inventory problem, and also will allow me to add the air staff support!