1+1+2+3+4+1 outputs 4321 #762
Unanswered
RickAndTired
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I type out 112341 with a 500ms delay between each key?
This one works in game, but just mashes the buttons, not in the correct order, and only a single press of 1
1+1+2+3+4+1
This one works in a text editor, but not in a game
key(1).wait(500).key(1).wait(500).key(2).wait(500).key(3).wait(500).key(4).wait(500).key(1)
Beta Was this translation helpful? Give feedback.
All reactions