Skip to content

Commit

Permalink
Merge pull request #1 from Tomelyr/patch-1
Browse files Browse the repository at this point in the history
 removed uncessesary sell
  • Loading branch information
3stadt authored Dec 21, 2017
2 parents 17a57f4 + dc201f0 commit fef8216
Showing 1 changed file with 4 additions and 37 deletions.
41 changes: 4 additions & 37 deletions AutoICBING.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,8 @@ OpenBoxInLowestRes(hwnd, KeepHasPrio) {
Click 10 690
Sleep 400

Click, 1180 710 ; Sell loot, if possible
Click, 570 780 ; Click "Sell All" button
Sleep 400 ; Wait for the game to register the last click

; Same for the other three loot boxes:

Click, 830 720
Sleep 400

Click, 430 710
Sleep 400

Click, 50 730
Sleep 400
}

; Main work for 1360x768
Expand Down Expand Up @@ -202,19 +191,8 @@ OpenBoxInLowRes(hwnd, KeepHasPrio) {
Click 200 520
Sleep 400

Click, 1070 545 ; Sell loot, if possible
Click, 600 670 ; Click "Sell All" button
Sleep 400 ; Wait for the game to register the last click

; Same for the other three loot boxes:

Click, 800 555
Sleep 400

Click, 505 550
Sleep 400

Click, 180 555
Sleep 400
}

; Main work for 1600x900
Expand Down Expand Up @@ -243,17 +221,6 @@ OpenBoxInHiRes(hwnd, KeepHasPrio) {
Click 240 610
Sleep 400

Click, 1300 630 ; Sell loot, if possible
Sleep 400 ; Wait for the game to register the last click

; Same for the other three loot boxes:

Click, 950 640
Sleep 400

Click, 600 630
Sleep 400

Click, 230 640
Sleep 400
Click, 750 780 ; Click "Sell All" button
Sleep 400 ; Wait for the game to register the last click
}

0 comments on commit fef8216

Please sign in to comment.