Re: Untitled

By Round Camel, 10 Years ago, written in Plain Text, viewed 893 times. This paste is a reply to Untitled by Colorant Meerkat
URL http://pb.stoleyour.com/view/0a704c2b 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 {Numpad0 down}
  8.                         Sleep 100
  9.                         Send {Numpad0 up}
  10.                 }
  11.         }
  12. return

Replies to Re: Untitled rss

Title Name When
Re: Re: Untitled Flying Matamata 10 Years ago.

Reply to "Re: Untitled"

Here you can reply to the paste above