There are 3 previous versions of this script.
// ==UserScript==
// @name RoCashBux Time Hack
// @namespace http://userscripts.org/users/23652
// @description RoCashBux Time Hack
// @include http://www.rocashbux.info/cashads.php?ad=*
// @copyright JoeSimmons
// ==/UserScript==
document.body.innerHTML = document.body.innerHTML.replace(/<iframe.*?>/gmi, '');
unsafeWindow.confirm=function(){return true};
unsafeWindow.alert = function(){return true};
unsafeWindow.t = 0;