Re: Re: Untitled

By Flying Matamata, 10 Years ago, written in Plain Text, viewed 658 times. This paste is a reply to Re: Untitled by Round Camel
URL http://pb.stoleyour.com/view/d429dcc6 Embed
Download Paste or View RawExpand paste to full width of browser
  1. #maxthreadsperhotkey 2
  2. F12::
  3.         {
  4.         toggle:=!toggle
  5.         while, toggle
  6.                 {
  7.                         Send {NumpadSub down}
  8.                         Sleep 100
  9.                         Send {NumpadSub up}
  10.                 }
  11.         }
  12. return

Reply to "Re: Re: Untitled"

Here you can reply to the paste above