Page 1 of 34 12311 ... LastLast
Results 1 to 15 of 507
  1. #1
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy

    Post PUBG Per-weapon perfect no recoil

    Hello guys.

    I'm here today to bring you a source code from an anti-recoil macro to pubg:

    Code:
    sens:=3.0
    zoomsens:=0.9
    
    
    key_ump:="F1"
    key_uzi:="F2"
    key_akm:="F3"
    key_m416:="F4"
    key_scar:="F5"
    key_m16a4:="F6"
    key_groza:="F7"
    key_m249:="home"
    key_vector:="F9"
    key_skspubg:="F10"
    key_Tgun:="F11"
    key_glock:="ins"
    key_RCoff:="capslock"
    key_Terminate:="Del"
    key_shoot:="LButton"
    key_zoom:="RButtont"
    
    
    modifier:=2.52/sens
    
    
    
    
    loop {
    sleep 1
    
    if GetKeyState(key_ump)
    {
    ump:=true
    m416:=false
    uzi:=false
    akm:=false
    scar:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_glock)
    {
    glock:=true
    ump:=false
    m416:=false
    uzi:=false
    akm:=false
    scar:=false
    m16a4:=false
    groza:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_m16a4)
    {
    m16a4:=true
    m416:=false
    uzi:=false
    akm:=false
    scar:=false
    ump:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_scar)
    {
    scar:=true
    m416:=false
    uzi:=false
    akm:=false
    ump:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_m416)
    {
    m416:=true
    ump:=false
    uzi:=false
    akm:=false
    scar:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    
    if GetKeyState(key_akm)
    {
    akm:=true
    m416:=false
    uzi:=false
    ump:=false
    scar:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    
    
    if GetKeyState(key_uzi)
    {
    uzi:=true
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_groza)
    {
    groza:=true
    uzi:=false
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_m249)
    {
    m249:=true
    groza:=false
    uzi:=false
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    glock:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_vector)
    {
    vector:=true
    m249:=false
    groza:=false
    uzi:=false
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    glock:=false
    skspubg:=false
    mk14pubg:=false
    Tgun:=false
    
    }
    if GetKeyState(key_skspubg)
    {
    vector:=false
    m249:=false
    groza:=false
    uzi:=false
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    glock:=false
    skspubg:=true
    Tgun:=false
    }
    
    if GetKeyState(key_Tgun)
    {
    Tgun:=true
    vector:=false
    m249:=false
    groza:=false
    uzi:=false
    m416:=false
    akm:=false
    scar:=false
    ump:=false
    m16a4:=false
    glock:=false
    skspubg:=false
    }
    
    
    if GetKeyState(key_Terminate)
    {
    sleep 2000
    ExitApp
    }
    
    if GetKeyState(key_RCoff)
    {
    akm:=false
    uzi:=false
    scar:=false
    ump:=false
    m416:=false
    m16a4:=false
    groza:=false
    glock:=false
    m249:=false
    vector:=false
    skspubg:=false
    Tgun:=false
    
    }
    
    if GetKeyState(key_shoot)
    {
    
    if ump
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 22*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 23*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 35*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 28*modifier)
    
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", 28*modifier)
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    sleep 92
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if AKM
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 15
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 32*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", 32*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 32*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 7*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 8*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 42*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 2*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 6*modifier)
    sleep 100
    
    
    
    
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if uzi
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 15
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 10*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 14*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 20*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 20*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 20*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 23*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 27*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 27*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 27*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 27*modifier)
    sleep 48
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 27*modifier)
    sleep 48S
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if m416
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 30
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 26*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 26*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 27*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 26*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 28*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 30*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 72
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if groza
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 17*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 40*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 40*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 40*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 40*modifier)
    sleep 80
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 40*modifier)
    sleep 80
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    
    else if glock
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 25*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 33*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 33*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 35*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier, "UInt", 35*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 40*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 40*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 60
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 40*modifier)
    sleep 60
    
    
    
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    
    
    else if scar
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 34*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 20*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 20*modifier)
    sleep 100
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if m249
    {
    
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 27*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 35*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 37*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 38*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 33*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 34*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 30*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 20*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
    sleep 100
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 20*modifier)
    sleep 100
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if Tgun
    {
    
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 40*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 40*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 40*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 45*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 45*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 45*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 45*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 65*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 65*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 65*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 65*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 60*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 70*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 55*modifier)
    sleep 86
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 55*modifier)
    sleep 86
    
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    else if vector
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 12*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 12*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 12*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 15*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 17*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 30*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 30*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 35*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 35*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 35*modifier)
    sleep 55
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 35*modifier)
    sleep 55
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 1000
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    
    else if skspubg
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 50*modifier)
    sleep 110
    
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 900
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    
    
    
    
    else if m16a4
    {
    loop
    {
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    sleep 10
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 30*modifier)
    sleep 75
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 25*modifier)
    sleep 75
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 27*modifier)
    sleep 75
    
    
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    sleep 75
    if !GetKeyState(key_shoot)
    {
    DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
    break
    }
    }
    }
    }
    
    
    }
    All you have to do is copy the above code put inside a notepad and save it as "Your name here" .ahk

    The macro is activated by the keyboard keys:

    UMP:="F1"
    UZI:="F2"
    AKM:="F3"
    M416:="F4"
    Scar:="F5"
    M16a4:="F6"
    Groza:="F7"
    M249:="home"
    Vector:="F9"
    SKS/MINI-14/M14:="F10"
    Tommygun:="F11"
    Glock:="ins"
    Turn off:="capslock"
    Terminate:="Del"


    The macro was developed by a friend who has no account created here in MPGH

    Then that's it

    Bye guys
    Last edited by tirda; 10-19-2017 at 01:52 PM.

  2. The Following 44 Users Say Thank You to tirda For This Useful Post:

    AkalankaUK (12-09-2018),alecblackwell1 (03-20-2018),anhtu98 (03-18-2018),aniword1997 (11-02-2017),aujv (10-25-2017),bplayabball (10-22-2017),capapreta (10-22-2017),denis200191 (10-27-2017),DesertTreasure (11-02-2017),doansaudoi123 (03-05-2019),dublevij (11-03-2017),FixBase (09-13-2018),flyingdog129 (12-16-2017),hobolorde (10-26-2017),hype03 (04-10-2019),imranran60 (01-09-2019),iRuxu (11-07-2017),ivon93 (03-06-2018),Joaoxd (12-11-2017),jomskie900 (02-14-2018),keomut2013 (04-15-2018),khorion111 (10-28-2019),liantian (10-20-2017),megamine0509 (10-21-2017),merchan2207 (10-27-2017),mirsa12 (07-01-2019),moretea (04-07-2018),most253822 (10-19-2017),Quilythout (04-20-2018),qyx1996 (10-21-2017),rholmberg49 (10-27-2017),rino2299 (04-22-2018),saidarmani79 (03-05-2019),SexyLexy3423 (05-21-2019),sharljimhtsin (10-27-2017),stilalex (06-10-2018),Thaqif2769 (06-06-2019),Trasherr (12-04-2018),trond (10-21-2017),VoyaCoz (10-21-2017),wesley809 (06-13-2018),wishdwd (10-21-2017),woshiyizi0800 (11-26-2017),znecro (02-18-2018)

  3. #2
    most253822's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    this is by far a great script but needed some optimization thank you for sharing

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

    tirda (10-19-2017)

  5. #3
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by most253822 View Post
    this is by far a great script but needed some optimization thank you for sharing
    Thx bro ^^

  6. #4
    Robink456's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    its not your friend, lol its Full Recoil Script by BR..

    shit leecher
    Last edited by Robink456; 10-19-2017 at 02:53 PM.

  7. #5
    arGEARYHAREHerhrh$6YHRYH's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    271
    Reputation
    -26
    Thanks
    28
    My Mood
    Asleep
    Thanks homie

  8. The Following User Says Thank You to arGEARYHAREHerhrh$6YHRYH For This Useful Post:

    tirda (10-19-2017)

  9. #6
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by Robink456 View Post
    its not your friend, lol its Full Recoil Script by BR..

    I will release an .exe..

    Since it is leaked lol
    The developer i'ts my friend ^^

    - - - Updated - - -

    Quote Originally Posted by Jacomob View Post
    Thanks homie
    Ur welcome bro

  10. #7
    Robink456's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    okay okay, why yo dont release the .exe file ?

  11. #8
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by Robink456 View Post
    okay okay, why yo dont release the .exe file ?
    cuz the exe file it's paid

  12. #9
    ffriozi's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    293
    Reputation
    18
    Thanks
    847
    My Mood
    Amazed
    This is the last version of the script?

    can you explain the sens values?

    thanks for sharing it.

    Quote Originally Posted by Robink456 View Post
    okay okay, why yo dont release the .exe file ?
    Why do you need the .exe?
    download autohotkey and build your own
    Last edited by ffriozi; 10-19-2017 at 03:17 PM.

  13. The Following User Says Thank You to ffriozi For This Useful Post:

    tirda (10-19-2017)

  14. #10
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by ffriozi View Post
    This is the last version of the script?

    can you explain the sens values?

    thanks for sharing it.



    Why do you need the .exe?
    download autohotkey and build your own
    like i said i'm not the developer, i'm just sharing

  15. The Following 2 Users Say Thank You to tirda For This Useful Post:

    ffriozi (10-19-2017),geovani13 (10-27-2017)

  16. #11
    ErikFPS's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    when i press for example f1 the ahk closes

  17. #12
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by ErikFPS View Post
    when i press for example f1 the ahk closes
    you have compiled the code?

  18. #13
    Amedia's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    7
    You click one of the ''F1-12'' buttons to activate the recoil for the weapon you have?

  19. #14
    tirda's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    BRAZIL
    Posts
    46
    Reputation
    10
    Thanks
    50
    My Mood
    Happy
    Quote Originally Posted by Amedia View Post
    You click one of the ''F1-12'' buttons to activate the recoil for the weapon you have?
    yes, if u want to change only pick the new one

  20. #15
    Amedia's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by tirda View Post
    yes, if u want to change only pick the new one
    So if i pick up a UMP i click F1?
    And if i change from UMP to SCAR i click F5?

    Correct?

Page 1 of 34 12311 ... LastLast

Similar Threads

  1. [Release] UD | Wallhack - Chams - ESP Name/BOs/Visible/Weapon - UAV - No Recoil - No Flash 4.0
    By Geometrical in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 71
    Last Post: 03-29-2013, 06:04 AM
  2. [Release] - Wallhack - Chams - ESP Name/BOs/Visible/Weapon - UAV - No Recoil - No Flash
    By Geometrical in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 11
    Last Post: 12-01-2012, 10:23 PM
  3. [Request] i need refine weapon perfect world hack
    By piccoro182 in forum Hack Requests
    Replies: 0
    Last Post: 11-10-2012, 05:41 PM
  4. [Patched] (Private Serveur) No weapon change + less recoil + no reload ....
    By Intellectual in forum CrossFire Hacks & Cheats
    Replies: 100
    Last Post: 08-12-2012, 01:46 AM
  5. [Info] FINALLYYY PERFECT NO RECOIL WORKING AGAIN
    By tryhacker in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 03-22-2012, 12:41 AM