Results 1 to 7 of 7
  1. #1
    adrmln10's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    AHK Anti-recoil+Burst-fire ALLin1

    Hello guys i've got little problem and question , could somebody wrote in ahk 1 script Anti-recoil+Burst-fire , becouse this one working a way to slow or i need info how to connect this 2 scripts , big thx for help.
    Code:
    #NoEnv
    #InstallKeybdHook
    #InstallMouseHook
    
    ~LButton::  ; while holding Left mouse button, usually fire
    loop ; preform this and loop it while the fire button is held
    {
    GetKeyState,updn, LButton, P ; check to see if its down
    if updn = U ; if its not down
    break ; break the loop 
    MouseClick, left,,, 2, 0, D ; if the loop isnt broken this
    MouseClick, left,,, 1, 0, U ; virtually send 2 downclicks then 1 up very fast
    DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 1) ; on the down click move the mouse position this much
    }
    
    
    
    
    OR HOW ADD TO THIS ONE SCRIPT THE BURST FIRE (This one Recoilreducerer work's great but i need burst) 
    #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, 3, uint, 0, int, 0)
    Sleep, 15
    DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
    Sleep, 5
    }
    return
    
    ; Nades
    ~MButton::
    if GetKeyState("LButton")
    {
    NRA := 0
    Sleep, 3000
    MouseClick, Left,,,,, U
    NRA := 1
    }
    return
    
    Insert::ExitApp
    Last edited by Color; 11-18-2014 at 10:16 AM. Reason: new add

  2. #2
    BenIsLegit's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Hell.
    Posts
    9
    Reputation
    10
    Thanks
    169
    My Mood
    Bored
    Just open them at the same time.

  3. #3
    adrmln10's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    "Just open them at the same time."

    Mate i did it but i doesn't work , when i turn on this 2 scripts in the same time only 1 working and its the RecoilReducer ( or ahk show me info about change script from first to second) , i thing the problem is in that , the scripts in this 2 txt files are wroted for 1 key in this situation is the mbutton , liked is say'd before i need 1 txt with 2 working scripts .
    Last edited by adrmln10; 11-18-2014 at 09:24 AM.

  4. #4
    Sasuke Uchiha!'s Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    46
    Thanks
    1,523
    My Mood
    Relaxed
    Anti Recoil is crap, All it does is drag your mouse downwards
    "For me, revenge is everything, and failure is nothing."
    -Sasuke Uchiha

  5. #5
    adrmln10's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    "Anti Recoil is crap, All it does is drag your mouse downwards"

    For sure mate its not the NoRecoil but in my opinion its still good , if you play longer in Csgo you should get really god with it.

  6. #6
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Added code syntax and moved to help.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  7. #7
    adrmln10's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    So anybody got some solution for this problem?

Similar Threads

  1. [Release] AHK Anti-recoil|Bunny Hop|Burst|Quick-Switch
    By Pentesting in forum Counter-Strike 2 Coding & Resources
    Replies: 75
    Last Post: 12-29-2014, 12:37 AM
  2. [Release] Anti Recoil + burst 1.0
    By BilakosBF3 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 14
    Last Post: 10-20-2013, 01:40 AM
  3. [Release] Anti-Recoil/Burst Script
    By tom0101 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 106
    Last Post: 10-11-2013, 09:52 AM
  4. [Release] Anti recoil + burst Script beta Update 11.03.13 Undetected
    By GEHhgerhgerhgerhrhr in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 12
    Last Post: 03-13-2013, 08:29 AM
  5. Release - Anti Recoil (Same Rate Of Fire)
    By clapman2k8 in forum Combat Arms Europe Hacks
    Replies: 81
    Last Post: 10-27-2009, 05:10 AM

Tags for this Thread