Results 1 to 7 of 7
  1. #1
    ItsAeroHD's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    278

    H1Z1 :: Auto-Scrap & Auto-Fire Script



    I've been asking around and I've found out while playing H1Z1 most scripts get detected, because of Battleye seems to catch on to multiple mouse movements and/or clicks in the same spot or with the same timing. Which is pretty smart since everyone should know there's a rare chance you will find yourself clicking at the same time everytime or moving your mouse to the same place each time you say.. Dismantle bullets. This is why I've made this script with a help of a friend, so people are at ease knowing that they can script without being scared of getting caught by making the same timed mouse clicks. Just an fyi this isn't undetectable. Daybreak is a little smarter than most with this type of stuff so don't cry to me and blame me if you end up getting banned from either not reading this and just copy and pasting the script or you just yolo it. I've made this long paragraph for a reason.

    Just note once again this script is not undetectable and also note this script doesn't allow you to AFK Scrap. This script is to allow you to not rape your mouse and possibly ruin the left click on your mouse. Also to use these scripts search up, "Auto-Hotkey" on Google and download it, right click on your desktop and create a new AHK Script and finally copy and paste.

    The first script is for scrapping and the second is for shooting. To use the auto-scrap script simple hold your left click button on your mouse, aim yourself at a car and you will start scrapping, and to stop just let go of your left click button. Also to use the auto-fire script is the same way just different delay intervals. The code within the script is not like most auto-clicking scripts. It will allow you to auto-click, but it randomizes the clicks and clicks at different times unlike normal auto-clicker scripts where it clicks at one set interval.

    [Auto-Scrap Script]
    Code:
    ~$LButton::
        KeyWait LButton, T0.1
        If (ErrorLevel = 1) {
            While GetKeyState("LButton", "P") {
                Click
                Random, RandSleep, 100, 110
                Sleep, % RandSleep
            }
        }
    return
    [Auto-Fire Script]
    Code:
    ~$LButton::
        KeyWait LButton, T0.1
        If (ErrorLevel = 1) {
            While GetKeyState("LButton", "P") {
                Click
                Random, RandSleep, 135, 145
                Sleep, % RandSleep
            }
        }
    return

    To change the intervals, open the script up in notepad and change the numbers on the line with, "Random, RandSleep, #, #" Say you put 1, 5 it will click between the delay intervals of 1 to 5. For the Auto-Fire Script it's set to 135, 145 which is between 5-1/2 and 6-1/2 clicks per second. To get an accurate reading on how fast you click go to this website. It's a website to check the speed of your clicks: https://cookie.riimu.net/speed/ - Lastly there's a glitch currently that allows you to have an unbreakable crowbar. Just simply pull out your flashlight and press your sit key and instantly press the key for the slot the crowbar is in. Then walk forward to stand and you should have the unbreakable crowbar. Just swing at a car and collect one piece of scrap and look at your wear and if it doesn't go down it worked. Note when you swap weapons you will undo the glitch, also the scroll wheel doesn't work with this you have to press the slot button, and finally sometimes it bugs out and you won't collect scrap; if this happens go first person and see when you swing if you're punching with your crowbar out if this happens redo the glitch. Be careful this glitch/exploit can get you suspended or even banned.
    Last edited by ItsAeroHD; 06-28-2016 at 05:17 AM.

  2. #2
    dennisisdom's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    31
    Reputation
    10
    Thanks
    139
    a bit buggy for me

  3. #3
    simong's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Where do i download this?

  4. #4
    oTopo's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    It's alright, sort of slow though.

  5. #5
    AleWaters's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    292
    ty for posting

  6. #6
    Yukihira Soma's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Location
    Chillingburg
    Posts
    690
    Reputation
    65
    Thanks
    532
    My Mood
    Amazed
    still works?

  7. #7
    yaseenm's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0

    works as intended

    works as intended

Similar Threads

  1. [Help Request] Update Auto HP/Nexus Realm Relay Script
    By excitedguy in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 10-01-2018, 01:13 AM
  2. Auto open client + autologin (AHK SCRIPT)
    By dg123 in forum Realm of the Mad God Selling / Trading / Buying
    Replies: 0
    Last Post: 06-21-2013, 07:33 PM
  3. [Request] Auto-Spectate on Pyro fire script.
    By kenny211 in forum Team Fortress 2 Hacks
    Replies: 4
    Last Post: 08-22-2012, 09:12 AM
  4. [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
  5. [Release] Rapid Click (fire semi-auto weapons full auto)
    By ChrisPKaras in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 2
    Last Post: 01-29-2010, 03:06 PM