Everything posted by QBots
-
[Stable] OSBot v2.5.31
o its pat. hi @Patrick. nice update too to stay on topic
-
Agility Script
oops, i didnt see the manifest earlier
-
Agility Script
To go off of this since he didn't give any real info. You need a manifest for it to show up in the selector (Look at the API) It wont ever actually run cus you are only getting the objects once, you need to get them every loop to ensure you have the most up-to-date information to work with. Also your checkpoint idea is gonna fail as soon as the bot misclicks once
-
How do I keep fishing consistently?
The main issue was the while(fishingSpot.exists()) A simple fix (Removing the while loop is best though) would be to change the while to something like while(fishingSpot.exists() && myPlayer().getAnimation() != -1)
-
how would you trade between two bots
This is by no means perfect and it isn't even tested. Wrote it in 5 minutes to give you an idea of a simple flow. I don't recommend copy/pasting it as I left some stuff out that makes it pretty susceptible to luring. int trade(String target, String itemExpected, int amountExpected, String toSend, int amountToSend, boolean send) { if(!trade.isCurrentlyTrading()) { // Accepting the trade via chatbox will be in the listener... if(send) { Player player = players.closest(target); if (player != null) { if (player.interact("Trade with")) { sleepWhile(new Condition() { @Override public boolean evaluate() { return !trade.isCurrentlyTrading(); } }, 30000); // Waits for a max of 30 seconds return 100; } } } } else { if(trade.isFirstInterfaceOpen()) { if(!trade.getOurOffers().contains(toSend)) { trade.offer(toSend, amountToSend); } else if(trade.getOurOffers().getItem(toSend).getAmount() != amountToSend) { if(trade.getOurOffers().contains(toSend)) { trade.removeAll(toSend); } else { trade.offer(toSend, amountToSend); } } else if(trade.getTheirOffers().contains(itemExpected) && trade.getTheirOffers().getItem(itemExpected).getAmount() >= amountExpected) { trade.acceptTrade(); } } else if(trade.isSecondInterfaceOpen()) { //Check their stuff just in case if(trade.getTheirOffers().contains(itemExpected) && trade.getTheirOffers().getItem(itemExpected).getAmount() >= amountExpected) { trade.acceptTrade(); } } } return 1000; } //Usage trade("Bot123321", "Coins", 5000000, "Cowhide", 342, true); //Do this for the bot that will SEND the trade trade(null, "Cowhide", 342, "Coins", 5000000, false); // This is prone to people abusing it, but you can figure out why... @Override public void onMessage(Message g) throws InterruptedException { if(g.getType().equals(Message.MessageType.RECEIVE_TRADE)) { mouse.click(0,0,false); //this is for the bot receiving the trade. you COULD probably just have them trade each other if you want to make it easier (Also, figure out the x,y yourself) } }
- Account Creator [ PROXY SUPPORT , ANTI-Captcha & 2Captcha ]
-
Renewing VIP
Nope. At least not for me. No option to renew
-
VIP membership
Apparently shop is down. I've been trying for like 2-3 days now
-
QNatures - Runecrafting
Maybe when i have time
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
Will add.
-
QNatures - Runecrafting
What you meant to say was: "Good fight, high ban rate area."
-
Can you share bot with friend?
14. Sharing your forum account You are not allowed to share your forum account this will result in a ban. This will not be accepted in any way. If you receive this ban you will not have your scripts purchased on the account anymore.
- Locked?
- Question for the pros :)
-
Apparently...
Kk. I mean rules are useless on this site, so everyone go apeshit.
-
Apparently...
Apparently it is OK for rules to be broken. Everyone, spam and advertise as much as you want! GOGOGOGOGOGOGOGO!~
-
Is it possible to ddos a schools Internet?
It is easy from what I can tell. A user took down my university network in minutes.
-
Website [PlanetGold] Project
Dat gravedigging
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
Thank you for posting the output. If you could PM me it would be great.
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
Does it do anything? Like, does it make any pots or does it just stand there? @ the other person, identifying will be sped up soon. Will also look into the stopping bug.
- QDruids
-
Streaming - A few hours daily
Will be streaming League frequently at http://www.twitch.tv/qbots Working my way to 30 on this account and then I will be playing ranked. Stream is UP!
- QDruids
- QDruids
- QDruids