Jump to content

Chase

Members
  • Posts

    127
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Chase

  1. 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?

     

  2. 43 minutes ago, amDeep said:

    I always create my accounts from a separate IP but make sure it's located within the same country is all, haven't had any issues yet, might just be luck though. :)

    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.

  3. 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.

  4. 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.

  5.  

    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;
    	}

     

  6. 23 hours ago, So Solid said:

    Nope, internet kinda laggy tho.

    Maybe another getState that checks to make sure the inventory only contains coins + oak logs { else bank (depositAllExcept("Oak logs", "Coins")

    something like that idk lol

    Thinking it will deposit all that are not Law runes, coins, or logs.

    Have to make sure not to break the mahogany plank option too in case.

     

    Also that brings up another point, I'll add in CLI support as soon as I can

     

    • Like 1
  7. 19 hours ago, So Solid said:

     

    20 hours ago, So Solid said:

     

    21 hours ago, So Solid said:

    Script is going well, making some decent money with it.

    Over my testing, I have found that I will come back to the script having coins, laws, 25 oak logs and a random item from the bank. I haven't caught it withdrawing the item but it will stop running when this happens and I have to fix it myself. The script is searching for it to take 26 logs to the sawmill but because there is 25 in the inventory it takes 25 then gets stuck.

    Shouldn't be too hard of a fix, probably just the client lagging a little and by accidentally clicking on another item in the bank.

    Are you running this on Low Cpu? 

  8. 4 hours ago, Tw3nty said:

    Suicide botted two accounts over the weekend. Made 15m profit after expenses. One is currently banned and I'm assuming the other will be soon. Trained both the accounts by hand and took my around 2 hours per. Route I took was 40 magic -> Vampire Slayer + Fight Arena -> 50 construction. 

    No problem. :) Thank you for the script!

    Ay Thats pretty awesome to hear, so the script worked for 15+ hours? I've only ever run it for maybe 4 hours locally.

  9. 7 minutes ago, leony said:

    http://prntscr.com/iq41bq

    does nothing once starting, goes in bank and just get's out 26 oak logs and does nothing

    Try the new link, I updated the isInHouse method to use OSBot's. Script is working locally for me now.

    On 3/9/2018 at 7:16 PM, Tw3nty said:

    In_House boolean seems to always be set to true hence the scripts tries to call servant even when in Lumbridge.

     

    Edit: Decompiled the jar myself and fixed it. Would recommend just using OSBot's isInHouse() method. 

    Thank you for the bug report, and figuring out the problem for me. Greatly appreciated @Tw3nty

  10. On 3/9/2018 at 7:16 PM, Tw3nty said:

    In_House boolean seems to always be set to true hence the scripts tries to call servant even when in Lumbridge.

     

    Edit: Decompiled the jar myself and fixed it. Would recommend just using OSBot's isInHouse() method. 

    Good to know! Curious why my function doesn't work though, I used configs which I assume is how isInHouse() operates as well.

    18 hours ago, sudoinit6 said:

    Shouldn't you list 30 magic and 30 attack as a requirement too due to the Dust Battlestaff?

    Dust Battlestaff is only a temporary requirement, support for solely runes will be added and phials support is to come

    If anyone wants to supply me with pictures of them running the bot, that'd be awesome :)

  11. CHome 1.0

    HOW TO USE

    • Start in Lumbridge PVP World Safe Zone, next to bank chest
    • Have Law Runes and Coins in inventory
    • Have Dust Staff equipped
    • Have Oak Logs in Bank, preferably at top left of primary bank tab for fastest results
    • DO NOT START WITH LOGIN CREDENTIALS
      • In the off chance the bot disconnects while in your house, when logging back in the account will be outside the house portal in an unguarded area!
      • Use OSBot's default account.
    • Select Log Type from Gui, Currently only mahogany and oak logs.
    • Like 1
×
×
  • Create New...