Results 61 to 64 of 64

Threaded View

  1. #1
    mectiger's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Germany
    Posts
    19
    Reputation
    10
    Thanks
    360
    My Mood
    Amazed

    Post Black Squad AHK noRecoil Script

    Hey guys
    I got something for u !

    I DID NOT MAKE IT! The user "WalterGThompson" found the script and fixed it for Black Squad

    Its a Csgo script and got a bit fixed for Black Squad. This script only works for the first few shots but if you land all of them, you should get a kill by then.

    HOW TO USE


    1. Download Auto Hot Key
    2. Install Auto Hot Key
    3. Right Click On Desktop > New > AutoHotkey Script
    4. Paste the code below, save, and exit
    5. Right click the script on the desktop
    6. Run as admin (for some reason if you don't do this, the no recoil won't work in game but it will work on the desktop.)
    7. Go to game and enjoy!
    8. When done, just press the Insert button and it should stop itself
    9. LEAVE A THANKS!

    BTW: this actually requires just a bit of skill to use, if you are a hopeless noob don't blame the script for being garbage.

    If i will found a free hack or something leaked i will Post it ASAP (something like a Esp or Aimbot Triggerbot or something else )

    Here is the script:

     
    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%

    ; iloveesl
    NRA := 1

    ; SS
    ^!p::Suspend

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

    ; Nades
    ~MButton::
    if GetKeyState("LButton")
    {
    NRA := 0
    Sleep, 3000
    MouseClick, Left,,,,, U
    NRA := 1
    }
    return

    Insert::ExitApp

    Last edited by mectiger; 08-05-2017 at 05:40 PM.
    “For me life is continuously being hungry. The meaning of life is not simply to exist, to survive, but to move ahead, to go up, to achieve, to conquer.” - Arnold Schwarzenegger


  2. The Following 35 Users Say Thank You to mectiger For This Useful Post:

    aaaca2714 (09-11-2017),anasdawood (04-25-2018),Azaked (08-06-2017),azazeal1412 (05-18-2018),Beta (10-26-2017),Bikd (08-27-2018),Blinky12345 (08-01-2018),Bunsen21 (10-27-2019),callmenood2511 (09-07-2017),DangeBlazer (03-05-2018),editionbtn (09-29-2017),felzinhooo (08-21-2017),ftzplayer (01-06-2019),goddamfuckit (12-19-2017),hendrylenrri (12-12-2017),hitman47died (07-16-2018),hoaipro2 (03-26-2018),jes513l (07-26-2018),kaanmojoo (06-10-2018),kawaierrejota (08-26-2017),Kayouu (08-26-2017),leonard0xt (06-10-2018),lioniok (09-12-2017),Lycurcus (04-28-2018),Michael S (05-19-2018),Moehrensaft (07-20-2018),nofexcbrx (05-27-2018),Pidarko (08-20-2018),PURAKAN1 (05-25-2020),rumuzsuzben2 (10-03-2018),SrDarkNuub (01-11-2019),THACHKIMJT (08-27-2017),vauisee (01-12-2019),vegetagod (11-20-2017),Wirrol (09-28-2017)

Similar Threads

  1. AHK Norecoil script
    By Lassej19 in forum H1Z1 Discussions & Help
    Replies: 1
    Last Post: 05-10-2017, 01:13 PM
  2. [Source Code] Call of Duty Black Ops 2 NORECOIL ONLY code AHK
    By benahehe11 in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 5
    Last Post: 04-29-2013, 04:57 AM
  3. [Release] Black Ops QuickScope AutoHotkey Script for Sph4ack's Aimbot v1.2
    By 63OR63 in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 45
    Last Post: 01-18-2011, 06:46 PM
  4. [Release] Black Ops QuickScope AutoHotkey Script for Sph4ack's Aimbot v1.0
    By 63OR63 in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 19
    Last Post: 01-14-2011, 05:41 PM
  5. Black ops ahk rapidfire?
    By ProDiiGy in forum Call of Duty Black Ops Discussions
    Replies: 0
    Last Post: 11-30-2010, 01:47 PM

Tags for this Thread