Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 2.67 KB

README.md

File metadata and controls

75 lines (46 loc) · 2.67 KB

AHK scripts for Genshin Impact

MIT License Contributor Covenant

A couple of scripts I made to automate repetitive tasks (such as clicking, bhopping, pickup items, etc.)

Usage

Requirements

  • Windows 7 or later
  • Autohotkey v2.0
    Tip

    Alternatively, for a quicker and less invasive install, use scoop.sh and install packages aria2 and autohotkey.

Install

Download archive

Then extract the folder with your favorite archive manager tool (7-Zip recommended).

Info

It is much preferred to clone this repository, see more here.

Run

Select the script you want to run (hold CTRL to select multiple), right-click any selected item and then choose Run as administrator.

You can use the Task Scheduler to run the scripts at start-up.

Scripts

Working

./auto/clicker.ahk

  • How to use: press Mouse Button 4 to toggle the autoclicker.
  • Rebind: change $XButton1 to any button

./auto/bhop.ahk

  • How to use: hold Shift and then hold Space as well after a few seconds to initiate bhopping.

./bind/scroll jump.ahk

  • How to use: scrollwheel to scroll down

./bind/mb5 to alt.ahk

  • How to use: hold mb5 instead of alt. Useful for activating burst while switching, or while using the in-game cursor.

Rebinding

Simply right-click a script and press "Edit script". You may want to save this as a new file.

Roadmap

3/21/2023 - present

  • Convert all scripts to AutoHotkey v2
  • Bind the alt+# key to do bursts automatically
  • [ ]
  • Pickup all items (scroll and press 'F' automatically)

Contributing

All contributions are welcome! Open an issue or submit PRs.