Jump to content

hreyvirtue

Members
  • Posts

    62
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by hreyvirtue

  1. As title states, i'm looking for a static residential ip that doesn't DC every now and then

     

    I'm currently using geosurf but it's unstable and dcing every 20-40 minutes(maybe i'm just using it wrong?),

     

    ideally it'd be no more than $400/m

     

    Much appreciate, Thanks

    :doge:

  2. 2 minutes ago, Malcolm said:

    I didn't include any parameters for this script. 

    I can look into it for the future

    Even if it's just to launch it from CLI, I think it's worth it to add just to attract the bot farm crowd 

    time to test it out, thanks again =]

  3. 9 minutes ago, Pegasus said:

     

    that script won't work.

     How can the client get login before login event execute ?

    If the client isn't logged in, then the login event executes, that's the point of that script

    Set it on loop and adds sleeps if you need to

     

  4. 27 minutes ago, Pegasus said:

    getBot().isLoaded() is not working

     

     

    
    @ Override
        public final int execute() throws InterruptedException {
            if (!getBot().isLoaded()) {
                return 1000;
            } else if (getClient().isLoggedIn() && getLobbyButton() == null) {
                getBot().getScriptExecutor().resume();
                setFinished();
            } else if (!getBot().getScriptExecutor().isPaused()) {
                getBot().getScriptExecutor().pause();
            } else if (getLobbyButton() != null) {
                clickLobbyButton();
            } else if (isOnWorldSelectorScreen()) {
                cancelWorldSelection();
            } else if (!isPasswordEmpty()) {
                clickCancelLoginButton();
            } else {
                login();
            }
            return random(100, 150);
        }

     

    I got this NPE :

    java.lang.NullPointerException
        at org.osbot.rs07.api.Widgets.getWidgetContainingText(tl:727)
        at com.iaox.farmer.handlers.LoginEvent.getLobbyButton(LoginEvent.java:140)
        at com.iaox.farmer.handlers.LoginEvent.execute(LoginEvent.java:37)
        at org.osbot.rs07.event.EventExecutor$2.run(zj:230)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

    image.png.1800c28c880e7362f802586a65173b0b.png

    What does your script look like? Does it just execute the login script immediately after the client begins launching?

  5. 18 minutes ago, Aftermath said:

    I’ve made European accounts before that didn’t lock after resting them for a bit, but they should have premium residentials on there as well that you can specify to be strictly USA/Canadian. 

    I believe it’s $50 for 1 proxy per month, but it’s been a while. You also have to create a support ticket if you want them to adjust your rotation time to anything longer than 6 mins or so. Just a heads up.

    Damn, guess that'll be a last resort 

    Thanks for the information :)

  6. 31 minutes ago, Aftermath said:

    Go with 10-12 mins so it will last the whole time for each account that's created

    The provider I've used worked good (localproxies.com), but they have gotten sloppy with their service. Not sure I'd reccommend them anymore.

    But with LP, their $25 package is for any random country/and city 

    If the ip locked onto something that isn't USA(where i'm at), wouldn't the bot just get locked immediately after i changed to a normal datacenter proxy?

  7. 13 hours ago, leechesgetstiche said:

    it freezes most times, sometimes just withdraws noted jugs and sits around, PS my mules name has a space in it

     

    Is the mule off screen or is your screen zoomed in? I don't know what could've caused this; if you use it again can you please send what the logger says? thanks

  8. 14 hours ago, Explv said:


    If the default OSBot login handler isn't clicking it, then use a custom login handler, and click the button yourself:

    https://osbot.org/forum/topic/109560-a-simple-login-handler/

    Whenever I tried adding it to onStart/onLoop, I get an error about username/password not being static, how do I fix this?

    (Making them static makes me remove final, making me have to initialize them to null, giving a NullPointerException)

    Thanks

     

    code:

     

    http://prntscr.com/mg0k4k (somehow got this error to go away)

     

    But now it's still giving a nullpointerexception

     

    the full error: 

    [ERROR][Bot #1][02/03 09:11:39 AM]: Error executing event : org.osbot.rs07.input.keyboard.TypeStringEvent@2eaf52f3
    java.lang.NullPointerException
        at org.osbot.rs07.input.keyboard.TypeStringEvent.execute(lh:84)
        at org.osbot.rs07.event.EventExecutor$2.run(sk:136)
        at org.osbot.rs07.event.EventExecutor.execute(sk:69)
        at org.osbot.rs07.script.MethodProvider.execute(ue:402)
        at org.osbot.rs07.api.Keyboard.typeString(fg:162)
        at org.osbot.rs07.api.Keyboard.typeString(fg:89)
        at LoginEvent.enterUserDetails(LoginEvent.java:92)
        at LoginEvent.login(LoginEvent.java:75)
        at LoginEvent.execute(LoginEvent.java:38)
        at org.osbot.rs07.event.EventExecutor$2.run(sk:136)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

    and code:

    http://prntscr.com/mg0ur4

  9. You can always set it to hop when it reaches 10 or below(assume you're doing a high stocked item) if you don't get the onmessage working

    or just have it hop after every instance of buying the item(s)

×
×
  • Create New...