Everything posted by Bobrocket
-
OSBot-Framework
Why would you only execute the first available node? Isn't the entire idea of nodes to have multiple things happen in the same loop? Regarding this in NodeScript: for (Node n : nodes) { if (n.validate()) { return getContext().getAbhelper().getNextDelay() + n.execute(); } }
-
POH Locations
Stupid question here, why do you use the bitwise AND in the script? Is it so you can limit the values between 0 and 6?
-
[Scripter Noob] Help again :P
Here's a nicer version ;) public boolean usePleb(String itemName, String objectName) { if (objectName.isEmpty() || itemName.isEmpty() || !getInventory().contains(itemName)) return false; Entity localEntity = getObjects().closest(objectName); if (localEntity == null || !localEntity.exists()) return false; if (!localEntity.isVisible()) getCamera().toEntity(localEntity); if (getInventory().isItemSelected() && !getInventory().getSelectedItemName().equalsIgnoreCase(itemName)) getInventory().deselectItem(); getInventory().interact("Use", itemName); localEntity.interact("Use"); return true; }
-
608M profit in 5 hours 30mins of work
I don't think it would be exactly $790, he still needs to pay internet, electricity etc. Still very good for minimal work!
-
My road to 99 Thieving (botted; powered by OmniPocket)
Just an update to this: I have been working on some bug fixes for OmniPocket (even some relating to this goal), so I have not been running the script. After I make sure I have squashed some bugs, I will continue.
-
Cant load my local scripts
If you have a jar from before the .90 update, maybe you can open them up to see if there are any differences in the structure?
-
My road to 99 Thieving (botted; powered by OmniPocket)
If I had more hp I certainly would :p
-
My road to 99 Thieving (botted; powered by OmniPocket)
Nope, I genuinely want a level 3 with 99 thieving. I might as well advertise my script while I'm at it though, right? ;)
-
buying waterfall quest
Message me if you still need this, I can do it in under 10 mins
-
Constant NPE? Need help
In this line: if (!cow.isVisible() || (cow == null)) { You're saying if the cow doesn't exist OR it isn't visible, move the camera. Change to: if (cow != null) { if (!cow.isVisible()) s.getCamera().toEntity(cow); cow.interact("Attack"); }
-
My road to 99 Thieving (botted; powered by OmniPocket)
Solely thieving No idea, but when I logged into the account and started walking to varrock I had 2 randoms I say I make it to 99 ;)
-
My road to 99 Thieving (botted; powered by OmniPocket)
Problem with master farmers is they're gonna hit 3 on my 10hp = not good; I bought 4k salmon just in case I want to do something like that but I think that I will seriously have better rates at tea stalls for the time being. Thanks!
-
My road to 99 Thieving (botted; powered by OmniPocket)
My opinion is that you're a poop head I plan on doing so! Thanks bby Not suicide botting, taking small breaks and only when my computer is on etc Probably not, but I wanna see how far I get! --Update: I had a power cut so the bot stopped after 14 mins (siggy displays 15) Currently on 14 thieving
-
My road to 99 Thieving (botted; powered by OmniPocket)
I might as well truly stress test my script, right? Strategy: Men until level 5 Tea stalls until 38/99/whatever ?? Profit! Why tea stalls? I'm going on a fresh level 3. Some calculations: I will need to steal 814628 cups of tea to reach level 99 from my start point of 392 exp. I average around 530 cups of tea per hour, leaving me with around 1538 hours to get to 99 purely on men and tea stalls. 1538 hours equates to roughly 2 months. Dynamic progress siggy: (I got to 392 exp manually, so it will not include that) Will update this daily or so until I reach my goal EDIT: forgot to add that I'm doing this on a flagged IP too I love taking risks EDIT: (16/8) Did some master farmers for a bit of profit, now at 53 thieving and doing guards once more. Still on dat flagged IP tho EDIT: (17/8) Did some stability testing which got me to 57 thieving, now gonna wait overnight doing guards. EDIT: (28/10) I'm starting back up again! About to hit that 1m exp drop, 1/13th of the way there lads!! I'm doing Master Farmers now, which means that I have about 24 days to go for 99. A few stats for you: Flagged IP Injection mode I'm a risktaker B)
-
recovering accounts ?
If you want, I can middleman a deal with you buying an account and attempt to secure it for you.
-
recovering accounts ?
Some people do what is known as a recovery test, where they give you all the info for the account and you try and recover it with the info. What I do when buying an account is putting it on a temp email, then another temp email, and then a real email. Do the same with passwords, that way there's more info that you know that the other guy doesn't know.
-
Looting - collecting only your loot
I'm pretty sure that each GroundItem has a hashcode, so you could loop through all the hashcodes to see ones that aren't already there?
-
Need multiple level 17+ combat accounts
I can do at least 5 accounts per week (1 per day maybe?) completing tut island and doing waterfall quest + some minor leveling if needed. Rates can be negotiated. I can do tut island + waterfall quest in about 30 minutes per account for reference. Everything will be done by hand. PM me or add my Skype (Bobrocket_01) for rates and such.
-
All accounts banned
A VPN will tunnel all of your connections through it. Look into a program called Proxifier and set it to proxify certain RS worlds "*78.runescape.com" will work for world 78 etc.
-
Got banned today, sent this mail
It's almost as if jagex doesn't check botting forums
-
All accounts banned
When you bot, try and do a different IP for each account to avoid chain bans
-
Molly's Thiever
This is because the original OSBot Area class was removed in favour for a newer, cleaner one. Give Molly some time before it's up again
-
A rollercoaster of a story
I was doing pc like 15 hours ago and stopped like 11 hours ago because I couldn't bear how bad people were playing. I can't tell you what boat I was in but if you were playing around that time you will know who I am ;)
-
A rollercoaster of a story
Picture the scene. You spent 4 hours, up until late in the night grinding PC for your void. You insult all the kids who take it seriously, and even set up your autochat to say "everyone insult x he's a noob". You get your gloves and log off. The next morning, you log in to do the same. The log in fails. The message appears on the screen: "Your account is not authorised to play this version of the game!" (or words to that effect) You shit yourself. You scurry on to the runescape website, log in, and they ask you to confirm your DOB. You know that there is a fake DOB attached; you were 7 when you made the account. You enter your real DOB, and the website tells you that you have been placed in "quickchat mode" while they "confirm your information". In short, this really fucking scared me. I thought I was banned, or that I'm going to get banned. If so, RIP main :'(
-
Omni Scripts - Request your trials here
Authed. Enjoy!