From f9dfec24b74a13d6637713861f835b00c8e66c2a Mon Sep 17 00:00:00 2001 From: Baraa Hamodi Date: Wed, 28 Jan 2015 01:12:31 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2d13a..c8daa7f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ PyAutoClicker A customizable and open-sourced auto clicker for all your clicking needs. -![pyautoclicker copy](https://cloud.githubusercontent.com/assets/7663987/5913912/fe0d25d4-a5b9-11e4-9f7f-e15d05ce7df5.png) +![pyautoclicker](https://cloud.githubusercontent.com/assets/7663987/5933185/7be0968c-a68a-11e4-9e11-1fae3441ba4c.png) ##Features + Customizable properties in the GUI ++ Start and stop using your mouse or keyboard + Left click at a specified rate + Click for a certain number of clicks + Click for a certain length of time From f01827eefe9ed81f67dbb09a1653a053684b5264 Mon Sep 17 00:00:00 2001 From: Baraa Hamodi Date: Fri, 30 Jan 2015 21:28:55 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8daa7f..8461be2 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ A customizable and open-sourced auto clicker for all your clicking needs. + Click at random time intervals + Click within a random 5x5 pixel range of mouse location (effective against auto-ban algorithms) + Customizable keybindings to start and stop the autoclicker [*FUTURE UPDATE*] -+ Repeat a series of clicks (Machine Learning) [*FUTURE UPDATE*] ++ Repeat a series of clicks [*IN PROGRESS*]