Page 30 of 34 FirstFirst ... 202829303132 ... LastLast
Results 436 to 450 of 507
  1. #436
    cichyslon's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Where to put this document? PLZ HELP!

  2. #437
    xslytifyx's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    thanks man!

  3. #438
    petardascom's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    GB
    Posts
    209
    Reputation
    23
    Thanks
    115
    update with new recoils?

  4. #439
    d4rkpnio's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    dope...........dope...........

  5. #440
    jhaybhee's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    bro

    how to download

  6. #441
    liki9514's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    100
    Reputation
    16
    Thanks
    114
    Thanks homie

  7. #442
    smithnr's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0

    TY

    Thanks much!

  8. #443
    danteveil900's Avatar
    Join Date
    Jul 2013
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    Thanks man

  9. #444
    ULS_Rekzo's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    help :c

    I was looking at this source code but I do not know where to put it and what else do I need some application to make it work? please help me

  10. #445
    SteelGnome's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Thank you!

  11. #446
    megatixos's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    194
    thank you very much

  12. #447
    EzTehh's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by tirda View Post
    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
    is this works on pubg mobile emulator xD?

  13. #448
    Knaggsyy's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    If you dont use something to hide ahk this will get you banned fyi

  14. #449
    TheGGGMutke's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    4
    Got Banned Today its Detected!!!

  15. #450
    PWTP333's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Perfect copy of "Pean's CSGO NoRecoil Script" just changed the values oof thats bs xD

Page 30 of 34 FirstFirst ... 202829303132 ... 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