Results 1 to 4 of 4
  1. #1
    inqnet's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Cold

    No Recoil AHK Script

    If someone have a updated AHK no recoil macro,help me and post that below,cya.

  2. #2
    harnorno2's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Sick ahk script woooo

  3. #3
    EmptyLife000's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic
    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%

    ; iloveesl
    NRA := 1

    ; SS
    ^!p::Suspend

    ; NR
    ~LButton::
    while GetKeyState("LButton") & NRA
    {
    DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 2, uint, 0, int, 0)
    Sleep, 5
    }
    return

    ; Nades
    ~MButton::
    if GetKeyState("LButton")
    {
    NRA := 0
    Sleep, 3000
    MouseClick, Left,,,,, U
    NRA := 1
    }
    return

    Insert::ExitApp

  4. The Following User Says Thank You to EmptyLife000 For This Useful Post:

    burakoz (08-30-2019)

  5. #4
    burakoz's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    with this code, the mouse cursor goes down non-stop. How do I make an insert to stop after 1 second?

Similar Threads

  1. [Release] (Season 8) Fornite No Recoil AHK Script + AHK Bypass
    By KneroPlays in forum Fortnite Hacks & Cheats
    Replies: 9
    Last Post: 09-29-2019, 10:55 PM
  2. [Release] AHK Scripts | Super Simple Recoil Reduction |
    By Vendetta773 in forum Counter-Strike 2 Scripts
    Replies: 21
    Last Post: 12-22-2015, 08:52 AM
  3. [Solved] AHK Outdated Recoil Control Script
    By SaltyMan510 in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 06-10-2015, 10:44 PM
  4. [Help] How to fix this Recoil Reducer AHK script?
    By Feroztier in forum Counter-Strike 2 Coding & Resources
    Replies: 1
    Last Post: 03-20-2015, 03:03 AM
  5. I need a little bit of editing. CS:GO recoil AHK. [SCRIPT]
    By zagehh in forum Counter-Strike 2 Discussions
    Replies: 3
    Last Post: 12-10-2014, 02:31 AM