TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Anthony Gustavo
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Anthony Gustavo

    @Anthony Gustavo

    0
    Reputation
    14
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Anthony Gustavo Unfollow Follow

    Latest posts made by Anthony Gustavo

    • RE: Start netflix app

      @Russ For me is happening this error

      ShellExecute ( "netflix:" )

      Sleep(2000) ; wait 2 seconds for Prime Video to start

      WinActivate ( "Netflix" )
      $pos = WinGetPos("Netflix")

      $x = 1764
      $y = 72
      MouseClick("left", $pos[0] + $x, $pos[1] + $y) ; click the Search box

      ;suits
      Send("^a") ; Select all text, in case something was typed in the Search box already.

      Sleep(2000) ; wait 2 seconds

      ;;; For testing: ;; Send("suits{ENTER}")

      Send($CmdLine[1] & "{ENTER}") ; type the first parameter of the .exe, and press enter

      Sleep(2000) ; wait 2 seconds

      $x = 231
      $y = 289
      MouseClick("left", $pos[0] + $x, $pos[1] + $y) ; click the show icon

      Sleep(1500) ; wait 1 seconds

      $x = 962
      $y = 268
      MouseClick("left", $pos[0] + $x, $pos[1] + $y) ; click Watch now

      I changed my coordinates, can you create an .exe for me or tell me which program you use? And also how do I configure the command in Triggercmd?

      c3a30e35-24be-45d7-b20a-1403f36867c2-image.png

      posted in Windows
      Anthony GustavoA
      Anthony Gustavo
    • RE: Start netflix app

      @Russfor netflix how can i do the same to start it suits for example

      posted in Windows
      Anthony GustavoA
      Anthony Gustavo
    • Start Minecraft Launcher

      Hey guys, I need your help. I'm trying to open the minecraft launcher, but the command I'm using isn't working.

      C:\Program Files (x86)\Minecraft Launcher>star MinecraftLauncher.exe

      posted in Windows
      Anthony GustavoA
      Anthony Gustavo