<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-02T21:56:12.877Z">
<
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 MSG 138 vs MIL
183/6 (Josh Tongue 8(7) ) | MI London vs Manchester Super Giants, 18th Match, The Hundred Men's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'MSG 138 vs MIL
183/6 (Josh Tongue 8(7) ) | MI London vs Manchester Super Giants, 18th Match, The Hundred Men's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
100
</p>
<p>
Trent Boult to Sonny Baker, out Caught by Nathan Sowter!! Slogs the full ball leg-side and Sowter takes an excellent catch running forward from deep mid-wicket to complete the fomalities. MI Londin win by 46 runs and climb up to the second spot. A superb comeback after the powerplay from the hosts. Sonny Baker c Nathan Sowter b Trent Boult 2(4)
</p>
<p>
Trent Boult to Josh Tongue, 1 run, makes room and jams the full ball to the left of backward point
</p>
<p>
Trent Boult to Josh Tongue, FOUR, low full toss outside off, Tongue looks to drive and slices it off the thick outside-edge in the gap between the keeper and short third
</p>
<p>
Trent Boult to Sonny Baker, 1 run, yorker length on leg stump, Baker squeezes it off the cue end to the left of deep square
</p>
<p>
Trent Boult to Sonny Baker, no run, length ball angling away outside off, Baker looks to slog down the ground and misses
</p>
<p>
Richard Gleeson to Sonny Baker, 1 run, skiddy short of length delivery just outside off, Baker gets a leading edge to backward point for a quick single
</p>
<p>
Richard Gleeson to Gus Atkinson, out Caught by Will Jacks!! Makes no mistake this time around. Gus Atkinson slogs the slower length ball and picks out Jacks at long-on. Gus Atkinson c Will Jacks b Richard Gleeson 9(7) [4s-1]
</p>
<p>
Richard Gleeson to Gus Atkinson, FOUR, oops! Atkinson clears his front leg and drills it down to long-on. Jacks attacks the ball and ends up missing the bal. Through his palms and into the fence
</p>
<p>
Richard Gleeson to Josh Tongue, 1 run, makes room and punches the off-cutter towards mid-on for a quick single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->