<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-12T09:05:56.566Z">
<
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 ENG 139/7 (20) vs PAK
145 (Moeen Ali 51(37) David Willey 0(1)) | Pakistan vs England, 5th T20I, Wed, Sep 28, England tour of Pakistan, 2022 | Cricbuzz.com-->
<
script>
let title =
'ENG 139/7 (20) vs PAK
145 (Moeen Ali 51(37) David Willey 0(1)) | Pakistan vs England, 5th T20I, Wed, Sep 28, England tour of Pakistan, 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>
0 0 Wd 6 0 1 0 (8 runs)ENG 139-7David Willey0(1)Moeen Ali51(37)Aamer Jamal2-0-13-1
</p>
<p>
Aamer Jamal to Willey, no run, the debutant is mobbed. Pakistan have escaped again from jail. Twice in two nights. Length ball on the stumps, was right in the slot, Willey plinks a loft to long-on. Babar runs in and starts celebrating even before he fields the ball. Pakistan go 3-2 up
</p>
<p>
Aamer Jamal to Moeen Ali, 1 run, very full outside off, Moeen Ali drills it to extra-cover on the edge of the ring. Mo has to take the run and he does so. Just a single
</p>
<p>
Aamer Jamal to Moeen Ali, no run, Aamer Jamal nails the yorker just outside off, Moeen Ali digs it out to extra-cover. It's a dot
</p>
<p>
Aamer Jamal to Moeen Ali, SIX, can't bowl there. Mo has silenced the stadium here. 50 for Mo as well. Length ball across Mo, who unleashes a monster deep in the crease, miles over long-on. 91-metres to be exact
</p>
<p>
Aamer Jamal to Moeen Ali, wide, this is well wide of the tramline on the off-side. Wide called
</p>
<p>
Aamer Jamal to Moeen Ali, no run, it gets tougher now. Second dot in a row. Full and wide outside off, Moeen Ali gets across, drives to long-off. Sends Willey back. Wants the strike
</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: 0 0 Wd 6 0 1 0 (8 runs)David Willey0(1)Moeen Ali51(37)David Willey0(1)David WilleyMoeen AliAamer Jamal ENG 139-70(1)Moeen Ali51(37)51(37)Aamer Jamal2-0-13-12-0-13-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->