Jump to content
UBot Underground

Search the Community

Showing results for tags 'increment'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. Hi :-) i feel stupid but i don't know how to do... maybe someone could help me out? ;-) i have a variable "#day" in my code which is "01" and want to increment this variable so that the new output is "02" and then increment again so that it is getting 03,04,05...11,12,13... etc... but the "increment" function ereases the zero at the beginning and gives me only a "2", "3" instead of "02","03" etc... Thanks :-) set(#day,01,"Global") increment(#day)
  2. Hello everybody is it possible to increment a variable (#compte0 #compte1 etc...) in a loop like this : set(#inc, 0, "Global") loop(4) { if($comparison("#compte{#inc}", "=", "true")) { then { alert("ok") } else { alert("dead") } } increment(#inc) } I have tried with the Free bulk reset plugin but I must miss something... This is making me crasy, if someone would please help me ?
  3. Is there a way to increment more than by + 1 ? Let's say 20, so http://www.site.com/url=20 http://www.site.com/url=40 http://www.site.com/url=60 etc.. I'm trying various things but i can't get it to work ? I'm stuck at doing: http://www.site.com/url=20 http://www.site.com/url=21 http://www.site.com/url=22 Thanks
  4. I'm having an issue getting a bot working the way I want. I connect to mail server Then create table from emails From that point I want to start breaking up the table into seperate lists. So for example all the FROM email addresses are in column 0 If I have 300 rows and want to scrape all column 0 data and add it to a list what's the best way to do that? Tried searching around and testing for an hour but no luck. Ubot 4. Thanks!
  5. Hi, I'm still a newbie about Ubot. and Ive created a loop so my csv file which contains my accounts that will automatically fill up to the designated field, and click register, then after veriying it will redirect me to another page where i can input again the the same information that already fill up in the first creation. then I will need to scrape that information including the public url and save it to the designated csv file. where should I put the increment command so it will go to the next row when after successfully creating an account. PS: Inside my first loop I also have 2 othe
×
×
  • Create New...