Jump to content

throwaway1237843

Members
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by throwaway1237843

  1. My cow killer that I've been using for months now gives me the message "Could not find the data orb, please report this bug!" when I get into the enclosure. Not sure what other info is needed, just wanted to report it as requested. I was killing chickens before the cows with the same logic and that was working fine. This is on Injection mode

  2. Hmm yeah my mule didn’t get banned so I didn’t think it was because of that. My bots are always at the GE because they need to use it pretty frequently, guess I’ll try moving them somewhere else while processing. Thanks for the help, open to any other ideas 

  3. Hi all it seems like my accounts are being “chainbanned” even though I am using a seperate proxy for each acc. I am running a private script 8-10 hours a day and automuling every couple hours - the accounts are getting banned within a half hour of each other.

     I have read mixed opinions on whether jagex uses any hardware info on your comp to ban other accounts. Another thought was that after the first ban they search for accounts in the same area doing the same task? Seems like more than just a coincidence so any insight or opinions would be appreciated.

    Thanks ?

  4. Actually it turns out the problem is if my PID is 5 digits the first digit is getting chopped off when i extract it ?. Now just need to figure out why lol

     

    edit: just needed to delete !PIDS:~1,-1!, and added a small sleep :) Thanks!

    • Like 1
  5. 2 minutes ago, Explv said:

    OK that's fine, probably what isn't working for you is the fact that OSBot starts two processes.

    The first process is the boot menu where you type your login details. When you click login, a new process is started for the actual client, and the boot menu process exits.

    For example:

    
    # Boot menu opens
    C:\Users\Explv>tasklist /FI "IMAGENAME eq java.exe" /NH
    java.exe                      5304 Console                    2     51,772 K
    
    # Client opens
    C:\Users\Explv>tasklist /FI "IMAGENAME eq java.exe" /NH
    java.exe                     15692 Console                    2     37,620 K



    You have two options:

    1. Add a sleep long enough to let OSBot boot up properly and for the client to open, and then get the PIDs

    or

    2 (recommended) Use Python/Java/Whatever programming language to run OSBot (in debug mode) and read the output. When the output contains "OSBot is now ready!" you know that the client has fully booted and you can get the PID using tasklist. Here is an example I wrote in Java https://github.com/Explv/osbot_manager/blob/master/osbot_manager/src/bot_parameters/configuration/Configuration.java#L347

    Ah okay, I will play around with that. Thank you!!!

  6.  

    This is where I pull all the java PIDs before starting up a client. This goes into a list, then I open a new client, pull all the PIDS again, compare the two lists and extract the new value. Bots are started with CLI also

  7. Hi All,

    My automuling system tracks each osbot client PID as it opens and then task kills the client when it is time to mule. However this seems to be only working about 75% of the time now - the rest of the time i am getting    "ERROR: The process "XXXX" is not found". This is probably a dumb question but does the OSbot PID change, or am i just pulling a wrong PID?

     

    Thanks :)

  8. 11 hours ago, Czar said:

    Oh no I need to add CLI support for this script. I will do right now and add an update to the script version today. So sorry guys. The scripts of mine which don't use profiles (unlike the fighter script) need manual CLI support. Update coming up ^^ :D

    Awesome can't wait :)

    • Like 1
  9. I cannot select Tourist Trap, Shadow of the Storm, or Client of kourend in the GUI. An xp reward window pops up instead of turning red.  I'm not on Low CPU mode, mirror mode, or debug mode. Any thoughts?

    Other than this it was an amazing script for the other quests I completed and I highly recommend :) 

  10. 7 hours ago, Czar said:

    Script ID is 955 all my script IDs are on my trials thread gl :D Using CLI mode?

    Gotcha thanks! The table with script IDs wasn't showing up for me in chrome(see pic) so not sure what's going on but it worked in IE. 

    And yes working on automating everything with CLI but still a noob to this haha. 

    Capture.PNG.acad85596f2dbbc252c198f24f1e4ff4.PNG
     

    Is -script 955:iron_bar,edgeville,edgeville,28,1,1 the right format for script parameters in CLI? Can't get the client started when i add the parameters

    • Like 1
×
×
  • Create New...