Leaderboard
Popular Content
Showing content with the highest reputation on 05/10/14 in all areas
-
7 points
-
Script got released today so I will give away 5 free auth's ! To get an auth: 1. Like this thread ( Fuck y'all i want dat like ). 2. Comment 'Wiz is sexy'. 3. I will auth the first 5 persons . pce Auth list: 1. @Gilgad 2.@Scotty 3.@Hell Kid 4. 5.5 points
-
5 points
-
3 points
-
So, after you-tubing Magic Trainign Arena and finding a bot vid on the internet it's sparked me to create a few videos for my bots. I think all the programmers on OSBot should start doing this! ) Working on King of the Dragons now. It's goign to have my voice, overview of features, and a few bots runnign at different dragons simultaneously. @Eliot also has one made for me. Haven't seen it yet though (Put it up:)3 points
-
3 points
-
2 points
-
2 points
-
2 points
-
2 points
-
I WOULD LIKE TO THANK @Deffiliate,@Nezz, @Probemas, and everyone in the BF testing team for helping on my road to car! None of this could be done without you guys! This will be my goal for the moment, my irl business is long term, I hope to get this done short term. Before we start, I'd just like to say that this is more of a way to keep my profits recorded rather than a goal thread but here goes. I DO NOT KNOW WHAT CAR I WANT ATM. Current Employment Status: UNEMPLOYED Current Amount Of Cash Saved: $550 Current Amount Of Cash Made From Gold Farm: $333 Goals: Make $100 Make $500 Make $1000 Make $100/week Get an IRL job and make $200/week BUY A CAR JUST GONNA LEAVE THIS HERE1 point
-
Courtesy of @Kinetic I have a GIF version with lightning, but it makes the overall quality lower (grainy).1 point
-
1 point
-
1 point
-
excuse syntax errors, I don't have the client downloaded. private NPC getClosestNPC(String name, String action) { // not as pretty but less heavy method NPC closest = null; double lowest = Double.MAX_VALUE; for(NPC npc : getNpcs().getAll()) { final List<String> actions = Arrays.asList(npc.getDefinition().getActions()); final double distance = npc.getPosition().distance(myPosition()); if(actions.contains(action) && distance < lowest) { closest = npc; lowest = distance; } } return closest; } private NPC closestNPC(final String name, final String action) { // much prettier but more resourceful. final Filter<NPC> filter = new Filter<NPC>() { @Override public boolean accept(NPC npc) { return Arrays.asList(npc.getDefinition().getActions()).contains(action); } }; final List<NPC> filtered = new ArrayList<>(); for(NPC npc : getNpcs().getAll()) { if(filter.accept(npc)) filtered.add(npc); } final Comparator<NPC> comparator = new Comparator<NPC>() { @Override public int compare(NPC o1, NPC o2) { return o1.getPosition().distance(myPosition()) - o2.getPosition().distance(myPosition()); } }; Collections.sort(filtered, comparator); return filtered.size() > 0 ? filtered.get(0) : null; }1 point
-
1 point
-
This will not be added for reasons stated before, but we appreciate the suggestion and have taken it into consideration. Thank you again.1 point
-
Haha, well done here, too bad that I dont care about feedback anymore and dont ask people to leave me one after the trade1 point
-
1 point
-
1 point
-
1 point
-
I sell gold. I do services. I MM. I buy gold. I sell bonds. I buy bonds. I sell vouchers. I buy vouchers. I swap GP. It annoys me when people tell me I only sell bonds, but ok.1 point
-
1 point
-
people that make numerous accounts fairly often don't have time to do it on every account1 point
-
1 point
-
Yeah but mate make me one please of a teddy bear smoking a cigar with a beret on! Safe Scott M8!!!!1 point
-
i look at this thread too much, I'll post mine when I get home and build it in 12 days :D:D:D:D1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Ive broken all these rules and no bans c: Other then 2 woodcutters i suicded 24/7 didnt get ban till they reached 250+ rank1 point
-
1 point
-
^this all my scripts need to do is complete their task. my private scripts are kinda funny. perfection is the first mistake of botting. + also i have never been banned using my own scripts1 point
-
1 point
-
Put an empty layer above the tree layer. Then click create clipping mask, this will make it so it only goes onto the object. Then just put the brush on brown, resize the brush to your liking and color it to whatever you want.1 point
-
I feel you completely. I was a hardcore botter with several beastly accounts, once EOC came around jagex really cracked down and every single one of my account was either banned or rolled back. I'm now getting back into scripting and have been playing runescape over the last few weeks (without botting) trying to create the perfect antiban and making my scripts seem as human as possible with features like going away from the keyboard for a minute or two and making the script purposely misclick etc. I'm soon to release a few scripts on here so stay tuned but ashes also makes a good point. Noone in there right mind would sit and chop yews all day long. Unless you're doing something else at the same time like watching a movie or something. But there would be periods where you stop completely and stretch your legs or go toilet or something. All of this is being accounted for in my scripts and I plan to release a range of very human-like and undetectable (as possible) scripts. Even though you may see slight drops in xp/profit per hour, in my opinion this is worth having less risk on your account getting banned. Like I said.. stay tuned y'all.1 point
-
1 point
-
yes advertise you're under age after accepting the 18 year old agreement1 point
-
looks good and sounds good, just letting your know its not a great idea having a pc right on carpet if i was u i would put something separating the carpet and the pc :P1 point