Results 1 to 2 of 2
  1. #1
    kmaster94's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    350

    Recoil macro/script

    Hello,

    I wanted to ask if anyone knows the location where I could find a script for recoil compensation, such as for Auto Hotkey (unsure if Auto Hotkey is what's being used).

    This seems to be very commonly used among many players, however I didn't seem to find it in this forum.

    Thank you.

  2. #2
    jakedogs's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    #NoEnv
    SendMode Input

    ~::Suspend

    ~End::ExitApp

    LCtrl & ~LButton::
    Loop
    If GetKeyState("LButton", "LCtrl") {
    Sleep, 5
    moveAmount := (moveAmount = 2) ? 3 : 0
    mouseXY(moveAmount,3.4)

    }
    else
    break

    Return



    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
    }

    copy this into auto hotkey happy reking

Similar Threads

  1. [Request] Macro/Script NO RECOIL S.K.I.L.L SF2 for X7/Bloody Mouse !
    By Zynot in forum SKILL - Special Force 2 Hacks & Cheats
    Replies: 3
    Last Post: 07-25-2015, 03:25 PM
  2. Request: Recoil macro (I know, again, but pls bear with me!)
    By planeth0pe in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 4
    Last Post: 02-08-2012, 08:59 AM
  3. [Discussion] Epsilon using no-recoil macros?
    By hahahahha in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 14
    Last Post: 02-02-2012, 12:36 AM
  4. [Source Code] Small anti-recoil, Aim script , 3D bounding boxes, Team check, Nade ESP
    By rocked in forum All Points Bulletin Reloaded Hacks
    Replies: 11
    Last Post: 01-26-2012, 08:45 PM
  5. no recoil macro
    By lilpac in forum Alliance of Valiant Arms (AVA) Coding / Source Code
    Replies: 3
    Last Post: 06-30-2011, 07:17 AM