Setvirtualresolution(640,480) ResetTimer() CreateEditBox(1) Repeat Sync() Until Timer()>6 DeleteEditBox(1) Sync() Sleep(4000) End