Skip to main content

Posts

Showing posts with the label Notepad can type automatically!!­!!!

Notepad can type automatically!!­!!!

Wanna Have Some Fun  Herz My New Tut Notepad can type automatically!!­!!! Step 1: Open Notepad . Step 2: Copy Paste The Below Code in notepad. Set wshshell = wscript.CreateO­bject("WScript.­Shell") Wshshell.run "Notepad" wscript.sleep 400 wshshell.sendke­ys "H" wscript.sleep 100 wshshell.sendke­ys "A" wscript.sleep 120 wshshell.sendke­ys "C" wscript.sleep 200 wshshell.sendke­ys "K" wscript.sleep 100 wshshell.sendke­ys "E" wscript.sleep 140 wshshell.sendke­ys "R" wscript.sleep 100 wshshell.sendke­ys "P" wscript.sleep 50 wshshell.sendke­ys "O" wscript.sleep 120 wshshell.sendke­ys "S" wscript.sleep 170 wshshell.sendke­ys "I" wscript.sleep 200 wshshell.sendke­ys "T" wscript.sleep 100 wshshell.sendke­ys "I" wscript.sleep 50 wshshell.sendke­ys "V" wscript.sleep 120 wshshell.sendke­ys "E" wscript...