<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-17T08:27:22.375Z">
<
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 MS 172/8 (20) vs PSZ
196/6 (Faisal Akram 1(2) Peter Siddle 1(1)) | Peshawar Zalmi vs Multan Sultans, 22nd Match, Pakistan Super League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'MS 172/8 (20) vs PSZ
196/6 (Faisal Akram 1(2) Peter Siddle 1(1)) | Peshawar Zalmi vs Multan Sultans, 22nd Match, Pakistan Super League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Aamer Jamal to Faisal Akram, 1 run, very full on off, driven to the left of mid-off and Zalmi win by 24 runs
</p>
<p>
Aamer Jamal to Faisal Akram, no run, slower short delivery outside off, play and misses from Faisal Akram
</p>
<p>
Aamer Jamal to Peter Siddle, 1 run, angled into the right-hander, Siddle drives it down to long-on
</p>
<p>
Aamer Jamal to Mohammad Nawaz, out Caught by Kusal Mendis!! Another one bites the dust. Hits high on the bat as Nawaz attempts the pull to a short delivery outside off. The ball skies over the stumps. Mendis has to run forward and takes a good running catch. Mohammad Nawaz c Kusal Mendis b Aamer Jamal 16(16) [4s-1]
</p>
<p>
Aamer Jamal to Mohammad Nawaz, 2 runs, short delivery on middle, pulled to deep mid-wicket for a brace
</p>
<p>
Aamer Jamal to Mohammad Nawaz, FOUR, full delivery on off, Nawaz drills it hard wide of mid-off. Powered down for four
</p>
<p>
View all overs
</p>
<p>
Nahid Rana to Mohammad Wasim Jr, out Caught by Kusal Mendis!! Mohammad Wasim Jr struggle to get bat on ball ends. He gets a thick outside edge that flies to the right of the keeper. Mendis takes a good catch to his right. Mohammad Wasim Jr c Kusal Mendis b Nahid Rana 4(8)
</p>
<p>
Nahid Rana to Mohammad Wasim Jr, wide, back of a length delivery down the leg. Mohammad Wasim Jr was a long way away from the stumps trying to swing hard. Umpire on field doesn't give it a wide. Mohammad Wasim Jr takes the review and the umpire has to over turn and the line was well down leg. They also checked for the caught behind. The ball was close to the glove, nothing showed up on UltraEdge
</p>
<p>
Nahid Rana to Mohammad Wasim Jr, no run, Mohammad Wasim Jr moves across his stumps and tries the pull. Gets beaten
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->