Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/21/14 in all areas

  1. is this include an aio web walker??? I've been waiting for that for 6 months now?? small botting community with like 5 user base have a sort of web walking and we don't
    4 points
  2. 3 points
  3. Can anyone help me please ? When I play at the client it goes normally , smooth. But when I start a script it laggs sooo fucking hard. I can't even see what the bot is doing. Does anyone know how I can fix this? Thanks in advance
    2 points
  4. So whoever added the "Purchase Sponsor" button to the navbar, you broke the location bar ( the thing that says OSBot>Official>Forum Support>Suggestions). The location bar is off to the top right as opposed to being on a separate line on its own. P.S. Sigh on the addition. Was the "Donate" button not enough?
    2 points
  5. Dear community, We have a new pathing algorithm that is ready for OSBot 2. One of the most common bot detection techniques that we know of by reading papers about bot detection within games like World of Warcraft is tile hotspot detection. In summary tile hotspot detection is the act of storing tile clicks and from those clicks find out that bots usually tend to click the same tiles when traversing from A to B. The tiles are different every time you walk the path from A to B, but the path remains the same which means the tiles of the path become hotspots. Scripts with little differentiation most likely end up with walking from A to B by using for example area's, which slightly spread the tile clicks because the paths are slightly different, but they end up around a certain threshold regardless. This is very easy to monitor by a program, simply storing tile clicks on the servers of Jagex and process them to see if there is a recurring pattern in tile clicks. It doesn't take much computational power and is quite exact when it comes to identifying bots. Humans on the other hand tend to randomize their clicks far better, not because they do it on purpose, but we're human and can't click with bot precision and don't always judge correctly what is the shortest path from A to B. We know this way of detection is/was used in World of Warcraft. I haven't done any research into what World of Warcraft bots have done to mimic humanlike pathing, I haven't been able to find this information, most likely because of the fact they like to keep their magic tricks secret. This new pathing algorithm tackles this way of detection. Chances you will walk the exact same path from A to B are very small and this isn't just done by taking the path from A to B and differentiate around the tiles in the path. This would essentially still give easily detectable hotspots, with the only difference that instead of one path they are evenly distributed around the path. It constructs a giant shape which can be traversed and will make sure that it won't exceed a certain threshold of length compared to the shortest path, making sure it doesn't become utterly stupid or inefficient. Sincerely, OSBot.org
    1 point
  6. Very basic snippet, helpful for the paint in your script. public static int getExperienceUntilLevel(int currentExperience, int level) { int experience = 0; for(int i = 1; i < level; i++) { experience += Math.floor(i + 300 * Math.pow(2, i / 7.0f)); } return (int) Math.floor(experience / 4) - currentExperience; }
    1 point
  7. 1 point
  8. I'd like a rank designed specifically for me yes
    1 point
  9. Same problem my fps goes down to 3-8 when start the bot, lagging like hell, please help.
    1 point
  10. http://gyazo.com/80d032556678b6538513a527b91afcad
    1 point
  11. I tried to make OSD into a programmer rank, then everyone got upset that they weren't an OSD so we are back at square one. It's really what the community wants, I've tried doing this a few times though.
    1 point
  12. 1 point
  13. http://www.sythe.org/runescape-guide-ebook-sales/594259-epic-pure-guide.html
    1 point
  14. Kinda funny that whoever did that can't do math very well, as people who buy VIP end up paying more over the 6 month period as compared to Sponsor.
    1 point
  15. Maldesto has the same permissions on ACP as I do. For non-ACP stuff, it's more programming oriented or secured by multiple layers, so I usually have to get involved at that point.
    1 point
  16. Darn it, I still don't fall under the date. I will still be here for another year as I wait for you to extend it again
    1 point
  17. Well, they just stuck with with Official Script Writer haha. So I suppose that's half true.
    1 point
  18. I find it difficult to believe that a rank would be created with the sole purpose of being a Java expert instead of an expert in programming/comp sci/etc. Realistically, once you know a few languages, you "know" most of them and it's a matter of applying knowledge than simply writing code. I suppose if you knew a lot about the internals of the JVM and such, then perhaps I could accept a "Java Expert" rank. But it seems rather superficial on a lot of sites. @Parameter I would think that you would need a working knowledge of the JVM, and by extension, bytecode and class file formats, etc. to be an "expert".
    1 point
  19. I personally wouldn't check for animation this way because there might be loop in the animation and a break which causes the bot to think that it is done animating though it is only looping the animation. Now ofcourse the rock you are currently mining will probably still be the rock it sees as new closestObject but this does cause the script to click it again.
    1 point
  20. Your answer satisfies me, I can leave this thread in peace now.
    1 point
×
×
  • Create New...