Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/23/13 in all areas

  1. Hi all, I'm glad to announce that I have pushed BETA v1.7.12. In this release is contained: Ability to access the entire BufferedImage from the game buffer A class called conditional sleep that allows you to have a conditional sleep with a time out and an optional task to perform while waiting condition to be met new ConditionalSleep( new Runnable() { @Override public void run() { client.moveMouse(new RectangleDestination(0, 0, 500, 500), false); } }, 2000) { @Override public boolean condition() { return isWearingItemThatContains(slot, strings); } }.sleep(); I have added an equipment API with many methods for you to use I have added a prayer API (piety and chivalry are not working because I have no account with a high enough level to get the config id's, so if someone could get me them it would be appreciated), credits for SXForce A fix for the camera for when it sometimes wouldn't rotate the shortest way Some additions to Surprise Exam to support more puzzles Some other tiny adjustments/additions Make sure you check out the new API methods! Sincerely, Maxi and the OSBot team
    3 points
  2. Ive been getting known for powerleveling in this community, thought i should give back. So free 100k xp in any MELEE skill that is 40+ All you gotta do is like this topic and this give away will end on 25th of June Goodluck Cory Wins! will now be getting his xp
    3 points
  3. OSBot has not hacked your account, if you did actually get hacked this means you have a virus from a foreign site. If you need help removing the virus private message me and I will assist you. But please do not claim that OSBot has hacked you, because they have not.
    3 points
  4. I haven't payed much attention to the members or staff since no one affected me yet , but if that's true than I feel everything you are saying, when you are in a higher rank you are suppose to be more understanding of the members and reasonable and respectful or else it's just not professional and don't deserve that tittle to be honest , and that's my opinion of what a mod or anything higher should be like
    2 points
  5. hi henrikx20, nice to meet you in our community. if you want to use a local script, you must follow the following steps: go to the thread with the script you wish to use, download (mostly found at the bottom of the first post in the thread) open OSBot folder. copy/paste the downloaded script ( could be a .jar file , or a bunch of files) in the /scripts folder ( in OSBot folder) start OSBot 1.7.XX login > scripts > local scripts > it should be there like if i helped you no problem mate@!
    2 points
  6. Part 3 up! Hello, Part 2 is up! I'm going to make some English OSBot programming tutorials. I'm not very experienced and will also learn in the process of making this videos. Currently making a woodcutting bot which will chop anywhere on anything. Suggestions for the next script? Leave a comment! Part 1 - Setting up Eclipse: Woodcutting script:
    1 point
  7. to add a little more depth to what my post and votes mean is i don't really have a way to know if the admins/mods take advantage of their power, and seeing as i haven't seen this happen first hand i don't think they do. i think the "protesters" are looking at the wrong side of the matter. this is what happened: gave @Maldesto an order as his boss to delete what was considered "double" feedback after the rule change. and yes i feel that the rule change was a little bit overkill, seeing as now that there are some established vendors here if they go with them they don't have to worry about scams even if they're given unneeded feedback for 100k. Point is that maldesto did what he was ordered to do because kati (his boss) ordered him to. so if your going to protest do it with the right info.
    1 point
  8. Actually no, because they all had the feedbacks before Kati added the rules, that's basically saying you can do something before they create a law and get punished for doing that something that's against the new law.
    1 point
  9. 1 point
  10. . public int getFlag(int x, int y) { XClippingPlane clipping = client.getClippingPlanes()[client.getPlane()]; int mx = client.getMapBaseX(), my = client.getMapBaseY(); int[][] flags = clipping.getTileFlags(); return flags[x-mx][y-my]; } . public enum Flag { WALL_NORTHWEST(0x1), WALL_NORTH(0x2), WALL_NORTHEAST(0x4), WALL_EAST(0x8), WALL_SOUTHEAST(0x10), WALL_SOUTH(0x20), WALL_SOUTHWEST(0x40), WALL_WEST(0x80), OBJECT_TILE(0x100), WALL_BLOCK_NORTHWEST(0x200), WALL_BLOCK_NORTH(0x400), WALL_BLOCK_NORTHEAST(0x800), WALL_BLOCK_EAST(0x1000), WALL_BLOCK_SOUTHEAST(0x2000), WALL_BLOCK_SOUTH(0x4000), WALL_BLOCK_SOUTHWEST(0x8000), WALL_BLOCK_WEST(0x10000), OBJECT_BLOCK(0x20000), DECORATION_BLOCK(0x40000), MAP_BLOCK(0x200000), WALL_ALLOW_PROJECTILE_NORTHWEST(0x400000), WALL_ALLOW_PROJECTILE_NORTH(0x800000), WALL_ALLOW_PROJECTILE_NORTHEAST(0x1000000), WALL_ALLOW_PROJECTILE_EAST(0x2000000), WALL_ALLOW_PROJECTILE_SOUTHEAST(0x4000000), WALL_ALLOW_PROJECTILE_SOUTH(0x8000000), WALL_ALLOW_PROJECTILE_SOUTHWEST(0x10000000), WALL_ALLOW_PROJECTILE_WEST(0x20000000), OBJECT_ALLOW_PROJECTILE(0x40000000), BLOCKED(0x1280100); private int flag; Flag(int flag) { this.flag = flag; } public int getFlag() { return this.flag; } } .
    1 point
  11. What are the rules on Feedback? @Maldesto keeps removing feedback (in my opinion, unjustly) and he has no basis other than he doesn't like me. What I think it is: ( basically said) If you do a trade that involves some trust, its a feedback. No questions asked. Is this wrong? I lost two, Occazn lost like 11. Because apparently if you do a service, then they buy gold, it's only one feedback.
    1 point
  12. Been in OFFLINE mode for like 10hours. Tried disabling av and firewall, redownloading client, restarting client, deleting OSBot folder, using older versions 1.6.3-1.7.11. I'm using jdk1.7.0_25 Nothing seems to work so I think there might be something wrong on the servers and many people seems to be experiencing the same problem. [iNFO ][06/23/13 07:14:57 ip.]: Connecting to remote server... [iNFO ][06/23/13 07:15:02 ip.]: Failed to connect to remote server! java.net.SocketTimeoutException: connect timed out at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at org.osbot.eB.e(zm:214) at org.osbot.eB.E(zm:170) at org.osbot.E.run(zm:422) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [iNFO ][06/23/13 07:15:03 ip.]: Retrying in 5 seconds...
    1 point
  13. This method COULD work. I would absolutely advise against it, infact NEVER do it. Pathetic, if someone traded me 50k to double, I'd scam it. Please. These kids that double hardly make any cash, they'll scam anything they can get. Can I say it doesn't work, not really. Does it work, probably not. As stated before, I wouldn't and would advise that you (the reader) also stay away from it. He says you'll make it up easily by doing it again. If one person scams you for 150k gp, so could the next, and the next, and there goes your cash stack.
    1 point
  14. Hot hot hot hot hot. It's a good idea but not really needed
    1 point
  15. little inappropriate title
    1 point
  16. We have a massive programming farm and we hold our whip strong. No I'm joking. We do ;)
    1 point
×
×
  • Create New...