Jump to content

Lightning Script building ps4


ninjastorm76

Recommended Posts

Im wondering if someone somewhere can help me with this script for ps4 remote play for the lightning trophy 

 

Macro1:
IfWinExist, PS4 Remote Play
{
WinActivate ; grab the focus of remote play
}
else
{
MsgBox, Couln't find PS4 Remote Play window
Return
}

Loop
{
CoordMode, Pixel, Screen
PixelSearch, FoundX, FoundY, 950, 530, 970, 550, 0xAFB1DA, 50, Fast RGB
If ErrorLevel = 0
{
Sleep 10
Send, {Enter down}
Sleep 50
    Send, {Enter up}
    Sleep 200
}
}
Return

 

i cant seem to get to two hundred, only around 150 

Edited by ninjastorm76
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...