Results 1 to 6 of 6
  1. #1
    Yasinen's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Exclamation Recoil Script aiming downwards.

    Hello as in this vid when I aim in third person (not zoomed in) my corsair goes down in the line its supposed to work but I need to drag my mouse upwards to the right on my mosuepad to make it stable. Anyone know why this happens. It doens't happen when I zoom in on third person though.

    https://gyazo.com/5fff5cbfeb295725b957af47bcdcca6c


    the pulldown script I use is:

    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%

    ; Nels
    NRA := 1

    ; SS
    Insert::Suspend

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

  2. #2
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503
    then gee oh idk how about changing the values there boss?
    LEEEEEEROY JEEEEENKINS

  3. #3
    Yasinen's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by gogogokitty View Post
    then gee oh idk how about changing the values there boss?
    I've tried mixing ubut have never found any working soltuion :/ do u know any that is special for mk1.


    Been trying to mix with:

    ; NR
    *~LButton::
    while ("LButton") & NRA

    but doesn't seem to work.
    Last edited by Yasinen; 07-21-2018 at 04:25 PM.

  4. #4
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503
    Quote Originally Posted by Yasinen View Post
    I've tried mixing ubut have never found any working soltuion :/ do u know any that is special for mk1.


    Been trying to mix with:

    ; NR
    *~LButton::
    while ("LButton") & NRA

    but doesn't seem to work.
    look at your mouse events
    DllCall("mouse_event", uint, 1, int, 1.75, int, 1, uint, 0, int, 0)
    LEEEEEEROY JEEEEENKINS

  5. #5
    Yasinen's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    yeah i KNow that the 2nd value is x and 3rd is Y but how can I make it stable in trird person shooting though.

  6. #6
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503
    Quote Originally Posted by Yasinen View Post
    yeah i KNow that the 2nd value is x and 3rd is Y but how can I make it stable in trird person shooting though.
    either modify it for just third or first person unless you can figure out a way to toggle between them on a key press.
    LEEEEEEROY JEEEEENKINS

  7. The Following User Says Thank You to gogogokitty For This Useful Post:

    Yasinen (07-22-2018)

Similar Threads

  1. [Patched] No-Recoil + Auto-Aim CE
    By honsor2000 in forum Heroes & Generals Hacks & Cheats
    Replies: 8
    Last Post: 10-16-2014, 02:50 PM
  2. [Detected] Rapid Fire and Anti-Recoil scripts VAC proof [AutoHotKey]
    By MeepDarknessMeep in forum Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats
    Replies: 61
    Last Post: 06-29-2013, 05:27 AM
  3. [Source Code] IsDormant for Gmod13 (helps fix slow scripts & aiming at non-existent players.)
    By TheyCallMeDaz in forum Garry's Mod Hacks & Cheats
    Replies: 6
    Last Post: 06-23-2013, 09:35 PM
  4. [Help Request] No recoil script
    By Dybbuk in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 01-20-2012, 11:45 AM
  5. [Request] Deagle no recoil script
    By jozza7 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 11-01-2011, 09:53 PM