Simple magic with note pad

mwanaMtata

JF-Expert Member
Oct 18, 2014
2,393
1,433
Again nimefanya tutorial ambayo inaelezea some simple yet amuzing tricks unazoeza kufanya ukiwa na software ya note pad.
its simple and easy. just grab your laptop and follow this link



code hizi apa

Here are some few tricks about your note pad. here are the codes used

MATRIX CODE

echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks



FOR FAKE VIRUS

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop


TALKING NOTE PAD

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

please like and subscribe. dont forget to view my blog
www.techackonline.blogspot.com
 
Back
Top Bottom