Search found 7 matches

by AriesGOSU
13 Nov 2022, 12:50
Forum: Gaming Help (v1)
Topic: help with a button that temporary switch a key.
Replies: 1
Views: 201

help with a button that temporary switch a key.

im trying to make a scrip that works like this: when i press capslock, i want mouse1 to tempoarly be bounded to "L" but only for one click. as soon as i press mouse1 it will register "L" for the first click and then go back to beeing mouse1 again. i might be bad at explaining this but i hope u get t...
by AriesGOSU
01 Jul 2020, 11:45
Forum: Gaming Help (v1)
Topic: Prevent accidental jumps on scroll wheel script.
Replies: 3
Views: 3558

Re: Prevent accidental jumps on scroll wheel script.

This is perfect! thanks a ton! :) now i just need to figure out this "ifwinactive" command to make it work only in-game. i tryed this #If WinActive("ahk_exe VALORANT.EXE") ;; WheelDown:: WheelUp:: If (A_PriorHotKey = A_ThisHotkey) && (A_TimeSincePriorHotkey <= 500) SendInput {%A_ThisHotkey%} Return ...
by AriesGOSU
30 Jun 2020, 13:33
Forum: Gaming Help (v1)
Topic: Prevent accidental jumps on scroll wheel script.
Replies: 3
Views: 3558

Prevent accidental jumps on scroll wheel script.

been searching around for a script like this and could not find one. jumping with scroll wheel is very popular in games like CSGO, overwatch, valorant etc. but mice has this thing where it gets stuck between a "step" and "autoscroll" for one step randonly causing you to accidentaly jump. is there a ...
by AriesGOSU
06 Jun 2020, 06:42
Forum: Ask for Help (v1)
Topic: Need help with a toggle script for OBS studio.
Replies: 2
Views: 204

Re: Need help with a toggle script for OBS studio.

i was that easy! and it worked perfect!

Thanks a lot! :)
by AriesGOSU
05 Jun 2020, 18:34
Forum: Ask for Help (v1)
Topic: Need help with a toggle script for OBS studio.
Replies: 2
Views: 204

Need help with a toggle script for OBS studio.

hi, ive been using this script for a toggle between two keys. t::Send, % (Toggle :=!Toggle) ? "1" : "2" this will make the "t" send 12121212 etc. how ever, i read here that there is someting wierd with OBS, and it require a short "hold down", someone shared this example: Send {F22 Down} Sleep, 50 Se...
by AriesGOSU
06 Jun 2018, 14:37
Forum: Ask for Help (v1)
Topic: when ALT, SHIFT or CTRL is pressed, my scrip dont work :S
Replies: 3
Views: 551

Re: when ALT, SHIFT or CTRL is pressed, my scrip dont work :S

swagfag wrote:put a * before the hotkey to make it work while modifiers are pressed
F12::suspend
*WheelDown::
Send {l}
Sleep 250


i did this, and not it works! however, when ALT i pressed now, it also presses CTRL for some reason!

its like ALT acts like "ALT+CTRL"

any idea how to fix this? :P
by AriesGOSU
06 Jun 2018, 10:53
Forum: Ask for Help (v1)
Topic: when ALT, SHIFT or CTRL is pressed, my scrip dont work :S
Replies: 3
Views: 551

when ALT, SHIFT or CTRL is pressed, my scrip dont work :S

hi! i made a simple script that goes like this: F12::suspend WheelDown:: Send {l} Sleep 250 i use it to avoid "dubble jumps" in games when i scroll, so the scroll wheel acts like "one press"(having "l" bound to jump). it works perfect exept for when iam holding ALT, CTRL or SHIFT, it will ignore the...

Go to advanced search