Time Clickers AHK Auto Time Cube Farmer
Idle at Maximum Efficiency! Idle at Maximum Laziness! Time skips: [4:14] Tutorial to set-up , [5:33] 1 minute and a few extra seconds of gameplay showoff (louder than rest of video, sorta obnoxious, honestly I play with sound off and everything on minimum / night mode), [7:12] A note about the ToS and writing scripts for idle games in general, [8:50] Sign Off Statement from Vaserati đ
If you found this video helpful (or funny) and would like my opinion on other games or want to request game reviews, or are a content creator looking to be featured, please feel free to reach out!
đŦ https://discord.gg/JZNMTaN (Vaserati Games)
đē (a not YT streaming site) Vaserati | đŖ https://twitter.com/Vaserati
đˇ https://www.instagram.com/Vaserati | đŗ https://www.patreon.com/Vaserati
I stream on [a site] almost every Thursday, Saturday, and Sunday! Come check me out!
Make sure your scripts have the #Persistent tag at the start so they will work no matter where you place the game window on screen. Note that when Superclicker reloads you will be able to see the taskbar icon blip in and out of existence. This should give you enough time to move your mouse back onto the game window before your mouse starts moving on its own around your screen, if you are tabbed out. Lastly, this script won't work well unless you are at the point where you can start the game with enough gold to level up the abilities section 10x.
TC_Auto_Ascend_Slim:
#Persistent
F10::Reload ; 1600x900 Windowed, Relative (by default)
F7::Pause
F4::
Loop {
Send a ; +1000 levels to all skills if integer set to "max" - interger does not change between ascensions
Sleep 500
Send s
Sleep 500
Send d
Sleep 500
Send f
Sleep 500
Send g
Sleep 500
Send qwe ; activate auto-idle guns
Sleep 500
Mousemove,1530,325 ; loc of pulse abilities (click x12) ; anything less than 500 has a chance of overclicking with any lag, so just leave it at 500
Click,1530,325 ;1
Sleep 500
Click,1530,325 ;2
Sleep 500
Click,1530,325 ;3
Sleep 500
Click,1530,325 ;4
Sleep 500
Click,1530,325 ;5
Sleep 500
Click,1530,325 ;6
Sleep 500
Click,1530,325 ;7
Sleep 500
Click,1530,325 ;8
Sleep 500
Click,1530,325 ;9
Sleep 500
Click,1530,325 ;10
Sleep 500
Click,1530,325 ;11
Sleep 500
Click,1530,325 ;12
Sleep 500
Mousemove,1525,425 ; loc of activated abilities (click x10)
Click,1525,425 ;1
Sleep 500
Click,1525,425 ;2
Sleep 500
Click,1525,425 ;3
Sleep 500
Click,1525,425 ;4
Sleep 500
Click,1525,425 ;5
Sleep 500
Click,1525,425 ;6
Sleep 500
Click,1525,425 ;7
Sleep 500
Click,1525,425 ;8
Sleep 500
Click,1525,425 ;9
Sleep 500
Click,1525,425 ;10
Sleep 500
Mousemove,1050,50 ; Move mouse to earliest rainbow ball location
Sleep 500
Send 7 ; activate dimension shift - there is no need to activate this more than once so it is not included in Superclicker
Sleep 100
Send {F5} ; Start Superclicker
Sleep 60000 ; 7200000 = 2 hrs, 3600000 = 1 hrs, 300000 = 5 mins, 60000 = 1 mins
Send {F8} ; Reload Superclicker - reload will make sure superclicker is always paused at the start of reset mode so you have a chance of alt tabbing back if you are tabbed out
Sleep 1000
Click,1525,425 ; Initialize ascension
Sleep 5000
Click,680,680 ; Confirm ascension
Sleep 5000
Click,1425,450 ; Confirm level up selection -- none
Sleep 5000 ; Allows map reload time, set to 10000 on slow computers
}
TC_Superclicker:
#Persistent
F6::Pause
F8::Reload ; ensure that this matches the reload button in TC_Auto_Ascend_Slim.ahk
F5::
Loop {
Send sdfag ; priority order for weapon usefulness
Sleep 100
Click
Sleep 100
Send {Space} ; note that clicking faster than average human speed (5-6/sec) will be flagged as cheating
}
Return
Other Videos By VasTheFalz Games
Other Statistics
Time Clickers Statistics For VasTheFalz Games
Currently, VasTheFalz Games has 323 views for Time Clickers across 1 video. His channel published less than an hour of Time Clickers content, making up less than 0.08% of the total overall content on VasTheFalz Games's YouTube channel.