Jump to content

Dragonsbreath

Members
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Dragonsbreath

  1. 7 hours ago, Apaec said:

    Hey,

    This doesn't seem to happen for me - it sounds like it might be related to mirror mode. Are you using mirror mode?

    Apa

    Hey,

    Sadly there's not much I can do about misclicks since they can be caused by a multitude of unfixable things such as cpu throttling and network latency fluctuations. As for sipping multiple potions, this is now on my backlog of things to work on, thank you for reminding me :)

    Apa

     

    no im not using Mirror mode 

    • Like 1
  2. is it just me ? or does it occur everyone 

    when ever it wants to hope it keeps clicking on the box where it should stand and then click away then it goes back to the location of sandcrabs then it goes away it happens 3 -4 times then it logs out to hop .. 

    my account got banned from this 

  3. where is Stealth scripts it is removed from SDN and removed from my script list

    i had both stealth scripts i cant see them neither in sdn or in my script list ?

    anyone ?? the both scripts cost me $27....

  4. On 4/10/2018 at 1:31 AM, gvance79 said:

    yes i did. i just got off work, going to try again

    yeah, i try to start a script and it starts, i can fill out the gui, but the script just sits there and does nothing

    Try removing all OSBOT files and then reinstall them with the .jar

  5. The script is running flawlessly on a maxed account as well as a 40 def, 50 mage, 50 range account.

    Thanks, Frost :D 

    I still believe we should bank before clan wars FFA portal, but it is not necessary. 

  6. I have two suggestions to make this script more efficient

    1. When banking at Clan Wars the bot should bank first since it is on the route to the FFA portal. This will shave off a few seconds.
    2. When doing multiple trips there should be an option to use a barrows teleport tablet to get back to the start instead of traversing through the entire tunnel. 
  7. On 4/10/2018 at 4:18 AM, ez11 said:

    if you only want accounts to log in (so you can manually mule/restocvk supplys) you can just use any script ID (of a script that you own) and add a random parameter that the script doesnt have after the id so it will start the script automatically log in and then it will be stuck because the client doesnt know what to do. 

    so basically use : -script ID/name:fdijndfsgihbjdfsg

    This would work as the CLI will only log you in if you have a -script flag.

    Instead of -date use -debug 5005 for a detailed output into the command line. 

  8. 14 minutes ago, ThatGamerBlue said:

    Assuming you're using bash.

    Semicolon is a separator for "new command" in bash. Escape it.

    MYrRpbb.png

    Source code of my jar is 5 lines of code:

    
    public class Test {
    	public static void main(String... args) {
    		System.out.println(args[0]);
    	}
    }

     

    The scripter realized that the delimiter in Aleks example was changed from ; to . and once it was added to the script it works perfectly! I did try to backslash but only with commas. 

    This is what was needed:

    java -jar "/Downloads/OSBot 2.5.3.jar" -login -bot -proxy -script 671:1.2.1.0
  9. OSBOT Version 2.5.3

    When running a script through the command line in Ubuntu 17 nothing past the : in the -script 671:1;2;1;0 flag gets passed into OSBOT. 

    java -jar "/Downloads/OSBot 2.5.3.jar" -login -bot -proxy -script 671:1;2;1;0

    My command will run the bot in a windows environment but this is the result in Unbuntu
     

    Starting SDN script with id: 671
    [DEBUG][04/03 02:41:38 PM]: Injected 2 field list filters
    [DEBUG][04/03 02:41:38 PM]: Injected 2 field filters
    [DEBUG][04/03 02:41:38 PM]: Injected 2 method list filters
    [DEBUG][04/03 02:41:38 PM]: Injected 3 method filters
    2: command not found
    1: command not found
    0: command not found

     

    EDIT: The fix for this issue was to add the delimiter "." to the script. The command which needs to be used is as follows:

     

    java -jar "/Downloads/OSBot 2.5.3.jar" -login -bot -proxy -script 671:1.2.1.0


     

  10. Just now, Muffins said:

    I see, it could be broken due to an update from Thursday, I reckon you post on the tabmaker (I presume khalessi) thread asking him to look it over.

    Yeah, that must be it. I have reached out to him but I believe he has been extremely busy IRL. He said he would look into it, but I thought other users might have a solution ^_^.

    Thanks for everyone's time :)

×
×
  • Create New...