-
I have created an automatic account creator
How did you bypass the captcha?
-
is the pc worth the price?
holy shit no you could build a much better one for the same cost
-
GE Script Question
The code where you increment OpenedIt and CheckedIt is unreachable also camelCase pls also you probably want to learn Java before writing a massive merch script
-
Why is it so hard for people not to scam?
am I on /r/humblebrag right now lmao
-
Osbot 2.2.36 - Bank Pin And Small Patch Update
Bank pin works perfect now, thank you.
-
Item on a Table
public boolean interactWithTableItem(GroundItem tableItem, String action, int tableHeight) throws InterruptedException { Point p = org.osbot.script.rs2.utility.Utilities.getScreenCoordinates( bot, tableItem.getGridX(), tableItem.getGridY(), tableHeight); int height = (int) tableItem.getMouseDestination().getBoundingBox() .getHeight(); int width = (int) tableItem.getMouseDestination().getBoundingBox() .getWidth(); return selectOption(null, new RectangleDestination(p.x - width / 2, p.y - height / 2, width, height), action, false); } this was old code i used in osbot 1, with a little tinkering it should work
-
hi i'm back
Bored irl so thought I'd come back and create some scripts. Gonna focus more on free scripts this time around
-
Fight for Asuna's Hand In Marriage
the virginity is real
-
The Great Transition Forward - OSBot 2
itt swizz complains about something that takes literally 5 minutes b/c he would rather fuck over customers than give them a good product claps 4 you!
-
PricedItem class - Track items gained, and their value.
might want to add that your zybez class isn't yours
-
APUSH Exam Today
I'm a junior For us you can take any course as long as you're advanced and have the prereqs, except for history and english APs. We have some sophomores and a lot of seniors in a lot of my classes, its all mixed
-
APUSH Exam Today
easy af but my hand hurt like fuck after writing for so long.. AP lang was easier tho. All in all I'd list from easiest to hardest at least for me this year: Hard: Physics C Calc BC Bio US Hist Lang hbu?
-
Getting the closest NPC for name and action (OSBot 2)
dear god what am I reading
-
Dat AP Stats Test...
ap stats aka almost as joke an ap as ap photo
-
OSBot 2.1.1 (Possibly) Missing functions?
1. In OSBot 1 we had obj.getMouseDestination().getBoundingBox() which returned a rectangle, which was very useful in drawing objects on screen. I've looked around ObjectDefinition and the new Model, but haven't found any way to access this, if its even still here. I will update as I find things, but liking the new api a lot. Its going to be extremely easy for new scripters to learn how to script.