Genji

Engaged Member
Dec 1, 2017
2,845
3,188
im just hopin i can bring all the girls at prom..of course,the student one..damn,everyone will be jealous;)
 

kimjongew

Member
Nov 25, 2017
146
171
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,454
5,672
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
171
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
104
47
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.
 
4.00 star(s) 381 Votes