我按照以下步骤在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.