Jump to content
UBot Underground

chrisrayb

Fellow UBotter
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About chrisrayb

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v4.0
  • License
    Professional Edition

Recent Profile Visitors

1657 profile views
  1. I created a bot to post to YouTube and want to set it up on the built in scheduler with UBOT5. I set up my schedule under tool, include the path to the .exe, and set it on a repeating schedule. When I try to run it on a schedule the button will grey out like it is running and show the stop button. Then a few minutes later will go back to green like it wasn't running. The bot works perfectly running normally and I initially tried running an infinite loop to be my scheduler, but learned thats a memory no no :/
  2. Awesome workaround. I would not have guessed Windows 8 was the problem >.> Go figure. A lot better then me doing command line.
  3. I am trying to use the connect to ftp server to upload Wordpress to a site and cannot get the connect to ftp server node to connect. All the details are taken straight from my Cyberduck bookmark. Are there any tutorials on how to use this node properly? I did not see any available when searching online.
  4. Thanks for the fast response. Now to find the work around. Looking forward to the update! UPDATE: I figured out a work around for the multiple file prompt. ui open file("Image Path", #image path) set(#image path, $plugin function("File Management.dll", "$directory name", #image path), "Global") add list to list(%images, $get files(#image path, "Yes"), "Delete", "Global") While not perfect it gets the job done for my bot.
  5. First and foremost, awesome plugin. The $multiple files dialog function is crashing uBot. I followed the code shown in the video: add list to list(%images, $plugin function("File Management.dll", "$multiple files dialog"), "Delete", "Global") For testing purposes, I tried to run this line by itself in a new file and it still crashes uBot. **Just noted that all the file dialog commands are crashing uBot. I recently updated to Windows 8.1 and my net framework to 4.5.
×
×
  • Create New...