Untitled

By Colorant Meerkat, 10 Years ago, written in Plain Text, viewed 782 times.
URL http://pb.stoleyour.com/view/d56496c4 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 Untitled rss

Title Name When
Re: Untitled Round Camel 10 Years ago.

Reply to "Untitled"

Here you can reply to the paste above