They hate us cuz
   
Award
Favorite
Favorited
Unfavorite
Caption
":^)"
4 Comments
. Tahsin     ♥  K  [author] 4 Apr, 2018 @ 3:01am 
there is a hater :^)
𝓴𝒆𝓭 3 Apr, 2018 @ 11:00pm 
serial dvoika
. Tahsin     ♥  K  [author] 3 Apr, 2018 @ 3:36am 
      (¯`v´¯)
          `·.¸.·´ 


. Tahsin
.
.       A
.  B   I      N
.  O  M     O
.  O  L      O
.  S  E  H  B
.  T  S  A
.  E  S  C
.  D      K
. Tahsin     ♥  K  [author] 9 Jan, 2018 @ 10:48am 
#MaxHotkeysPerInterval 10000
~NumLock::Suspend, toggle
~*numpad0::

{
  SetMouseDelay -1
  while GetKeyState("numpad0")
  {
    MouseMove, 7, 0, 1, R ;
    Delay(0.001)
  }

  Delay( D=0.001 )
  {
    Static numpad0
    numpad0 ? numpad0 : DllCall( "QueryPerformanceFrequency", Int64P,numpad0 )
    DllCall( "QueryPerformanceCounter", Int64P,pTick ), cTick := pTick

    While( ( (Tick:=(pTick-cTick)/numpad0)) < D )
    {
      DllCall( "QueryPerformanceCounter", Int64P,pTick )
      Sleep -1
    }

    Return Round( Tick,3 )
  }
}

return

end::exitapp