Just signed in again to say this is awesome work you've done right there. python+xplatform+seeing you use nix is really nice!
Hope to see more of this, keep up the great work! And dont get put off by the naysayers.
Will you publish the framework?
Just signed in again to say this is awesome work you've done right there. python+xplatform+seeing you use nix is really nice!
Hope to see more of this, keep up the great work! And dont get put off by the naysayers.
Will you publish the framework?
Haha, Thanks! My windows 8 crashed and I was forced to use nix. I fell in love with it ever since! And yes I will publish this as a python module (or convert it to a cpp module if I have time)
Nice , i want to learn python now ! xD , i have seen your video on a bot yeah end to click on the box you should add rendom timings like 80-200 ms between the clicks!
Nice , i want to learn python now ! xD , i have seen your video on a bot yeah end to click on the box you should add rendom timings like 80-200 ms between the clicks!
really nice i act like a human when clicking
actualy when i colect boxes i do instaclick...( i have good hardware and i miss about 3,4/100 boxes) so that is not definitely human behavior..
Yup, just taking a break. I didnt really have any free time this month. Ill start working on August (I have summer school)
Also, the issue that im currently working to solve is very hard. And I mean VERY hard. I have to combine circle detection (With the right settings you can make the BBoxes into circles) with colour detection. This helps get rid of the 'blinking' bonus boxes. (See the current work section in the main post)
Yup, just taking a break. I didnt really have any free time this month. Ill start working on August (I have summer school)
Also, the issue that im currently working to solve is very hard. And I mean VERY hard. I have to combine circle detection (With the right settings you can make the BBoxes into circles) with colour detection. This helps get rid of the 'blinking' bonus boxes. (See the current work section in the main post)
Blinking error fixed! For the people waiting for me to release this, Im currently porting all my python code over to c++. Once Im done, ill release the pre-alpha version of this code. A rough estimate to when this pre-alpha will be released is early august.
Need help making a botting framework 07/10/2014 - DarkOrbit - 17 Replies Hello guys, Im working on a bot framework (for windows, mac, and linux :) ) that you can easily use to detect complex objects in darkorbit and any other game. It also has some anti cheat functions that you can tweak. This is where my question arises.
I know that darkorbit detects the pattern between clicks to find bots, is there any other ways that DO detects cheats? I need to implement this into my framework and I could find almost nothing online about this.
EDIT:
Here is my work so...