WhiteLion wrote:Hi ! sorry I dont use Autohotkey
Its a mix of script & C++ & dll parts are delphi. Most things are of course based on windows API .
Ah ok. thanks for the info
I do have another few questions.
in my ahk scripts i have this command;
- Code: Select all
!5::
IfWinExist 7f7c
{
WinSet, Style, -0xC00000 ; remove the titlebar and border(s)
WinMove, , , 0, 0 ; move the window to 0,0 and reize it to native screen resolution
WinMaximize
}
Return
which basically makes a windowed mw2 play in fullscreen but allow me to alt+tab to any other window like normal. So i was wondering if theres any possibility of a function like this being added into your software? If yes, that would be great

and also, is it possible to use commands that write one thing in the console then enter it, then enter another command right after that all assigned to a single hotkey. I'll show you an example of what i mean with how i use some of my ahk scripts.
- Code: Select all
Send status{ENTER}clientkick{SPACE}
this is my kick command assigned to a single hotkey which obviously types 'status' in the console then enters it, and immediately writes the clientkick command without entering it, this allowed me to kick someone within as little as 3 seconds. This again would be a nice addition to your program if its not already possible.
Anyway, nice work on the program overall, its definitely replaced my ahk scripts




atm you can easy tab out by useing alt+b
the last example (window) ist good!