Search found 1 match

by Vinizada6666
02 Feb 2023, 09:09
Forum: Ajuda e Suporte Geral
Topic: Alguem pode me ajuda com esse script queria adicionar as teclas w e s nesse script
Replies: 0
Views: 865

Alguem pode me ajuda com esse script queria adicionar as teclas w e s nesse script

#NoEnv SendMode Input SetWorkingDir %A_ScriptDir% #NoEnv SendMode, Input SetBatchLines -1 CoordMode, Mouse, Screen mouseXY(x, y){ DllCall("mouse_event",uint,0,int,x,int,y­,uint,0,int,0) } strafe(left){ moveCount := 5 sleepInterval := 2 relativeMove := 5 if(left){ key := "a" move := -relativeMove }...

Go to advanced search