Everything posted by Alek
-
Handling lag?
As d0zza stated, conditional sleeps, conditional loops, checking the results of those sleeps and loops, checking the results of actions, etc.
-
Ideal cpu specs for 1 mirror client?
It doesn't list RAM requirement, but I'd suggest 2GB especially if you plan on using a script that has web walking.
-
[Dev Build] 2.4.129 - Input fixes
He should refund a script that can't be started from any point in time, it means the script writer has poor logic. Only exception would be something like quests or some sort of minigame perhaps.
-
[Dev Build] 2.4.129 - Input fixes
I don't see why were even have that pause feature, should remove it.
-
[Dev Build] 2.4.129 - Input fixes
Download link: https://osbot.org/devbuilds/osbot 2.4.129.jar Initially I thought it was an issue with my new listeners I added to the client with F9/F10, but the issue persisted even when i removed them. Additionally I did improve the F9/F10 keys by not having them trigger the in-game switching stuff. Let me know how this functionality works. 1. Not tested on mirror mode 2. Not tested on multiple tabs I don't really have time to be doing updates right now, so I didn't have time to do proper testing. This will probably be my last update for a few weeks.
-
OSRS - A money making scheme
TLDR please
-
High memory on every script
It's normal on other clients, but they are not allowing Java to run at its default settings as I explained above.
-
High memory on every script
If you were using a client that was "only using" 300-350 mb, it means they were setting the max heap space on that jvm to something not natural. If you would like, you can replicate that same behavior but I really recommend not. OSBot allows Java to naturally use and allocate resources. The command line argument for this is: java -jar "osbot.jar" -mem 512 Once again, I really recommend not doing this but I'm not going to stop you.
-
Testing Different Outcomes With Multiple Clients
You can't run on OSBot for longer than 45 minutes without being banned, and I have accounts with 90+ stats using only OSBot. Clearly there is something which isn't adding up.
-
Testing Different Outcomes With Multiple Clients
People can get banned with mirror mode, we never made any claim otherwise. Mirror mode is supposed to help with detection since it keeps the game on its natural jvm. There are other reasons why you can get banned, similarly there are other reasons why vap0r is getting banned.
-
Testing Different Outcomes With Multiple Clients
How can we tell your ip isnt flagged? How can we tell a file wasn't put on your computer and that file is used to track you? How can we tell your HWID isnt tracked?
-
getWalking().walk() issue
You need to be able to walk on the destination tile. If there is an object there that you can't walk on, then the even will fail. This is why you cannot use something like myPlayer.getArea(1) or area.getrandomposition
-
Proxy error
Not a client error, moving to General Help.
-
Mobile games
I'd be really surprised if those games didn't have server verification.
-
No bots walk anywhere
Web walking takes some time to initialize, it's definitely not stuck. If it's "stuck", you can verify by checking the output of the event.
-
Farewell via @Container
@DevilApes You can make 140M worth of gold in like 2 days of work as a dishwasher. Must be kiddos that can't work because they are too young.
- getTrade.offerAll() Help
-
Inventory returning something as true when it should be false.
- Any way to make a script output a text file
getDataDirectory() + /* whatever file structure here */- Cancelled unauthorized Chargeback
You're telling me that someone was desperate enough to log onto your PayPal, see that you didn't have enough money worth taking, so they decided to chargeback items which you recently purchased, which opens up a chargeback claim that takes approximately 1-2 weeks to fully process, all to steal about $20 (if he won the claim), and the hacker didn't trigger any of the many PayPal protections; but you caught it within 10 minutes. Just making sure we're getting the story straight here.- Question about osbot VIP
Everyone here is spewing their garbage about bans and not answering the questions asked by the OP. The answer to this question is yes. The answer to this question is hypothetical, meaning nobody knows the answers and you're going to get a lot of opinions stated as fact. Since this was posted in General Help and not the Bans section (aka the forum filled with morons), I'll consider this post as resolving the answers to your questions. If you have more questions regarding bans, go to the "Bans" section where people will tell you a bunch of bullshit because 99% of the people there don't have a background in reversing or math.- [Dev Build] 2.4.128 - Maybe fixes?
Finally, someone who can replicate the bug instead of giving me the same info. I threw you some free vip.- [Dev Build] 2.4.128 - Maybe fixes?
Very useful information, thank you.- [Dev Build] 2.4.128 - Maybe fixes?
You didnt mention if you were using multiple tabs, multiple clients, etc. This doesnt help me at all. Edit: I was able to reproduce the bug, but I'm not sure if what I fix will fix your issue.- [Dev Build] 2.4.128 - Maybe fixes?
Download link: https://osbot.org/devbuilds/osbot 2.4.128.jar Maybe this will fix low cpu mode and the double typing issue some people are having. No idea what changed on the game itself or from 2.4.126 -> 2.4.127, so hopefully my educated guesses worked out in this version. Let me know below. - Any way to make a script output a text file