Skip to content

Instantly share code, notes, and snippets.

@exurd
Last active June 15, 2024 20:52
Show Gist options
  • Save exurd/55efbae38cb68d020c26e144078b0506 to your computer and use it in GitHub Desktop.
Save exurd/55efbae38cb68d020c26e144078b0506 to your computer and use it in GitHub Desktop.
Roblox AutoHotKey Script: Switching from a jump increase gear (537436448) to a gravity changing gear (16688968) mid-jump causes a massive height boost.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Q::
SendInput {3}
Sleep, 200
SendInput {2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment