Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- ; #Warn ; Enable warnings to assist with detecting common errors.
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
- CoordMode, Mouse, Window
- ;diameter 28 ish
- i:=0
- ]::
- top:=417
- left:=193
- stepX:=2
- stepY:=5
- Loop {
- Click, 380, 1000 ; corp menu
- Click, 340, 580 ; buy corp
- Click, 500, 380 ; close window
- Loop, 1 {
- Click, 284, 1000 ; store menu
- Click, 340, 580 ; buy store
- Click, 273, 757 ; buy triple point income
- Click, 500, 380 ; close window
- Click, 190, 1000 ; loyalty menu
- Click, 340, 680 ; buy icon slots
- Loop, 50 {
- Click, 340, 580 ; buy triple income (top button)
- }
- Click, 500, 380 ; close window
- ;buy doubler
- ;Click, 92, 998
- ;Loop, 100 {
- ;Click, 343, 571
- ;}
- ;Click, 501, 380
- Click, 345, 783
- Sleep, 50
- ;scratch the card
- Loop, % stepY {
- why:=top + (A_Index - 1) * 380 // stepY
- Loop, % stepX {
- ecks:=left + (A_Index - 1) * 300
- MouseMove, % ecks, % why
- Sleep, 1
- }
- }
- }
- }
- return
- [::Reload
Advertisement
Add Comment
Please, Sign In to add comment