Skip to content

Instantly share code, notes, and snippets.

@iGlitch
Created August 31, 2023 15:54
Show Gist options
  • Save iGlitch/9a883872d549f8bb3c5b8897a6273346 to your computer and use it in GitHub Desktop.
Save iGlitch/9a883872d549f8bb3c5b8897a6273346 to your computer and use it in GitHub Desktop.
AutoHotKey - Auto Purchase Premium Boxes Loop
#NoEnv
#SingleInstance
SendMode Input
SetWorkingDir %A_ScriptDir%
CoordMode, Mouse, Screen
; ツムツムストア開いた状態
loop {
Click, 1590, 530 ;Click プレミアム BOX
Sleep, 1000
Click, 1601, 581 ;Click OK
Sleep, 1500
Click, 1558, 603 ;Click Tap Open
Sleep, 8000
Click, 1522, 799 ;Click とじる
Sleep, 4000
}
Return
~MButton::Pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment