Everything posted by Gunman
-
Fruity Zulrah Killer
What Deceiver said. But if you can run range only with a tbow it would probably bring your kills down to like 1:30-1 and you will make like 2-3m/hr lol But you gotta be able to afford and risk a tbow lmao
-
It just wont run
@GDH Download and run jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
-
Getting Locked Right After Tutorial Island
VPN's are terrible for botting and here's why. VPN's IPs are normally shared with many users. Proxies can be dedicated to you and solely you; So you're the only one botting on that IP instead of a VPN where you can have x players playing the game or botting on it.
-
Khal AIO Magic
Gl, grats with the release!
-
Script compiling fine, OSBot not running it.
Try isolating sections of code off until it works and narrow the problem down
-
[Dev Build] OSBot 2.6.0
@Patrick @Token This version broke the dialogue handling in Stealth Quester. Idk about other scripts. Basically mid dialogue or a few seconds after an option pops up the bot will talk to the NPC again, and it just loops this. Same quest tested on 2.5.90 did NOT do this. I'll let you two figure out who needs to fix what.
-
[Dev Build] OSBot 2.6.0
This is fucking hot bro
-
Jugs to jugs of water
There use to be but it broke. Also I believe that will be listed in either other or moneymaking.
-
Ultimate Cannonballer
@MalcolmGood job you borked it
-
Mass account creation OSRS
Sorry no. There use to be but Jagex made an update to their site about 3 months ago that broke just about all of them But you will probably have to buy a private one which may be kinda expensive.
-
Why does mirror mode attach to another Osbot client
Ye why not?
-
Script crashing becouse of widget
@WSSLThink you might be trying to grab the widget info before it's loaded my friend. Try swapping lines 45 and 46 and increase the sleep by another second for good measure. If this was the issue look into conditional sleeps.
-
VPS vs VDS vs Server
Imo the whole vps market is fucked place; If you pay for x you should receive at least 90% the performance of x whether it's dedicated or not. That bigger VPS with those specs should be able to run quite a lot of bots. I have 64gb of ram and 12 cores / 24 threads on my personal pc and I can run ~100 bots in low cpu mode. Without low cpu is probably around 30-35. If you haven't try pushing that vps harder and see if it crashes or some shit. Other wise if they don't fix it I would just dropped that VPS since it would be a waste of money to keep it running. And relating to the question you asked I believe a dedicated would fix this issue but that still doesn't change the fact I think that's just wrong.
-
Mass account creation OSRS
You're gonna wanna make or have an account creator made. It has gotten a bit more tricky to make since the Incapsula/Imperva update they made to the RS site.
-
Drastic FPS drops on mirror mode
Old issue a long time ago to fix something like this was to hide the script paint. Try that and see if it does anything
-
mods asleep post poultry
Someone needs to be shot wtf
-
I've done it boys.
You did it. You crazy son of a bitch you did it
-
Possible bank pin glitch - developer assistance needed
If you check Molly's profile, they haven't been online yet to see the message.
-
Very simple question; If using a virtual machine (win 10), will changing proxy settings in settings change my IP when using osbot client?
It should. You can check by going to a site to look up your ip and see if it's the same as the proxy
-
Getting Locked Right After Tutorial Island
Only thing that does this is the ip. Some data center proxies will trigger it or changing the location from like us to uk can too. Normally this only happens once. You can unlock them on the website then you can keep going.
-
Adding a bank failsafe
My guess is it's getting stuck because of web walking. Web walking by default will complete if a tile off. But I would just change the position to an area which I think the same area you're walking to is in the Banks API. I would probably restructure it like this private void handleBank() throws InterruptedException { if (getBank().isOpen()) { currentState = "Depositing"; if (getBank().depositAll()) { Sleep.sleepUntil(() -> getInventory().isEmpty(), 4000); } } else if (!getBank().open()) { currentState = "Navigating to bank"; getWalking().webWalk(Banks.HOSIDIUS_HOUSE); } } And the first if in the onLoop I would change to just this if (getInventory().isFull()) { handleBank(); } If Banks.HOSIDIUS_HOUSE isn't the right location create an area where yours is.
-
Adding a bank failsafe
@UkBenHNeed more code, and post it on https://pastebin.com/ EDIT: Also the if's are nested and will get stuck if the bank is already open
-
Will using a rotating proxy (a proxy that changes it's IP every 30minutes to 24 hours) increase my chances of being banned?
But it can be recovered regardless
-
PPOSB - Jug of Wine
If you enable the x option and set it to 14 before hand it should just one click it.
-
Will using a rotating proxy (a proxy that changes it's IP every 30minutes to 24 hours) increase my chances of being banned?
We speculate they do. Make a test account and see what it does.