Help me to turn off this script every 10 seconds Topic is solved

Ask gaming related questions (AHK v1.1 and older)
MrFlapWing
Posts: 7
Joined: 16 Feb 2020, 08:49

Help me to turn off this script every 10 seconds

16 Feb 2020, 08:58

Can anyone help with this script eve


F1::Suspend
*$WheelUp::
run C:\Program Files\NetBalancer\nbcmd.exe settings priorities edit deadbydaylight-win64-shipping.exe Normal Blocked true,,hide
return
*$WheelDown::
run C:\Program Files\NetBalancer\nbcmd.exe settings reset true,,hide


so when I activate it I want it to turn off every 10 seconds I think its simple but I don't know how to script i'll be appreciated if you could do this for me
Rohwedder
Posts: 7732
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help me to turn off this script every 10 seconds

17 Feb 2020, 01:13

Hallo,
this?

Code: Select all

SetTimer, ExitApp, 10000
F1::Suspend
*$WheelUp::
run C:\Program Files\NetBalancer\nbcmd.exe settings priorities edit deadbydaylight-win64-shipping.exe Normal Blocked true,,hide
return
*$WheelDown::
run C:\Program Files\NetBalancer\nbcmd.exe settings reset true,,hide
Return
ExitApp:
ExitApp
MrFlapWing
Posts: 7
Joined: 16 Feb 2020, 08:49

Re: Help me to turn off this script every 10 seconds

17 Feb 2020, 08:14

Thanks for you reply but I don't want it to exit out the app I want to stop it from doing the process like this I start the script by pressing wheel up right? it started now I want to turn off when it reached 14 seconds i was wrong when I said 10 seconds Sorry! anyways I want to stop the process without pressing Wheeldown like I 1forgot to press WheelDown to stop it from doing the process it may crash my internet or something so I want it maximum 14 seconds only I would be REALLY APPRECIATE THAT if you could do that I'm really Thankful that you replied to me
Rohwedder
Posts: 7732
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help me to turn off this script every 10 seconds  Topic is solved

17 Feb 2020, 08:30

Then
perhaps:

Code: Select all

F1::Suspend
*$WheelUp::
run C:\Program Files\NetBalancer\nbcmd.exe settings priorities edit deadbydaylight-win64-shipping.exe Normal Blocked true,,hide
SetTimer, *$WheelDown, -14000
return
*$WheelDown::
SetTimer, *$WheelDown, Off
run C:\Program Files\NetBalancer\nbcmd.exe settings reset true,,hide
Return
MrFlapWing
Posts: 7
Joined: 16 Feb 2020, 08:49

Re: Help me to turn off this script every 10 seconds

17 Feb 2020, 08:54

Omg Thank you. you are the best! I didn't think that someone would make it for me you litterally made my day <3333

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 23 guests