Search found 48 matches
- 16 May 2016, 14:22
- Forum: Gaming
- Topic: Need keyboard script Topic is solved
- Replies: 22
- Views: 4315
Re: Need keyboard script Topic is solved
Pressing Down while pressing Up will immediately disable Down and press Up and vice versa. I need that I won't be able to press the other key until I let go of one of them, Ex. If I press Up first and then press Down, only Up key will be applied and immediately switch to Down after I let go of Up k...
- 16 May 2016, 08:50
- Forum: Gaming
- Topic: Anti-AFK Script For Background Program
- Replies: 1
- Views: 2207
Re: Anti-AFK Script For Background Program
Put "SetTitleMatchMode, 2" before the fist "controlsend" .
Example:
...i learned it now, it interests me 
Maybe you need to learn the "SetKeyDelay" also.
Example:
Code: Select all
q::
{
SetTitleMatchMode, 2
ControlSend, , {w down}, notepad
}

Maybe you need to learn the "SetKeyDelay" also.
- 15 May 2016, 07:01
- Forum: Scripts and Functions
- Topic: Project 2D - Tile-Based Game Engine
- Replies: 32
- Views: 15090
Re: Project 2D - Tile-Based Game Engine
Useful, my script of collision had improvements, somehow.
- 14 May 2016, 19:07
- Forum: Gaming
- Topic: Running a script on a browser in the 'background'
- Replies: 6
- Views: 2007
Re: Running a script on a browser in the 'background'
Here a simple script with "enter": #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetTim...
- 14 May 2016, 11:02
- Forum: Gaming
- Topic: Need keyboard script Topic is solved
- Replies: 22
- Views: 4315
Re: Need keyboard script Topic is solved
My script have success... But he cost one additional key for each modified key, In this script the user press "w" and "s" for "up" and "down". For any reason "w" and "s" are "up" and "down" more fast here(notepad++), If the user want to use "up" and "down" in normal speed, He use "up" and "down" wit...
- 13 May 2016, 15:30
- Forum: Gaming
- Topic: Making game with AHK (NOT solved)
- Replies: 4
- Views: 2871
Re: Making game with AHK
Interesting ... "downloaded times +1" 

- 13 May 2016, 12:11
- Forum: Gaming
- Topic: Autohotkey that runs on background
- Replies: 1
- Views: 697
Re: Autohotkey that runs on background
Here a simple script with "enter": #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Persistent SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetTim...
- 13 May 2016, 09:46
- Forum: Gaming
- Topic: Making game with AHK (NOT solved)
- Replies: 4
- Views: 2871
Making game with AHK (NOT solved)
I want to know: - The way to put scrolling effects in large images like in platform games - Resize images automatically with size of the window resized in middle of script's operation This guy made those things but i think he not made his game with external images: https://autohotkey.com/board/topic...