Page 1 of 1

snekd: a google snake TAS program (works in peace mode though)

Posted: 28 Dec 2022, 16:01
by iTASStuff

Code: Select all

SetKeyDelay, 100 ; milliseconds. Set how long you want to wait between keystrokes
Loop
Send {Up}{Right}
here is the code, enjoy!