Jump to content
UBot Underground

2 days trial period


Recommended Posts

On first run get your bot to write the date to a text file somewhere, read the file every time the bot loads. if its great than 2 days set the UI elements to display:none;

 

Thats probably the simplest way to do it.  :D

 

Heres an onload javascript in case you need it.

 

ui stat monitor("<script type=\"text/javascript\">
    window.setTimeout(function() \{ ubot.runScript(\'onload()\') \}, 500)
</script>", "")
define onload {
    navigate("google.com", "Wait")
}

Link to post
Share on other sites

or you can encrypt the file so the user doesnt have any idea of whats inside, im pretty sure somebody has a plugin here about encryption.

 

then the bot justs decrypts the file with the key you provided in your code and see the real values.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...