-
Posts
62 -
Joined
-
Last visited
-
Feedback
100%
Posts posted by hreyvirtue
-
-
50 accounts - $5.50 paypal
100 accounts - $12.00 paypal
must be residential made and not botted on thanks
pm
discord - doge#3600
-
-
9 minutes ago, sarsi96 said:
400 usd monthly ? LOL using residentals which one each is 15 usd monthly. (Checked and they are legit residentals)
name them then
-
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
-
-
Add a @ScriptManifest, compile the jar and put it into your scripts folder
-
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 =]
-
1 minute ago, Malcolm said:
Done in 1 minute
ty dad
does it support CLI?
-
can i pls have 6 hr trial
-
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
-
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)What does your script look like? Does it just execute the login script immediately after the client begins launching?
-
On 2/8/2019 at 10:54 PM, TheeJoker said:
Where would you train agility, literally would be perfect to afk it?
oo lmfao, its really hard to detect
The pipe at Barb Outpost
9k/hr
-
10 minutes ago, Jacareverde said:
You're literally on a botting forum what you doing
he's lost to the botting ways as OP is not, he's giving him a forewarning
-
1
-
-
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
-
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?
-
As title suggests, when using them to make account/tutorial island, how long should they last before they rotate?
Also what's a good site for residential proxies?
thanks=]
-
@riseofrage thanks for the warning bud appreciate it
-
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
-
5 hours ago, leechesgetstiche said:
the muling is broken other than that letsas gooo
What's wrong with the muling? what does it do?
-
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:
-
Sorry for obnoxious title, but title says all
Is there anyway to make either the client or script hit continue?
Just to clarify:
Thanks!
-
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)
-
did you make sure to add the user/password and correct port?
-
4 hours ago, Arkitus said:
Can you explain me better? What do you mean the latest development version? What should I download to use it?
buying tutorial island accounts
in Requests
Posted
Bought from fhhhphgj, no longer looking. Thanks for the inquiries.