Friday, 20 October 2017

Pakistan Vs SL 2nd Innings Pak 110 out of 3

Pakistan Vs Sri Lanka Live Scores 4th odi 2017

Pakistan Vs Sl 4th Fourth ODI Sri Lanka All out at 173 in 44 overs

Martix effect very beautiful notepad trick 2017 HD Must watch

code for matrix

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

How to test your anti virus with just notepad very easy trick 2017 HD

code for test of antivarius

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

How to Hit Enter Key Continuously notepad 2017 funny trick watch HD

code for How to Hit Enter Key Continuously notepad 2017 funny trick watch HD

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

How to Convert Text Into Audio Using Notepad very easy trick 2017 HD

code for How to Convert Text Into Audio Using Notepad

Dim msg, sapi
msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg

How to Constantly Repeat Messages with notepad a funny trick of note pad...

How to Hit Backspace Key Continuously notepad tric very funny HD 2017 m...

code for Constantly Repeat Messages

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

Code of notepad for Hit Backspace Key Continuously

MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

How to Continually Pop The CD Drive very easy notepad trick 2017 Must w...

Notepad Code For How to Continually Pop The CD Drive very easy notepad

Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop