Search found 6 matches

by slider244
08 Sep 2022, 11:15
Forum: Gaming Help (v1)
Topic: Change screen resolution when game is launched and switch back on exit
Replies: 15
Views: 6223

Re: Change screen resolution when game is launched and switch back on exit

HI:) thanks for the script...i also try using it with teknoparrot. the problem is that after i quit with esc...my default win res doesnt change back. in the script i change it to: 1360x768 and want to change back to 1920x1080 after i quit. what am i doing wrong? #SingleInstance force DetectHiddenWin...
by slider244
05 Oct 2020, 15:49
Forum: Gaming Help (v1)
Topic: Help Making a script
Replies: 3
Views: 315

Re: Help Making a script

i tried what you gave me...doesnt work..just open a windows folder for some reason.
by slider244
05 Oct 2020, 15:34
Forum: Gaming Help (v1)
Topic: Help Making a script
Replies: 3
Views: 315

Re: Help Making a script

Yakshongas wrote:
05 Oct 2020, 15:23

Code: Select all

F1::Send,
(
d:
cd \
cd emulators
cd mame
mameui64.exe roms\alien3.zip -skip_gameinfo
exit
)
thanks:)
what is the f1 key for?
by slider244
05 Oct 2020, 14:53
Forum: Gaming Help (v1)
Topic: Help Making a script
Replies: 3
Views: 315

Help Making a script

HI...
i have this bat script, and i want to make it as a AHK script, how i do it please? thanks!

Code: Select all

Type :
d:
cd \
cd emulators
cd mame
mameui64.exe roms\alien3.zip -skip_gameinfo

exit
by slider244
01 Sep 2020, 10:11
Forum: Ask for Help (v1)
Topic: How to make one button do 2 actionS at the same time?
Replies: 1
Views: 182

How to make one button do 2 actionS at the same time?

hi,
i made this script:

esc::
Send !{f4}
send ExitApp

but it just do the alt+F4 action and not do the terminate the script action, the script symbol is still in the tray and running.
thanks.
by slider244
31 Aug 2020, 17:26
Forum: Gaming Help (v1)
Topic: toggle script off on with one key and script kill
Replies: 1
Views: 121

toggle script off on with one key and script kill

Hi, i use this script in a game: q:: MouseGetPos, , , win maxWindow("ahk_id " win) return maxWindow(title) { WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight WinActivate, % title WinSet, Style, -0xC00000, % title WinSet, Style, -0x40000, % title WinSet, AlwaysOnTop, Off, % title } c:: Sen...

Go to advanced search