Jump to content
UBot Underground

Recommended Posts

Hello

 

So I am working on a graphic interface and I have check boxes and stuff. Do I get rid of the UI Nodes or keep them?

 

The code I have right now isn't recognizing that variables; for example:

 

ui html panel("<html>

<head>

<meta content=\"text/html; charset=ISO-8859-1\"

http-equiv=\"content-type\">

<title>gui</title>

<script type=\"text/javascript\">

window.onload = ubot.runScript(\'change settings()\')

</script>

</head>

<body>

<p><input variable=\"#newblogs\" fillwith=\"value\" type=\"checkbox\"> Create New Blogs

</body>

</html> ", 500)

define change settings {

navigate("http://yahoo.com", "Wait")

}

ui check box("Create New Blogs", #newblogs)

if($both(#newblogs, $true)) {

then {

navigate("https://wordpress.com", "Wait")

 

ect...

  • Like 1
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...