<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-12T09:03:02.826Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match NZ 126 vs IND
191/6 (Lockie Ferguson 1(1) ) | New Zealand vs India, 2nd T20I, Sun, Nov 20, India tour of New Zealand, 2022 | Cricbuzz.com-->
<
script>
let title =
'NZ 126 vs IND
191/6 (Lockie Ferguson 1(1) ) | New Zealand vs India, 2nd T20I, Sun, Nov 20, India tour of New Zealand, 2022 | Cricbuzz.com';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Hardik rotating bowlers well, credit to his stint as GT skipper: Parthiv Patel
</p>
<p>
Cricbuzz Live: New Zealand v India, 2nd T20I, Post-match show
</p>
<p>
Hooda to Milne, out Caught by Arshdeep Singh!! India take the 1-0 lead with a crushing win! Hooda ends his fun evening with the ball by picking a 4-fer. Speared into the pitch, this is a tad fuller and Milne looks to go downtown. Slices it a fair bit and long-off takes a comfortable catch. A resounding win for the visitors. Milne c Arshdeep Singh b Hooda 6(5) [6s-1]
</p>
<p>
Hooda to Ferguson, 1 run,
</p>
<p>
Hooda to Southee, out Caught by Pant!! Hooda is on a hat-trick! Southee expected the line to be wider and shuffled a bit for the heave but he doesn't get the length to get under this properly. Bowled into the pitch and it's a mishit that goes straight up in the air on the off-side. Pant calls early and races across towards the point region to take this skier calmly. Southee c Pant b Hooda 0(1)
</p>
<p>
Hooda to Ish Sodhi, out Stumped!! Regulation tailender dismissal! Hooda expected the charge and fired this into a good length, well past Sodhi's slogging blade, and he was far down the pitch to have any chance of getting back. Pant has some fun before whipping the bails off. Ish Sodhi st Pant b Hooda 1(3)
</p>
<p>
Hooda to Ish Sodhi, no run, flat and wide, Sodhi looks to slash but misses
</p>
<p>
6 4 0 2 Wd W 1 (14 runs)NZ 125-7Ish Sodhi1(1)Adam Milne6(4)Mohammed Siraj4-1-24-2
</p>
<p>
Siraj to Ish Sodhi, 1 run, another slower ball, Sodhi is way early on the loft and is fortunate that the mistimed hit clears the infield on the off-side
</p>
<p>
Bumrah, like Akram & McGrath, a pitch-agnostic pacer: Kartik
</p>
<p>
Gill was wrong to change the Dukes ball: Michael Vaughan
</p>
<p>
KL Rahul is the opener India craved for: Kartik
</p>
<p>
Over Summary: 6 4 0 2 Wd W 1 (14 runs)Ish Sodhi1(1)Adam Milne6(4)Ish Sodhi1(1)Ish SodhiAdam MilneMohammed Siraj NZ 125-71(1)Adam Milne6(4)6(4)Mohammed Siraj4-1-24-24-1-24-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->