Search found 14 matches

by overlord132
26 Oct 2022, 23:18
Forum: Gaming Help (v1)
Topic: Help to improve a script for racing games.
Replies: 0
Views: 323

Help to improve a script for racing games.

Hi guys! I hope everyone is okay. A few days ago I came with a huge desire to play some racing games, but since my arms and hands lost a good part of their functionality (due to a physical disability), I never had the opportunity to kill the longing for driving a car virtually. So, in a quick search...
by overlord132
28 Sep 2022, 16:00
Forum: Gaming Help (v1)
Topic: Switch + hold key Topic is solved
Replies: 5
Views: 976

Re: Switch + hold key Topic is solved

@Rohwedder
all works great!

It has just one problem: the space key is sending only once when I hold "["
by overlord132
27 Sep 2022, 23:08
Forum: Gaming Help (v1)
Topic: Switch + hold key Topic is solved
Replies: 5
Views: 976

Re: Switch + hold key Topic is solved

Rohwedder Great job! It works very well. It's possible to make another key with a function of stop the switch? And, as a last favor, it would be possible to create another command in which the "X" and "V" keys are released and the "Space" key is pressed while holding the "[' key? E.x.: [ {down}:: X...
by overlord132
24 Sep 2022, 13:36
Forum: Gaming Help (v1)
Topic: Switch + hold key Topic is solved
Replies: 5
Views: 976

Switch + hold key Topic is solved

Hello guys! I need help to make a script with switch function in one key and hold function. My ideia is to do a switch between the keys "V" and "X", keeping these keys pressed each time i switch. Ex. If i press "=" once, it will activate and hold the key "V". If i press "=" again, it will release th...
by overlord132
01 Jul 2022, 16:07
Forum: Gaming Help (v1)
Topic: FFIXV: Upgrade for my script. Help please! Topic is solved
Replies: 5
Views: 1257

Re: FFIXV: Upgrade for my script. Help please! Topic is solved

Rohwedder It's perfect to me, thank you so much! One last thing... How can I implement this: Down:: ;Start/Stop StartStop := !StartStop in this last code? Start/Stop function works better than Z/X for active/desactive to me. Queue function is importan too... e.g.: first it press the key "1" with 2 ...
by overlord132
30 Jun 2022, 18:22
Forum: Gaming Help (v1)
Topic: FFIXV: Upgrade for my script. Help please! Topic is solved
Replies: 5
Views: 1257

Re: FFIXV: Upgrade for my script. Help please! Topic is solved

@Rohwedder
Oh my god dude, it works very well! The script works perfectly and you help me a lot!
THANK YOU SOO MUCH!
Now, how I can make a GUI for it? Similar with the image above?
by overlord132
29 Jun 2022, 21:52
Forum: Gaming Help (v1)
Topic: FFIXV: Upgrade for my script. Help please! Topic is solved
Replies: 5
Views: 1257

FFIXV: Upgrade for my script. Help please! Topic is solved

Hello! I'm a begginer to make scripts and i took a script for diablo immortal for skill cycle. Now, i need to upgrade this script to play FFIXV. I can send the code that i use to a start. Well, first I need to expand the option of keybinds 1- add the numbers 5, 6, 7, 8 ,9 and 0 2- add too the F keys...
by overlord132
26 Jun 2021, 17:19
Forum: Gaming Help (v1)
Topic: Reset loop when release the key
Replies: 7
Views: 711

Re: Reset loop when release the key

boiler wrote:
26 Jun 2021, 16:30
overlord132 wrote: You mean it?
Uhh...yes. Why wouldn’t I?
It doesn't works... Nothing happens when I press the key in virtual keyboard...
by overlord132
26 Jun 2021, 15:37
Forum: Gaming Help (v1)
Topic: Reset loop when release the key
Replies: 7
Views: 711

Re: Reset loop when release the key

Try adding #UseHook at the top of the script. You mean it? #UseHook SSData := [[4,3410],[5,1000],[5,2920],[6,250],["g",1000],[3,3410],[1,2440],[1,2440],[1,2440],[1,2440]] return *n:: Loop { Sleep, 10 for Each, SS in SSData { if !GetKeyState("N", "P") ; The key has been released, so break out of the...
by overlord132
26 Jun 2021, 12:19
Forum: Gaming Help (v1)
Topic: Reset loop when release the key
Replies: 7
Views: 711

Re: Reset loop when release the key

Hello boiler , thanks for your help! The script works fine, but there is a problem... I frequently use the "virtual keyboard" tool during my activities (I need to use it due to my disability), and the macro only works when I press the physical key of the keyboard (and that's a little uncomfortable)....
by overlord132
25 Jun 2021, 21:08
Forum: Gaming Help (v1)
Topic: Reset loop when release the key
Replies: 7
Views: 711

Reset loop when release the key

Hello guys! I need a simple script, but it's giving me a big headache... All I need is that while I'm holding the E key, a loop starts with a sequence of different keys. When I release the E key, the loop resets. I'll be posting an example of what I've done, just to make it easier: *e:: Loop { Sleep...
by overlord132
19 Jun 2021, 14:20
Forum: Gaming Help (v1)
Topic: Send keys simultaneously during a loop
Replies: 3
Views: 618

Re: Send keys simultaneously during a loop

e:: Send {v down}{b down}{n down} SetTimer, Go, 20 KeyWait, e SetTimer, Go, Off Send {n up}{b up}{v up} Return Go: Send 2 Return This script got stuck on the "E" key and didn't turn off when I pressed it again. I forgot to mention that the "E" key repeat delay is 250 ms and the "V", "B" and "N" key...
by overlord132
19 Jun 2021, 13:51
Forum: Gaming Help (v1)
Topic: Send keys simultaneously during a loop
Replies: 3
Views: 618

Send keys simultaneously during a loop

Hi, guys I need a script where I only hold the E key and then start a loop where the "2" key is pressed repeatedly while the "V", "B" and "N" keys are being pressed in another loop. All activated in a single key. I'm new to scripting and my English is bad for reading tutorials. Thank you in advance ...
by overlord132
21 Jul 2016, 20:27
Forum: Ask for Help (v1)
Topic: I need help to make a script.
Replies: 1
Views: 497

I need help to make a script.

Hello guys, i need a little help to make a script. I'm newbie in AHK, because it i can't make this script. in this script i want something like: *hold left button* ~send hold right button ~send b sleep 75 send b (like a loop) sleep 75 send b ... *release left button* ~release right button ~stop send...

Go to advanced search