Jump to content
UBot Underground

Quick evaluation question


Recommended Posts

Hey guys, can anyone help me figure this out.

 

Basically, I want to set a temporary url when I enter a website, and then after performing the account creation I want scrape the url to determine if it's the exact same as the temporary url I set earlier in the sequence.

 

set(#test, "http://yahoo.com/", "Global")
if($comparison(#test, "=", $url)) {
    then {
        navigate("google.com", "Wait")
    }
    else {
        pause script
    }
}

 

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...