Results 1 to 15 of 15

Threaded View

  1. #1
    Applepie666's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    UK
    Posts
    16
    Reputation
    10
    Thanks
    308
    My Mood
    Inspired

    Post H1Z1 KOTK | auto fire script (Ahk)

    This is my version of a script created by ItsAeroHD.

    Their script was for the old h1z1, i simply changed their script to make it fire slower and have close to no recoil, so it works great for kotk!

    Just copy the script below into a new ahk and hold left mouse to fire automatically, good for all ranges and is just fast enough to kill, but slow enough to have no recoil. Credit to ItsAeroHD for the script i modified!

    ~$LButton::
    KeyWait LButton, T0.1
    If (ErrorLevel = 1) {
    While GetKeyState("LButton", "P") {
    Click
    Random, RandSleep, 260, 262
    Sleep, % RandSleep
    }
    }
    return
    If you want to make it shoot faster make the two numbers next to RandSleep smaller, want it to shoot slower make them larger, credit to ItsAeroHD for the original script.

  2. The Following User Says Thank You to Applepie666 For This Useful Post:

    Shabligne (03-18-2018)

Similar Threads

  1. [Release] H1Z1 :: Auto-Scrap & Auto-Fire Script
    By ItsAeroHD in forum H1Z1 Hacks & Cheats
    Replies: 6
    Last Post: 10-01-2018, 01:12 AM
  2. [Release] MW2 auto quickscope script [AHK]
    By Cato38 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 58
    Last Post: 08-27-2016, 04:28 PM
  3. [Help] ED - Auto Login Script [AHK]
    By drakosuli in forum Epic Duel (ED) Hacks / Cheats / Trainers
    Replies: 0
    Last Post: 10-16-2014, 07:18 PM
  4. [Outdated] Black Ops 2 Rapid Fire Script AHK
    By nicolaus101 in forum Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats
    Replies: 8
    Last Post: 08-19-2014, 02:38 AM
  5. [SCRIPT]CoD4 Auto-Fire Script!
    By [E]Я4G3Я in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 8
    Last Post: 04-25-2010, 06:42 AM