Hi Guys,
I got this thing I want to try to let scar send a message to RuneScape and press [ENTER]
So I made this script:
But all it does it type Hello Runescape, It doesn't press Enter, how come?program New;
begin
wait(5000)
sendkeyswait('Hello Runescape',100,50)
wait(100)
KeyDown(108)
wait(700)
KeyUp(108)
end.
Please help
Now, it does type


Reply With Quote


