<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-24T23:38:55.061Z">
<
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 Cricket commentary | Pakistan A vs England Lions, 3rd T20, Pakistan A v England Lions in UAE, 2026-->
<
script>
let title =
'Cricket commentary | Pakistan A vs England Lions, 3rd T20, Pakistan A v England Lions in UAE, 2026';
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>
Shahid Aziz to Mitchell Stanley, 1 run
</p>
<p>
Shahid Aziz to Tom Moores, out Bowled!! Tom Moores b Shahid Aziz 13(12) [4s-1]
</p>
<p>
Shahid Aziz to Nathan Sowter, 1 run
</p>
<p>
W 1 1 3 4 1 (10 runs)ENGA 161-7Nathan Sowter6(3)Tom Moores13(11)Mohammad Salman Mirza3-0-34-1
</p>
<p>
Mohammad Salman Mirza to Nathan Sowter, 1 run
</p>
<p>
Mohammad Salman Mirza to Nathan Sowter, FOUR
</p>
<p>
Mohammad Salman Mirza to Tom Moores, 3 runs
</p>
<p>
Mohammad Salman Mirza to Nathan Sowter, 1 run
</p>
<p>
Mohammad Salman Mirza to Tom Moores, 1 run
</p>
<p>
Mohammad Salman Mirza to Scott Currie, out Scott Currie Run Out!! Scott Currie run out (Saad Masood) 1(2)
</p>
<p>
1 0 6 0 W 1 (8 runs)ENGA 151-6Scott Currie1(1)Tom Moores9(9)Saad Masood4-0-22-2
</p>
<p>
Saad Masood to Scott Currie, 1 run
</p>
<p>
Saad Masood to Mousley, out Lbw!! Mousley lbw b Saad Masood 28(23) [4s-2 6s-2]
</p>
<p>
Over Summary: W 1 1 3 4 1 (10 runs)Nathan Sowter6(3)Tom Moores13(11)Nathan Sowter6(3)Nathan SowterTom MooresMohammad Salman Mirza ENGA 161-76(3)Tom Moores13(11)13(11)Mohammad Salman Mirza3-0-34-13-0-34-1
</p>
<p>
Over Summary: 1 0 6 0 W 1 (8 runs)Scott Currie1(1)Tom Moores9(9)Scott Currie1(1)Scott CurrieTom MooresSaad Masood ENGA 151-61(1)Tom Moores9(9)9(9)Saad Masood4-0-22-24-0-22-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->