• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Roberto Luis
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 8
  • Best 0
  • Controversial 0
  • Groups 0

Roberto Luis

@Roberto Luis

0
Reputation
2
Profile views
8
Posts
0
Followers
0
Following
Joined Mar 19, 2022, 5:46 AM Last Online Mar 21, 2022, 9:31 AM

Roberto Luis Unfollow Follow

Latest posts made by Roberto Luis

  • "Monitors Off" Don't work

    imagem_2022-03-19_203934.png

    Neither commands are working for me.

    I use the monitor "Acer GN246HL" on the dvi port

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 11:43 PM
  • RE: How to join an especific discord channel

    @Russ Thx for the help

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 10:39 PM
  • RE: How to join an especific discord channel

    @roberto-luis It worked!

    imagem_2022-03-19_192855.png

    IDK what changed, but with this name the triggercmd could start my script.

    #SingleInstance Force
     
    CoordMode, Pixel, Screen
    CoordMode, Mouse, Screen
    
    Loop
    {
        PixelSearch, x, y, 1925, 11, 1994, 201, 0x7EDB32,, Fast
        if (ErrorLevel = 0)
        {
            MouseMove, %x%, %y%
            break
        }
    }
    Click, Left
    Loop 10
    {
    	Send, {Tab}
    	Sleep, 300
    }
    Loop 8
    {
        Send, {Down}
        Sleep, 300
    }
    Send, {Enter}
    

    Here u are the code, just need to change the pixel that u wanna search to click first (Pixel of the discord server's icon)

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 10:32 PM
  • RE: How to join an especific discord channel

    @russ imagem_2022-03-19_192708.png

    Not at all, it continues just "ToTalk.exe.ahk"

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 10:27 PM
  • RE: How to join an especific discord channel

    @russimagem_2022-03-19_191654.png

    It returns me this message when I try to turn my .ahk archive onto .exe

    It says successfully compiled, but no new archive is created. Then I tried to put the content of the message on the triggercmd's command, but nothing is happening

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 10:19 PM
  • RE: How to join an especific discord channel

    @russ In fact i'm having some problems to run the script .ahk with the triggercmd, when i do it manually, it works very well, but when I copy and paste the script's target and ask triggercmd to do it, it doesn't work.

    Could u help me with it?

    Then I can share the entire project working here

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 6:09 PM
  • RE: How to join an especific discord channel

    @roberto-luis I Did it! I made a script using Autohotkey that can find the server and click on it searching for the correct color. Then, the script clicks on it and does the keyboards' commands to join the correct channel

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 4:01 PM
  • How to join an especific discord channel

    I was trying to find a way to do this and didn't find an especific solution for it, but I saw a script that could execute some keyboards commands. In fact, u can navigate on discord using just your keyboard, I mapped a bunch of commands that could help me join an especific channel but IDK how to transfer it to a script.

    // I know that it's kinda amateur but thats the way that I found it lmao

    Tab //start the navigation on discord using the keyboard
    down arrow x10 times //going down to find the correct server to join (particular value)
    press enter //to open the server
    press tab x9 times //to start navigating on the channels
    down arrow x9 times //to select the correct voice channel
    press enter //to join it

    I wonder If someone could transfer it to an VBSscript and help me to use it on TriggerCMD

    posted in Windows
    R
    Roberto Luis
    Mar 19, 2022, 6:36 AM