Everything posted by Gunman
-
getGraphicObjects to spare my ass cheeks
@sexyrussian Probs some shit like this private GraphicsObject getGraphicsObjectOnPosition(final Position position) { final List<GraphicsObject> graphicsObjectList = getGraphicObjects().getAll(); if (position == null || graphicsObjectList == null || graphicsObjectList.isEmpty()) { return null; } return graphicsObjectList.stream().filter(g -> g != null && g.getPosition() == position) .findFirst().orElse(null); }
- [Stable] OSBot 2.6.53
-
osbot
- osbot
Normal theme will be back when all the functionality of it is fixed after a recently update broke it.- Forum darkmode
Enjoy burning your eyes out, I don't see the option either.- RuneCreator | RuneScape Account Creator | Extremely Fast | No Captcha
@Ztheman1 Use the bump this topic button at the top of the page. You're only bumping one thread.- Why does stealth injection still exists?
They're too busy with V3 I guess to do anything. I believe improving the bans was on the list of things they wanted to do. But yeah, this injection is absolutely horrible for current standards. And saying it's because it's injection is just plain out not true.- Was charged for vip
https://osbot.org/forum/forum/150-refund-requests/- Stop renewing vip
Still needs to be done through PayPal. Either contact their support or make an account through the email you received when purchasing.- Stop renewing vip
Through PayPal- [Open Source] Account Creator - Alpha
- Mirror Mode Linux
- Trouble using external libraries (java.lang.NoClassDefFoundError)
Use sockets- Trouble using external libraries (java.lang.NoClassDefFoundError)
@Auron Check the jar and see if the library was added into the script jar, if not then that's the problem. Worst case you can switch to GSON library that is built into the OSBot client.- What exactly does "Low CPU Mode" do?
Yes, only on the mirror client it self thought, not the client it is mirroring. There's also CLI parameters for the sliders - Added '-mfps X' and '-mreactiontime Y' cli arguments to set mirror mode configuration variables.- Detectability of personal python programs
I do not think this would matter, this may have just been added because of the Steam version of the client. But even if it does I don't think running 1 or 2 accounts would matter, probably looking for farms.- I'd like to cancel my auto renewal for vip and sfp
Doesn't appear you have the VIP rank so it may just be the websites invoice system which can be ignored. If the money is actually being taken out you will need to contact PayPal. You should also be able to go back to the email you received when originally purchasing and use it to sign up with that purchase.- Could not load stream library
Someone said it just worked on CentOS. And according to Muffins is because suntools.aws doesn't hook properly or something- What exactly does "Low CPU Mode" do?
The fps slider, by reaction time slider- Dragging an item in inventory
Yes use continual click https://osbot.org/api/org/osbot/rs07/api/Mouse.html- getMouse().move()
Can also change how it moves if you have new mouse enabled https://osbot.org/api/org/osbot/rs07/event/interaction/MouseMoveProfile.html Set over shoots to like 10, it's funny- Mirror Mode Ban
Tick gang hates mouse gang- Mirror Mode Ban
- osbot not starting
Might be your proxy, are you using a ipv4 socks5 proxy?- What exactly does "Low CPU Mode" do?
That would be disable rendering Czar. Low CPU mode reduces the FPS to 17 or 20, I don't remember which. Only works on Injection as Czar said. Advantage is lower CPU usage, disadvantage is most scripts and mostly the default interaction API behavior doesn't really work well on lower FPS, mainly noticeable at the lower FPS of 3-5. But since Low CPU mode doesn't lower it that low, you'll probably see a few more miss click/failed interactions. Great for afkish tasks, situational in activities like combat. - osbot