enjoy ahk

Discussion in 'Cheat Reviews' started by Altunal, Jan 7, 2024.

  1. Altunal New Member

    Offline
    Altunal
    Joined:
    Jan 7, 2024
    Posts:
    6
    Ratings:
    +1 / -0
    tog:=1 ;set to 1 if you want tapfire on when script starts.




    /::tog:=!tog ;F8 hotkey to toggle tapfire on/off.
    +F8::ExitApp ;Shift F8 hotkey to exit script.


    #If (tog)

    *$LButton::

    While GetKeyState("LButton", "P"){

    Click

    Sleep 195 ; milliseconds

    }

    return

    #If
     
    #1