Quote:
Originally posted by specdrifter@Dec 13 2006, 09:13
love it a lot new8 but the only problem im having is that s and x dont work to close and stop it so i keep having to close the proccesses from the task manager. +k anyway tho
|
ill answer for them since they told me the reason and becuz ive read the script and know the problem. the reason why it "doesn't work" is becuz the command to close the program is on a loop. so for it to know that you want to close it, it has to complete the current loop its in first.
example (this is not a real code):
>> loop (forever)
check if s key is pressed. if yes, start loop.
check if x key is pressed. if yes, stop loop.
right click mouse
wait 30 seconds
right click mouse
wait 20 seconds
so for the program to know you want to stop the program, it has to complete its other actions first.
shadowHacker