Запускайте автоматические кликеры на Windows VPS без RDP - PullRequest
0 голосов
/ 28 июня 2019

Я выполнил следующие действия, чтобы настроить автоматический кликер на VPS. Единственная проблема сейчас в том, что он движется, но «щелчки» не работают. (курсор перемещается), какие-либо предложения?

#1 Connect to your VPS like normal using your RDP file or manually entering the information.

#2 Work on your VPS

#3 When you are done working on your VPS, and let’s just say for example you’re ready to run your auto clicker on your VPS, open CMD on the VPS (windows key + R and then type CMD).

#4 Type "query session"

#5 Look for the one that has >RDP-tcp#
Look at the session ID number for it, it should be a low number like 2

#6 Now type in CMD "tscon 2 /dest:console" but dont hit enter yet!

#7 Run your bot or autoclicker and make sure it has a startup delay of at least a few seconds.

#8 Open the CMD window that you have typed in "tscon 2 /dest:console" and hit enter.

#9 It should disconnect you and give you an error, so just close this and then you’re done!

#10 The next time you want to connect to your VPS you need to connect to it in a specific way.

#11 Open CMD on your local computer and type "mstsc /v:IP -f /console" where IP is the IP of your VPS

#12 It should open up a box that you can type the password into.

#13 Auto clicker should've completed the tasks.. but it just did move the cursor but didn't click anything. 
...