Search found 3 matches

by JkrAbram
23 Jan 2018, 03:33
Forum: Gaming Help (v1)
Topic: Minecraft Head Hitting Jump
Replies: 0
Views: 1103

Minecraft Head Hitting Jump

Hello, I have only just started using AutoHotKey, and I have decided to test out the GUI function. Here is my code: (I will explain its function afterwards) Gui, Show , w600 h150, No Sprint HeadHitter v1 Gui, Add, Text, x10 y10 w90 Left,Default Bind: Gui, Add, Text, x10 y30 w200 Left,Parkour - z Gui...
by JkrAbram
21 Jan 2018, 11:13
Forum: Gaming Help (v1)
Topic: Basic question
Replies: 2
Views: 681

Basic question

Hey, I've just started using AHK, so this question is basic. Nevertheless, I need help with debugging something I made. *y:: If(!GetKeyState("Shift")) { ; do nothing } else { ; send, g } return Essentially, I am saying that when I press y, the program will check if I am holding shift. If I am holdin...
by JkrAbram
21 Jan 2018, 11:13
Forum: Gaming Help (v1)
Topic: Basic question
Replies: 1
Views: 427

Basic question

Hey, I've just started using AHK, so this question is basic. Nevertheless, I need help with debugging something I made. *y:: If(!GetKeyState("Shift")) { ; do nothing } else { ; send, g } return Essentially, I am saying that when I press y, the program will check if I am holding shift. If I am holdin...

Go to advanced search