Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/15 in all areas

  1. I'd just like to add a note here, since I know some people are going to read this and say "Okay no bans lemme bot for 5 days straight" and then get upset and bitch when they get banned. While the mirror client might reduce ban rates (hopefully it does), this doesn't mean you can't get banned. If you're gonna bot dumb, you're gonna get banned. Bot safe please.
    4 points
  2. Okay, so I just finished fairy rings for my web walker. I know there was a tutorial released a while back, but I can't seem to find it, so I am releasing this. I have an enum for the location codes, but its not done yet so I am not releasing it yet To see it in action, please visit this post The fairy ring class Use as instance.setRing("dkr");
    4 points
  3. Power chopper script with super anti-ban technology: loop: checkStats(); sleep(random(1813,2832); moveMouseSlightly(); sleep(random(2342,3312); moveMouseOffScreen(); sleep(random(981,2231); typeRandomly(); sleep(random(2221,8535); woodcutting.cutLogs(); sleep(random(99923,100324)); checkFriendsList(); sleep(random(1003,4002); examineRandomObject(); sleep(random(3424,9921)); checkAchievementDiaries(); sleep(random(918,3412)); woodcutting.dropLogs();
    4 points
  4. 12 March 2015: Before I worked on the response code callback and listener, I was really interested in having the welcome screen operate purely based off of color. Although a lot of people don't completely agree with me, I would much rather sacrifice speed for stability. I did eventually opt to use response codes for the welcome screen, however my interest in creating an OCR application didn't fade away. Here is a pretty early version of my program analyzing a screenshot of the welcome screen: I want this program to be fully trainable. Currently there are a few other OCR applications out there that are very powerful, but suffer from usability and design. How it works: A folder is a "font pack" and each image in the font pack represents a character; e.png, E.png, a.png, etc. The image is a simple black and white of the character and the program reads it to create points of reference. Training it is very easy but it lacks "character construction". This means that if the letter is not the correct size or is slightly distorted, the program will fail to read it. Scanning documents and reading them is probably out of the grasp for this project, however reading text from games will be very achievable. Some goals: -Attach to applications -Option to detect text without defined color (will be slower) -Process multiple files -Synchronize multiple image processors 20 April 2015: I've finally had a bit more time to work on the project and it's coming along nicely. There are a few optimizations made but as of now the code will remain messy until generating the text is perfect. 21 April 2015: I finally have the complete methodology accomplished, just need to work on some serious optimizations and cleaning up the code. 23 April 2015: I decided to wrap up the project and host it on my site. To download and view the instructions, click here. There are a bunch of features and optimizations I would have liked to add, but as it stands it's sufficient.
    3 points
  5. Think of it as you need to overlay an edge weighted graph on to runescape. How you do that is up to you. I have made a couple of tools to autogenerate the graph, and manually generate the graph as well. Personally, mine is at least 95% autogenerated, then I go back and add manual nodes as needed. So first make an edge weighted graph and make a tool to build one using runescape variables (x, y, z, etc.). Once you make a graph (just make a small one at first), then you should make a pathfinder to be used on your graph. A* is obviously the widely used one in games. You then need to apply A* to the graph you coded/built and find a path from point A to B. Last you need to create a walker that can traverse the path you feed it using your pathfinder, handling obstacles, cross plane traversal, dungeons, etc. The way you store everything is up to you, but always keep efficiency in mind. All I have to say is good luck. :p
    3 points
  6. Anti-ban = more processing, more 'feel-good', less actual performance and output. I won't be adding them--or if I do, it'll clearly be for the feel goods of the user. I personally believe anti-bans are redundant. Unless you've got an anti-ban that actually simulates human behaviour right to the extent where the bot will pick up an entire new task, or venture off somewhere to do something else, I doubt it's even worth it. Shaking your camera and flicking your tabs isn't going to stop players from reporting your ass, and I doubt it'll 'trick the system'.
    3 points
  7. As always, please update your mirrorclient.jar mirrorclient.zip Major fixes include: Objects disappearing after entering new region Not being able to start multiple bot tabs with mirror mode Bot/Webclient freezing after one of them is closed Double key typing issue Possibly more New features: Very low CPU mode (Expermental, enable under performance debugging options)
    2 points
  8. Here's a Java 8 way to do it: Predicate<NPC> predicate = o -> (o != null && o.exists() && o.getName().equals("Rat") && getMap().canReach(o)); List<NPC> potential = getNpcs().getAll().stream().filter(predicate).collect(Collectors.toList()); NPC target = potential.size() > 0 ? potential.get(random.nextInt(potential.size())) : null;
    2 points
  9. Oh very cool thanks! I'm just curious about them not sure if I'm going to write one, but if I did I'd probably open source it @Mysteryy: Thanks you sexy beast
    2 points
  10. There is currently small delay before changes like object spawned/deleted reach mirror client, which is due to data caching. Will be fixed on 1.04
    2 points
  11. I personally do not believe antiban helps at all to prevent bans. If anything, it potentially causes them
    2 points
  12. NOW ON SDN! http://osbot.org/forum/topic/90153-rangedmassihs-rangeguilder-6-hour-rpog/
    1 point
  13. REQUIREMENTS: CPU: Dual core+ Operating System: Windows/Linux/OS X(MAC) Java: At least java 8 VIP, Sponsor, Scripter or Staff rank NOT HAVING THE REQUIRED RANK WILL NOT LET YOU START IT! HOW TO USE: Start runescape client on your browser or the official OSRS launcher Open new bot tab on OSBot and select to use mirror client Make sure you are not logged in before starting your script. Preferably with a freshly loaded OSRS client. And continue like you are used to! HOW TO REPORT BUGS: Reports missing the following will get ignored and deleted: Mirror client version Console output / terminal output Crash report if a crash occurred Script that you ran Hooks that failed JVM/Browser bit version (32 / 64) Known bugs & suggested/required fixes: Scripts are not starting/buggy: Please attach to rs client right after it loads BEFORE logging in.
    1 point
  14. Nevermind. Found it myself. Thanks for the response.
    1 point
  15. Please only serious feedback, hope you choose me Dashboard! I was a bit nervous when I did this and yes I have an accent lol.
    1 point
  16. Yeah thats what I had assumed. I am using the mirror system.
    1 point
  17. You don't have 100 posts, and you are buying/selling accounts.
    1 point
  18. Why is there even an option to purchase something for $999
    1 point
  19. Hi, also in the future do you think a one tick drop method would be possible for power fishing to speed up xp rates?
    1 point
  20. I can't do anything about bans - botting is against the runescape rules. As was suggested, you could always invest in a rank to gain access to the mirror client but me making the script open the skills tab every now and again is not going to stop you getting banned. (I've actually as i've explained many times got an antiban sequence already programmed in, with a low activation chance, but if you're still getting problems with bans, it clearly hasn't helped! apa
    1 point
  21. What Try again, it really is not supposed to do that inb4 OP broke java.
    1 point
  22. here is someone open source walker. Dont take credit for his shit please lol https://github.com/Lem0ns/Walker/tree/master/webwalk/obstacles (once your done give me your source :P)
    1 point
  23. int a = Integer.parseInt(""+myPlayer().getY()+""); int b = Integer.parseInt(""+a+"") + 1 ; int c = Integer.parseInt(""+myPlayer().getX()+""); What did I just read.... You take an int turn it into a string an then parse an int out of it again. Don't do that. Ever.
    1 point
  24. bami is lekker ofnie
    1 point
  25. You already know I did ^.^
    1 point
  26. This script has been working so well for me the past couple of days. I would highly recommend it!
    1 point
  27. edit: nop works 100% fine in normal client, doesnt return unless the interface is actually visible mirror still says its visible all the time i'm not using the withdrawing widget. And no in the normal client it works fine, mirror says its always visible
    1 point
  28. Yup that fixed it alright, thanks
    1 point
  29. Will be fixed on next update. This is not related to the Mirror Client but a bug in the general OSBot client.
    1 point
  30. [DEBUG][Bot #1][03/11 08:07:14 PM]: / Visible: 204 : 0. message [You can't carry any more Lobsters.] [DEBUG][Bot #1][03/11 08:07:14 PM]: / Visible: 204 : 1. message [Click here to continue] [DEBUG][Bot #1][03/11 08:07:14 PM]: / Found message [to continue] i:1 [INFO][Bot #1][03/11 08:11:31 PM]: Script Perfect Fisher has paused! [INFO][Bot #1][03/11 08:11:43 PM]: Script Perfect Fisher has resumed! Nothing out of the ordinary just in the middle of fishing it kicks you off account? Maybe the computer thinks your away for too long even though your fishing? no idea. Edit: Also the account didnt get kicked off at 8:11:43, it stopped 5-10 mins after that.
    1 point
  31. Well, you guys need to update this ASAP. I want to test the mirror client but I am NOT running any bots unless I can do it through proxies.
    1 point
  32. No but I am working on adding that location too, as a choice in the GUI. There will be a massive update today guys!
    1 point
  33. Nice, I've been using this bot since December 2 years ago, maybe one day ill get banned. until then ill just have to suffer
    1 point
×
×
  • Create New...