Search found 3 matches

by uyouz
01 Dec 2021, 12:52
Forum: Gaming Help (v1)
Topic: Random key after time or keypress
Replies: 4
Views: 649

Re: Random key after time or keypress

Thank you. Its working very well now.
by uyouz
01 Dec 2021, 12:15
Forum: Gaming Help (v1)
Topic: Random key after time or keypress
Replies: 4
Views: 649

Re: Random key after time or keypress

I dont use any ide. After you mention it, i copied this codes and i don't get either.

I was getting this error message.

Code: Select all

This parameter contains a variable name missing its ending percent sign.
One more issue: After if statement, codes stops working. How i fix that?
by uyouz
01 Dec 2021, 07:24
Forum: Gaming Help (v1)
Topic: Random key after time or keypress
Replies: 4
Views: 649

Random key after time or keypress

How to press a random key after a certain number of keypresses or after a certain time? #MaxThreadsPerHotkey 2 Var1 := 0 arr := ["w", "a", "s", "d"] F11:: toggle:=!toggle While toggle{ Send r Var1++ Sleep 3500 if(Var1 = 5){ Var1 := 0 Random, oVar, 1, 4 sendinput % arr[oVar] <------- Percentage error...

Go to advanced search