-
Posts
11137 -
Joined
-
Last visited
-
Days Won
88 -
Feedback
100%
Everything posted by Apaec
-
This is odd. Since mirror is out of my control, there's most likely not much that I can do, however could you have a glance at this sub-forum: https://osbot.org/forum/forum/316-bug-reports/ and see if anyone else is also experiencing the same issue as you with mirror mode? You may well also find a solution there! I've not used mirror mode a whole lot myself, I tend to stick to injection, however hopefully that's been of atleast a little help... Cheers! -Apa
-
Not sure really. I'd probably go with moderate use since that's what i've done and gotten away with. I've solved many many sudokus yet never exceeded about 2-3h of bot running time in one go and i've profited about 10M with my account still intact!
-
There is one available in the options menu if you want one!
-
Script is currently working perfectly in Stealth injection, but... PLEASE NOTE: This script is currently NOT compatible with Mirror Mode! (More info here) Essentially there is an issue with the mirror mode debug text overlapping with the Sudoku grid, causing the tile colour reading to fail. Hopefully the issue will be resolved soon, however there are no guarantees as this kind of stuff is out of my control. I will keep you guys updated as to the mirror mode status, but for now keep on running the script in Stealth injection mode and enjoy the profit! (: -Apa
-
Hey Not really sure what to do in this situation, essentially my recently written Rune Sudoku script relies very heavily on colour data and unfortunately the mirror mode text covers the upper left part of the Sudoku grid. This wouldn't be a problem if the colour picker didn't read the text, however it does so it means the script is unusable in mirror! Running the following script: import java.awt.Color; import java.awt.Graphics2D; import java.awt.Rectangle; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Apaec", info = "", name = "Mirror text overlay test", version = 1.00, logo = "") public class Main extends Script { private Rectangle MIRROR_TEXT = new Rectangle(10, 20, 250, 75); // Determines the number of pixels in a given rectangle which have a specified colour private int countPixelsOfColourInRect(Rectangle rect, Color col) { int amount = 0; for (int x = (int) Math.round(rect.getX()); x < rect.getX() + rect.getWidth(); x++) for (int y = (int) Math.round(rect.getY()); y < rect.getY() + rect.getHeight(); y++) if (getColorPicker().colorAt(x, y).equals(col)) amount++; return amount; } @Override public int onLoop() throws InterruptedException { return 1000; } @Override public void onPaint(Graphics2D g) { g.setColor(Color.CYAN); g.draw(MIRROR_TEXT); g.drawString("" + countPixelsOfColourInRect(MIRROR_TEXT, new Color(0, 255, 0)), 20, 110); } } Gives this: As you can see, within the drawn rectangle, 1974 pixels were discovered with the exact RGB colour of (0,255,0), corresponding to the debug text Would it be possible to either remove, or adjust the layering of this text such that it is not picked up by the colour picker, just like a normal paint wouldn't be? Cheers! Apa
-
Sure, and no, it does not have cannon support! Sorry about that. Cheers -Apa
-
That's odd - are you logged into the game? And does it log anything in the console?
-
No idea why it would double click unless it's some strange mirror mode caveat. It works perfectly in normal mode for me at the moment. There's no reason it would click an already mined rock simply because it wouldn't know how - the bot only scrapes the unmined data of the rocks you're using and it has no way of identifying depleted rocks.
-
It should do - if you're interested I can give you a 24h trial and you can give it a shot in mirror mode?
-
Hey (: Cheers for the kind words, I've given you a 24h trial, hopefully it lives up to your expectations! -Apa
-
We don't really know how bots are detected so there's no knowing
-
Must be most likely due to lag. Perhaps try zooming in a bit ?
-
No can do ): it's not too difficult to write your own though, even with no prior knowledge to Java.
-
Hey, While the path data is the same, the exact tiles clicked will be different each time as factors such as latency camera orientation/angle cause variations in this. I wouldn't worry about this causing a ban - instead, I would recommend ensuring you use the bot safely, i.e use generous breaks and play legit in between botting sessions! Here's a mroe in-depth thread explaining ban stuff: osbot.org/forum/topic/45618-preventing-rs-botting-bans/ -Apa Heya, apologies for this. I was not aware these were smithable! I will try and get these added for this week if I can. Cheers! (I will also scan through other things that I may have missed and do my best to add them to the set of smithable items) -Apa
-
It's a one-time purchase - $3,99 for life-time access!
-
I think you got my attention! (: Enjoy the trial, hope the script is everything that you expect! -apa
-
Sneaker is such a strange word
-
^^
-
Yea. Post count is never a good solution either way because many users do not interact with the forums despite being legitimate. There's no perfect solution; I think the best would be anyone who's ever purchased anything from the store (vip/sponsor/scripts etc) Anyway, this is somewhat off-topic !
-
Auto trials would be nice, however they can easily be abused by creating new forum accounts and re-requesting trials. Perhaps a trial system which required atleast one premium script / vip to be owned could work though?
-
Woo that's awesome, thanks! It shouldn't click on already mined rocks UNLESS when you started the script the rock was already mined. Make sure that, when you configure the bot, the rocks that you select are in their unmined state and you should be fine. Cheers for the awesome proggie, appreciate it! I will add it to the main page. -Apa
-
I am hesitant to add this as it is worthy of a script of it's own (there is already one on the SDN and I do not want to take away from his demographic!). Sorry about this! -Apa
-
Just rewrote a few parts of the tutorial since a few sections were unclear and poorly written. If you're reading, please refresh the page! Cheers -Apa
-
https://www.amazon.co.uk/DELL-KB216-Wired-Multimedia-Keyboard/dp/B00ZYLMQH0 > It was 7 quid
-
try opening the free scripts page while you're logged in on the forums in another window/tab?