You may create your own mixer , it's quite simple and useful.
Firstly create a new text document , copy these codes and paste it into the text file which you created
Quote:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "4" >> pick a key which is appropriate for you
wscript.sleep 3050 >> set the timing , every 1000 is equal to 1 second ,
wshshell.sendkeys "6" >> pick a key which is appropriate for you
loop
|
and save it as .VBS , that's all