i asked a friend of mine, who is a programmer, if you knew a solution, or could make one
so he said i should download the SCAR Divi program, a macro program.
he wrote a little code for me, to use, the code he wrote was the following:
program DubbelTap;
begin
while(true) do
begin
if(isKeyDown('a') and IsFunctionKeyDown(0)) then
begin
SendKeysWait('aa',10,0);
end;
if(isKeyDown('w') and IsFunctionKeyDown(0)) then
begin
SendKeysWait('ww',10,0);
end;
if(isKeyDown('d') and IsFunctionKeyDown(0)) then
begin
SendKeysWait('dd',10,0);
end;
if(isKeyDown('s') and IsFunctionKeyDown(0)) then
begin
SendKeysWait('ss',10,0);
end;
end;
end.and this solves my problem
thanks for all the amazing help, Hb_Kai!!!
i really appreciate your effort to help me!

Help

















RSS Feed