Everything posted by Mr Asshole
-
Should i go zerk?
Tired of getting speced out and wasting food. Too hard to hybrid on 1 def pure. Should i do it or not?
-
goodbye.
One of the few people i liked on the forum. I'll miss you </3
-
cheapest and fastest mage xp?
Need something that isn't slow and i won't lose a lot of money doing. I was thinking of superheating iron until i can do mith ore but not too sure. Anything that doesn't lose money alching? any suggestions are welcomed.
-
Adios
Goodbye and I feel the same way. That's why I code and gold farm.
-
Drake and Josh <3
You post disgustingly stupid opinions on every god damn thread. I don't even know if you're trolling or stupid.I am very surprised people like this kind of stuff. And I am not stupid. I can guarantee that I am a lot smarter than you are, and most people in general. How about you don't say stupid things about people without even:1) Knowing me 2) Having a conversation with me 3) Having met me in a real life I don't need to know you. I didn't know Hitler, his opinions were disgusting, and he did stupid stuff.It's the internet boy. Just the internet. Hitler is world famous for his horrible actions and there are countless books and documentaries about him. You compare Hitler to this? You don't even know my name. I don't need to. In my eyes you're Superman and I don't like your opinions. And you don't like mine. If you don't like my opinions then why would you indirectly call me stupid? Its just an opinion.Shut up.No need to add more fuel to the fire. Let him and his opinion be.
-
[REQUEST] Blue Dragons [ACCOUNT]
I'm already writing one ;-)
-
how safe Osbot client is within rate of 0-10?
A lot of variables to take into account. What script, how many hours running, etc. I'd give it a 8/10
-
Help With GUI
This should be in issues. Wrong forum.
-
Stronghold of security door solver
You could compress it into one method instead of writing it like 5 times. Lol. Just call method with parameters for parent Interface and child interface.
-
withdrawing items by name
Withdraws same items but different doses.. Useful for pots, rings. anything with charges. Finds item in bank from index 0 to last index of item array.
-
Rate The User Before You
8/10 don't know you.
-
Bot Busting Process
Those are manual bans but there is system bans too. They track the path your walking, clicking, etc. The system bans you if you walk the same path, same tile all the time.
-
this dudes been fishing sharks for days:P
make dynamic AIO Fisher..... i kno so many people would buy it.........
-
this dudes been fishing sharks for days:P
He'll probably get banned unless his script is dynamic. Doesn't follow same patterns for clicking, walking etc.
-
Withdraw last amount
Saw some people asking questions about choosing last withdrawal amount. I decided to write this up. Enjoy. public int getBankSlotForName(String name){ for (Item item : client.getBank().getItems()){ if (item != null && item.getName().equalsIgnoreCase(name)){ return client.getBank().getSlotForId(item.getId()); } } return -1; } private boolean withdrawLastAmount() throws InterruptedException { int slot = getBankSlotForName(name); if (!client.getBank().isSlotVisible(slot)){ client.getBank().scrollToSlot(slot); sleep(100); } if (client.getBank().isSlotVisible(slot)){ if (!client.isMenuOpen()){ MouseDestination item = new RectangleDestination(client.getBank().getAbsoluteSlotPosition(slot)); client.moveMouseTo(item, false, false, true); sleep(100); } if (client.isMenuOpen()){ MouseDestination click = new RectangleDestination(new Rectangle(client.getMenuX(), client.getMenuY() + 18 + (6 * 14 + 1), client.getMenuWidth(), 14)); client.moveMouse(click, false); sleep(100); if (click.destinationReached(client.getMousePosition())) { client.clickMouse(false); return true; } } } return false; }
-
Workout progress
My cousin worked out with weights when he was young and it stunted his growth.
-
OMG CLUE SCROLL REWARD DKGDF,LKGL
sheet i don't even get that lucky
-
why doesn't jagex just.....
Jagex has never completely been against bots. They just ban a few here and there to appease customers and to keep their game alive. Bots pay a lot of their membership fees so it wouldn't be logical to ban all bots.
-
Perfect Combat
Looks good. Thanks for the contribution.
-
withdrawing items by name
I thought some of the new coders would need this. Helps if ids ever change for bank items. I haven't seen it happen but you can't be too sure. private boolean withdrawItem(int amount, int... ids) throws InterruptedException { for (Item item : client.getBank().getItems()) { for (int i : ids) { if (item != null && item.getId() == i) { client.getBank().withdraw(item.getId(), amount); return true; } } } return false; } Implementation: String [] itemNames = {Prayer potion(3), Prayer potion(4), etc}; withdraw(2, itemNames); Will iterate through the array and find first item from index 0 to last index of array.
-
Who are your favorite scripters?
i'd go with brainfree even though he doesn't release scripts. My other fav would be Cory.
-
My new gaming setup!
Looks like some third world country gaming setup. Lol
-
Selling Green drag killer. 72/68/68. 28 days memb left
2m
-
banned on main ;/
Ankous has been a hot spot. Bot smart next time.
-
Macroing Major Ban [GF 99mining, 99mage, maxed Zerk Fully quested)
Your ip was flagged. But damn gutted.