Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/10/14 in all areas

  1. Quality of Feedback > Quantity of Feedback >
    7 points
  2. 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
  3. He doesn't sell bonds so he's still #3 In my book.
    5 points
  4. MMing a bond trade must be a highlight
    3 points
  5. 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
  6. yea bro, looks good
    3 points
  7. I can't see the picture , someone gyazo/puush.
    2 points
  8. 2 points
  9. I told him to not add the blue but noooooooooo Thanks for the comments guys
    2 points
  10. 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 HERE
    1 point
  11. Courtesy of @Kinetic I have a GIF version with lightning, but it makes the overall quality lower (grainy).
    1 point
  12. You called? OT: Sorry for your loss OP, make sure you check everytime
    1 point
  13. Scotty is best designer, because he beat designer.
    1 point
  14. 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
  15. 1 point
  16. 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
  17. Haha, well done here, too bad that I dont care about feedback anymore and dont ask people to leave me one after the trade
    1 point
  18. 1 point
  19. Also find it funny how you skipped all these fb to go to the one bond trade.
    1 point
  20. 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
  21. people that make numerous accounts fairly often don't have time to do it on every account
    1 point
  22. Yeah but mate make me one please of a teddy bear smoking a cigar with a beret on! Safe Scott M8!!!!
    1 point
  23. i look at this thread too much, I'll post mine when I get home and build it in 12 days :D:D:D:D
    1 point
  24. the 2nd one kind of hurts my eyes
    1 point
  25. gratz my friend. Thats just for you now, enjoy : https://www.youtube.com/watch?v=9LJlx8mMQ88
    1 point
  26. Ive broken all these rules and no bans c: Other then 2 woodcutters i suicded 24/7 didnt get ban till they reached 250+ rank
    1 point
  27. Here is an exclusive sneak peak at @Nick's future in ranked -
    1 point
  28. ^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 scripts
    1 point
  29. The best signature I've ever seen. good job kinectic.
    1 point
  30. 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
  31. 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
  32. 1 point
  33. yes advertise you're under age after accepting the 18 year old agreement
    1 point
  34. 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 :P
    1 point
×
×
  • Create New...