• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Problem: Run Call Of Duty Warzone

Windows
4
28
3.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Russ @Arthur Oscar
    last edited by Russ May 19, 2023, 10:29 PM May 19, 2023, 10:19 PM

    @Arthur-Oscar, the TRIGGERcmd agent is 64bit.

    Also yes, I have imagesearchdll.dll in the same folder with the cod.au3 script and the compiled cod.exe.

    4649f284-2b12-4bdb-987e-0f0092b15682-image.png

    I have seen it detect and move to the Play button, but it usually doesn't, and when it did move to the Play button it didn't click it.

    Battle.net made it very difficult to automatically start a game.

    Russell VanderMey

    A 2 Replies Last reply May 20, 2023, 4:15 AM Reply Quote 0
    • A
      Arthur Oscar @Russ
      last edited by May 20, 2023, 4:15 AM

      @Russ sometimes you have to put a wait after movemouse... it click and move at same time

      1 Reply Last reply Reply Quote 0
      • A
        Arthur Oscar @Russ
        last edited by May 20, 2023, 5:55 AM

        @Russ as i told before, executing the script by myself, it works fine, but when i order to trigger result scan is 0.

        R 1 Reply Last reply May 23, 2023, 12:11 AM Reply Quote 0
        • R
          Russ @Arthur Oscar
          last edited by May 23, 2023, 12:11 AM

          @Arthur-Oscar, I understand, but I can't make it work with or without TRIGGERcmd. I've tried everything. It won't click Play.

          Russell VanderMey

          A 1 Reply Last reply May 24, 2023, 3:05 PM Reply Quote 0
          • A
            Arthur Oscar @Russ
            last edited by May 24, 2023, 3:05 PM

            @Russ i noticed when i tell to triggercmd to execute cod.bat file... it doesnt blink at the screen, it executes on background or something?

            R 1 Reply Last reply May 25, 2023, 2:07 PM Reply Quote 0
            • R
              Russ @Arthur Oscar
              last edited by Russ May 25, 2023, 2:09 PM May 25, 2023, 2:07 PM

              @Arthur-Oscar, you should add a line to your cod.bat that shows something on the screen or writes something to a log like this, so you know it's running.

              echo it ran >> c:\scripts\cod.log
              

              Also, make sure Ground = foreground.

              Russell VanderMey

              A 2 Replies Last reply May 26, 2023, 2:31 PM Reply Quote 0
              • A
                Arthur Oscar @Russ
                last edited by May 26, 2023, 2:31 PM

                @Russ ill do it... btw i discovered why your result was returning 0 executing manually to you. try right click on au3 file and execute script as 64bits... after that... even .exe compiled 64bits runs okay.

                1 Reply Last reply Reply Quote 0
                • A
                  Arthur Oscar @Russ
                  last edited by May 27, 2023, 6:47 PM

                  @Russ
                  Important information!!!!
                  allmost solved problem!!!

                  just need to run cod.exe inside SysWOW64 cmd prompt

                  but to do this... i need edit cod.bat file

                  cod.bat says:

                  echo program running >> D:\alexa\cod\cod.log

                  start "" c:\Windows\SysWOW64\cmd.exe >> D:\alexa\cod\cod.exe

                  exit

                  but ofc its not working yet... path is incorrect... there is any way to type the path inside the new cmd window? or... execute cmd from 64bit path directly?

                  R 1 Reply Last reply May 27, 2023, 7:41 PM Reply Quote 0
                  • R
                    Russ @Arthur Oscar
                    last edited by Russ May 27, 2023, 7:42 PM May 27, 2023, 7:41 PM

                    @Arthur-Oscar please try this in your cod.bat:

                    echo program running >> D:\alexa\cod\cod.log
                    c:\Windows\SysWOW64\cmd.exe /c D:\alexa\cod\cod.exe
                    

                    That will run your cod.exe in the 32bit cmd.exe in the SysWOW64 folder.

                    Russell VanderMey

                    A 2 Replies Last reply May 27, 2023, 10:35 PM Reply Quote 0
                    • A
                      Arthur Oscar @Russ
                      last edited by May 27, 2023, 10:35 PM

                      @Russ this way its opening in system32 mode...
                      0d4e45f2-b356-4734-b155-1838f7a9faee-image.png
                      i need to execute those comands in cmd from syswow64.. like this other image
                      bd8505b2-583a-4129-8abe-56e2fb97bc38-image.png

                      1 Reply Last reply Reply Quote 0
                      • A
                        Arthur Oscar @Russ
                        last edited by May 27, 2023, 11:19 PM

                        @Russ
                        I Finally Solve the problem...

                        first of all... no .bat is needed. thanks god! hahaha

                        1st step:
                        configurates to open a link to execute cod.exe (compiled)
                        237c9825-f30f-4f48-ba76-679bc05e520e-image.png

                        2nd step:
                        edit a link icon came from cmd (inside SysWOW64 folder) and put this link inside your folder
                        22446163-ce05-40f8-9f84-5e67655a0f2d-image.png
                        3rd step:
                        put the infos as following:
                        f8430959-df5e-474e-80da-6472534f7381-image.png

                        Files needed:
                        cmd.lnk (icon to run by triggercmd)
                        cod.au3 (script)
                        cod.exe(au3 compiled in 64bits)
                        imagesearch.au3
                        imagesearchDLL.dll
                        botao.png (image from button to press)
                        515d56b1-d489-4795-8ec9-51c7dbdd0d78-image.png

                        that's it...
                        Thanks @Russ to the help...
                        hope you enjoy @Luiz-Henrique-Dela-Giustina and all the others!

                        A 1 Reply Last reply May 28, 2023, 12:44 AM Reply Quote 0
                        • A
                          Arthur Oscar @Arthur Oscar
                          last edited by May 28, 2023, 12:44 AM

                          Forgot to add all the files used

                          https://we.tl/t-4w8WHZAPBv

                          R 1 Reply Last reply May 28, 2023, 1:24 AM Reply Quote 0
                          • R
                            Russ @Arthur Oscar
                            last edited by May 28, 2023, 1:24 AM

                            @Arthur-Oscar, awesome. I'm glad you got it working! Thanks for sharing your method and your files too.

                            Russell VanderMey

                            1 Reply Last reply Reply Quote 0
                            • Marcos BarquetM
                              Marcos Barquet
                              last edited by Jul 10, 2024, 5:00 PM

                              @Arthur-Oscar could you share the files again, thanks!

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post