<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-10T12:26:32.980Z">
<
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 121/4 (9.3) vs UBL
119/4 (Sherfane Rutherford 10(10) Sam Billings 4(1)) | UAE Bulls vs Aspin Stallions, 24th Match, 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 121/4 (9.3) vs UBL
119/4 (Sherfane Rutherford 10(10) Sam Billings 4(1)) | UAE Bulls vs Aspin Stallions, 24th Match, 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>
Ubaid Shah to Billings, FOUR, to fine leg
</p>
<p>
Ubaid Shah to Karim Janat, out Karim Janat Run Out!! 1 run completed Karim Janat run out (Muhammad Rohid Khan) 4(3)
</p>
<p>
Ubaid Shah to Karim Janat, 2 runs, to sweeper cover
</p>
<p>
View all overs
</p>
<p>
Muhammad Rohid Khan to Rutherford, 2 runs, to long-off
</p>
<p>
Muhammad Rohid Khan to Karim Janat, 1 run, to mid-wicket
</p>
<p>
Muhammad Rohid Khan to Cutting, out Caught by Powell!! Cutting c Powell b Muhammad Rohid Khan 39(18) [4s-3 6s-4]
</p>
<p>
Muhammad Rohid Khan to Cutting, SIX, to long-on
</p>
<p>
Muhammad Rohid Khan to Cutting, wide
</p>
<p>
Muhammad Rohid Khan to Cutting, wide
</p>
<p>
Muhammad Rohid Khan to Cutting, no run
</p>
<p>
Muhammad Rohid Khan to Cutting, no run
</p>
<p>
View all overs
</p>
<p>
Ubaid Shah to Cutting, 1 run, to mid-wicket
</p>
<p>
Ubaid Shah to Cutting, no run
</p>
<p>
Ubaid Shah to Cutting, FOUR, to long-on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->