Jump to content

Dreamliner

Trade With Caution
  • Posts

    1642
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Dreamliner

  1. The revenue that I've brought into OSBot is equivalent to a $500+ donor. Please treat me like one. Why not remove the image limitation and make it a maximum signature height instead. such as 800x600 image with a 800x400 image under neath it would count as 1000 pixels. Anything over that would be considered an intrusion.
  2. Dreamliner

    99 Strength

    not sure, as I did it atk > str > atk > str till 99 each then def - def was quickest by far I'd say buy 10m and sell the rest when you're done
  3. Dreamliner

    99 Strength

    30m in ppots to get 99/99/99
  4. haha sorry, round and shell have the same meaning in my head (that's why I clarified spent )
  5. Haha I have a few spent 50cal/20mm shells I took from Fort Dix
  6. I like your 30mm shell Also, varying speeds are due to distance
  7. Another interesting thing with this data: I can see hotspots where the mouse likes to hang out on the client also 1111 posts
  8. It's all anonymous - no names on the submission ford, and the script doesn't grab names at all
  9. A mouse algorithm is more than move mouse to point B from A ;) It's largely dependent of how well it's implemented into the script. How often does the mouse stand still in average scripts? Quite a bit. For a human, besides typing, the mouse is ALWAYS moving. (except for laptops sometimes). So what we're developing will have to be run in a separate thread, which will act like a human. We'll keep you updated :P
  10. Hey everyone, @NotoriousPP and I are collaboratively producing scripts together. We're focused on bringing out the most human like scripts possible. To do this, we need to collect data of how a normal person uses the mouse. The things we are collecting in the following project will support our effort to create a mouse controller which behaves precisely how a human thinks. I have developed a script which can be run through OSBot which will record position of your mouse every 25 milliseconds (subject to change). During this time period, metrics of how the mouse is behaving are calculated. These calculations include: Distance from previous point Average velocity from previous point to current location Average acceleration from previous point to current location Elapsed time from previous data entry Aside from these calculations, I have a machine of higher computing power which I can calculate angle deviation, as well as, other very important characteristics of how the mouse is moving. This is the point where we ask for your help! Below you can download the script mentioned previously. The script outputs a *.csv (comma separated values) file to the directory of (c:\Users\YOURNAME\Documents\DreamlinerMouseData) Please leave the recorder on for between 60-120 seconds each time. Try to do something normal in the game like fighting monsters or skilling. When you have run your tests, please upload these files (new file for each test) to http://goo.gl/S3O0Ri These tests are completely anonymous and no strange data will be collected, with or without your knowledge. Below you can find my source code. Thank you for everyone who contributes the data to us. It will help us greatly and keep YOU from getting banned! Download the script here: http://goo.gl/PD1rZQ Upload your data here: http://goo.gl/S3O0Ri
  11. No, you can have an SDN script running with a random package sitting in your local scripts. The client pauses the current script your running and loads either: A) It's own random solving script The local random solving script, if it exists. ------------- These aren't random solvers that are included by script writers. You can specially write a completely separate script to handle a specific random event. see http://osbot.org/forum/forum/101-randoms/ if you still don't understand. As far as I'm concerned, this conversation is over.
  12. Wrong, anyone can write their own random event solvers. If the client finds a script that overrides the random solver, it uses that one instead - it's like running multiple scripts at once
  13. It's been proved time and time again that they collect path data from your mouse. The algorithm that calculates the path of the mouse is the same for each person. So your mouse movements look the same for all the other bots using osbot. The solution to this is to make the client profile you by computer ID or account name and adjust mouse metrics based on that.
  14. It handles all of them. Does it handle them well? Not one bit. Every 30 mins to an hour you will get stuck and be forced to solve the random yourself.
  15. No worries! Constructive posts are best posts. Try to engage in a conversation instead of saying "Hi"
  16. Why would they even change something like that? It still works fine for interacting with inventory items
  17. No NPE's here. Osbot has it built so if string is null it picks the first one. It's in their doc's somewhere see http://osbot.org/osbot2_api/org/osbot/rs07/api/util/ItemContainer.html#interactWithNameThatContains(java.lang.String, java.lang.String...)
  18. .interact(null); -- will always select the first option, which is perfect if the item is selected. but this relies on OSBot's interact method which is awful. Write your own method.
  19. Stop being such a stack trace
  20. vial + 4 dose pot
×
×
  • Create New...