Time Clickers

Time Clickers

View Stats:
Revalopod Jul 30, 2015 @ 7:43pm
Autoclicker?
Is there a good autoclicker that would work for this game? One the autoclicks fast while still enabling you to move the mouse around while autoclicking?
Last edited by Revalopod; Nov 3, 2015 @ 11:28pm
< >
Showing 1-15 of 42 comments
76561197986964482 Jul 31, 2015 @ 4:47am 
The maximum clicks per second is capped (somewhere between 15 and 50 in my estimation). It would only provide a minor advantage and some rest for your fingers & mouse.
anything that emulates mouseclicks that you can toggle on and off will work. I use xpadder but the same result could probs be accomplished easily in Autohotkey

also, from what i've seen with automating clicks, 50 clicks/second is a HUGE advantage over human muscles
yourself Jul 31, 2015 @ 1:23pm 
IMO; the only use for an autoclicker for this game is to catch the rainbow ball while idling. Other than that; it doesn't really help much gameplay wise.
Last edited by yourself; Jul 31, 2015 @ 1:24pm
Revalopod Jul 31, 2015 @ 10:28pm 
Okay, thanks for the help guys!
uhhwhat Aug 1, 2015 @ 6:17pm 
Lol, I am the autoclicker (12 clicks per second) git gud
PF SNOWDEVIL Oct 29, 2015 @ 3:28pm 
I am using a Razer Death Adder, and I made a macro for it with 50cps. I am also considering one that occasionally upgrades the weapons using their hotkeys. The only downside is that wherever your mouse goes, you click on that 50 times per second.
Taezord Nov 1, 2015 @ 1:22am 
Originally posted by Plaxen:
Lol, I am the autoclicker (12 clicks per second) git gud
GG
Revalopod Nov 1, 2015 @ 9:49pm 
Actually I still haven't found a satisfactory program to autoclick :,c
XJ9 Nov 1, 2015 @ 10:55pm 
I'll just ask here aswell? is there any good internal auto-clicker? Too noob for self-writing auto-it
Xan151 Nov 2, 2015 @ 1:10am 
http://www.tools.toflo.de/MouseAutofire/

I use this, but when you get enough weapon cubes and get the pistol clicks up, you really don't need this.
Revalopod Nov 2, 2015 @ 2:00am 
Originally posted by Xan:
http://www.tools.toflo.de/MouseAutofire/

I use this, but when you get enough weapon cubes and get the pistol clicks up, you really don't need this.
There's still hundreds of other clicker games that would benefit from the use of this program though. Also, the website looks kinda dodgy... :/
Last edited by Revalopod; Nov 2, 2015 @ 2:01am
Xan151 Nov 2, 2015 @ 3:17am 
Originally posted by Cybotic-TMX9 DeathSwagga:
There's still hundreds of other clicker games that would benefit from the use of this program though. Also, the website looks kinda dodgy... :/

I know that, for example, Sakura Clicker doesn't work with it, for those, i use this: http://sourceforge.net/projects/fastclicker/
Fabiolus Nov 3, 2015 @ 10:41am 
autohotkey.

Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}



go nuts
Last edited by Fabiolus; Nov 3, 2015 @ 10:41am
XJ9 Nov 3, 2015 @ 11:24am 
Originally posted by Fabiolus:
autohotkey.

Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}



go nuts
How do you catch game window with such .ahk? I want ahk which will work inside the window without bringing it on top
Last edited by XJ9; Nov 3, 2015 @ 11:26am
Fabiolus Nov 3, 2015 @ 12:59pm 
Originally posted by XJ9:
Originally posted by Fabiolus:
autohotkey.

Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}



go nuts
How do you catch game window with such .ahk? I want ahk which will work inside the window without bringing it on top


Im not sure I understand what you are explaining

the game opens in a window for me, the script only listen to your mouse click and react to it then runs the script.

Simply run the game, launch the compiled script which stays active unless you kill the process, the script is active for anything you will be doing on your computer though not just for the game.

< >
Showing 1-15 of 42 comments
Per page: 1530 50