This is the code I made...
But it isn't working as it should.
It just keeps repeating the tk procedure even if the F12 key is pressed or not.
Using Windows Vista Ultimate...
Code:program New; procedure tk; begin if (isfkeydown(12)) then; begin sendkeys('/tk ') wait(1000) end; end; begin repeat tk; until(false) end.


Reply With Quote












