Skip to content

Instantly share code, notes, and snippets.

View DusterTheFirst's full-sized avatar
🚀

Zachary Kohnen DusterTheFirst

🚀
View GitHub Profile
@DusterTheFirst
DusterTheFirst / Johnson.cs
Created February 7, 2017 17:48
Johnson.exe
Johnson johnson = new Johnson();
public static void onNotFocus(Student s){
johnson.MoveTo(s);
johnson.tap();
johnson.tap();
johnson.tap();
s.focus();
}