<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-10T12:28:53.673Z">
<
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 APS 70/4 (10) vs UBL
150/1 (Sam Billings 3(4) Karim Janat 15(7)) | Aspin Stallions vs UAE Bulls, Final (Q1 Winner v Q2 Winner), Abu Dhabi T10 League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'APS 70/4 (10) vs UBL
150/1 (Sam Billings 3(4) Karim Janat 15(7)) | Aspin Stallions vs UAE Bulls, Final (Q1 Winner v Q2 Winner), Abu Dhabi T10 League 2025 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>
Tim David to Billings, 1 run, to square leg
</p>
<p>
Tim David to Billings, no run
</p>
<p>
Tim David to Billings, wide
</p>
<p>
Tim David to Karim Janat, 1 run, to deep mid-wicket
</p>
<p>
Tim David to Karim Janat, no run
</p>
<p>
Tim David to Karim Janat, no run
</p>
<p>
Tim David to Billings, 1 run, to deep mid-wicket
</p>
<p>
Tim David to Billings, wide
</p>
<p>
View all overs
</p>
<p>
Qais Ahmad to Karim Janat, SIX, to long-on
</p>
<p>
Qais Ahmad to Karim Janat, SIX, straight down the ground
</p>
<p>
Qais Ahmad to Billings, 1 run, to deep mid-wicket
</p>
<p>
Qais Ahmad to Leus du Plooy, out Caught by Iftikhar Ahmed!! Leus du Plooy c Iftikhar Ahmed b Qais Ahmad 16(15) [4s-2]
</p>
<p>
Qais Ahmad to Leus du Plooy, no run
</p>
<p>
Qais Ahmad to Karim Janat, 1 run, to mid-on
</p>
<p>
View all overs
</p>
<p>
Iftikhar Ahmed to Leus du Plooy, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->