<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-02T21:17:37.528Z">
<
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 KRK 199/5 (19.2) vs RWP
197/6 (Abbas Afridi 6(1) Khushdil Shah 5(7)) | Rawalpindiz vs Karachi Kings, 10th 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 =
'KRK 199/5 (19.2) vs RWP
197/6 (Abbas Afridi 6(1) Khushdil Shah 5(7)) | Rawalpindiz vs Karachi Kings, 10th 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>
Daryl Mitchell to Abbas Afridi, SIX, that's muscled high and handsome over mid-on and that's some way to seal the game. The Kings make it three wins in three games
</p>
<p>
Daryl Mitchell to Moeen Ali, out Lbw!! He has missed an absolute slot ball to be dismissed LBW. Mo wanted to swing it away to the on-side and finish the game. Impact was in line with middle stump and ball tracker said that's smashing leg stump. Moeen Ali lbw b Daryl Mitchell 5(5) [4s-1]
</p>
<p>
View all overs
</p>
<p>
Mohammad Amir to Moeen Ali, 1 run, looks to pull, under edges to the on-side to deep square leg
</p>
<p>
Mohammad Amir to Moeen Ali, FOUR, this time he nails the pull shot behind square. Slower ball bumper. Mo hits it over the infield and split the fielders in the deep
</p>
<p>
Mohammad Amir to Moeen Ali, no run, slower ball bumper, Mo tries to pull but misses
</p>
<p>
Mohammad Amir to Moeen Ali, no run, shortish delivery, Moeen tries to dab late but misses
</p>
<p>
Mohammad Amir to Azam Khan, out Caught by Rishad Hossain!! Taken really well. Finally the Pindiz take a catch to dismiss Azam Khan. Full delivery outside off stump, Azam swung too hard, lost shape, got a thick edge that flew over backward point. Rishad ran in from third man, dived full length and took it with great control. Azam Khan shakes his head and walks off as he wanted to finish the game. Azam Khan c Rishad Hossain b Mohammad Amir 74(34) [4s-6 6s-6].
</p>
<p>
Mohammad Amir to Azam Khan, FOUR, mid-off up and Azam muscles it down the ground past mid-off for four. Moved across the stumps, let this full ball come and smashed it for four
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->