Everything posted by Mr Asshole
-
fleshlight?
I'm guessing this is your area of expertise...
-
fleshlight?
I thought you of all people would know...
-
fleshlight?
So i got a fleshlight. Where can i hide it so my family doesn't find it? Also how do u use it?
-
Question for BGDK, the green dragon killer script?
Wtf man Dont release it for free Will be free until i get all bugs fixed.
-
Question for BGDK, the green dragon killer script?
I'd try using the free gdk bots first in the local section. I also am releasing a free gdk bot if you want to wait till monday. I recommend rune chain, rune legs, str ammy and antifire shield. Never seen anyone use d spear. Better to do lost city get d long or train attack to 70 for whip.
-
How to get selected item in inventory?
I'm sure you can check the menu options and see that they contain the selected item menu.
-
[FLAWLESS] BGDK - Kills Green Dragons For Profit [250k+/HR]
Is it me or is the cash per hour off?
-
Hi, relfex/lvl 75 def here.
Can we see some of your previous work? Welcome to osbot.
-
AIO Prayer
Add bone burying in wilderness with death walk support or food support.
-
Need a good flax spinning bot - will pay
Lol good luck with this. You get too many randoms spinning flax.
-
[FLAWLESS] BGDK - Kills Green Dragons For Profit [250k+/HR]
You should make this monthly fee. Now green dragons will be swamped and more people will get banned. People will make the money back in less than a few days. Please consider this.
-
Get loaded/nearest/second/furthest/random
This will be useful
-
Temp fix to toggling run on\off
Lol, you caught me there! I initially was going to return if ((on && i == 1) || (!on && i == 0)) as a bool itself rather than having the selector. This would have meant that returning false, whether the Setting menu wouldn't open or whether the Setting interface isn't valid, would have worked against the final conclusion: checking to see whether we interacted with the 'run' button and got the desired outcome. However, I strayed from that idea and decided to shove that condition in a selector and return true so I could implement a safer, conditional recursion. I decided to throw Runtime exceptions to allow developers to examine the source of the problem since, if you create a bool method that handles every problem by just returning false, there's no way to examine the source of the problem without debugging. <embarrassment> ...But I slacked on the new revision and, even though this is a bool method, at no point does it return false. </embarrassment> } else { j.getChild(34).interact(); boolean run = setRun(on); if (!run) throw new RuntimeException("Run toggling failed"); else return true; }to:} else { return j.getChild(34).interact() && setRun(on);/*setRun should return true from the first selector choice. If we didn't interact with the 'run' button, it'll return false before recurring the same method. }That will provide a false returnable, and I don't have to remove any other throwables. You make everything more complicated :P
-
Temp fix to toggling run on\off
I'd rather do it right the first time rather than misclick the first time and reloop.
-
Temp fix to toggling run on\off
private void setRun() throws InterruptedException { if (currentTab() != Tab.SETTINGS){ openTab(Tab.SETTINGS); sleep(random(300,500)); } if (currentTab() == Tab.SETTINGS){ if (client.getInterface(261)!= null){ client.getInterface(261).getChild(34).interact("Toggle Run"); sleep(random(300,500)); } if (client.getConfig(173) == 0){ return; } } }
-
Temp fix to toggling run on\off
Add some failsafes to that.
-
Temp fix to toggling run on\off
You know it will keep trying to do this if you reloop it xD? Better to use configs imo.
-
[coming so...metime!] µBarrows, multiple routes, own gear setup and much, much more
Do you even have the coding knowledge to do this? Lol
-
Buying GDK Accounts!
I'm already done with my gdk :P noob. Lol
-
A question for the Admins! (Jagex Bot Detection)
They could ban all bots if they wanted to but bots pay Almost all their membership so they're more lax than strict.
- Cpu usage problem [please help]
-
QUITTING RUNESCAPE - FREE accounts to DECENT people. ~Apply Within.
Why do you want this account: I need a account with defense and medium to high level stats. It would help with future development of scripts I'm making. Help the community also with good combat scripts. Why do you deserve this account? I think i do a lot for the community as it is with helping people to script and helping them solve issues. I don't want to say i deserve it but it would be nice to have. A bit about yourself : My names nick. I go to uni and currently reside in the united states. I like to program, play basketball and help people. I always aim to please and that can be seen around the forum.
- Java - Bezier Curve Drawing [Source]
-
Maxi again....
All the money he is making. He can't help go on vacation :P
-
Should i go zerk?
My stats are 50 att 85 str 1 def 90 range 80 mage