Results 1 to 13 of 13

Threaded View

  1. #1
    anticrimal's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    5

    Post NTEC Script (with tutorial)

    Here is a small and quick tutorial to an Ntec script that will help you at medium-long range combats, your gun will shoot like a laser with LMB held down

    1- download autohotkey
    2- right click on desktop>New>Autohotkey
    3- edit the script
    4- paste the following code in the script:



    tog:=1 ;set to 1 if you want tapfire on when script starts.




    \::tog:=!tog ;F8 hotkey to toggle tapfire on/off.
    +F8::ExitApp ;Shift F8 hotkey to exit script.


    #If (tog)

    *$LButton::

    While GetKeyState("LButton", "P"){

    Click

    Sleep 195 ; milliseconds

    }

    return

    #If



    5- save the script
    6- Run as admin
    7- "\" key, to toggle it on or off, Shift+F8 to close the script
    8- Be the best ntec player!(:

    this is my first script guys let me know if you like it or what i should modify in it! give me ideas for more scripts, im definitely planning on releasing a large multi script including ALOT of helpful stuff, might be paid but will be cheap, probably a dollar or two.

    if the script is not working try switching over to windowed mode!
    please leave your reviews.



    **NOTE**
    This will also work as macros for slower guns such as obeya rifle and obir, not recommended for carbine and other guns, even though bringing down the value will give you macros but you will lag everytime you shoot.

    the only recommended guns are:
    NTEC
    OBEYA Rifle
    OBEYA FBW pistol
    OBIR
    Last edited by anticrimal; 05-16-2016 at 05:39 AM.

  2. The Following 5 Users Say Thank You to anticrimal For This Useful Post:

    clntbstwood (05-29-2016),Dank69420 (09-02-2016),Dzybi (06-13-2018),nickoshiMa (07-20-2020),UlrikWF (05-18-2016)

Similar Threads

  1. [Release] Perfect csgo bhop ahk script hack with on/off key cant get detected with tutorial.
    By mango_hd in forum Counter-Strike 2 Coding & Resources
    Replies: 9
    Last Post: 05-29-2015, 03:36 AM
  2. [Detected] Day Z Spawn Scripts and Tutorial (With Cheat Engine)
    By Raikouh in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 74
    Last Post: 02-06-2013, 04:59 PM
  3. [Detected] Atombomb Script (With AtomBazooka!)
    By rickbovenkamp2 in forum WarRock - International Hacks
    Replies: 36
    Last Post: 05-14-2011, 04:07 AM
  4. [REQUEST]A Injector Script With buttons
    By jetse123 in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-18-2009, 12:41 PM
  5. Crossfire glitches with tutorial! watch
    By kizzme_not in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 07-07-2009, 04:50 PM