Re: Untitled

By Sole Lizard, 10 Years ago, written in Plain Text, viewed 631 times. This paste is a reply to Untitled by Innocent Bee
URL http://pb.stoleyour.com/view/058f5c7b Embed
Download Paste or View RawExpand paste to full width of browser
  1. #maxthreadsperhotkey 2
  2. +F12::
  3.         {
  4.                 toggle:=!toggle
  5.  
  6.                 while, toggle
  7.                         {
  8.                                 Send {Numpad0 down}
  9.                                 Sleep 100
  10.                                 Send {Numpad0 up}
  11.                 }
  12.         }
  13. return

Reply to "Re: Untitled"

Here you can reply to the paste above