Search found 10 matches

by Flyjet
31 Mar 2023, 04:58
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

Re: unworking script (and it's weird)

Hi there, I wanted to follow up on our previous conversation regarding the script I was having trouble with. I wanted to apologize for potentially bothering you with my last post on the thread. After some further testing, I realized that the error I believed to be in the code was actually caused by ...
by Flyjet
28 Mar 2023, 08:35
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

Re: unworking script (and it's weird)

Hello, I have finished my script. It works correctly except for one detail. When I have the sprint mode activated, and I press Z even if the automatic walk mode is not activated, when I release Z, the character keeps moving. I have to press Z again to stop the walk. I don't see this behavior describ...
by Flyjet
25 Mar 2023, 13:01
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

Re: unworking script (and it's weird)

Thank you, you gave me the answer directly. Reading the code, there are some things I don't understand. Since I don't want to be just an aided, and I want to learn, can I ask you some questions. Why didn't my code work in the first place? I have a feeling that it still has something to do with loops...
by Flyjet
25 Mar 2023, 08:34
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

Re: unworking script (and it's weird)

Hey everyone, After some trial and error and some success with not-too-complicated features, I have a new difficulty with an automatic sprint feature. The part of the script that concerns this feature should activate/deactivate a sprint mode when the Caps Lock key is pressed and hold down the left ...
by Flyjet
24 Mar 2023, 04:22
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

Re: unworking script (and it's weird)

Okay, I see. I thought the whole script was a loop and that it would work. I just have to translate the audio message into French because that's my language, and it will be fine. However, as you may have noticed, I am not very familiar with the language, there are other features that I would like to...
by Flyjet
23 Mar 2023, 05:39
Forum: Gaming Help (v1)
Topic: unworking script (and it's weird)
Replies: 11
Views: 799

unworking script (and it's weird)

Hello everyone, I'm looking for some help with a script I wrote to make it easier for me to play video games. I have a motor disability, which makes it difficult for me to hold down the W key in order to move my character forward. Here's the script I came up with: #NoEnv #SingleInstance force #Persi...
by Flyjet
14 Mar 2023, 04:36
Forum: J'ai besoin d'aide
Topic: Conversion de vieux script dans le langage ahk
Replies: 2
Views: 1399

Conversion de vieux script dans le langage ahk

Bonjour, jusqu'à hier, j'utilisais principalement un vieux programme appelé GlovePIE pour créer des scripts qui pouvait m'aider principalement dans les jeux vidéos à faire des combinaisons de touche ou alors à maintenir certaines touches, bref, tout ce dont je pouvais avoir besoin pour compenser mon...
by Flyjet
01 Feb 2023, 09:29
Forum: J'ai besoin d'aide
Topic: envoyer des signaux directinput
Replies: 1
Views: 1223

envoyer des signaux directinput

Bonjour à tous, Je suis actuellement en train d'essayer de réaliser une émulation correcte de la molette de la souris avec mon clavier, mais je rencontre des difficultés. Mon trackball n'a pas de molette et je veux pouvoir utiliser ce script dans le contexte de jeux vidéo. J'ai posté un message simi...
by Flyjet
06 Jan 2023, 09:26
Forum: Gaming Help (v1)
Topic: Script not working when I run a game.
Replies: 1
Views: 275

Script not working when I run a game.

Verified automatic translation (because it is quicker, but I speak English nearly fluently, feel free to answer) of the message posted in the French forum. https://www.autohotkey.com/boards/viewtopic.php?f=55&p=500279#p500279 Hello, I'm a disabled person who has 1 trackball (sort of an upside-down "...
by Flyjet
06 Jan 2023, 06:37
Forum: J'ai besoin d'aide
Topic: Script qui ne marche pas lorsque j'exécute un jeu.
Replies: 0
Views: 1255

Script qui ne marche pas lorsque j'exécute un jeu.

Bonjour, Je suis une personne handicapée qui a 1 trackball (sorte de "souris à boule" retournée) qui n'a pas de molette de défilement. J'ai donc un script très simple pour émuler ceci. F10:: SendInput {WheelUp} return F11:: SendInput {WheelDown} return Cela semble très bien marcher sous Windows. Par...

Go to advanced search