Scenario: 2 Roblox games running 1 from Microsoft store, 1 from the Roblox website. I snap to a 2x2 grid, 1 client going in the top left and 1 going in the top right, my cords are accurate because when I use them by themselves it spams the correct part of the screen in that client, the problem I have is when I use both sets of cords so that it will click the spot on the left client then click the same spot on the right client back and forth it gets through 1 loop, then the left ones stops receiving the click, the right one still receives them just fine and I can not figure out why for the life of me why it will successfully do 1 loop than not repeat it successfully.
Code: Select all
Pause On ;
Loop
{
CoordMode "Mouse", "Screen"
Click, 28 58
Sleep, 200
Click, 1057 58
Sleep, 200
}
Return
#z::Pause ; Pause Script
esc::Exitapp ; Exit Script
Any help on getting this to work would be greatly appreciated! thank you
[Mod action: Moved topic to the v1 section since this is primarily v1 code. The main section is for v2.]