Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/20/15 in all areas

  1. As always, please update your mirrorclient.jar mirrorclient.zip Release notes: Reduced memory usage Greatly reduced CPU usage Completely remade low CPU mode to reduce it even more Improved characters/objects/ground items detection speed Many other 'under the hood' changes Due to huge amount of internal changes, this build is EXPERIMENTAL. As always, please report all bugs you encounter. Edit (v1.061): The bug with "Error while loading hooks" has been fixed The bug with screen flashing blue has been fixed
    16 points
  2. Disputed member: Jamez Thread Link: http://osbot.org/forum/topic/66606-selling-07-main-758570-good-staker/ Explanation: I haven't used the account since I purchased it from Jamez, and I went to go log in today and the password was incorrect. So, here's some evidence. Evidence: Before I go ahead and post screenshots regarding the scam, let me first link a new thread of him re-selling to account. Off to screenshots now. [staff see hidden post] The screenshots above are from when I purchased the account. Please note in the original topic from when I bought the account, he says that he's the original owner. In the following screenshots he says that it's his relatives account. [staff see hidden post]
    9 points
  3. Wow that's very nice, changing my sig now ;)
    5 points
  4. it's coming soon guys ! GUI is ready, just a final test and then release ;D
    4 points
  5. yesssssssgergiojeriogjeriogjeriogjeriogjerg fianlly!!! faster detection speed
    3 points
  6. I have possession of account, bought it from Varc. I'm not getting screwed over again
    3 points
  7. /** * Created by Bjorn on 20/06/2015. */ public abstract class InventoryMonitor extends Thread { private final BotreScript script; /** * Previous and current copies of the inventory instance. */ private final Map<String, Integer> previous, current; public InventoryMonitor(final BotreScript script) { this.script = script; previous = new TreeMap<>(); current = new TreeMap<>(); } @Override public void run() { // Run thread while script is running. while (script.isRunning()) { Inventory inventory; if (script.isOnline() && (inventory = script.getInventory()) != null) { // Clear previous cache. previous.clear(); // Copy mappings of the current cache to the previous cache. previous.putAll(current); // Clear current cache. current.clear(); // Rebuild current cache. for (Item item : inventory.getItems()) { if (item != null ) { String name = item.getName(); if (name != null && !current.containsKey(name)) current.put(name, (int) inventory.getAmount(name)); } } } try { // Call onLoop and sleep for its return value. Thread.sleep(onLoop()); } catch (InterruptedException e) { e.printStackTrace(); } } } public abstract int onLoop(); public int getDifference(String name) { if (current.containsKey(name)) return current.get(name) - (previous.containsKey(name) ? previous.get(name) : 0); else if (previous.containsKey(name)) return 0 - previous.get(name); else return 0; } }
    2 points
  8. Dear OSBot community, As some of you may have noticed, the SOTW events haven't been a success lately even though a lot of people have PM'd me to ask when I was going to host another SOTW event. The thing is, when I do host it eventually I always end up struggling to get even 2 or 3 participants, so I figured that this is not how to go about it. I have discussed some of the issues with a few people and came to the conclusion that hosting a SOTM event might be a better idea, this means that people will have approximately 1 month to submit their entries, so that's one issue fixed but a few more to go. I will also be looking into better rewards and possibly a donation system to give people more incentive to participate. And finally I will be looking into the issues with the themes because that is partly responsible for the sheer amount of participants as well. So I need more input and ideas from the community for each of those subjects: rewards, donation system, theme suggestions or even other ideas to make the competition more interesting. Feel free to post them below! (Please don't bother posting if it's not a serious suggestion)
    2 points
  9. 2 points
  10. Requested by @Orange since this was free, I didn't completely follow what he requested. sorry for that my man No idea how to make a transparent background, sorry
    2 points
  11. I think he used microsoft word
    2 points
  12. This release probably won't be put on the stable track because there aren't many noticeable changes from an end-user perspective. If this version runs smoothly, I'll be able to move on to cleaning up Camera Events. Download link: Click here You may also use the control panel on the right hand side of the forum index. Changelog: -Removed ArbitraryTaskGroup -Removed Bank container caching -Added MouseDestination getBot() -MouseDestination evaluate() utilizes super bot, empty constructors --Updated 13 destination types -Removed OSBot 1 MouseDestination constructor -MouseMoveEvent converts destinations to PointDestinations --Evaluations are based on PointDestination evaluate() ---Distance from mouse to destination is less than 3 -InteractionEvent converts all destinations to point destinations --Original destinations retained, silently writes to internal destination -Deprecated Map distance(Entity) -Deprecated Map distance(GroundItem) -Deprecated all Map walking methods -Deprecated Map isMultiCombatArea() -The OSBot Staff
    2 points
  13. looks good, apply for designer what program did you use???
    2 points
  14. Fixed some critical bugs, including "Error while loading hooks". Please redownload
    2 points
  15. i have a mate called james. he owes me like 30 quid the wetwipe.
    2 points
  16. 2 points
  17. Too bad the 53 inch tv & 30 ping didn't improve your skill
    2 points
  18. It's not the first time he's done this unfortunately
    2 points
  19. It's clear the account has been recovered. The stats are practically the same, also the same blackmark. I've also edited out the evidence as it seems @Varc is in possession of the account. I'll also see to him to further confirm this. I've placed the user in TWC, he has 24 hours to respond
    2 points
  20. Get that 2 post u nub
    2 points
  21. He just really likes scripts....
    2 points
  22. watupm8s, Recently got into photoshop, mainly to make myself a signature, but then I started making thread layouts and I've been enjoying them. I'm making this thread to track my progress, and hopefully to see improvement in each graphic I do. Any / all advice is welcome. Here are a few thread layouts I've made currently for members on here: Those are all in order, from first graphic, to last graphic made. I'd like to think that I've improved a fair bit already, but I'll see what you guys have to say. I plan on updating this with most likely every graphic I do for a while, so if you're interested at all, follow the thread.
    1 point
  23. I don't know whether this is the right place for this so if its not feel free to move it to the correct place. As some of you may know I've started a bot farm and its doing quite well at the moment, I'm getting to the stage where my computer can't handle the bots I'm using plus I think its time for an upgrade anyway. I don't want to get a VPS because I like to have everything in front of me, I haven't got the slightest clue about computers. My budget for this is roughly £1000 (but obviously the cheaper the better) and I will be most probably be getting it from www.aria.co.uk > just because it's a 10 minute drive from my house. I would be forever grateful if in your spare time, anyone could throw me together a computer that could say run 30-50 bots so I wouldn't have to worry about it for a long long time or just give me any advice on what I need to look for. My internet speed currently is: Would I need to increase this or is it fine the way it is? Thanks in advance.
    1 point
  24. Opinions? i just saw him troll a lot so why not
    1 point
  25. Assuming SOTM stands for Signature of the Month: Day 1-2: Bidding war Day 2-9: Submit your siggies Day 9-30: Polls open for voting Allow people to be late with reporting signature but it would be their *potential* loss since most people will have already voted (I know you can change your vote). IDEA 2: Allow people to "order" a SOTM. Like, me and Khaleesi both want a siggy made for us, whoever bids the highest will win the bidding, let's say I win and I want something with dragons and cartoon-theme and that'll be the theme the SOTM guys will make and winner gets the money + glory of winning and I get like 5 signatures, lol.
    1 point
  26. A winner showcase on the index page for the following month, and then compiled into a thread with the rest of the winners. Make first week free week ^_^ Then American independence. 4th of july.
    1 point
  27. you should use a fighter torso if you're above 80 def! it was much MUCH faster for me
    1 point
  28. 1 point
  29. you have the general idea down, these are clear and structured, if you work a little on execution you can defo make it big
    1 point
  30. yeah made over 11m, will be around 15m by time I'm finished from 92-99 strength alone, not including the mills made from 77-92
    1 point
  31. Yo C, just a quickie: When using damage spells (Lesser demon in wizard's tower), when the demon dies it spamclicks it to attack it because its not able to attack since its already dead (in dying animation). Not sure if this is fixable but if it is, would be nice ;)
    1 point
  32. All you need is 30 smithing and the desired ores to make whatever bars you want, if you're below 60 smithing (which 30 is) you're also going to need cash, about 15k per hour until you reach lvl 60, after that it's free (just ores). Go to Blast Furnace and hit start with cash in your inventory and fill in the GUI. Things that can speed up your profit/H: - Agility levels - Stamina potions - 30 in either agility/crafting/strength (choose a task in the GUI) - Coal Bag
    1 point
  33. This is a beautiful account man. I have a 70-96-70 account going for 99 strength atm but that slay helm fire cape bgloves is beautifulllll. GL with sales
    1 point
  34. Foudn the issue, it is actually osbot walking method not wanting to break out it's loop. Implemented own walking methods now, will push update tomorrow together with some more features. EDIT: Script udpated to V0.02: - Fixed walking bug in edgeville - Added some improvements Update tomorrow: - Butler support - More ways to bank! Khaleesi
    1 point
  35. Bought this for my F2P accs it going well thanks you
    1 point
  36. yolod 27 hours 4 a proggy baby
    1 point
×
×
  • Create New...