simple enough

comment("using browser 21
above go to \"Tools\" >> \"Options\"
browser, and change the browser to 21 and restart ubot")
navigate("https://www.random.org/","Wait")
wait for element(<name="true-random-integer-generator-button">,15,"Appear")
click(<name="true-random-integer-generator-button">,"Left Click","No")
wait for element(<id="true-random-integer-generator-result">,15,"Appear")
set(#result,$scrape attribute(<id="true-random-integer-generator-result">,"innertext"),"Global")
comment("saves to desktop
just replace wtih Application\\name of folder
this will be in the same folder as your bot inside the directory
name of folder")
save element image(<id="true-random-integer-generator">,"{$special folder("Desktop")}\\{#result}-{$replace($replace($plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Sortable date/time", "en-US", "en-US"),"T","-"),":","-")}.jpg")
comment("00&date&time&second.jpg")
navigate("{$special folder("Desktop")}\\{#result}-{$replace($replace($plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Sortable date/time", "en-US", "en-US"),"T","-"),":","-")}.jpg","Wait")
stop script
comment("replaces T with -
stakced inside the following replace
just replace with & if you wish")
alert($replace($plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Sortable date/time", "en-US", "en-US"),"T","-"))
comment("replaces colon with -")
alert($replace($replace($plugin function("DateTime Manipulation.dll", "$datetime manipulation", $date, "UBOT", "Sortable date/time", "en-US", "en-US"),"T","-"),":","-"))
you will need a plugin to make it easier
datetime manipulation plugin from here
random dot org.ubot 1.4KB
3 downloads
Using another browser may cause the browser to freeze.
Regards,
CD