Search found 17 matches

by Aso
03 May 2018, 19:43
Forum: Gaming Help (v1)
Topic: dont send if it was sent in last 5sec Topic is solved
Replies: 5
Views: 1429

Re: dont send if it was sent in last 5sec Topic is solved

hi rohwedder, i think all the time about my next question, i cant figure it out F5:: send, 1 if the last press of the F5 button happened in the last 4 seconds: send, 2 send, 3 return so if i press F5 first time it should just send 1 if i press F5 in the next 4seconds it should send 23 and reset the ...
by Aso
29 Apr 2018, 06:03
Forum: Ask for Help (v1)
Topic: Put Window over Taskbar
Replies: 4
Views: 2284

Re: Put Window over Taskbar

its strange,

when i hold rwin and click its borderless behind the taskbar, then i need to do it again then its windowed but in front of the taskbar, then i do it again its borderless over the taskbar how it should stay
but when i want to opoen an other window, all oterh windows are behind then
by Aso
28 Apr 2018, 15:09
Forum: Ask for Help (v1)
Topic: Put Window over Taskbar
Replies: 4
Views: 2284

Re: Put Window over Taskbar

yeah that works, but its then always on top.
is there a way when i alt + tab that other windows are then over the main window? or if i switch to browser window.
can it just stay on top while its active somehow?
by Aso
28 Apr 2018, 00:17
Forum: Ask for Help (v1)
Topic: Put Window over Taskbar
Replies: 4
Views: 2284

Put Window over Taskbar

hi buds, ive got a script to remove window borders when i hold right wondows and left click, i use it for games. there is just the problem that the taskbar is over the game window, i want the taskbar behind. my window resolution is 3440x1440 so the game will not be fullscreen. #NoEnv ; Recommended f...
by Aso
26 Apr 2018, 14:21
Forum: Gaming Help (v1)
Topic: dont send if it was sent in last 5sec Topic is solved
Replies: 5
Views: 1429

Re: dont send if it was sent in last 5sec Topic is solved

perfect, rohwedder, its exactly what i was searching for

thanks a lot! :D
by Aso
26 Apr 2018, 06:02
Forum: Gaming Help (v1)
Topic: dont send if it was sent in last 5sec Topic is solved
Replies: 5
Views: 1429

dont send if it was sent in last 5sec Topic is solved

hi buds, i want a macro like this: 1:: send, 1 send, 2 return but i dont want the the 2 gets send if i press the key again in the next 5 seconds like when i press it again after 1 second it should send without the "send, 2", and if i send it after for example 6 seconds it should send the whole script.
by Aso
23 Feb 2018, 15:06
Forum: Spiele
Topic: ProgressBar mit Taste starten
Replies: 4
Views: 7402

Re: ProgressBar mit Taste starten

wow wolf dankeschööön es funktioniert super! :D
by Aso
22 Feb 2018, 20:42
Forum: Spiele
Topic: ProgressBar mit Taste starten
Replies: 4
Views: 7402

Re: ProgressBar mit Taste starten

jemand eine idee?
by Aso
19 Feb 2018, 09:04
Forum: Gaming Help (v1)
Topic: send key combination trough game to windows
Replies: 0
Views: 521

send key combination trough game to windows

Hi, i want to toggle desktops in windows 10 with the key combination i made a script and it works perfect: F7:: if (test=0) { Send, ^#{Right} test=1 } else { Send, ^#{Left} test=0 } return but when im in a game (windowed mode) and press the key, it doesnt work, i think the game blocks the combinatio...
by Aso
30 May 2017, 03:36
Forum: Ask for Help (v1)
Topic: first hotkey send 1, when pressed again in 3sec send 12
Replies: 5
Views: 2602

Re: first hotkey send 1, when pressed again in 3sec send 12

works now with this:
maybe there is a more elegant solution but i will check it later.

Code: Select all

^F1::
F1::
send 1
Loop
{	
KeyWait, F1, T3
KeyWait, F1, D T3
if ErrorLevel 
break
else
send 21
}
RETURN
by Aso
29 May 2017, 14:37
Forum: Ask for Help (v1)
Topic: first hotkey send 1, when pressed again in 3sec send 12
Replies: 5
Views: 2602

Re: first hotkey send 1, when pressed again in 3sec send 12

hm thank you buddy, i made something like this, but only problem now is if i dont put in the sleep 1000 timers its like autofire but i dont want autofire, just when i press it should do it 1 time for every press F1:: send 1 sleep 1000 Loop { KeyWait, F1, D T3 if ErrorLevel break else send 2 send 1 s...
by Aso
29 May 2017, 12:18
Forum: Ask for Help (v1)
Topic: first hotkey send 1, when pressed again in 3sec send 12
Replies: 5
Views: 2602

first hotkey send 1, when pressed again in 3sec send 12

hi mates, i try to make a makro what does when i press F1 it sends the key 1 when i press F1 while the next 3 seconds again it sends the key 2 and then sends the key 1 like F1:: send 1 -------loop starts here: wait for keypress F1 for 3 seconds send 2 send 1 ------loop end so if i dont press the F1 ...
by Aso
24 Apr 2017, 15:10
Forum: Ask for Help (v1)
Topic: send loop until i release
Replies: 5
Views: 2139

Re: send loop until i release

can someone make a example code? i dont understand the break
by Aso
24 Apr 2017, 11:54
Forum: Ask for Help (v1)
Topic: send loop until i release
Replies: 5
Views: 2139

send loop until i release

hi buddys, i need to make a macro when i press F1 and hold it down it does send 1 sleep 1000 send 2 sleep 1000 send 3 sleep 1000 it should be in a loop but when i relase after 2seconds for example it should not send the 3 when i relase after 1 second it should not send the 2 you know what i mean, re...
by Aso
13 Nov 2016, 09:54
Forum: Spiele
Topic: ProgressBar mit Taste starten
Replies: 4
Views: 7402

ProgressBar mit Taste starten

Guten Tag, ich habe für ein MMO Spiel folgende idee. Ich möchte wenn ich zb die Taste F2 drücke das eine Fähigkeit aktiviert wird mit send, 2 und eine Progress bar startet die in 30 sekunden voll ist. Nun habe ich folgendes gefunden, jedoch wenn ich zb F3 drücke startet die 2. Bar und die erste hört...
by Aso
10 Nov 2016, 14:24
Forum: Ask for Help (v1)
Topic: put code in a variable?
Replies: 3
Views: 1030

Re: put code in a variable?

thanks buddys, gosub is very nice i try it
by Aso
10 Nov 2016, 14:04
Forum: Ask for Help (v1)
Topic: put code in a variable?
Replies: 3
Views: 1030

put code in a variable?

hi buddys,

i try to make my scripts more easy so im asking my self can i add a part of a script in a variable?

for example

---------------------------
sendvariable =
send {F1}
send {F3}
RETURN


then when where i need it so i can just insert
%sendvariable%

is that possible?

Go to advanced search