Jump to content
UBot Underground

Help With Inserting Add Info Box To Ubots


Guest elitemarketer

Recommended Posts

Guest elitemarketer

Hello Online Marketers, I Have Recently Bought Ubot Studio And This Game Really Is Brand New To Me Ive Never Wrote Any Code Or Anything Like it In My Life. I Have Been Involved In Affiliate Marketing For A good While But Now Im Trying To Step My Game Up A Little... After Watching Every Tutorial Available Numerous Times Im Still A Little Confused. The Problem i Have Is I Want To Be Able To Input First Name Last Name An Email Into My Ubot Each Time it Is Run After Trying To Use The Variables Increments And All Kinds I Still Have No Solution Can Anyone Explain This To Me It Would Be Greatly Appreciated.

 

Glenn Thomas.

Link to post
Share on other sites
ui text box("UserName", #UserName)
ui text box("Password", #Password)
ui text box("Email", #Email)
add list to list(%UserDetails, $list from text("UserName
Password
Email", $new line), "Delete", "Global")
set(#UserName, $list item(%UserDetails, 0), "Global")
set(#Password, $list item(%UserDetails, 1), "Global")
set(#Email, $list item(%UserDetails, 2), "Global")

 

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