I need help, I am a beginner. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
FEA101
Posts: 2
Joined: 26 Oct 2021, 11:17

I need help, I am a beginner.

Post by FEA101 » 26 Oct 2021, 11:21

Hey there!
I want to grind levels on Valorant for the battle pass, but I don't know how to make a script that clicks "Skip" and then "Play Again" after the deathmatch round is over.
I check the coordinates, for the Skip it was:
Screen: 922, 938
Window: 930, 947
for Play Again it was:
Screen: 926, 1022 Window: 934, 1030

Thank you in advance!
User avatar
mikeyww
Posts: 26602
Joined: 09 Sep 2014, 18:38

Re: I need help, I am a beginner.  Topic is solved

Post by mikeyww » 26 Oct 2021, 20:29

Code: Select all

F3::
Click, 930 947
Click, 934 1030
Return
FEA101
Posts: 2
Joined: 26 Oct 2021, 11:17

Re: I need help, I am a beginner.

Post by FEA101 » 28 Oct 2021, 11:52

@mikeyww
Words cannot describe how much I love you
Post Reply

Return to “Gaming Help (v1)”