Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 07/24/16 in all areas

  1. Thanks Macster I guess folks are just talking about the unleashed mod, .. thought i was going crazy, .. er lol CJ
    1 point
  2. Yes the Unleashed is web support and from what i know there is no new update to the locker.
    1 point
  3. I use the following to add lines to a variable in a loop then write to a file and they are each on a new line. they key i the $new line which moves to the next line. set(#mylist,"{#mylist} {#referrals} {#paidrefs} {#name}{$new line}","Global")
    1 point
  4. What about using Pash's new Windows Automation Plugin? http://www.screencast.com/t/LDxGfr2zD2 I used another plugin of Pashs to fill out the text box...not sure if it's currently possible using the Windows Automation Plugin but its an idea.
    1 point
  5. Here you go ui open file("List of urls",#urls) comment("Make sure they uploaded a list of urls, let them know if they didn\'t!") if($is blank(#urls)) { then { alert("Please load a list of urls first") stop script } else { } } comment("Make sure your lists and tables get cleared out before each run to avoid problems if they decide to use the program over and over") clear list(%urls) add list to list(%urls,$list from file(#urls),"Delete","Global") clear table(&data) comment("Set the table row number, we will use this in the \"Set Table Cell\" commands below
    1 point
×
×
  • Create New...