kimjongew

Member
Nov 25, 2017
146
172
208
I know summertime has an auto clicker on there wiki, but it seems like its just for this game. Any one know of autoclickers that can be used for anything, and that are safe/easy to use?
Look up autohotkey scripts and make your own. It's what I ended up doing for a "space masher" and works for anything. I don't know anything about scripting, but it took me about 5 min total.

This is the script I use. I click f1 to enable or disable:

#maxthreadsperhotkey 2 ;
f1:: ;
{
toggle:=!toggle ;

while, toggle ;
{
send, {space} ;
sleep, 1 ;
}
}
return ;

end::exitapp
 
  • Like
Reactions: DJsona

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,520
5,715
677
Look up autohotkey scripts and make your own. It's what I ended up doing for a "space masher" and works for anything. I don't know anything about scripting, but it took me about 5 min total.

This is the script I use. I click f1 to enable or disable:

#maxthreadsperhotkey 2 ;
f1:: ;
{
toggle:=!toggle ;

while, toggle ;
{
send, {space} ;
sleep, 1 ;
}
}
return ;

end::exitapp
May I ask what use there is for an auto klicker? If it's just to skip dialogs faster, there is the skip text option in the settings menu. Also, if graphics only is what you are after -- you lose all the smooth transitions when skipping.
 

kimjongew

Member
Nov 25, 2017
146
172
208
May I ask what use there is for an auto klicker? If it's just to skip dialogs faster, there is the skip text option in the settings menu. Also, if graphics only is what you are after -- you lose all the smooth transitions when skipping.
Dunno about other people, but certain games and sequences can be a pain in the butt to sit there and mash. I can save my wrists, keyboard/mouse and do those, IMO, poorly designed mini-game sequences with a single button click instead.
 

RottenBlock

Member
Nov 3, 2017
105
48
86
Dunno about other people, but certain games and sequences can be a pain in the butt to sit there and mash. I can save my wrists, keyboard/mouse and do those, IMO, poorly designed mini-game sequences with a single button click instead.
Same. I haven't thought of using auto-clickers, but the weight-lifting minigame isn't fun at all, it's just wear and tear on my keyboard.
 

ColdXClue

Newbie
Jan 21, 2018
23
52
84
I am a bit curious, when is this game actually suppose to be completed. When I look at what's left;

0.18Jenny
0.19Eve
0.20Main story
0.21???

and each part averaging 3-4 months with the patreon almost making 50,000 a month I wonder will this game ever end. I'm not really complaining but I would like to play a final version sometime in the next couple of years.
 

Ouryuken

Member
Apr 28, 2017
390
1,232
316
I am a bit curious, when is this game actually suppose to be completed. When I look at what's left;

0.18Jenny
0.19Eve
0.20Main story
0.21???

and each part averaging 3-4 months with the patreon almost making 50,000 a month I wonder will this game ever end. I'm not really complaining but I would like to play a final version sometime in the next couple of years.
When you can milk something THAT hard, you make sure it never ends
 
3.90 star(s) 420 Votes