Everything posted by zScripz
-
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.
-
OSBot BETA 2.1.1 - Proxy Support, CPU Enhancements, and More!
How finalized are the docs? IE if I begin to develop a script now, is there a large chance that everything will be changed on me? EDIT: As I convert a small script, is distance(Position) gone or am I just missing it?
- Free 1 Month VIP INSIDE!
-
Might want to major in CS! Any help is greatly appreciated!
enjoy having ur job outsourced to india
-
Script rights - zCluez, zHerblore + others
offer
-
Script rights - zCluez, zHerblore + others
enums + its working.
-
Script rights - zCluez, zHerblore + others
Selling the rights to my scripts as I no longer have time to keep them updated. Obviously you'd get all source code, various test kits, full rights to use them on the SDN, various images associated with them (i.e. script logos) I am not allowed to disclose how much I have made from these scripts, but I will say it is a fair amount ($600+) Scripts included: zCluez zHerblore zWinez zLooter Others (I have lots of lil projects you can have, I'll show you what I got and we can discuss) T.O.S. I am NOT promising a flawless product, however, I am promising (for the 4 listed above) a script that was at one time a premium script on the OSBot SDN (meaning, RS has changed and therefore some of the scripts (zLooter) would need some renevation) I will give a refund IF AND ONLY IF you provide substantial evidence that the script has a MAJOR problem caused by MY code (not OSBot's api or a change in RS). If a small bug is present, I will not refund the seller, however I would be happy to help fix that bug. By purchasing you are guaranteed 100% rights to the script. I would retain the source code, but I would be prohibited from ever releasing/re-selling the script I am happy to show any script you wish to purchase in action, however I will not release any code to you until a downpayment is made. I accept PayPal or 07 RSGP. Feel free to send me a PM or post on this thread or add my skype (in signature), if you would like more info about anything just ask me on skype. Also, I can give you the code for a nice encrypted dynamic sig like the one in my sig on purchase.
-
Script interaction via dropbox
wrote this a while back to auto update local scripts.. hope it helps private void checkForUpdate() throws InterruptedException { try { URL url = new URL("url"); Scanner s = new Scanner(url.openStream()); String latestVersion = s.next(); if (latestVersion.equals(/* version getting here*/"1.0")) { } else if (latestVersion.equals("Stop")) { } else { updateScript(); } s.close(); } catch (IOException e) { e.printStackTrace(); } }
-
Banking issue
if you really want to get the same object every time, then search for it using its position.
-
Do you believe in God
I don't need another person to tell me what is right and wrong. I am a strong enough human to be able to not rape 3 year olds on the street without a higher power to tell me that
-
Tab Maker - source & resell rights (500k/H)
not private its his code which is allowed